/*# sourceMappingURL=normalize.css.map */


/*v2.0 | 20110126

http://meyerweb.com/eric/tools/css/reset/

  License: none (public domain)
*/

/* HTML5 display-role reset for older browsers */
/*article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}*/

/* Overwrite table border reset style */
table, caption, tbody, tfoot, thead, tr, th, td{
    margin: 0;
    padding: 0;    
    font-size: medium;
    font: inherit;    
}
/*changed font family to include fonts for jp and cn locales*/
body{

}

body.print .header-wrapper, body.print .polytopnav, body.print .search{
    visibility:hidden;
}

body.print .prnt-and-top{
    display:none;
}

.ply-legacy-wrapper table ul, .ply-legacy-wrapper table ol{
    padding-left:20px;
}
/*changed font family to include fonts for jp and cn locales*/
.ply-legacy-wrapper a {
    font-size: 11px;
    /*font-family: arial, helvetica, sans-serif;*/
}
/*changed font family to include fonts for jp and cn locales*/
p,
p a{
    /*font-family: arial, helvetica, sans-serif;*/
}
/***************
   HEADER TITLES
****************/
.ply-legacy-wrapper h1{
    font-size:18px;
}
.ply-legacy-wrapper h2{
    font-size: 18px;    
}
.ply-legacy-wrapper h3{
    font-size: 16px;    
}
.ply-legacy-wrapper h4{
    font-size:14px;
}
.ply-legacy-wrapper h5{
    font-size: 12px;    
}
.ply-legacy-wrapper h6{
    font-size: 11px;    
}
.ply-legacy-wrapper h1{        
    margin: 35px 0 10px 0;
}

h1.page-title, h2.page-title{
    margin: 0;
    text-transform: none;
    padding: 14px 0 15px 0;
}
.ply-legacy-wrapper .flexibleheader img,
.ply-legacy-wrapper .flexiblefooter img {
  max-width: 100%;
  height: auto;
}
.ply-legacy-wrapper h1,.ply-legacy-wrapper h2,.ply-legacy-wrapper h3,.ply-legacy-wrapper h4,.ply-legacy-wrapper h5,.ply-legacy-wrapper h6{
    text-transform:none;
    color: black;
    text-align: left;
    font-weight: bold;
}
.grayText {
    color: #888A8F;
    text-decoration: none;
}
.ply-legacy-wrapper a{
    text-decoration: none;
}
.ply-legacy-wrapper a:hover{
	text-decoration: underline;
}
.ply-legacy-wrapper .main-content-wrapper a{
	font-family: "ProximaNova-Regular","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.flt-lft{
    float:left;
}
.clr{
    clear:both;
    height:0;
}

/***********************************************************
class for global width of centered container for components
************************************************************/
.global-container-width{

    margin: 0 auto 2px;
}

.wrapper-bg{
    background: #E8E9E9;
    background-image: url("global/images/bg-elipses.png");
    background-repeat: no-repeat;
    background-size: 140% 193%;
    background-position: 55% 21%;
    padding: 0 0 45px 0;
    min-width: 960px;
    width:100%;
    height: auto;
    margin-top:16px;
}
    
.centered-wrapper{
    position: relative;
    width:960px;
    margin: 0 auto;    
    background: white;    
}   

.main-content-wrapper{
	width: 1000px;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 53px;
	text-align: left;
	position: relative;
	overflow: hidden;
}   
.main-content-wrapper.basic-no-parsys{
    padding-bottom:0px;
}
/** class for left-rail */
.left-rail-container {
    width: 620px;
    height: auto; 
    padding: 0;
    float: left;
}

.right-rail-container {
    width: 230px;
    float: right;
    margin: 30px 0 0 35px;
}

.textAlignLeft{
    text-align: left;   
}

.page-intro{
    padding-bottom:10px;
}

/*************
 SPECIAL TEXT COLOR
**************/
.blackText{
    color:black; 
    font-size:11px;
}
.redText{
    color: #D71920;
}


/****************************************
START HEADER STYLES
*****************************************/
.header-wrapper {
    height: 70px;
    position: relative;
    z-index:7;
    background: #f6f7f7;
}

.logo-wrapper {
    float: left;
    padding-top: 10px;
    padding-left:10px;
}

div.logo {
    padding:0;
}

.contact-region-wrapper{
    float: right;
    padding-top:25px;   
}

.contact-region-wrapper a{
    text-decoration:none;
}

.header-toolbar b{
    font-weight: normal !important;
    font-size: 11px; /*IE7*/
}
.contact-region-wrapper a:hover{
    color: #4A698C;
    text-decoration:underline;  
}
.header-info-link{
    float: left;
    margin: 10px 0 0 8px;
}
.header-info-link.last span{
    display:none;
}

.header-info-link span{
    padding:0 2px;
}
.header-toolbar{
    color: #4A698F;
}

.gray-separator{
    color: #3D3F42;
}

.region-selector-wrapper{
    float: left;
    margin: 10px 0 0 8px;    
}
.region-selector-wrapper a.globe-lnk{
    display:inline-block;
    float:left;
}
.region-hldr{
    /*float:left;*/
}
.region-text{    
    padding-bottom: 3px;
    color: #6F7175;
    padding-left:30px;
    padding-top:4px;
    background:url("global/images/globe-normal.png") no-repeat;
    position:relative;    
}
#changeRegion:hover, .region-text.selected, #contactUs:hover{
    color:#3D3F42;
    text-decoration:none;
}
.language .region-text.selected{
    background:url("global/images/globe-pressed.png") no-repeat;
}
.region-rule{
    float:left;
    padding: 7px 0 0 10px;
}

.globe{
    float: left;
    padding: 9px 9px 0 0;
}

.globe-text-container {
    /*margin: 10px 0 0;*/
    /*position: relative;*/
    /*float:left;*/
}
#contactUs{
    color: #6F7175;
    position:relative;
}

/*** TODO include this in homepage_new/homepage.css ***/
.header-wrapper #homepageContactOptionsBox{

    border: medium none;
    font-size: 12px;
    overflow: hidden;
    position: absolute;
    width: 235px;
    display:none;
    z-index:6;
    text-align:left;
}
#homepageContactOptionsBox .contactus-hdr{    
    height:25px;
    background:url("global/images/contactus-top.png") no-repeat;
}
#homepageContactOptionsBox .contactus-ftr{
    height:12px;
    background:url("global/images/contactus-btm.png") no-repeat;
}
#homepageContactOptionsBox ul li {
    border: medium none;
    display:table;
}
#homepageContactOptionsBox li a {
    color: #333333;
}
#homepageContactOptionsBoxClose {
    background: url("global/images/close.png") no-repeat scroll right center transparent;
    color: #333333;
    float: right;
    font-weight: normal;
    height: 15px;
    width:15px;
    margin-right:20px;

    position:absolute;
    right:0;
}
a#homepageContactOptionsBoxClose:hover {
    color: #E00009;
}
#homepageContactOptionsBlock #phone {
    border-right: 1px solid #FF0000;
    color: #E00009;
    font-weight: bold;
    margin-right: 4px;
    padding-right: 6px;
}
#homepageContactOptionsBlock #contactUs {
    color: #E00009;
    font-weight: bold;
}
#homepageContactOptionsBox .contactBlock {
    padding-top: 20px;
    padding-left: 20px;    
    background:url("global/images/contactus-mdl.png") repeat-y;
    margin-left:-1px;
    width:235px;
}
#homepageContactOptionsBox .contactBlock ul {
    margin: 0;
    padding:0;
}
#homepageContactOptionsBox .contactBlock ul li {
    height: 30px;
    width: 185px;
    list-style:none;
    margin-left: 0 !important;
    color:#fff;
}
#homepageContactOptionsBox .contactBlock ul li b{
    font-weight:normal; 
}
#homepageContactOptionsBox .contactBlock ul li span{
    color:#fff;
    font-size:11px;
    padding:0;
}
#homepageContactOptionsBox .contactBlock ul li span a{
    padding:0;
    background:none;
}
#homepageContactOptionsBox .contactBlock ul li a,#homepageContactOptionsBox .contactBlock ul li span.txt-itm {
    padding: 0 0 5px 30px;
    line-height:30px;
    position: relative;
    width: 170px !important;
    color:#fff;
    text-decoration:none;
    display:inline-block;
    background:url("global/images/contactus-ss.png") bottom center no-repeat;
    font-size:11px;
}
#homepageContactOptionsBox .contactBlock ul li:last-child a{
    background:none;
}
#homepageContactOptionsBox .contactBlock ul li a:hover{
    text-decoration:underline;
}
#homepageContactOptionsBox .contactBlock ul li#ContactPhone {
    background: url("global/images/contactus_cellphone_icon.png") no-repeat scroll 0 50% transparent;
}
#homepageContactOptionsBox .contactBlock ul li#ContactSalesContactMe {
    background: url("global/images/contactus_mouse_icon.png") no-repeat scroll 0 50% transparent;
}
#homepageContactOptionsBox .contactBlock ul li#ContactLiveChat {
    background: url("global/images/contactus_chat_icon.png") no-repeat scroll 0 50% transparent;
}
#homepageContactOptionsBox .contactBlock ul li#ContactDemo {
    background: url("global/images/request-demo-icon.png") no-repeat scroll 0 50% transparent;
}
#homepageContactOptionsBox .contactBlock ul li#ContactEmail {
    background: url("global/images/contactus_email_icon.png") no-repeat scroll 0 50% transparent;
}
/*** SITE SELECTOR ***/
#LanguageChange{
    border:0;
    background: url("global/images/site-selector-bg.png");  
    width:309px;
    height:303px;
    padding:0;
    display:none;
    z-index:5;
    text-align:left;
    position:absolute;
}
#language-list-container {
    height: 200px;  
    position: relative;
    width: 303px;
    overflow: hidden;
    font-size:11px; 
}
#LanguageChange .language-header{
    padding:30px 20px 5px;
    height:60px;
}
.language-header .form-cont{
    padding-top:10px;
}
#LanguageChange .close{
    float:right;
    background:url("global/images/close.png") no-repeat right top;
    padding-right:20px;
    width:15px;
    height:15px;    
}
#LanguageChange h4{
    font-size:11px;
    padding:0;
    color:#5B6063;
    margin-bottom:10px;
}
#LanguageChange label{
    font-size:12px;
    color:#5B6063;
    font-weight:bold;
    padding-left:5px;
}
#LanguageChange .go-btn input{
    margin-top:-15px;
    vertical-align:text-bottom;
    float:right;    
}
.btn-l{
    background: url("global/images/go-button-left.png") no-repeat scroll left center transparent;
    display: inline-block;
    height: 28px;
    padding-left: 3px;
    float:right;
}
.btn-r{
    background: url("global/images/go-button-right.png") no-repeat scroll right center transparent;
    display: inline-block;
    height: 28px;
    padding-right: 3px;
 }
.btn-mdl{
    background: url("global/images/go-button-mdl.png") repeat-x scroll right center transparent;
    border: 0 none;
    color: #FFFFFF;
    font-weight: bold;
    height: 28px;
    white-space:nowrap;
    padding:0 6px;
    margin:0;
 }
 .language-list{
    margin:0;
    padding:0;
    margin-left:8px;
}
.language-list li{
    list-style:none;
    padding:5px 0 5px 5px;
    color:#5B6063;
    width:255px;
}
.language-list li > *{
    font-size: 11px !important;
}
.language-list li a, .language-list li a:hover{
    text-decoration:none;
}
.language-list li a b{
    padding-left:10px;
    color:#5B6063;
}
.language-list li.selected{
    background-color:#000;
    color:#fff;
}
.language-list li.highlight{
    background-color:lightblue;
    cursor:pointer;
}
.language-list li a .gray-txt{
    color:gray;
    padding-left:15px;
    font-size:11px;
}
.language-list li.selected a .gray-txt{
    color:#fff;
}
.language-list li.selected a b{
    color:#fff;
}

/*** CUSTOM SCROLLBAR ***/
.scrollbar-container {
    width: 300px;
    margin: 21px 0 0px;
    height:175px;
}
.scrollbar-container .viewport {
    width: 290px;
    height: 175px;
    overflow: hidden;
    position: relative;
}
.scrollbar-container .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}
.scrollbar-container .scrollbar{
    background: transparent url("global/images/bg-scrollbar-track-y.png") no-repeat 0 0;
    position: relative;
    height:175px;
    background-position: 0 0;
    float: right;
    width: 9px;
}
.scrollbar-container .track {
    background: transparent url("global/images/bg-scrollbar-trackend-y.png") no-repeat 0 100%;
    height: 100%;
    width:9px;
    position: relative;
    padding: 0 1px;
}
.scrollbar-container .thumb {
    background: transparent url("global/images/bg-scrollbar-thumb-y.png") no-repeat 50% 100%;
    height: 20px;
    width: 7px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 1px;
}
.scrollbar-container .thumb .end {
    background: #ebebeb url("global/images/bg-scrollbar-thumb-y.png") no-repeat 50% 0;
    overflow: hidden;
    height: 5px;
    width: 7px;
}
.scrollbar-container .disable {
    display: none;
}


/****************************************
  START HERO (NOT FOR HOME PAGE)
*****************************************/ 
.tabs-gray-corner{
    position: absolute;
    background-image: url("/etc/polycom/www/global/images/tab-gray-corner.png");
    background-position-x: 100%;
    background-repeat: no-repeat;
    width: 960px;
    height: 12px;
    top: 35px;
    left: 0;
    z-index:1;
}

.corners{ /* for IE 7 8*/
    position: absolute;
    background-image: url("/etc/polycom/www/global/images/hero-corners.png");
    background-position-x: 100%;
    background-repeat: no-repeat;
    width: 960px;
    height: 10px;
    top:0;
    left: 0;
}
/*reducing gap between text*/ 
.headline{
    color: white;
    height: auto;
    text-align: left;
    margin-bottom: 15px;
}

.hero-container {
    height: 280px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
    position: relative;
}
.hero-container .scrollTable{
    visibility:hidden;
}
.hero-container .scrollTable:first-child{
    visibility:visible;
}
.hero_module{ 
      display:inline;
      width:100%;
}

.hero-img, .hero_module_image_video {
    width: 100%;
    background: #E8E9E9;
}

.hero_module_image_video img{
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -ms-border-radius:10px 10px 0 0;
    -o-border-radius:10px 10px 0 0;
    border-radius: 10px 10px 0 0;  
}    
    
.hero-intro-text-container{
    position: absolute;
    margin: 0 auto;
    left:8%;
    bottom: 13%;
    width: 600px;
    top:30px;
  

}

.hero-intro-text-container a:hover{
    text-decoration: none !important;
}

/*changed font family to include fonts for jp and cn locales*/
/*Smart truncation*/
p.head-title {
    /*font-family: arial, helvetica, sans-serif;*/
    font-size: 32px;
    max-height: 35px;
    overflow: hidden;
    text-transform: none;
    line-height: 35px;
    font-weight: bold;
    color: white;
    white-space: nowrap;
    text-overflow: ellipsis;
}

p.head-title > p {/*IE 7-8 publish extra elems in the p tags*/
    text-transform:none;
    color:inherit;
}

.intro {
    color: white;
    font-size: 20px;
    /*font-family: arial, helvetica, sans-serif;*/
    line-height: 24px;
    margin: 0;
    max-height: 26px;
    overflow: hidden;
    text-align: left;
    width: auto;
    white-space: nowrap;
    text-overflow: ellipsis;

}

div.intro > p {
    color: inherit;
}
.herobtn img{
    padding-right:5px;
}
.herobtn img.off{
    cursor:pointer;
}

/*line height reduced here to fix the issue in which Small black text below the white text in the top section is getting cut. (Component - Banner Carousel) */

.video-btn-text, .btn-text {
    line-height: 40px;
    padding-left: 10px;
    font-size: 12px;
}

.play-btn {
    width: 20px;
    height: 20px;
    position: relative;
    right: 0;
    top: 18%;
} 

.hero-button {
    height: 40px;
    float: left;
    background-repeat:no-repeat;
    background-size: 100% 40px;
    display: block;
    padding-right: 10px;
    margin: 10px 15px 0 0;
}

/*.hero-button:hover{
    text-decoration: none;
    -webkit-box-shadow:0 0 10px #000);
    -moz-box-shadow:0 0 10px #000);
    box-shadow:0 0 10px #000
}  */  

.hero_module_customerinfo {   
     float:left;
     padding-top:20px;
     width:35%;
}
  
.hero_module_customerinfo p { 
    padding-left:20px;          
}

.hero_module_customerinfo small { 
  padding-left:20px;          
}

.hero_module_customerinfo strong {
    color: #E00009;
    font-weight: bold;
    padding-left:20px;     
}

.hero_module_customerinfo a {
    text-decoration:none;
}
 
.thumbnail_hero_slider {
  width:100%;
      
}
.scrollTable {
    position:absolute;
    float: left;
    width:100%;
}
.hero-container  .right-justified{
    left: 50.5%;
}
.hero-container  .center-justified{
    left: 24%;
}
#slidingbuttons {
    list-style-type: none;
}

#slidingbuttons li {
    display: inline;
}

#sliding_images_show {
    float: right;

}

.paragraph {
    text-align: left;
    padding: 0px;
    background: white;
}

.paragraph h2 {
    color: black;
    font-size: 210%;
    font-weight: bold;
    padding-bottom: 20px;
}
/*changed font family to include fonts for jp and cn locales*/
.page-intro .rich-text p,
.page-intro .rich-text p a{
    color: #404040;
    font-size: 14px;
    line-height: 19px;
    /*font-family: arial, helvetica, sans-serif;*/
}

.page-intro .rich-text p a{
    color: #4A698C;
}

.para-silver-rule{
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    padding: 25px 0 0 0;
    margin: 0;
    border-bottom: 1px solid silver;
    margin: 0;    
}
#slidingbuttons {
    list-style-type: none;
    position:absolute;
    bottom:18px;
    left:50%;
}
#slidingbuttons .sb-wrapper{
    position:relative;
    left:-50%;
}
.herobtn{
    float:left;
}
#slidingbuttons .sb-wrapper .herobtn:last-child img{
    padding-right:0;
}
#slidingbuttons li {
    display: inline;
}
/***********************
START SPOTLIGHT COMPONENT STYLES
************************/

.spotlight{
        
        display: inline-block;
        float:left;
}
.spotlight-wrapper{
        
        display: inline-block;
        float:left;
}

.spotlight-elems {
    background-image: url("/etc/polycom/www/global/images/spotlight-normal.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 131px;
    margin: 25px 9px 25px 0;
    text-align: center;
    width: 310px;
}

.spotlight-elems:hover{
    background-image: url("/etc/polycom/www/global/images/spotlight-hover.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}    

.spotlight-img{
    width: 108px;
    height: 108px;
  float: left;
  padding: 8px 0 0 8px;
}

.spotlight-img img{
    width: 112px;
    
}   

.spotlight-text-container{
    float: left;
    height: 100px;
    overflow: hidden;
    padding: 16px 0 0 9px;
    position: relative;
    width: 169px;
}

.spotlight-text-container a:hover{
    text-decoration: none;
}

/*css properties added here to fix the issue in which The three small boxes at the bottom of tha page have text alignment issue. (Component - Home Page Feature)   */

.spotlight-title a {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    line-height: 18px;
    color: #D71920;
}

.spotlight-title a:hover{    
    text-decoration:none;
}   

.spotlight-desc {
    color: #404040;
    font-size: 12px;
    height: 55px;
   
    line-height: 18px;
    overflow: hidden;
    text-align: left;
    width: 169px;
    padding-top:5px;
}


/************************
START FOOTER ONLY STYLES
*************************/
.ftr-corners{ /* for IE 7 8*/
    position: absolute;
    background-image: url("/etc/polycom/www/global/images/ftr-corners.png");
    background-position-x: 100%;
    background-repeat: no-repeat;
    width: 960px;
    height: 10px;
    bottom:0;
    left: 0;
}

#poly-footer { 
    background-image: -ms-radial-gradient(center top, ellipse farthest-side, #DFE3E6 0%, #FFFFFF 100%);  /* IE10 */ 
    background-image: -moz-radial-gradient(center top, ellipse farthest-side, #DFE3E6 0%, #FFFFFF 100%);
    background-image: -o-radial-gradient(center top, ellipse farthest-side, #DFE3E6 0%, #FFFFFF 100%);
    background-image: -webkit-gradient(radial, center top, 0, center top, 480, color-stop(0, #DFE3E6), color-stop(1, #FFFFFF));/* Webkit (Safari/Chrome 10) */
    background-image: -webkit-radial-gradient(center top, ellipse farthest-side, #DFE3E6 0%, #FFFFFF 100%);/* Webkit (Chrome 11+) */ 
    background-image: radial-gradient(center top, ellipse farthest-side, #DFE3E6 0%, #FFFFFF 100%);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size:100% 100%;
    margin: 0 auto -19px;
    width:960px;
    -moz-border-radius: 0 0 10px 10px; 
    -webkit-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px; 
    display: inline-block; 
    font-size: 11px; 
}

.footer-shadow {
    background: -moz-radial-gradient(center top , ellipse farthest-corner, #B2B3B7 0%, #EEEEF1 80%);
    background: -webkit-radial-gradient(center top , ellipse farthest-corner, #B2B3B7 0%, #EEEEF1 80%);
    background: -o-radial-gradient(center top , ellipse farthest-corner, #B2B3B7 0%, #EEEEF1 80%);
    background: -ms-radial-gradient(center top , ellipse farthest-corner, #B2B3B7 0%, #EEEEF1 80%);
    border-bottom-radius: 30% 3px;
    bottom: 0;
    clear: both;
    display: block !important;
    height: 3px;
    margin: auto;
    width: 900px;
}

.footercols {
    height: auto;
    width: 890px;
    text-align: center;
    margin: 0 auto;
}

/*padding reduced here so that footer does not get misaligned */

div.col {
    font-size: 11px;
    color:#888A8F;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    vertical-align: top;    
    padding: 20px 9px 0 0;
    min-width: 13%;
    max-width:16%;
}

div.col span{
    font-size:11px;
}div.last-col{
    min-width:130px;
}
div.col div.media-icons{
    float:left;
    padding:2px 3px;
    width:20px;
    height:20px;
    margin-bottom:6px;
}
div.col div.media-icons img{
    width:20px;
    height:20px;
    border: none;
}
.col a{
    display: block !important;
    font-size: 11px;
    margin-bottom: 2px;
    color: #888A8F;
    text-decoration: none;
}

div.col a:hover, .extendedfooter a:hover{
    color: #3D3F42;
    text-decoration: none;
}
.col h4 {
    color: #4C4C4C;
    font-weight: bold;
    text-transform: none;
    font-size: 11px;
    margin-bottom: 10px;
}

.media-icons{
    width:20px;
    height: 20px;
    float: left;
    padding:0 3px;    
}

.extendedfooter {
    background: none repeat scroll 0 0 transparent;
    border-top: 1px solid silver;
    margin: 40px 35px 25px;
    padding: 8px 0 0;
    text-align: left;
    width: 890px;
}

.extendedfooter a{
    color: #6F7175;
}

/*************
 EBC PROMO COMPONENT
**************/

.prsys-corners{/* for IE 7 8 all promo boxes*/
    display: block;
    background-image: url("/etc/polycom/www/global/images/prsys-crnrs.png");
    background-position-x: 100%;
    background-repeat: no-repeat;
    width: 230px;
    height: 10px;
}

.prsys-crnrs-absolute{/* for IE 7 8 all promo boxes*/
    position: absolute;
    top: 0;
}
.prsys-corners-btm{/* for IE 7 8 all promo boxes*/
    position: absolute;
    background-image: url("/etc/polycom/www/global/images/prsys-btm.png");
    background-position-x: 100%;
    background-repeat: no-repeat;
    width: 230px;
    height: 10px;
    bottom:0;
    left: 0;
}
.ebc-promo-bg{
    position:relative;
    background-color: #E1E1E1;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F2F2F2), to(#E1E1E1), color-stop(.5,#ECECEC));
    background: -moz-linear-gradient(top, #F2F2F2 0%, #ECECEC 50%, #E1E1E1 100%);
    min-height:100px; 
    width:230px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    float: left;
}

.ebcpromo-content {
    float: left;
    padding:17px;
    width: 200px;
}


.ebc-title{
    font-size: 28px;
    color: #1D7EAE;
    text-align: left;
    padding-bottom: 5px;
    float: left;
    width:200px;    
}

.ebc-description{
    font-size: 14px;
    color: #647280;
    text-align: left;
    padding-bottom: 15px;
    float: left;
    width:170px;
}

.ebc-link{   
    color: #D71920;
    float: right;
    font-size:12px;
}

.ebc-arrow-right{
    border-bottom: 5px solid transparent;
    border-left: 5px solid #D71920;
    border-top: 5px solid transparent;
    display: inline-block;
    margin: 0px 0 0 6px;
}

.shadow {
    clear: both;
    display: block !important;
    height: 10px;
    margin: 0 0 0 13px;
    width: 221px; 
    background-image: url("global/images/btm-shadow.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
/* following class to align titles in promo boxes*/
.align-right{
    float: right;
}


/*************
 HOW TO BUY COMPONENT
**************/
.htb-cnt{
    width:230px;
    color:#fff;
    margin-bottom: 25px;
}
.htb-cnt .htb-hd{
    background: url("global/images/htb-top.png") no-repeat scroll 0 0 transparent;
    height: 17px;
}
.htb-cnt .htb-ft{
    background: url("global/images/htb-bottom.png") no-repeat scroll 0 0 transparent;
    height: 19px;
}
.htb-cnt .htb-ss{
    background: url("global/images/title-shadow.png") no-repeat scroll 0 0 transparent;
    height: 6px;
    margin-left:-20px;
}
.htb-cnt .htb-content{
    padding:0 20px;
    background-color:#46a8fe;
    zoom:1;
}
.htb-cnt .htb-content .howtobuy-link{
    text-decoration:none;
}
.htb-cnt .htb-content .howtobuy-link:hover{
    text-decoration:underline;
}
.htb-cnt .htb-content ul{
    margin:0;
    padding:0;
    margin-top:10px;
}
.htb-cnt .htb-content ul li{
    list-style:none;
    padding-bottom:10px;
    font-size:12px;
}
.htb-cnt .htb-content h2{
    margin:0;
    padding-bottom:5px;
    font-size:21px;
    font-weight:bold;
    color: white;
}
.htb-cnt .htb-content ul li a, .htb-cnt .htb-content ul li span{
    color:#fff;
    font-size:12px;
}


/*  TALK TO AN EXPERT COMPONENT */

.parsys .talktoexpert{
    margin-bottom: 25px;
}
.ttxprt-img-bg{
    position: absolute;
    right: 0;
    top:0;
}

/*changed font family to include fonts for jp and cn locales*/

.ttxprt-link  h2,
.ttxprt-link p{
    /*font-family: Arial, helvetica, sans-serif !important;*/
}
.ttxprt-link  h2{
    font-size: 21px;
    color: #D71920;
    font-weight: bold;
}
.ttxprt-link p{
    font-size: 13px;
    color: #647280;
    margin:3px 0 0 5px;
}
.ttxprt-link:hover,
.ttxprt-link h2:hover,
.ttxprt-link p:hover{
    text-decoration: none;
}

/********************************** 
    CUSTOMER SUCCESS STORY 
***********************************/

.wrapper-margin-top{
    padding-top: 40px;
    float: left;
}
.left-panel{
    width:190px;
    float:left;
    position:relative;
    text-align:left;    
    margin: 0 35px 0 0;
}
.left-panel-rule{
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 20px 0 25px 0;
    border-bottom: 1px solid silver;
}
.center-panel{      
    float: left;
    width: 400px;
}
.center-panel-hldr{
    float:left;
    width:100%;
}
.content-panel{
    width:400px;
    text-align:left;
    float:left;
}

.content-panel h3,
.content-panel h4,
.content-panel h5,
.content-panel h6{
    color: #888A8F !important;
    text-transform: none;
}
.left-panel ul{
    list-style : none;
    margin:0;
}
.left-panel ul li{
    text-align:left;
    padding:5px 0;
    color: #404040;
    font-size:12px;
}
.left-panel a, .left-panel a:link{
    color:#4A698C;
    font-size:12px;
}
.left-panel h2{
    font-weight:bold;
    font-size:13px;
    text-align:left;
    color: #010101;
}
/*changed font family to include fonts for jp and cn locales*/
.hc-hldr p{
    color: #666666;
    /*font-family: Arial, Lucida, sans-serif;*/ /* for IE7*/
    font-size: 12px;
}
.left-panel .list-hldr{
    margin:5px 0;
}
.list-hldr ul li{
    list-style: none; 
}
.list-hldr ul li a{
    text-decoration:none;
    font-size:13px;
}
.list-hldr .ul-disc li{
    list-style:disc inside none;
}
.list-hldr .ul-square li{
    list-style:square inside none;
}
.list-hldr .ul-circle li{
    list-style:circle inside none;
}

/***********************************
    DOWLNLOAD CASE STUDY
***********************************/
.dld-lnk img{
    vertical-align:middle;
}

a.dld-lnk{
    text-decoration:none;
    background:url("global/images/download-icon.png") no-repeat scroll right top transparent;
    padding: 0 25px 5px 0;
    font-weight:bold;
    color:#4A698C;
    font-size:12px;
}

.right-rail-container .downloadcasestudy {
    border-bottom: 1px solid silver;
    padding-bottom:10px;
    margin-bottom:25px;
}

.right-rail-container a.dld-lnk{
    display:inline-block;   
    font-size:14px;
}

.hc-cont .img-hldr{
    height:75px;
    width:190px;
}
.hc-cont .img-desc{
    margin-top:10px;
}
.container .dvdr{
    border-top : 2px solid #d3d3d3;
    margin:30px 0;
}
.container .dvdr2{
    border-top : 2px solid #d3d3d3;
    margin:5px 0;
}

.list-hldr ul li .dvdr2{
    border-bottom: 1px solid silver;
    margin: -4px 0 25px 0;
}
.container .right-rail-container{
    margin-top:0;
}
.cs-extras .cs-extras-hdr{
    font-weight:bold;
}
.cs-extras a{
    color:#3D3F42;
}

.main-content-wrapper .partnerspotlight{
    margin-bottom: 30px;
} 

/*********************************
    CUSTOMER STORIES LANDING PAGE
**********************************/
.browse-topic a.b-btn{
    box-shadow : 0 0 40px rgba(0, 0, 0, 0.1) inset;
    border-radius : 5px;
    color:#fff;
    font-size:11px;
    height:18px;
    display:inline-block;
    padding: 7px 3px;   
    line-height:16px;
    margin-left:10px;               
}
a.b-btn-srch{
    background : -moz-linear-gradient(center top , #39A8F7 0%, #2F86DE 50%, #2768C7 100%) repeat scroll 0 0 transparent;            
}
a.b-btn-rs{
    background : none repeat scroll 0 0 #676767;
}
.container{
    text-align:left;
}
.content-two-panel .right-rail-container{
    margin-top: 25px;
}
.content-two-panel{
    width:100%;
}
.browse-hdr-container{
    padding:0 10px;
    margin-bottom:25px;
}
.browse-hdr-container .browse-hdr{
    font-weight:bold;
    font-size:20px;
}
.browse-topic{
    float:left;
    padding:0 25px;
    background:url("global/images/polycom-news-rule.png") no-repeat right center;           
}
.browse-topic.last{
    background:none;
}
.browse-topic a{
    font-size:15px;
    font-weight:bold;
    padding: 5px 15px;
}
.browse-topic a:hover, .customer-content h2 a:hover{    
}
.browse-topic a.selected:hover{
    color:#888A8F;
}
.browse-topic a.selected{
    border-radius : 5px 5px 0 5px;
    background-color:lightgray;
    border: 1px solid gray;
    border-bottom:none;
}
.srchtopic{
    margin-top:-10px;
    float:right;
}
.browse-topic .srchtopic a{
    padding-left:15px;
    padding-right:15px;
}
.browse-hdr-lnks{
    margin-top:15px;
    margin-left:25px;
}
.customer-hldr{
    margin-bottom:20px;
}
.customer-lyr{
    width:100%;
    margin-bottom:15px;
}
.customer-lyr .content{
    float:left;
    width:215px;
    padding:10px;
    margin-bottom:15px;
}
.left-panel-wide{
    float:left;
    width:705px;
    margin-right:10px;
}
.customer-content .img-hldr{
    border:1px solid gray;
    width:200px;
    height:110px;
    margin-bottom:10px;
}
.customer-content h2, .customer-content h2 a{
    font-weight:bold;
    font-size:14px;
    text-align:left;
    margin-bottom:10px;
    color:#5B6063;
}
.customer-content a.cs-lnk{         
    margin-top:5px;
    display:inline-block;
    color:#12c;
    font-size:12px;
}
.customer-content a.cs-lnk:hover{
    text-decoration:underline;
}
.right-rail-container.margin-out{
    margin: 0 0 0 35px;
}
            
/*******************************
   START TITLE COMPONENT STYLES
********************************/      

.title-gray-bg{
    background: #E8E9E9; 
    margin: -16px 0 0 0;   
}

h1.tagline-inline{
    margin: 0;
    padding: 12px 0 14px 0;
}

/***********************************
   START BREADCRUM COMPONENT STYLES
***********************************/  
.poly-breadcrumb {
    font-size: 11px;  
    padding: 0 0 5px 0;
    text-align: left;
    /*background: #E8E9E9;*/
    margin-top: -11px;
    padding-top: 10px;
    border-top: 1px solid silver;
    zoom:1;}

.poly-breadcrumb span{
    color: #3D3F42;
    font-size:11px;
}
.poly-breadcrumb a{
    color: #6F7175;
}

.poly-breadcrumb a:last-child(){
     color: #3D3F42;   
}

.poly-breadcrumb a:hover{
    color: #3D3F42;
    text-decoration: none;
}

/***********************
    TITLE COMPONENT
************************/

.title_pad{
     /*background: #E8E9E9;*/
     padding-top:31px;
}

/*************************************************
   PRODUCT SERVICES SERIES PAGE VERTICAL SPOTLIGHT
**************************************************/
.vspot-multi-cont{
	float: left;
	width: 100%;
	margin-top: 25px;
	margin-left: 20px;
	margin-right: 20px;
}
.vspot-hldr{
    width: 188px;
    overflow:hidden;
    float:left;    
    margin-right:28px;    
}
.mgn-rt-none{
    margin-right:0;
}
.vspot-imghldr{
    width:188px;
    margin: 0 auto;
    height:132px;
} 
/*.vspot-desc{    
    padding:5px;
} */
.vspot-desc h3{
    font-size:14px;
    line-height: 16px;
    font-weight: normal; 
    color:#000;
    text-transform: none;
    padding-top: 8px;
}
/*changed font family to include fonts for jp and cn locales*/
.vspot-desc p{
    /*font-family: arial, helvetica, sans-serif;*/
    color: #666666;
    font-size: 12px;
    padding: 5px 0 0 0;
}
.vspot-desc a.viewall{
    color:#4A698C;
    font-size: 12px;
    display: block;
}
.vspot-desc a:hover,
.vspot-desc a:hover h3{
    text-decoration:underline;
}
.compare-btn{
    color:#fff;    
    /*margin-bottom:20px;
    margin-top:30px;*/
}
.series-desc{
    padding: 0 35px;
}

/****************************
    ACTION BUTTON COMPONENT
*****************************/
.btn-action-left{
    background: url("global/images/go-button-left.png") no-repeat scroll left center transparent;
    display: inline-block;
    height: 29px;
    padding-left: 3px;    
}
.btn-action-left:hover{
    background: url("global/images/compare-lft.png") no-repeat scroll left center transparent;
    height: 29px;
}

.btn-action-left:hover .btn-action-mdl{
    background: url("global/images/compare-mdl.png") repeat-x scroll right center transparent;
    height:29px;
}
.btn-action-left:hover .btn-action-right{
    background: url("global/images/compare-rght.png") no-repeat scroll right center transparent;    
    height: 29px;
}
.btn-action-right{
    background: url("global/images/go-button-right.png") no-repeat scroll right center transparent;
    display: inline-block;
    height: 29px;
    padding-right: 3px;
 }
.btn-action-mdl{
    background: url("global/images/go-button-mdl.png") repeat-x scroll right center transparent;
    border: 0 none;
    color: #FFFFFF;
    font-weight: bold;
    height: 29px;
    white-space:nowrap;
    padding:0 15px;
    margin:0;
    display:inline-block;
    font-size:11px;
    line-height:28px;
 }
.actionbutton .btn-action-mdl{
	color: #ffffff;
}
.actionbutton .btn-action-mdl:hover{
	text-decoration: none;
}
a.btn-action-mdl:hover{
    text-decoration: none;
}     

/************************************ 
    RICH TEXT STYLES & HTAG COMPONENT
*************************************/

.rich-text, .rich-text > *, .ply-legacy-wrapper .rawhtml, .ply-legacy-wrapper .rawhtml > *{
    font-size: 14px;
    line-height: 19px;
    color: #404040;
}
.ply-legacy-wrapper .rich-text h1, .ply-legacy-wrapper .rich-text h2, .ply-legacy-wrapper .rich-text h3, .ply-legacy-wrapper .rich-text h4,
 .ply-legacy-wrapper .rich-text h5, .ply-legacy-wrapper .rich-text h6, .ply-legacy-wrapper .rawhtml h1, .ply-legacy-wrapper .rawhtml h2,
 .ply-legacy-wrapper .rawhtml h3, .ply-legacy-wrapper .rawhtml h4, .ply-legacy-wrapper .rawhtml h5, .ply-legacy-wrapper .rawhtml h6,
 .HTagComponent > *, .HTagComponent a > *{    
    color:#404040;    
    margin-top:0;
    text-transform:none;
    padding-bottom: 10px;
    font-weight: bold;
}
.parbase.ply-legacy-wrapper .rawhtml.section .inTheNews td, .parbase.ply-legacy-wrapper .rawhtml.section .inTheNews span{
    font-size:14px;
    line-height:19px;
}
.rich-text h1{
    font-size:18px;
}
.rich-text h2,
.HTagComponent h2{
    font-size:18px;
}
.rich-text h3, .HTagComponent h3{
    font-size:16px;
}
.rich-text h3 div, .rich-text h3 p{/*this is particularly in the case of Press Releases Subtitle */
    color: #888A8F; 
}
.rich-text h4, .HTagComponent h4{
    font-size:14px;
}
.rich-text h5, .HTagComponent h5{
    font-size:12px; 
}
.rich-text h6, .HTagComponent h6{
    font-size:11px;
}
.HTagComponent a:hover, .HTagComponent a:hover > *{
    text-decoration: underline;
}
.rich-text p, .ply-legacy-wrapper .rawhtml p{
    padding-bottom: 10px;
    font-size:14px;
}
.ply-legacy-wrapper .rawhtml span{
    font-size:14px;
}.rich-text ul li a, .ply-legacy-wrapper .rawhtml ul li a{
    font-size:14px;
}
.rich-text p, rich-text p a, .ply-legacy-wrapper .rawhtml p, rawhtml p a{
    font-size: 14px;
    line-height: 19px;
    color: #404040;
}
.rich-text a, .ply-legacy-wrapper .rawhtml a{
    color: #4A698C;
}
.rich-text .paragraph p, .ply-legacy-wrapper .rawhtml .paragraph p{
    font-size: 14px;
    color: #404040;
}
.rich-text ul, .ply-legacy-wrapper .rawhtml ul{
    margin-left: 10px;
}
.rich-text ul li, .ply-legacy-wrapper .rawhtml ul li{
    font-size:14px;
    list-style: disc outside;
    margin: 0 0 10px 25px;
}
.rich-text ol, .ply-legacy-wrapper .rawhtml ol{
    margin-left:10px;

}
.rich-text ol li, .ply-legacy-wrapper .rawhtml ol li{
    font-size:14px;
    list-style:decimal outside none;
    margin:0 0 10px 25px;
}
.rich-text table, .ply-legacy-wrapper .rawhtml table{
  /*  border-collapse:collapse; */
}
.rich-text b, .ply-legacy-wrapper .rawhtml b{
    font-weight:bold;
}
.rich-text i, .ply-legacy-wrapper .rawhtml i{
    font-style:italic;
}
.rich-text a , .ply-legacy-wrapper .rawhtml a{
    font-size: 14px;
}

sup,
.ply-legacy-wrapper .rawhtml sup,
.rich-text sup{
    font-size: 11px;
    vertical-align: super;
}
sub,
.ply-legacy-wrapper .rawhtml sub,
.rich-text sub{
    font-size: 11px;
    vertical-align: sub;
}
.ply-legacy-wrapper .rawhtml hr{
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    padding: 25px 0 0 0;
    margin: 0;
    border-bottom: 1px solid silver;
    margin: 0;
}

/*******************************
  START HERO VIDEO POPUP 
*******************************/

#ProductMediaModal {
    left: 0;
    position: absolute;
    text-align: left;
    top: 0;
    z-index: 100;
}
#ProductMediaModal .popup {
    position: relative;
    width: 820px;
}
#ProductMediaModal .header {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 5px 10px;
    text-align: right;    
    height: 60px;
}
#ProductMediaModal a.close{
    color: #404040;
    float:right;
    display:inline-block;
    margin:10px 20px;
}
#ProductMediaModal a.close:hover {
    color: #4A698F;
    text-decoration: underline;
}
#ProductMediaModal .header a {
    color: #404040;
}
#ProductMediaModal .header a:hover {
    color: #4A698F;
    text-decoration: underline;
}
#ProductMediaModal .channel .content {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 5px 10px;
}
#ProductMediaModal .footer {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 5px 10px;
    margin: 0;
    width: 800px;
}
#ProductMediaModal .loading {
    text-align: center;
}
#ProductMediaModal .image {
    text-align: center;
}

/***************************************
  START HERO RTE STYLES
********************************************/
  
b{
    font-weight: bold;
}

i{
    font-style: italic;
}

u{
    text-decoration: underlined;
}

/***************************************
    PRODUCT SLIDER STYLES
***************************************/

.crsl-wrppr{
    background: #E8E8E9;
}

.product-slider{
    position: relative;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -ms-border-radius:10px 10px 0 0;
    -o-border-radius:10px 10px 0 0;
    border-radius: 10px 10px 0 0;  
    background: #FFF;
    height: 280px;
    width: 960px;
    
}
.jcarousel-skin-tango {
    background : url("global/images/prod-carousel-btm.png") no-repeat left top transparent;
}

.jcarousel-skin-tango .jcarousel-container {
    /*-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;*/        
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
    direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 800px;
    padding: 0 40px;
    margin : 0 auto; 
    height: 95px;   
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 120px;
    height: 650px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  800px;
    height: 125px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 150px;
    height: 125px;
    overflow:hidden;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 10px;
    padding-top:20px;
    position:relative;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 32px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(global/images/slider-next.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(global/images/prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 32px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(global/images/slider-prev.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(global/images/next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(global/images/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(global/images/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
.product-carousel{
    text-align:center;
}
.product-carousel .title{
    font-size:12px; 
    margin-top:2px;
    color:#6F7175;
}
.product-carousel li:hover
{
    cursor:pointer;
}
.product-detail{
    width:880px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    /*height:220px;*/
    text-align:left;
    margin: 0 0 0 75px;
    position:relative;
    /*background : url("global/images/prod-carousel-btm.png") no-repeat left bottom transparent; */ 
}
.product-detail-single{
    margin: 0 0 0 35px; 
}
.product-carousel li.sel-prod .title{
    color: black;
}
.product-carousel li .smimg-hldr{
    width:150px;
    height:50px;
    overflow:hidden;
    text-align:center;
}
.product-carousel li .smimg-hldr img{
    max-width:150px;
    max-height: 50px;
}
/*changed font family to include fonts for jp and cn locales*/
.product-detail .product-title{
    /*font-family: arial, helvetica, sans-serif;*/
    font-size: 24px;
    color: #2E3844;
    font-weight: bold;
    max-height: 112px;
    overflow: hidden;
    line-height: 30px;
    /*margin: 25px 0 0 0;*/
}
/*changed font family to include fonts for jp and cn locales*/
.product-detail .product-description{
    color: #637280;
    font-size: 15px;
    font-weight: normal;
    max-height: 51px;
    overflow: hidden;
    line-height: 17px;
    /*font-family: arial, helvetica, sans-serif;*//*for IE 7 & 8*/
    margin-top: 10px;
}
.product-detail .product-detail-desc{
    float:left;
    width:491px;  
    margin-top: 20px;
}
.product-detail .product-detail-img{
    float:left;
    margin:0 0 0 75px;
    width:240px;
    height:170px;
    overflow:hidden;
    text-align: center;
}
.product-detail .product-detail-img-single{
    width:370px;
    height:260px;
    margin: 0 0 0 15px;
}
.product-detail .product-detail-img .pl-img{
    display:none;
    /*max-width:322px;
    max-height:143px;*/
}
.clr{
    clear:both;
}
.product-detail #pointer{
    background: url("global/images/prod-pointer.png") no-repeat scroll 0 0 transparent;
    bottom: -7px;
    height: 16px;
    left: 150px;
    position: absolute;
    width: 30px;    
}
.pointer{
    background: url("global/images/prod-pointer.png") no-repeat scroll 0 0 transparent;
    height: 16px;
    top:-1px;
    left: 60px;
    position: absolute;
    width: 30px;
    display:none;
}
.slider-bottom-bg{
    background: url("global/images/prod-carousel-btm.png") no-repeat scroll left bottom transparent;
    height: 8px;
    width: 100%;
    margin-bottom: 17px;
}

/*****************************
START PARSYS VERTICAL SPOTLIGHT
*******************************/

.parsys-vspot-wrapper{
    margin-bottom: 30px;
}
.prsys-vspot-img-holder{
    position: relative;
    height: 170px;
}
.prsys-vspot-img-holder img{
    width: 230px;
    height: 170px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
} 
 
.prsys-vspot-link h3{
    color: #4A698C;
    font-size: 16px;
    font-weight: bold;
    margin: 7px 0 0 0;
    text-transform: none;
}

.parsys-vspot-wrapper .prsys-txt-wrapper p{
    color: #404040;
    font-size: 12px;
    line-height:15px;
}
.parsys-vspot-wrapper  a.viewall{
    color: #4A698C;
    font-size: 12px;
} 
 
/*****************************************
    SOLUTIONS OVERVIEW TAB CONTENT STYLES    
******************************************/
.sol-ovw-desc{
    margin-top:0px;
    color:#000;
}
.sol-ovw-desc .rich-text p{ 
    font-size: 14px;
    line-height: 19px;
    color: #404040;
}
.ovw-cnt {
    width: 100%;
    padding: 25px 0 0 0;
}
.ovw-cnt.last {
    border: none;
}
.ovw-cnt h2 {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}
.solutioncat-overview-childlist .ovw-cnt h2 a{
    color: #000;
    font-size: 16px;
    text-decoration:none;
}
.ovw-cnt h2 a:hover{
    text-decoration:underline;
}
.ovw-cnt .txtimg-hldr {
    width: 100%;
}
.ovw-cnt .img-hldr {
    float: left;
    width: 188px;
    height: 132px;
    margin-left:0;  
}
.ovw-cnt .img-hldr-right{
    float:right;
    margin-left:24px;
}
.ovw-cnt .txt-hldr {        
    margin-left: 212px;
    margin-top: 15px;
}
.solutioncat-overview-childlist .ovw-cnt h2 a{
	color: #08c;
	font-family: "ProximaNova-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.solutioncat-overview-childlist .ovw-cnt .txt-hldr{
    margin-top:0;
}
.bti-cnt .txt-hldr{ 
    margin-left: 0;
    margin-top: 0;  
    overflow:hidden;
}
.bti-cnt .txt-hldr-right{   
    margin-left:212px;
    margin-top: 0;
}
.ovw-cnt .txtimg-hldr .txt-hldr p, .sol-ovw-desc .rich-text p{
    font-size:14px;
}
.ovw-cnt .txt-hldr .desc{
}
.ovw-cnt .txt-hldr .full-desc{
    margin-top:10px;
}
.ovw-cnt .txtimg-hldr .txt-hldr p b{
    font-size: 14px;
    color:#000;
}

/************************************
    PRODUCT & SERVICES LANDING PAGE
*************************************/
.ply-legacy-wrapper .sectn-ttl{
    font-size:18px;
    font-weight: bold;
    margin: 25px 0;
    color: #010101;
    text-transform:none;
}
.sectn-ttl a{
    font-size:18px;
    font-weight: bold;    
    color: #010101;
    text-transform:none;
}
.sectn-ttl a:hover{
    text-decoration:underline;
}
.featuredlist{
    float:left;
    margin-bottom: 25px;
    margin-top:10px;
}
.env-icon-holder{
    text-align: center;
    width: 120px;
    float: left;
}

.env-icon-holder:hover span.env-icon-title{
}
.env-icon-holder .env-img-hldr{
    width:120px;
    height: 75px;
}
.env-icon-holder .env-img-hldr img{
    width: 96px;    
}
.env-icon-holder .env-icon-title{
    color: #6F7175;
    font-size: 14px;
    font-weight: bold;
}
.sectn-silver-rule{
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    padding: 25px 0 0 0;
    border-bottom: 1px solid silver;
    clear: both;
    margin:0;
}
.env-icon-holder a.env-link{
    display: block;
    height: 150px;
    position: relative;
    /*z-index: 3; */ /*need to comment, this makes imgs overlap nav menu*/
}
.child-list-row{
    float:left;
    width:100%;
    margin-top:25px;    
}
.mgn-top-none{
    margin-top:0;
}
.img-and-text-holder{
    width: 188px;
    float: left;    
    margin-right:28px;
    overflow:hidden;
}
.img-and-text-holder-left{
    width:290px;
    float: left;    
    margin-right:40px;
    overflow:hidden;
}        
.mgn-rt-none{
    margin-right:0;
}
.img-container{
    width: 188px;
    height: 132px;
}
.text-container{
    padding-top:11px;
}
.img-and-text-holder-left .img-container{
    width:77px;
    height:76px;
    float:left;
}
.img-and-text-holder-left .text-container{
    padding:0;
    margin-left:102px;
}
.title4-textImage-cmpnent{
    line-height: 14px;
}
.title4-textImage-cmpnent a{
    font-size: 14px;
    color: #010101;
    font-weight:normal;
}
.title4-textImage-cmpnent a:hover{
    text-decoration:underline;
}
/*changed font family to include fonts for jp and cn locales*/
.intro-text4-img{
    font-size: 12px;
    color: #666666;
    padding-top: 5px;
    /*font-family: arial, helvetica, sans-serif;*/
}
.non-title-link{
    font-size: 12px;
    color: #4B6A8C;
}
.non-title-link:hover{
    text-decoration: underline;
}
.env-icon-holder .env-img-hldr img.increase{
    width: 104px;
    cursor: pointer;
}        
.color-hvr{
    color: #D71920;
    cursor: pointer;
}
.para-zero-rule{
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid silver;    
}
.spacer-32{
    width:100%;
    height:32px;
}

/*************************
    ENIVRONMENT PAGE
**************************/
.env-ftrd-lst{
    position: relative;
    width: 960px;
    margin:0 auto;
}

.env-ftrd-lst .featuredlist{
    margin: 28px 0 28px 35px;
}
.env-ftrd-lst .env-icon-holder{
    width: 157px;
    margin-right: 25px;
}

.env-ftrd-lst .env-icon-holder:last-child{
    margin:0;
}

.env-ftrd-lst .env-icon-holder .env-img-hldr{
    margin: 0 auto;
    height: 109px;
    width: 100%;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F2F2F2), to(#E1E1E1), color-stop(.5,#ECECEC));
    background: -moz-linear-gradient(top, #F2F2F2 0%, #ECECEC 50%, #E1E1E1 100%);
    moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}

.env-ftrd-lst .env-icon-holder .env-img-hldr img{
    width: 100%;
    height:109px;
}
.env-ftrd-lst .env-icon-holder .env-icon-shadow{
    width: 218px;
    height: 10px;
    margin-top: -5px;
    display: block;
    margin-left: -31px;
    max-width:none;
}
.env-ftrd-lst .env-icon-holder span.env-icon-title{
    display: block;
    margin-top: 7px;
}
.envmnt-page-hero .hero_module_image_video img{
    -moz-border-radius:0;
    -webkit-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
}

/*****************************************
    SOLUTION LANDING PAGE
*****************************************/
.section-hldr{
    margin: 0 0 30px 0;
}
.mgn-btm-none{
    margin-bottom:0;
}
.carousel-container{
    float:left;
}
/*To fix issue in which By industry labels to the right of the slider graphic wrap when they're too long.*/
.carousel-list{
  /*  margin-left:520px;*/ 
      float: left;
    margin-left: 15px;
}
.childpages-list ul{
    margin:0;
    padding:0;
}
.childpages-list ul li{
    list-style:none;
    padding-top:5px;
}
.childpages-list ul li a{
    color:#4A698C;
    margin:0;
    font-size:12px;
    line-height: 19px;
}
.childpages ul li a:hover{
    text-decoration:underline;
}
.txt-img-hldr {
    width: 100%;
}
.txt-img-hldr .img-hldr {
    float: left;
    width: 188px;
    height: 132px;
    margin-left:0;  
}
.txt-img-hldr .img-hldr-right{
    float:right;
    margin-left:24px;
}
.txt-img-hldr .txt-hldr{ 
    margin-left: 0;
    margin-top: 0;  
    overflow:hidden;
}
.txt-img-hldr .txt-hldr-right{   
    margin-left:212px;
    margin-top: 0;
}
.txt-img-hldr .child-list-row{    
    width:100%;
    margin-top:25px;    
}
.txt-img-hldr .child-list-row .link-hldr{
    width:184px;
    float: left;    
    margin-right:40px;
    overflow:hidden;
}
.txt-img-hldr .child-list-row .link-hldr a{
    font-size: 14px;
    color: #4A698C;
    font-weight:normal;    
}
.txt-img-hldr .child-list-row .link-hldr a:hover{
    text-decoration:underline;
}
.txt-img-hldr .mgn-top-none{
    margin-top:0;
}
.txt-img-hldr .child-list-row .mgn-rt-none{
    margin-right:0;
}
.txt-img-hldr .txt-hldr p{
    font-size:14px;
}
.txt-img-hldr .txt-hldr .desc{
}
.txt-img-hldr .txt-hldr .full-desc{
    margin-top:10px;
}
.txt-img-hldr .txt-hldr p b{
    font-size: 14px;
    color:#000;
}
/********************************
 START A-Z PRODUCT PAGE
 *******************************/
 .a-z-wrppr{
    position: relative;
}
.index-intro{
    font-size: 13px;
    color: #404040;
    font-weight: normal;
}
.atozproducts b{
    font-size: 13px;
    display: block;
    margin: 10px 0 5px 0;
}
.atozproducts a{
    color: #4A698C;
    font-size:12px;
    display: block;
}
#index{
    margin-bottom: -20px;
}
#index a{
    font-size:16px;
    font-weight: bold;
    display: inline;
}
a.to-top{
    text-align: right;
    margin: -17px 0 0 0;
}
a.letter-ttl{
    color: black;
    font-weight: bold;
    border-top: 1px solid silver;
    padding: 7px 0 0px 0;
    margin: 30px 0 10px 0;
    font-size: 13px;
}
.alpha-lst-hldr{
    margin: 0 0 34px 0;
}
.prnt-or-top{
    display: block;
    text-align: right;
}
.prnt-or-top a,
.prnt-or-top span{
    color: #4A698C;
    display: inline;
}

/******************************
    FILTER STYLES
******************************/
.ply-wrapper .fltr-ttl{
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 0 35px;
    color: black;   
    text-align: left;
}
.scroll-ttl-wrppr:hover{
    cursor: pointer;
}
.fltr-bg{
    background-image: url("global/images/fltr-cllpsd-bg-960.jpg");
    height: 65px;
    text-align: left;
    background-repeat:no-repeat;
}
.customerstoriessearch .fltr-bg{
	background-image: url("global/images/fltr-cllpsd-bg.jpg");
}
.expand-bg{
    background-image: url("global/images/fltr-xpnd-bg-960.png");
    height: 238px;
}
.customerstoriessearch .expand-bg{
	background-image: url("global/images/fltr-xpnd-bg.png");
}
.fltr-wrppr{
    width: 912px;
    margin: 0 24px;
    float: left;
    visibility:hidden;
    position:absolute;
    top:-10000em;
    left:-10000em;
}
.customerstoriessearch .fltr-wrppr{
	width: 1122px;
}
.scroll-ttl-wrppr{
    padding-left:24px;
}
.fltr-bg span.scroll-ttl{
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #262626;
    width: 170px;    
    height: 65px;
    line-height: 65px;
    margin: 7px 5px 0;
    position:relative;
    text-align: center;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    float:left;
}
.customerstoriessearch  .fltr-bg span.scroll-ttl{
	width: 192px;
}
.fltr-bg span.scroll-ttl-ptype{    
    margin-left:20px;
    width:auto;
}
.fltr-bg img.fltr-sep {    
    float:left;
    padding-top:27px;
}
.scroll-bg{
    background-image: url("global/images/scroll-bg.png");
    width: 164px;
    height: 101px;
    float: left;
    margin: 0 23px 0 0;
}
.customerstoriessearch  .scroll-bg{
	width: 176px;
	margin: 0 33px 0 0;
}
.redbtn-srch-left{
    background: url("global/images/redBtn-lft-nrml.png") no-repeat scroll left center transparent;
    display: inline-block;
    height: 37px;
    padding: 0 0 0 9px;    
}
.redbtn-srch-mdl{
    background: url("global/images/redBtn-mdl-nrml.png") repeat-x scroll right center transparent;
    display: inline-block;
    height: 37px;
    padding: 0 10px;
}
.redbtn-srch-right{
    background: url("global/images/redBtn-rght-nrml.png") no-repeat scroll right center transparent;
    display: inline-block;
    height: 37px;
    padding:0 9px 0 0;
}
.redbtn-srch-left a > span{
    padding: 0 10px;
    color: white;
    line-height:37px;
    font-size: 13px;
}
.redbtn-srch-left:hover{
    background: url("global/images/redBtn-lft-prsd.png") no-repeat scroll left center transparent;
}
.redbtn-srch-left:hover .redbtn-srch-mdl{
    background: url("global/images/redBtn-mdl-prsd.png") repeat-x scroll right center transparent;
}
.redbtn-srch-left:hover .redbtn-srch-right{
    background: url("global/images/redBtn-rght-prsd.png") no-repeat scroll right center transparent;
}
.graybtn-srch-left{
    background: url("global/images/grayBtn-lft-nrml.png") no-repeat scroll left center transparent;
    display: inline-block;
    height: 37px;
    padding: 0 0 0 9px;
    margin-left: 10px;
}
.graybtn-srch-mdl{
    background: url("global/images/grayBtn-mdl-nrml.png") repeat-x scroll right center transparent;
    display: inline-block;
    height: 37px;
    padding: 0 10px;
}
.graybtn-srch-right{
    background: url("global/images/grayBtn-rght-nrml.png") no-repeat scroll right center transparent;
    display: inline-block;
    height: 37px;
    padding:0 9px 0 0;
}
.graybtn-srch-left a > span{
    padding: 0 10px;
    color: white;
    line-height:37px;
    font-size: 13px;
}
.graybtn-srch-left:hover{
    background: url("global/images/grayBtn-lft-prsd.png") no-repeat scroll left center transparent;
}
.graybtn-srch-left:hover .graybtn-srch-mdl{
    background: url("global/images/grayBtn-mdl-prsd.png") repeat-x scroll right center transparent;
}
.graybtn-srch-left:hover .graybtn-srch-right{
    background: url("global/images/grayBtn-rght-prsd.png") no-repeat scroll right center transparent;
}        
.scroll-bg .scrollbar-container {
    width: 164px;
    height:auto;
    margin:0;    
}
.customerstoriessearch  .scroll-bg .scrollbar-container{
	width: 176px;
}
.scroll-bg .scrollbar-container .viewport {
    width: 155px;
    height: 101px;
    overflow: hidden;
    position: relative;
}
.customerstoriessearch .scroll-bg .scrollbar-container .viewport{
	width: 167px;
}
.scroll-bg .scrollbar-container .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}
.scroll-bg .scrollbar-container .scrollbar{
    background: transparent url("global/images/bg-scrollbar-track-y.png") no-repeat 0 0;
    position: relative;    
    background-position: 0 0;
    float: right;
    width: 9px;
}
.scroll-bg .scrollbar-container .track {
    background: transparent url("global/images/bg-scrollbar-trackend-y.png") no-repeat 0 100%;
    height: 100%;
    width:9px;
    position: relative;
    padding: 0 1px;
}
.scroll-bg .scrollbar-container .thumb {
    background: transparent url("global/images/bg-scrollbar-thumb-y.png") no-repeat 50% 100%;
    height: 20px;
    width: 7px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 1px;
}
.scroll-bg .scrollbar-container .thumb .end {
    background: #ebebeb url("global/images/bg-scrollbar-thumb-y.png") no-repeat 50% 0;
    overflow: hidden;
    height: 5px;
    width: 7px;
}
.scroll-bg .scrollbar-container .disable {
    display: none;
}
.scrll-wrapper{
    height: 101px;
    overflow: hidden;
    width: 164px;
    float: right;
}
.customerstoriessearch .scrll-wrapper{
	width: 176px;
}
.scrll-wrapper .overview ul li span{
    color: black;
}
.scrll-wrapper .overview ul li{
    margin: 6px 0 4px 6px;
    background: url("global/images/rad-off.png") no-repeat;
    padding-left:20px;
    font-size:11px;
    color:#404040;
    line-height:14px;
    cursor:pointer;
}        
.scrll-wrapper .overview ul li.radio-checked{
    background: url("global/images/rad-on.png") no-repeat;
}   
.scrll-wrapper .overview ul li span.radio{
    display: inline-block;
    line-height: 18px;
    margin: 0 5px 0 0;
}
.fltr-wrppr .btn-hldr-right{
    float:right;
    margin-top:15px;
}
.fltr-wrppr .btn-hldr-left{
    float:left;
    margin-left:20px;
    margin-top:60px;
}


/***********************************************
    CUSTOMER STORIES SEARCH RESULTS
***********************************************/
/*** Related type styles ***/
.cs-landing.banner-newdesign-fix{
    width:1170px;
}
.cs-landing.centered-wrapper{
    width:1170px;
}
.cs-landing .main-content-wrapper{
    width:100%;
    padding:20px 0;
}
.cs-landing .left-rail-container{
    width:100%;
}
.cs-parent-container{
    width:100%;
    border-bottom: 1px solid silver;
    margin: 0 0 35px 0;
    padding: 0 0 35px 0;
}
.no-rule,
.cs-parent-container:last-child{
    border: none;    
    margin: 0;
    padding: 0;    
}
.cs-container-row{
    margin-top:32px;
    width:100%;
    float:left;
}
.mgn-top-none{
    margin-top:0;
}
.cs-container{
    float:left;
    /*width:188px;
    margin-right:28px;    */
    width:33.33333%;
    overflow:hidden;
    margin-bottom:32px;
    box-sizing:border-box;
    padding:0 15px;
}
.cs-container.row-clr{
    clear:left;
}
.mgn-rt-none{
    margin-right:0;
}
.cs-landing .cs-container .img-container{
    width:auto;
    height:auto;
}
.cs-container .text-container{
    padding-top:16px;
}
.cs-container .text-container .intro-title a {    
    font-size: 14px;
    color: black;    
    text-transform: none;
}
.cs-container .text-container .intro-title a:hover{
    text-decoration:underline;
}
/*changed font family to include fonts for jp and cn locales*/
.cs-container .text-container .intro-text{
	/*font-family: arial,lucida,sans-serif;*//* for IIE 7 & 8 to overwrite some static.css*/
	font-size: 12px;
	margin: 0 auto;
	padding: 4px 0 0;
	font-family: 微软雅黑;
}
.mgn-rt-none{
    margin-right:0;
}

/***********************************************
    PRESS RELEASE LANDIG SEARCH RESULTS
***********************************************/
.pr-table-hldr{
    padding-bottom:60px;   
    
}
.pr-table th{    
    color:black;
    font-size:18px;
    font-weight:bold;
    text-align:left;
}
.pr-table td *{
    color:#000;
    font-size:14px;
    line-height:19px;
}
.pr-table th{
    padding-top:30px;
}
.pr-table .col1{
    width:150px;
}
.pr-table td{
    padding:30px 0;
    border-bottom:1px solid silver;
    text-align:left;
}
.pr-table .col2{
    width:372px;
}
.pr-table tr.pr-data-row{
    border-bottom:1px solid silver;
}
.pr-table a.pr-title:hover{  
    text-decoration:underline;
}
.pr-table tr.pr-data-row:last-child td{
    border-bottom:none;
}

/*=====Press Release contacts info======*/
.press-rels-contacts h4{
    color: #404040;
    font-weight: bold;
    padding-bottom: 5px;
}
.press-rels-contacts span{
    display: block;
    font-size: 14px;
    color: #404040;
}

/************************************
    EVENTS SEARCH RESULTS
************************************/
.events-table-hldr{
    padding-bottom:60px;    
}
.events-table{
    /*border-bottom:1px solid silver;*/
}
.events-table th{
    font-weight:bold;
    font-size: 12px;
    text-align:left;
}
.events-table td{
    font-size:11px;
    line-height:15px;
    text-align:left;
}
.events-table td p{
    font-size:11px;
    line-height:15px;
}
.events-table td a{
    font-size:11px;
    font-weight:bold;
}
.events-table th.col1, .events-table td.col1{
    width:165px;
    padding:20px 8px 20px 5px;
}
.events-table .col2, .events-table .col3, .events-table .col4, .events-table .col5{
    width:111px;
    padding:20px 5px;
}
.events-table tr.odd-row{
    background-color:#F5F5F5;
}
.events-table a{
    color: #4A698C;
}
.events-table a:hover{
    text-decoration:underline;
}
.event-para-text span{
    font-size:12px;
}
.event-container{
    width: 630px;
    overflow:auto;
    overflow-y:hidden;
    position: relative;
    margin-bottom: 1px ;
}
.event-img-container{
    width:120px;
    height: 90px;
    display: inline-block;
    float: left;
    margin-top:12px;
    margin-left:12px;
}
.event-text-container{
    min-height:90px;
    width: 465px;
    float: left;
    text-align: left;
    margin-top:10px;
    margin-left: 20px;
    padding-bottom:12px;
}
.event-text-container .event-list-title a{
    color:#4a698c;
    font-size:12px;
}
.event-text-container .event-list-title span{
    font-size:12px;
}
.event-text-container .event-para-text{
    color:#666666;
    font-size:12px;
    line-height:20px;
}
.event-text-container .event-para-text.desc{
    line-height:15px;
}
.event-text-container .event-para-text .event-location, .event-text-container .event-para-text .event-date{
    padding-right:7px;
}
.event-cta-container a{
    padding-top:0px;
}
.event-cta-container a span{
    color:#4a698c;
    font-weight: bold;
    font-size: 12px;
    padding-right: 5px;
}

/****************************
    PRINT
****************************/
.prnt-and-top {
    display:inline-block;
    text-align:right;    
}
.prnt-and-top > * {
    color:#4A698C;
    font-size:12px;
}
.prnt-and-top a:hover {
    text-decoration:underline;
}

/***********************************
    ICON LIST COMPONENT
***********************************/
.iconlist{
	display: none;
}
.icon-list-container h4{
    font-size:15px;
    line-height:14px;
    color: black;
}
.icon-list-container .icon-list{
    margin-top:12px;
}
.icon-list-container .icon-list .icon{
    float:left;
    width:40px;
    height:40px;
    padding:12px 5px 0 0;
}
/***********************************
    TWEET FEEDER
***********************************/

#tweet_stream,
.icon-list-container{
    margin-bottom: 25px;
    border-top: 1px solid silver;
    padding-top: 25px;
}

#tweets-container .tweet-text a,
#tweets-container .tweet-created_at a,
#follow_twitter p a.link{
    font-size: 12px;
    color: #4A698C;
    display: block;
    margin-top: 10px;
}
#tweets-container .tweet-text a,
#tweets-container .tweet-created_at a{
    display: inline;
}

.tweets-loading,
.tweet-text{
    font-size: 12px !important;
    color: #404040;
}

/***********************************************************************
    Multi-Link, Media Contacts, Title Link Box & Featured Prod&Services
***********************************************************************/    

.link-list-container{
    margin-bottom:25px;
}
.link-list-container h4, .link-list-container h4 a{
    color: black;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding-bottom:5px;
}

.link-list-container ul li{
    list-style: none;
} 

.link-list-container ul li a{
    font-size: 12px;
    color: #4A698C;
    display: block;
    margin-top: 10px;
}
.link-list-container ul li a:hover, .link-list-container h4 a:hover{
    text-decoration:underline;
}
.link-list-container ul li p{
    font-size:12px;
    padding-top:5px;
}
.link-list-container ul li p.link-text{    
    padding-top:10px;
}

/******************************
    MULTI-LINK COMPONENT
******************************/
.multi-link-container{
    padding-top:25px;
    border-top:1px solid silver;
}

/*******************
    HERO COUNTER
*******************/
.counter-cnt{
    position:absolute;
    left:164px;
    top:52px;
    width:207px;
}
#days-left{
    width:207px;
    height:252px;
}
#time-left{
    font-weight:bold;
    padding-top:12px;
    font-size:20px;
    width:190px;
    margin:0 auto;
    color:#000;
}
#time-left span{
    padding-right:15px;
    font-weight:normal;
    font-size:11px;
    padding-left:5px;    
}

/***************
    Tooltip
***************/
#ToolTip {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #999999;
    color: #404040;
    display: none;
    padding: 2px 5px;
    position: absolute;
    z-index: 999;
}

/**************************
    Press Release Page
**************************/
.date-text-box{
    width:100%;
    overflow:hidden;
}
.date-text-box .prdate{
    float:left;
}
.date-text-box .prdate{
    font-size:14px;
    line-height:19px;        
}
.pr-panel-rule{
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 30px 0;
    border-bottom: 1px solid silver;
}
.pr-btm-panel-rule{
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 30px 0 12px 0;
    border-bottom: 1px solid silver;
}

/**************************
    Title with List
**************************/
.titlewithlist h2{
    font-size:18px;
    color:#666666;
    padding-bottom:14px;
}
.titlewithlist h4{
    font-size:16px;
    font-weight:normal;
    color:#999999;
    padding-bottom:10px;
}
.titlewithlist .list-hldr{
    margin-left:20px;
}
.titlewithlist .list-hldr ul li{
    list-style:disc outside none;    
    padding:0 0 5px 0;
    font-size:16px;
    color:#999999;
}

/******************************
    Text Image with Caption
******************************/
.textimagewithcaption{
    /*margin-top:32px;*/
}
.textimagewithcaption .text-cnt{
    text-align:left;
    font-size:14px;
}
.textimagewithcaption .img-left .img-cnt{
    float:left;    
    margin:0 10px 10px 0;
}
.textimagewithcaption .img-right .img-cnt{
    float:right;    
    margin:0 0 10px 10px;
}
.textimagewithcaption .img-top .img-cnt, .textimagewithcaption .img-bottom .img-cnt{
    width:100%;
    text-align:center;
    margin:32px 0;
}
.textimagewithcaption .img-top .text-cnt{
    margin-top:10px;
}
.textimagewithcaption .img-bottom .text-cnt{
    margin-bottom:10px;
}
.textimagewithcaption .cp-left,.textimagewithcaption .cp-right,
.textimagewithcaption .cp-top,.textimagewithcaption .cp-bottom{
    position:relative;
    text-align:left;   
}
.textimagewithcaption .caption{    
    padding:6px;
    overflow:hidden;
    font-size:11px;
    text-align:left;
    color:#333333;
    border:1px solid #cccccc;   
}
.textimagewithcaption .cp-left{
    position:relative;
    text-align:left;    
}
.textimagewithcaption .cp-left .caption{
    float:left;
    width:118px;
    margin-right:6px;    
}
.textimagewithcaption .cp-right .caption{
    float:right;
    width:118px;
    margin-left:6px; 
}
.textimagewithcaption .cp-top .caption{
    margin-bottom:6px;
}
.textimagewithcaption .cp-bottom .caption{
    margin-top:6px;
}
.textimagewithcaption .img-top .cp-left,.textimagewithcaption .img-top .cp-right,
.textimagewithcaption .img-bottom .cp-left,.textimagewithcaption .img-bottom .cp-right{
   display:table;
   margin:0 auto;
   width:auto;  
}
.textimagewithcaption .img-top .cp-top, .textimagewithcaption .img-top .cp-bottom,
.textimagewithcaption .img-bottom .cp-top, .textimagewithcaption .img-bottom .cp-bottom{
    display:block;
    margin:0 auto;
}

/******************************
    Contactus List
******************************/
.contactuslist{
    width:100%;
    overflow:hidden;
    margin-top:25px;
}
.contactuslist .contact{
    float:left;
    margin-right:14px;
    margin-top:10px;
}
.contactuslist .contact ul{
    margin:0;
    padding:0;       
}
.contactuslist .contact ul li{
    list-style:none;
    padding: 0 0 1px 0;
    font-size:14px;
}
.contactuslist .contact ul li a{
    color:#4A698C;
    font-size:14px;
    text-decoration:none;
}
.contactuslist .contact ul li a:hover{
    text-decoration:none;
}

/******************************
    Facebook
******************************/
.facebook{
    overflow:hidden;
}
.facebook .header-fb {
    height: 52px;    
    position:relative;
    text-align:right;        
    background: url("global/images/social-tab-center.jpg") repeat-x scroll center center transparent;
    margin-bottom:10px;    
}
.facebook .header-fb a{
    font-size:14px;
    color:#404040;
    line-height:52px;
    padding-right:10px;
}
.facebook .fb-left{
    background: url("global/images/facebook-tab-left.jpg") no-repeat scroll left center transparent;
    height: 52px;
    width:149px;
    position:absolute;
    left:0;
    top:0;
}
.facebook .fb-right{
    background: url("global/images/social-tab-right.jpg") no-repeat scroll right center transparent;
    height: 52px;
    width: 5px;    
    position:absolute;
    right:0;
    top:0;
}
.facebook .align-center{
    margin: 0 auto;
}
.facebook .align-right{
    float:right;
}

/****************************
    Twitter
****************************/
.twitter{
    overflow:hidden;
}
.twitter .header-tw {
    height: 52px;    
    position:relative;
    text-align:right;        
    background: url("global/images/social-tab-center.jpg") repeat-x scroll center center transparent;
    margin-bottom:10px;    
}
.twitter .header-tw a{
    font-size:14px;
    color:#404040;
    line-height:52px;
    padding-right:10px;
}
.twitter .tw-left{
    background: url("global/images/twitter-tab-left.jpg") no-repeat scroll left center transparent;
    height: 52px;
    width:138px;
    position:absolute;
    left:0;
    top:0;
}
.twitter .tw-right{
    background: url("global/images/social-tab-right.jpg") no-repeat scroll right center transparent;
    height: 52px;
    width: 5px;    
    position:absolute;
    right:0;
    top:0;
}
.twitter .twitter .align-center{
    margin: 0 auto;
}
.twitter .align-right{
    float:right;
}
.twitter .tweets p {
    font-size: 12px !important;
}
.twitter .twtr-fav, .twtr-reply, .twtr-rt {
    font-size: 10px !important;         
}
.twitter .twtr-timestamp {
    font-size: 11px !important;         
}           
.twitter .twtr-tweet-text {
    font-size: 10px !important;
}
.twitter .tweets .twtr-hd h3, #tweets .twtr-hd h4 {   
    font-size:13px !important;  
}  
.twitter .tweets .twtr-hd {     
    color: #fff; 
    padding: 0px;           
}
.twitter .tweets .twtr-ft {
    display:none !important;
}
.twitter .tweets .twtr-timeline{
    border-bottom:solid 1px #CCCCCC;
    border-left:solid 1px #CCCCCC;
    border-right:solid 1px #CCCCCC;
    border-top:solid 1px #CCCCCC;
}

/****************************
    Youtube
****************************/
.youtube{
    overflow:hidden;
}
.youtube .header-yt {
    height: 52px;    
    position:relative;
    text-align:right;        
    background: url("global/images/social-tab-center.jpg") repeat-x scroll center center transparent;
    margin-bottom:10px;    
}
.youtube .header-yt a{
    font-size:14px;
    color:#404040;
    line-height:52px;
    padding-right:10px;
}
.youtube .yt-left{
    background: url("global/images/youtube-tab-left.jpg") no-repeat scroll left center transparent;
    height: 52px;
    width:138px;
    position:absolute;
    left:0;
    top:0;
}
.youtube .yt-right{
    background: url("global/images/social-tab-right.jpg") no-repeat scroll right center transparent;
    height: 52px;
    width: 5px;    
    position:absolute;
    right:0;
    top:0;
}
.youtube .align-center{
    margin: 0 auto;
}
.youtube .align-right{
    float:right;
}
.group:before,
.group:after {
    content: ' ';
    display: table;
}
.group:after {
    clear: both;}
.group {
    zoom: 1;}
.youtube .rss-feed-module {    
}
.youtube .rss-feed-module .feed {
    list-style: none;
    margin: 0;
    padding: 0;
}
.youtube .rss-feed-module .feed a {
    color: #4a698c;
}
.youtube .rss-feed-module .feed li {
    display: block;
    margin: 0 0 1.5em;
}
.youtube .rss-feed-module .feed .hero {    
    margin: 0 0 .25em;
    overflow: hidden;
}
.youtube .rss-feed-module .feed .hero img {
    display: block;
    margin: -26px 0 0;
}
.youtube .rss-feed-module .feed .title {
    margin: 0 0 .25em;
}
.youtube .rss-feed-module .feed .title a{
    font-size:14px;
}
.youtube .rss-feed-module .feed .meta .date {
    display: block;
    float: left;
    font-size: .825em;
}
.youtube .rss-feed-module .feed .meta .views {
    display: block;
    float: right;
    font-size: .825em;
}

/******************************
    Promotions
******************************/
.promotion .promo{
    width:230px;
    color:#fff;
    position:relative;
    background-color: #E1E1E1;
    margin-bottom:25px;
}
.promotion .promo .promo-top{
    background: url("global/images/prsys-crnrs.png") no-repeat scroll 0 0 transparent;
    height: 10px;
}
.promotion .promo .promo-btm{
    background: url("global/images/prsys-btm.png") no-repeat scroll 0 0 transparent;
    height: 10px;
}
.promotion .promo .promo-content{
    /*background: url("global/images/prsys-center.png") repeat-x scroll 0 0 transparent;*/
    padding:17px;
}
.promotion .promo .promo-content .promo-title{
    font-size:28px;
    color:#1D7EAE;
    padding-bottom:5px;
}
.promotion .promo .promo-content .promo-description{
    font-size: 14px;
    color: #647280;
    padding-bottom:15px;
}
.promotion .promo .promo-img-bg{
    position:absolute;
    top:0;
    right:0;
}
.promotion .promo .promo-cta-link{   
    color: #D71920;
    float: right;
    font-size:12px;
}
.promotion .promo a.promo-link:hover{
    text-decoration:none;
}
.promotion .promo .promo-arrow-right{
    border-bottom: 5px solid transparent;
    border-left: 5px solid #D71920;
    border-top: 5px solid transparent;
    display: inline-block;
    margin 0 0 0 6px;
}
.promotion .promo-hldr{
    width:230px;
    color:#fff;
    position:relative;
    margin-bottom:25px;
}
.promotion .promo-desc h3 a{
    font-size:14px;
    line-height: 16px;
    font-weight: normal; 
    color:#000;
    text-transform: none;
    padding-top: 8px;
}
.promotion .promo-desc h3 a:hover{
    text-decoration:underline;
}
.promotion .promo-desc p{
    color: #666666;
    font-size: 12px;
    padding: 5px 0 0 0;
}

/***************************
    Media Contacts
***************************/
.mediacontacts .link-list-container{
    margin-bottom:25px;
}
.mediacontacts .link-list-container h4{
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding-bottom:5px;
}
.mediacontacts .link-list-container ul li{
    list-style: none;
    padding-bottom:5px;
}
.mediacontacts .link-list-container ul li p.name, .mediacontacts .link-list-container ul li p.email{
    font-size:13px;
    padding-top:5px;
}
.mediacontacts .link-list-container ul li p.email a{
    font-size:13px;
    color:#336699;
    text-decoration:none;
    padding:0;
    margin:0;
}
.mediacontacts .link-list-container ul li p.email a:hover{
    text-decoration:underline;
}
.mediacontacts .link-list-container ul li p.phone{
    font-size:12px;
    color:#333333;
    padding-top:5px;
}

/*********************
    In the News
*********************/
.inthenews .pr-table th{
    padding-top:0;
}

/***************************
    Brightcove Lightbox
***************************/
.brightcovelightbox h3{
    padding-top:5px;
    text-align:center;
}
.brightcovelightbox h3 a {    
    font-size: 14px;
    color: black;    
    text-transform: none;
}
.brightcovelightbox h3 a:hover{
    text-decoration: underline;
}
.brightcovelightbox p{
    padding-top:10px;
    font-size:12px;
}

/******************************************
    Products & Services Family Template
*******************************************/
/*.pf_par1, .ps2_par1{
    padding:25px 0 0;
}
.pf_par2, .ps2_par2{
    padding:35px 0 0;
}*/
.pf-wrapper .accordion-childlist{
    margin:30px 0 0;
}
.pf-wrapper .childlist-silver-rule{
    padding:10px 0 0;
}

/******************************************
    Products & Services Series Template
*******************************************/
.ps-wrapper .accordion-childlist{
    margin:30px 0 0;
}

/******************************************
    Products & Services Series 2 Template
*******************************************/
.ps2-wrapper .right-rail-container{
    margin-top:0px;
}

/*********************
    Newsroom Page
**********************/
.newsroom-wrapper .right-rail-container{
    margin-top: 0;
}
.news-room-content{
    width:100%;
    margin-top:20px;
}
.news-room-content .newsroom-latest-news{
    margin-right:28px;
}
.news-room-content .newsroom-latest-news, 
.news-room-content .polycom-news{
    float:left;
    width:47%;
}

/*********************************
    Newsroom Spoltlight List
*********************************/
.newsroomspotlightlist .v-spotlight-hldr{
    width:100%;         
    border-bottom:1px solid silver;
    padding-bottom:25px;
}
.newsroomspotlightlist .v-spotlight-hldr .v-spotlight{
    width:30%;
    float:left;
    margin-right:15px;
}
.newsroomspotlightlist .v-spotlight-hldr .v-spotlight .img-hldr{
    width: 188px;
    height: 132px;
    background: #595959;
}
.newsroomspotlightlist .v-spotlight-hldr .v-spotlight h2{
    margin-top: 10px;
    margin-bottom: 15px;
}
.newsroomspotlightlist .v-spotlight-hldr .v-spotlight h2 a{
    font-size: 14px;
    color: #4A698B;    
    font-weight: normal;
}
.newsroomspotlightlist .v-spotlight-hldr .v-spotlight h2 a:hover{
    text-decoration:underline;
}

/**************************
    Polycom in the News
**************************/
.polycominnews .content{
    margin-bottom:25px;
    float: left;
}
.polycominnews .content .txtimg-hldr{
    width:100%;         
}
.polycominnews .content .img-hldr {
    float: left;
    width: 77px;
    height: 76px;
}
.polycominnews .content .txt-hldr {                      
    margin-left: 110px;
}
.polycominnews .content .txt-hldr span{
    display: block;
    color:#6F7175;
    font-size: 12px;
}
.polycominnews .content .desc a{
    color:#6F7175;
    display: block;
    font-size: 12px;
}
.polycominnews .content .txt-hldr span.date,
.polycominnews .content .txt-hldr span.media-outlet-title{
    color: #404040;
    font-size: 12px;
}
.polycominnews .content .desc a:hover{
    text-decoration: underline;
}
.polycominnews a.more-news{
    color: #4A698C;
    font-size: 12px;
}
.polycominnews a.more-news:hover{
    text-decoration:underline;
}
.polycominnews h2{
    margin-bottom: 10px;
}
.polycominnews h2, .polycominnews h2 a{
    text-transform: none !important;
    font-weight:bold;
    font-size:18px;
    color: #000000;
}
.polycominnews h2 a:hover{
    text-decoration: underline;
}

/******************************
    Press Release Index
******************************/
.pressreleaseindex .news-hdr h2{
    margin-bottom: 10px;
}
.pressreleaseindex .news-hdr h2, .pressreleaseindex .news-hdr h2 a{
    text-transform: none !important;
    font-weight:bold;
    font-size:18px;
    color: #000000;    
}
.pressreleaseindex .news-hdr h2 a:hover{
    text-decoration: underline;
}
.pressreleaseindex .news-hdr .latest-icon{
    display:inline-block;
    width:20px;
    height:20px;
    padding-right:8px;
}
.pressreleaseindex .content ul li{
    list-style:none;
    padding-bottom:10px;
}
.pressreleaseindex .content ul li a{
    color:#6F7175;
    display: block;
    font-size: 12px;
}
.pressreleaseindex .content ul li span{
    color: #404040;
    font-size: 12px;
}
.pressreleaseindex .content ul li a:hover{
    text-decoration: underline;
}
.pressreleaseindex a.more-news{
    color: #4A698C;
    font-size: 12px;
}
.pressreleaseindex a.more-news:hover{
    text-decoration:underline;
}
/***************************
    WWW Redesign Template
***************************/
.redesign-content-wrapper{
    position:relative;
    overflow:hidden;    
}
/***********************
    Lithium Blog Posts
************************/
.lithium .container{
    margin-bottom:25px;
    overflow:hidden;
    font-size: 12px;
}
.lithium .container .txtimg-hldr{
    width:100%;
    padding-bottom:20px;
    overflow:hidden;
}
.lithium .container .img-hldr {
    float: left;
    margin-right:10px;
}
.lithium .container .img-hldr img{    
    width:54px;
    height:54px;
    margin-top:3px;
}
.lithiumpar .lithium .container .img-hldr img,
.rhspar .lithium .container .img-hldr img{
    max-width:128px;
    max-height:72px;
    width:auto;
    height:auto;
}
.lithium .container .txt-hldr{
    overflow:hidden;
}
.lithium .container .txt-hldr a.title{
    color:#4A698C;
    font-size: 16px;
    font-weight:bold;
}
.lithiumpar .lithium .container .txt-hldr a.title,
.rhspar .lithium .container .txt-hldr a.title{
    font-size:11px;
}
.lithium .container .txt-hldr a.title:hover{
    text-decoration: underline;
}
.lithium .container .desc{
    padding-top:7px;
    font-size:14px;
}
.lithiumpar .lithium .container .desc,
.rhspar .lithium .container .desc{
    font-size:11px;
}
.lithium .container .txt-hldr .author{
    font-size: 11px;
    padding-top:5px;
}
.lithium .container .txt-hldr .author span{
    font-size:11px;
}
.lithium .container .txt-hldr .author a{
    background:url("global/images/polycom-employee-badge.gif") no-repeat left center;
    padding-left:20px;
    padding-top:2px;
    color:#4A698C;
    font-size: 11px;
}
.lithium .container .txt-hldr .author a:hover{
    text-decoration:underline;    
}
.lithium .container .txt-hldr .author span.date{
    padding-left:5px;
    color:#404040;
}
.lithium .container .txt-hldr .author span.date .date-sep{
    padding:0 5px 0 0;
}
.lithium a.more-posts{
    color: #4A698C;
    font-size: 12px;
}
.lithium a.more-posts:hover{
    text-decoration:underline;
}
.lithium h2{
    margin-bottom: 10px;
    text-transform: none !important;
    font-weight:bold;
    font-size:16px;
    color: #000000;
}
.banner-newdesign-fix{
    width:960px;
    margin: auto;
}
#inner-wrapper{
    width: 890px;
    float: left;
    padding: 0 0 0 35px;
    text-align:left;
}

/*****************************
  PRODUCT HERO
*******************************/

.product-hero-img {
    background: none repeat scroll 0 0 #676767;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;    
    border-radius: 10px 10px 0 0;
    display: inline-table;
    height: 340px;
    max-height: 340px;
    position: relative;
    width: 960px;
}

#play-button{
    background-image: url("global/images/play-icon.png");
    background-color: balck;
    width:90px;
    height:79px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin: auto;
    bottom: 10%;
    left: 10%;
    position: absolute;
}

#video-intro{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 645px;
    min-height: 79px;
    background-color: #292929 ; 
    position: absolute;
    bottom: 10%;
    right: 10%; 
}

#intro-title{
    color: white;
    font-weight: bold;
    font-size: 140%;
    text-align: left;
    padding: 13px 0 0 20px;
}

#intro-text{
    color: white;
    font-weight: normal;
    font-size: 120%;
    text-align: left;
    padding: 0 0 10px 21px;
}


/*****************************
 INTRO PARAGRAPH 
*******************************/
.intro-para {
    color: black;
    font-size: 160%;
    border-bottom: 1px solid #D4D4D4;
    text-align: justify;
    padding: 0 0 40px 0;
}



/*****************************
   LEFT RAIL CONTENT
*******************************/
.child-product-container{

    height: auto;
    position: relative;
    margin: 34px 0 0 0;
    overflow:hidden;
}
.child-product-container:first-child{
    margin:0;
}

.accorion-img-container {
    width: 188px;
    height: 132px;
    display: inline-block;
    float: left;
}

.accorion-img-container >img{
    width:100%;
    height:100%
}   
    

.accordion-text-container{
    width: 413px;
    float: left;
    text-align: left;
    margin-left: 17px;
}
.accordion-childlist .accordion-text-container a {
	font-family: "ProximaNova-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.accordion-text-container a:hover,
a.title-anchor:hover, 
h2.child-list-title a:hover{
    text-decoration: underline !important;
}
.child-list-title{
    padding-bottom:10px;
}
.child-list-title a {
    font-size: 16px;
    color: black;
    font-weight: bold;    
}
/*changed font family to include fonts for jp and cn locales*/
.accordion-para-text {
    color: #666666;
    font-size: 14px;
    line-height: 19px;
    font-family: arial, helvetica, sans-serif !important;
}

.product-list-container {
    background-image: url("global/images/child-prod-list-bg.png");
    background-size: 100% 100%;
    display:none;
    height: 357px;
    margin : 5px 0 30px 0;
    position: relative;
    width: 629px;
    overflow: hidden;
}

.product-scrollbar {
    width: 610px;
    margin: 21px 0 0px;
    height:303px;
    /*overflow-y:scroll;
    overflow-x:hidden;*/
    overflow:hidden;
}
.product-scrollbar .viewport { 
    width: 555px; 
    height: 303px; 
    position: relative; 
    /*overflow-y: scroll;*/
    overflow:hidden;
    /* padding: 28px 0 0 118px; */
    /*left: 3.3%; 
    top: 40px;*/
    margin:0 0 0 20px;
}

.product-scrollbar .overview { 
    list-style: none; 
    position: absolute; 
    left: 0; 
    top: 0; 
    padding: 0; 
    margin: 0; 
    /*height: 100%;*/
    width:100%;
}

.product-scrollbar .overview .products:first-child{
    padding-top:20px;
}

.product-scrollbar .overview .products:last-child{
    padding-bottom:5px;
}

.product-scrollbar .scrollbar{ 
    background: transparent url(global/images/bg-scrollbar-track-y.png) no-repeat 0 0; 
    position: relative; 
    height:303px; 
    background-position: 0 0; 
    float: right;
    width: 9px;
    z-index:9999; 
}

.product-scrollbar .track { 
    background: transparent url(global/images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; 
    height: 100%; 
    width:9px; 
    position: relative; 
    padding: 0 1px; 
}
.product-scrollbar .thumb { 
    background: transparent url(global/images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; 
    height: 20px; 
    width: 7px; 
    cursor: pointer; 
    overflow: hidden; 
    position: absolute; 
    top: 0; 
    left: 1px; 
}
.product-scrollbar .thumb .end { 
    background: #ebebeb url(global/images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; 
    overflow: hidden; 
    height: 5px; 
    width: 7px; 
}
.product-scrollbar .disable { 
    display: none; 
}

.no-scrollbar{
    /*margin:0;*/
    height:auto;
}

.no-scrollbar .scrollbar{
    display:none;
}

.button-container {
    float: right;
    height:32px;
    position:relative;
}

.childlist-button-text {
    color: #4A698C;    
    font-weight: bold;
    font-size: 12px;
    margin:10px 10px 0 10px;
    display:inline-block;
    float:left;
}

.childlist-button-text:hover{
    text-decoration: underline;
}    
.onclick-area, .childlist-button-mdl, .childlist-button-rt{    
    height:32px;
}

.eye-img-normal{
    float: left;    
    margin-top:8px;
}   

#outer-button-wrapper {    
    height: 32px;        
    margin: 0 0 5px 0;
}

.clicked-button-bg{
    background:url(global/images/button-bg-left.png) scroll left center no-repeat transparent;
    padding-left:5px;
}
.clicked-button-bg .childlist-button-mdl{
    background:url(global/images/button-bg-mdl.png) scroll center center repeat-x transparent;
}
.clicked-button-bg .childlist-button-rt{
    background:url(global/images/button-bg-right.png) scroll right center no-repeat transparent;
    padding-right:5px;
}
.button-clicked{
    font-weight: bold;  
}
.onclick-area:hover{
    cursor: pointer;
}

.data-sheet-container{
    position: relative;
    float: left;
    width:25%;
    height: auto;
    /*margin: 18px 0 10px 194px;*/
}

.series-data-sheet-container{
    margin-top:10px;
}
.series-data-sheet-container .download-button-title{
    padding:0;
}

.child-product-desc {
    margin-left: 27%;
    text-align: left;
}
.margin-left-none{
    margin-left:0;
}
.child-product-desc a{
    color: #49698C;
    font-size: 15px;
}    
.child-product-desc a:hover{   
   text-decoration: underline;   
}

.child-product-desc p{
    color: #404040;
    font-size: 12px;
    line-height: 19px;
}    
    
#data-sheet{
    width: auto;
    color: #49698C;
    font-weight: bold;
    
}

.download-button-title{
    padding:0 0 0 10px;
}

.child-product-title {
    color: #49698F;
    font-size: 140%;
    font-weight: lighter;
    padding: 0 0 5px;
}

.download-icon {
    /*margin: 5% 7% 0 0;
    float: right;*/
    vertical-align:middle;
    padding-bottom:3px;
}

.childlist-download-icon{
    position: absolute;
    margin-left: 3px;
}

.download-btn-span { /* this one works for data cheet of product series page*/
    color: #4A698C;
    font-weight: bold;
    font-size:12px;
    padding-right:5px;
}

.childlist-download-btn{/*This one works for download data sheet btn in childlist prod family page*/
    color: #4A698C;
    position: relative;
}   

.childlist-silver-rule{
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    padding: 25px 0 0 0;
    margin: 0;
    border-bottom: 1px solid silver;
    clear: both;    
}

.silver-rule{
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    padding: 15px 0 0 0;
    border-bottom: 1px solid silver;
    margin: 0 0 15px 12px;
    clear:both;
}    

/******************************
        RIGHT RAIL CONTENT
*******************************/
.parsys .verticalspotlightparsys{
    clear: both;
}
.parsys  .ebcpromo{ /* This applies to all the promo boxes in right parsys*/
    margin-bottom: 25px;
}
#gray-box-and-text-component{
    padding: 30px 0 0 0;
}

.gray-box-comp-title{
    color: #49698f;
    font-weight: bold;
    padding: 10px 0 3px 0;
    
}

#gray-box-comp-text{
    color:black;
    font-size: 100%;
}
        /*** common styles ***/
        .flt-lft{
            float:left;
        }
        .clr{
        clear:both;
        }
        .customerlyr .content .img-hldr{
            border:1px solid gray;
            width:200px;
            height:110px;
            margin-bottom:10px;
        }
        .customerlyr .content h2, .customerlyr .content h2 a{
            font-weight:bold;
            font-size:14px;
            text-align:left;
            margin-bottom:10px;
            color:#5B6063;
        }
        .customerlyr .content a.cs-lnk{         
            margin-top:5px;
            display:inline-block;
            color:#12c;
            font-size:12px;
        }
        .customerlyr .content a.cs-lnk:hover{
            text-decoration:underline;
        }
        
        /*** ABOUT US STYLES ***/
        
        
        .aboutus-hdr .rich-text p{
            padding:0;
        }    
        .container .content-two-panel {
            width: 100%;
        }
        .container .content-two-panel .right-rail-container {
            margin-top: 25px;
        }
        .container .content-two-panel .left-panel-wide {
            float: left;
            width: 705px;
            margin-right: 10px;
        }
        
        .aboutus-content {
            width: 100%;
        }
        .aboutus-content .content {
            width: 100%;
            padding: 0;
        }
         
         .aboutus-content .content.last{
            border:none;
        }      
        .aboutus-content .content h2 {
            font-weight: bold;
            font-size: 16px;
            margin: 28px 0 20px 0;
            color: black;
        }
        
        .aboutus-content .content h2 a {/*remove this when bug www-335 is fixed*/
            font-family: "ProximaNova-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
            font-size: 16px;
        }
        
        .aboutus-content .content .txtimg-hldr{
            float: left;
        }
        
        .aboutus-content .content .img-hldr {
            width: 188px;
			height: 130px;
			background: #676767;
			float: left;
        }
        
        .aboutus-content .content .txt-hldr{
          width: 404px;
		  float: left;
		  margin-left: 28px;
        }
        
        .aboutus-content .content .txt-hldr ul {
            margin: -7px 0 0 0;
            padding: 0;
        }
        .aboutus-content .content .txt-hldr ul li {
            list-style: none;
			padding-bottom:5px;
        }

	/*changed font family to include fonts for jp and cn locales*/
	
        .aboutus-content .content .txt-hldr ul li a {
            padding: 0;
            font-size: 14px;
            font-weight: lighter;
            font-family: "ProximaNova-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
            margin: 0;
			line-height: 19px;
        }
        .aboutus-content .content .txt-hldr ul li a:hover {
            text-decoration: underline;
        }

        .polycom-glance {
            background-color: #E1E1E1;
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F2F2F2), to(#E1E1E1), color-stop(.5,#ECECEC));
            background: -moz-linear-gradient(top, #F2F2F2 0%, #ECECEC 50%, #E1E1E1 100%);
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            -o-border-radius: 7px;
            -ms-border-radius: 7px;
            border-radius: 7px;
            height: auto;
            width: 230px;
            color: #000;
            min-height:100px;
            position: relative;
            float: right;
            margin-bottom: 30px;
            -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1) inset;
            -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }       

        .polycom-glance .polycom-glance-title {
            font-size: 15px;
            font-weight: bold;
            padding: 20px 0 8px 0;
            padding-left: 25px;
            width: auto;
            color: #404040;
            text-transform: none;
			line-height: 14px;
        }

        .polycom-glance #title-shadow {
            background-image: url("/etc/polycom/www/global/images/title-shadow.png");
            height: 3px;
        }

        .polycom-glance ul {
            list-style: none;
            margin-top: 15px;
            margin-left: 25px;
        }

        .polycom-glance li {
            padding-bottom: 8px;
            font-size: 12px;
			color:#404040;
        }

        .polycom-glance li b {
            font-weight:bold;
            font-size: 12px;
        }
        
        .polycom-glance img.ataglance-ellipses{
            float: right;
            margin-top: -40px;
        }
            
        .latest-news{
            border-top: 2px solid silver;
            margin-top:20px;
            padding-top:20px;
        }
        .latest-news .content ul{
            margin:0;
            padding:0;
            margin-top:10px;
        }
        .latest-news .content ul li{
            list-style:none;
            padding:5px 0;
        }
        .latest-news .content ul li a, .latest-news .morenews a{
            color:#12c;
        }
        .latest-news .content ul li a:hover, .latest-news .morenews a:hover{
            text-decoration:underline;
        }
        
        .news-hdr h2{
            font-weight:bold;
            font-size:14px;
            margin-bottom:5px;
            vertical-align:middle;
            display:inline-block;           
            height:20px;
        }
        
        .news-hdr .latest-icon{
            display:inline-block;
            width:20px;
            height:20px;
            padding-right:8px;
        }
        
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  text-align: left;
}


#facebox .popup{
  position:relative;
  border:3px solid rgba(0,0,0,0);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 18px rgba(0,0,0,0.4);
}

#facebox .content {
  display:table;  
  padding: 10px;
  background: #fff;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox .close{
  position:absolute;
  top:5px;
  right:5px;
  padding:2px;
  background:#fff;
}
#facebox .close img{
  opacity:0.3;
}
#facebox .close:hover img{
  opacity:1.0;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
/*div.carousel {
    margin-top: 7px;
    margin-bottom: 7px;
}*/

/*reducing width of graphic in the "Solutions By Industry" section so that the text does not get wrapped.*/

.cq-carousel {
    position: relative;
    width:400px;
    height: 308px;
    overflow: hidden;    
}
.cq-carousel var {
    display: none;
}

.cq-carousel-banner-item {
    width: 400px;
    height: 308px;
    left: 1000px;
    position: absolute;
    top: 0;
    background-color: darkgray;
    overflow: hidden;
}
.cq-carousel-banner-item img {
    width:400px;
    height: 308px;
    background: no-repeat center center;
}

.par .cq-carousel-banner-item img {
    width: 700px;
    height: 245px;
    background: no-repeat center center;
}
.par .cq-carousel {
    width: 700px;
    height: 245px;
}
.par .cq-carousel-banner-item {
    width: 700px;
    height: 245px;
}

.cq-carousel-banner-item h3, .cq-carousel-banner-item p {
    padding: 5px 10px 10px 10px;
}
.cq-carousel-banner-item h3{
    position:absolute;    
    left:0;
    color:#fff;
    font-size:28px;
    font-weight:bold;
    top:0;
}
/*reducing width of the element that displays text inside the graphic*/
.cq-carousel-banner-item p{
    position:absolute;
    left:0;
    bottom:15px;
    background:url("global/images/carousel-desc-bg.png") no-repeat scroll 0 0 transparent;
    font-size:13px;
    color:#fff;    
    width:385px;
    background-color:#353740;
}
/*Adjusting css so that the text inside the graphics gets accomaodated properly*/
.cq-carousel-banner-item p span{
    font-size:12px;
    overflow: hidden;
}

.cq-carousel-banner-item a{
    margin:0;
}
/*Reducing the padding to move the text towards the left to bring correct alignment*/
.cq-carousel-banner-item p a{
    color:#fff;
    padding-left:0; 
}
.cq-carousel-banner-item p a:hover{
    text-decoration:underline;
}

.cq-carousel-banner {
    position: absolute;
}

.cq-carousel-banner-switches,
.cq-carousel-banner-switches-tl,
.cq-carousel-banner-switches-tc,
.cq-carousel-banner-switches-tr,
.cq-carousel-banner-switches-bl,
.cq-carousel-banner-switches-bc,
.cq-carousel-banner-switches-br {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
}
.cq-carousel-banner-switches {
    display: none;
}
.cq-carousel-banner-switches-tl {
    top: 0;
    left: 0;
}
.cq-carousel-banner-switches-tc {
    top: 0;
    left: 0;
    text-align: center;
}
.cq-carousel-banner-switches-tr {
    top: 0;
    left: 0;
    text-align: right;
}
.cq-carousel-banner-switches-bl {
    bottom: 0;
    left: 0;
}
.cq-carousel-banner-switches-bc {
    bottom: 0;
    left: 0;
    text-align: center;
}
.cq-carousel-banner-switches-br {
    bottom: 0;
    left: 0;
    text-align: right;
}

.cq-carousel-banner-switch {
    display: inline-block;
    margin: 8px;
    padding: 0;
}
.cq-carousel-banner-switch-br {
    position: absolute;
    margin: 0;
    padding:0;
    bottom: 0;
    right: 8px;
}
.cq-carousel-banner-switch-bl {
    position: absolute;
    margin: 0;
    padding:0;
    bottom: 0;
    left: 8px;
}

.cq-carousel-controls a {
    position: absolute;
    width: 37px;
    height: 53px;
    top: 111px; /* 270/2 - 24 */
    background: url("global/images/carousel-controls.png") no-repeat scroll 0 0 transparent;
    visibility: hidden;
}
.cq-carousel-controls a.cq-carousel-active {
    visibility: visible;
}
a.cq-carousel-control-prev {
    left: 0;
    background-position: -38px 0;
}
a.cq-carousel-control-prev:hover {
    left: 0;
    background-position: -114px 0;    
}
a.cq-carousel-control-next {
    right: 0;    
}
a.cq-carousel-control-next:hover {
    right: 0;
    background-position: -76px 0;    
}

.cq-carousel-banner-switch a {
    display: inline-block;
    background: url("global/../../../../etc/designs/default/images/carousel/switcher.png") no-repeat scroll 0 0 transparent;
}
.cq-carousel-banner-switch a img {
    width: 25px;
    height: 25px;
    vertical-align:top;
}

.cq-carousel-banner-switch a.cq-carousel-active, .cq-carousel-banner-switch a:hover {
    background-position: -25px 0;
}

.cq-carousel-banner-switch li {
    background: none !important;
    display: inline-block;
    list-style: none;
    float:left;
}

/********************************
      Product Indvidual page
********************************/
.product_tabs .rich-text, .rich-text > *, .ply-legacy-wrapper .product_tabs .rawhtml,  .ply-legacy-wrapper  .product_tabs .rawhtml > *, 
.product_tabs .rich-text ul li, .ply-legacy-wrapper .product_tabs .rawhtml ul li, 
.product_tabs .rich-text ol li, .ply-legacy-wrapper .product_tabs .rawhtml ol li, 
.product_tabs .rich-text span, .ply-legacy-wrapper .product_tabs .rawhtml span {
  font-family: "ProximaNova-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #2E3844;
  line-height: normal;
}

.product_tabs .rich-text p, .product_tabs rich-text p a, .ply-legacy-wrapper .product_tabs .rawhtml p, .product_tabs rawhtml p a{
    font-size: 16px;
}

.product_tabs .vspot-desc h3{
    font-size:16px;
    line-height: normal;
}
.product_tabs .vspot-desc a h3{
	color: #08c;
}
.product_tabs .vspot-desc p{
    font-family: inherit;
    color: inherit;
    font-size: inherit;
}
.product_tabs .vspot-desc a.viewall{
    color: inherit;
    font-size: inherit;
}

.ply-legacy-wrapper .product_slider .ply-thumbnail-content img,
.ply-legacy-wrapper .announcement img {
  max-width: 100%;
  height: auto;
}

.product-individual-hero-img{
    background: #FFF;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;    
    border-radius: 10px 10px 0 0;
    display: inline-table;
    height: 340px;
    max-height: 340px;
    position: relative;
    width: 960px;
}

#hero-intro{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 425px;
    min-height: 79px;
    position: absolute;
    top: 15%;
    left: 6%;
}

#intro-title{
    font-size:400%;
    color:#2e3844;
    font-weight: normal;
}

#intro-hero-text{
    color: #637280;
    font-weight: normal;
    font-size: 120%;
    text-align: left;
    padding: 0 0 10px 21px;
}
/*************************
  PRODUCT INDIVIDUAL TABS
**************************/

.tabs-cmp-container{    
    width:100%;
}
.tabnav-hldr{
    padding-top:20px;
    /*background: #DBDDDF;*/
    margin-top: 20px;
}
ul#tabnav {
    text-align: left;
    list-style-type: none;    
    margin:0;
    padding:0;    
    width: 960px;
    position:relative;
    display: table;
    width: 100%;
}
ul#tabnav li {
    display: table-cell;
    list-style:none;
    border-bottom: 1px solid #2E3844;
    text-align: center;
    width: 1px;
    vertical-align: middle;
}
ul#tabnav li.active {
    border: 1px solid #2E3844;
    border-bottom: 1px solid transparent;
    background: #fff;
}

ul#tabnav li:empty {
    width: auto;
}
ul#tabnav li .tab-a{
    display:block;
    padding: 10px 15px;
    font-size: 18px;
    white-space: nowrap;
}
ul#tabnav li a span
{
    padding:0;
    margin:0;
}
ul#tabnav li a{
    margin:0;
    padding:0;
    color: #888A8F;
}
ul#tabnav li a.tab-a:hover > *{
    text-decoration: none;
    cursor:pointer;
}


/*************************
  START TABS CONTENT
**************************/

.dynamic_tabs{
    text-align: left;
}
.dynamic_tabs .tab-spacer{
    padding-top:65px;
}
.dynamic_tabs.solutionsTab section{
    padding:30px 0 50px 0;
    clear:both;
}
.dynamic_tabs.solutionsTab section > h2{
    text-align:center;
    font-family: "ProximaNovaT-Thin", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 60px;
    font-weight: normal;
    color: #2E3844;
    margin-bottom:50px;
}
.dynamic_tabs.solutionsTab section > div > h2{
    max-width:960px;
    margin:0 auto;
}
.dynamic_tabs.solutionsTab .main-content-wrapper{
    margin: 0 auto;
    max-width:1170px;
    width:auto;
    padding:0;
}
.dynamic_tabs.solutionsTab.product_tabs .left-rail-container{
    width:auto;
    float:none;
}
.product_tabs hr{
    display:none;
}
.product_tabs .paragraph{
    background:none;
}
.product_tabs h2{
    margin-bottom:50px;
}
.product_tabs article .ply-component-video div{
    height: 60px;
}
.product_tabs .ply-product-customer-stories article .ply-component-video .ply-cs-img-hldr, 
.product_tabs .ply-product-resources article .ply-component-video .ply-cs-img-hldr{
    position:relative;
    display:block;
    width: 100%;
    height: 268px;
    margin: 0;
    padding: 0;
    background: none;
    line-height: normal;
}
.product_tabs .ply-product-customer-stories article .ply-component-video .ply-cs-img-hldr a.ply-cs-img-link-overlay, 
.product_tabs .ply-product-resources article .ply-component-video .ply-cs-img-hldr a.ply-cs-img-link-overlay{
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
}
.ply-product-customer-stories article .ply-component-video div a.ply-rs-img-link, 
.ply-product-resources article .ply-component-video div a.ply-rs-img-link{
    display:block;
    width:100%;
    height:100%;
    padding:0;
    margin:0;
}
.product_tabs .ply-product-customer-stories article .ply-component-video .ply-cs-img-hldr span.ply-cs-title, 
.product_tabs .ply-product-resources article .ply-component-video .ply-cs-img-hldr span.ply-cs-title {
    position: absolute;
    top: 25px;
    left: 25px;
    font-family: "ProximaNova-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    font-weight: normal;
    display: block;
    z-index:2;
}
.product_tabs .ply-product-customer-stories article .ply-component-video div p, .product_tabs .ply-product-resources article .ply-component-video div p {
  padding: 10px;
}
.product_tabs article .ply-component-video .ply-cs-img-hldr .colorwash-layer{
    position: absolute;    
    display:block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    margin: 0;
    padding: 0;
}
.product_tabs .ply-product-resources article h3{
    padding-right: 20px;
    height: 50px;
}
.product_tabs  .ply-product-resources article > div.ply-ps-desc-hldr{
    position: relative;
    height:110px;
}
.product_tabs  .ply-product-resources article .ply-component-video{
    padding:0;
}
.product_tabs .ply-product-resources article > div a{    
    text-transform: none;
}
.product_tabs .ply-product-resources article > div a.ply-resource-link{
    position: absolute;
    bottom: 20px;
}
.product_tabs .ply-product-customer-stories article .ply-component-video a.ply-producttabs-link-title, 
.product_tabs .ply-product-resources article .ply-component-video a.ply-producttabs-link-title{
  display: inline;
  width: auto;
  height: auto;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  font-family: "ProximaNova-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.product_tabs .fa-play-circle {
  color: #ffffff;
}
    
.wrapper-tabs-border{
    /*float: left;
    background: white;*/
}

.left-rail-container {
	width: 930px;
	height: auto;
	padding: 10px;
	position: relative;
}

.right-rail-container {
	width: 230px;
	float: left;
	margin-top: 30px;
	margin-right: 0;
	margin-left: 10px;
	margin-bottom: 0;
}
.tab-content{   
    /*width:620px;*/
}
.static_tabs .ds-tabs{
    width:960px;
}
.static_tabs .tab-content{
    width: 890px;
    padding: 20px 35px 35px 35px;
    float: left;
}

/*** Resources Content ***/
.resource-section-wrapper {
    width: 620px;
    height: auto; 
}

h4.resource-ttl, h2.resource-ttl {
    font-size: 18px;
    color: black;
    font-weight: bold;
    width: 100%;
    margin: 0 0 15px 0;
}

.resource-box-row{
    margin-top:32px;
    width:100%;
    float:left;
}

.resource-box {
    width: 188px;
    float: left;
    margin-right: 28px;
    text-align: left;    
}
.resource-box .img-container{
    width:188px;
    height:132px;
}
.resource-box .text-container{
    padding-top:11px;
}
.resource-box .text-container .intro-title a {    
    font-size: 14px;
    color: black;    
    text-transform: none;
}
.resource-box .text-container .intro-title a:hover{
    text-decoration:underline
}
/*changed font family to include fonts for jp and cn locales*/
.resource-box .text-container .intro-text{
    font-family: arial, helvetiva, sans-serif;/* for IIE 7 & 8 to overwrite some static.css*/
    font-size: 12px;
    height: 48px;
    margin: 0 auto;
    padding: 4px 0 0;
    width: 188px;
    line-height: 15px;
}

.resource-box  a.resource-hdr{
    font-size: 14px;
    text-transform: none;    
}

.resource-box  a.resource-hdr:hover{
    text-decoration: underline;
}
.resource-silver-rule {
    border:0;
    margin: 25px 0 25px 0;
    border-bottom: 1px solid silver;
    clear: both;
    float:left;
    width:100%;
}
.file-span-wrapper{
    padding-top:5px;    
}
.file-span-wrapper span{
    font-size:11px;
}
.file-span-wrapper span img{
    vertical-align:text-bottom;
    width:auto;
}
.file-type-icon{
    width:10px;
    height:10px;            
    margin-right: 3px;
}

.file-span-wrapper .separator{
    padding:0 5px;
}

.video-spotlights-wrapper{
    width: 620px;
    height: auto;
    padding: 19px 0 0px 0;
    float: left;

}
.video-sptlght-header {
    font-size: 14px;
    color: #4A698F;
    padding: 10px 0 0px 0;
    font-weight: lighter;
    margin: 0 0 3px 0;

}
/***** technical Overview ***/

.product-tcoverview-content{
        margin:10px 0;
    }
    .product-tcoverview-content .title-hldr{
        float:left;
        width:200px;
    }
    .product-tcoverview-content .title{        
        font-weight:bold;
        font-size:16px;
        color: #000;
    }    
    .product-tcoverview-content .list-hldr{
        float:left; 
        margin-left:10px;       
    }
    .product-tcoverview-content .list-hldr ul{
        margin:0;
        padding:0;
    }
    .product-tcoverview-content .list-hldr ul li{
        list-style:none outside none;
        padding-bottom:5px;
        font-size:14px;
    }
    .product-tcoverview-content .clr{
        clear:both;
    }
    
/*** Related type styles ***/
.related-parent-container{
    width:100%;
    border-bottom: 1px solid silver;
    margin: 0 0 35px 0;
    padding: 0 0 35px 0;
}
.no-rule,
.related-parent-container:last-child{
    border: none;    
    margin: 0;
    padding: 0;    
}
.related-container-row{
    margin-top:32px;
    width:100%;
    float:left;
}
.mgn-top-none{
    margin-top:0;
}
.related-container{
    float:left;
    width:188px;
    margin-right:28px;    
    overflow:hidden;
}
.mgn-rt-none{
    margin-right:0;
}
.related-container .img-container{
    width:188px;
    height:132px;
}
.related-container .text-container{
    padding-top:11px;
}
.related-container .text-container .intro-title a {
    font-weight: normal;
    font-size: 14px;
    color: black;    
    text-transform: none;
}
.related-container .text-container .intro-title a:hover{
    text-decoration:underline;
}
/*changed font family to include fonts for jp and cn locales*/
.related-container .text-container .intro-text{
    font-family: arial, helvetiva, sans-serif;/* for IIE 7 & 8 to overwrite some static.css*/
    font-size: 12px;
    margin: 0 auto;
    padding: 4px 0 0;
    width: 188px;
    line-height: 15px;
}

/**** print styles ***/
.print-top-links {
    display: block;
    float: right;
    margin-bottom: 58px;
}

.print-top-links a,
.print-top-links span{
    color:#4A698F;
}

.print-top-links a:hover
{
    color:#4A698F;
    cursor: pointer;
    text-decoration: none;
}
.nonhome-thumbnail .hero-slider{
    margin-bottom: 15px;
}
.nonhome-thumbnail .hero-container {
    height: 280px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
    position: relative;
    width:960px;
}
.basic-no-parsys .nonhome-thumbnail .hero-container{
    margin-left:-35px;
}
.nonhome-thumbnail .herobtn img{
    width: 15px;
    height: 15px;
    padding-right: 0;
}
.nonhome-thumbnail #slidingbuttons {
    bottom: 15px !important;
    padding: 0;
    background: transparent none;
    width: auto;
    left: 50%;
    z-index:3;
}
.nonhome-thumbnail #slidingbuttons .sb-wrapper{
    position:relative;
    left:-50%;
}
.nonhome-thumbnail .herobtn {
    display: inline;
    width: 15px;
    height: 15px;
    padding: 4px 3px 6px;
    float: none;
    background: rgba(255,255,255,.25);
}
.nonhome-thumbnail .herobtn:first-child {
  padding-left: 10px;
  -moz-border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  -ms-border-radius: 20px 0 0 20px;
  -o-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}
.nonhome-thumbnail .herobtn:last-child {
  padding-right: 10px;
  -moz-border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0 20px 20px 0;
  -ms-border-radius: 0 20px 20px 0;
  -o-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}
.nonhome-thumbnail .herobtn img {
    vertical-align: middle;
}
.nonhome-thumbnail #banner_container {
    border: none;    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.nonhome-thumbnail #banner_container .cta-fullbannerlink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.nonhome-thumbnail #banner_container .scrollTable {
    position:absolute;
    float: left;
    width:100%;
}
.nonhome-thumbnail #banner_container .scrollTable,
.nonhome-thumbnail #banner_container .banner-wrapper {
   height: 280px;  
}
.nonhome-thumbnail #banner_container .banner-wrapper {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position:relative;
}
.nonhome-thumbnail #banner_container .banner-wrapper .banner-cta-button {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}
.nonhome-thumbnail #banner_container .alignright .banner-wrapper .banner-cta-button {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}
.nonhome-thumbnail #banner_container .banner-wrapper .text-light,
.nonhome-thumbnail #banner_container .banner-wrapper .text-light * {
    color: #fff;
}
.nonhome-thumbnail #banner_container .banner-wrapper .text-dark,
.nonhome-thumbnail #banner_container .banner-wrapper .text-dark * {
  color: #000;
}
.nonhome-thumbnail #banner_container .banner-wrapper .text-gray,
.nonhome-thumbnail #banner_container .banner-wrapper .text-gray * {
  color: #808080;
}
.nonhome-thumbnail #banner_container .scrollTable .banner-elems .banner-cta-header {
    margin-top: 0;
    font-size: 32px;
    line-height: 35px;
}
.nonhome-thumbnail #banner_container .scrollTable .banner-elems .banner-cta-subheader {
    font-size: 20px;
    line-height: 24px;
}
.nonhome-thumbnail #banner_container .module-banner-quote .banner-elems .banner-cta-subheader {
    text-align: right;
    font-size: 16px; 
    line-height: 20px;
}
.nonhome-thumbnail #banner_container .scrollTable .banner-elems {
  width: 550px;
  display: inline-block;
}
.nonhome-thumbnail #banner_container .scrollTable .banner-elems h1,
.nonhome-thumbnail #banner_container .scrollTable .banner-elems h2,
.nonhome-thumbnail #banner_container .scrollTable .banner-elems p {
    margin-bottom: 10px;
}
.nonhome-thumbnail #banner_container .scrollTable .alignleft .banner-elems {
    margin: 20px 0 0 40px;
    text-align: left;
}
.nonhome-thumbnail #banner_container .scrollTable .alignright .banner-elems {
    margin: 20px 40px 0 0;
    text-align: right;
}
.nonhome-thumbnail #banner_container .scrollTable .alignright .banner-wrapper,
.scrollTable .alignright .banner-elems * {
    text-align: right;
}
.nonhome-thumbnail #banner_container .scrollTable .alignleft .banner-wrapper,
.nonhome-thumbnail #banner_container .scrollTable .alignleft .banner-elems * {
    text-align: left;
}
.nonhome-thumbnail #banner_container .banner-wrapper .quote-img {
    position: absolute;
    top: 40px;
}
.nonhome-thumbnail #banner_container .alignleft .banner-wrapper .quote-img {
    right: 40px;
}
.nonhome-thumbnail #banner_container .alignright .banner-wrapper .quote-img {
    left: 40px;
}
.nonhome-thumbnail #banner_container .banner-wrapper .quote-img img {
    width: auto;
}
.nonhome-thumbnail #banner_container .cta-button {
    margin: 0;
    display: inline-block;
    color: #FFFFFF;
}
.nonhome-thumbnail #banner_container .cta-button.btn-gray,
.nonhome-thumbnail #banner_container .cta-button.btn-black,
.nonhome-thumbnail #banner_container .cta-button.btn-red,
.nonhome-thumbnail #banner_container .cta-button.btn-blue,
.nonhome-thumbnail #banner_container .cta-button {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding-right: 10px;
    padding-left: 10px;
    background-size: 100% 40px;
    background-repeat: no-repeat;
    background-color: transparent;
}
.nonhome-thumbnail #banner_container .cta-button.btn-blue {
  background-image: url('/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/button-blue-2.png');
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/button-blue-2.png', sizingMethod='scale');
}
.nonhome-thumbnail #banner_container .cta-button.btn-red {
  background-image: url('/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/button-red.png');
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/button-red.png', sizingMethod='scale');
}
.nonhome-thumbnail #banner_container .cta-button.btn-black {
  background-image: url('/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/button-black.png');
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/button-black.png', sizingMethod='scale');
}
.nonhome-thumbnail #banner_container .cta-button.btn-gray {
  background-image: url('/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/button-gray.png');
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/button-gray.png', sizingMethod='scale');
}
.nonhome-thumbnail #banner_container .cta-button.play span {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-left: 5px;
    background: transparent url('/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/white-play-button.png') no-repeat 0 0;
}
/*
.text-dark .cta-button.play span {
    background: transparent url('/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/black-play-button.png') no-repeat 0 0;
}
.text-gray .cta-button.play span {
    background: transparent url('/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/gray-play-button.png') no-repeat 0 0;
}
*/

.nonhome-thumbnail #banner_container .cta-image-button img {
    width: auto;
}
.play-btn {
    width: 20px;
    height: 20px;
    position: relative;
    right: 0;
    top: 18%;
}
#searchBox td.gsc-search-button {
    display: block;
    width:auto !important;    
    border:none;
}

#searchBox input.gsc-search-button, .ply-global-header-search input.gsc-search-button, 
.ply-global-header-search input.gsc-search-button:hover{
   background-repeat: no-repeat;
   border:none;
   padding: 0px;
   background-color:transparent !important;
   outline:0px;
   margin-top:7px;   
   margin-left:12px;
   filter:none;
}

#searchBox .gsc-control-cse{
    background:none !important;
    border-color:none !important;
    padding:0px !important;
} 
#searchBox .cse .gsc-control-cse, .gsc-control-cse {
    padding:0 !important;
    background:none!important;
    border:none !important; 
    
}
#searchBox .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0 !important;
}
#searchBox .gsc-search-box-tools .gsc-search-box td.gsc-input{
    width:150px !important;
}

#searchBox input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border: medium none !important;
}
#searchBox .gsib_a input {
    background: none repeat scroll 0 0 transparent !important;
}
#searchBox .gsc-input-box {
    background: transparent !important;
    border: 1px solid #D9D9D9;
    height: 25px;
}
#searchBox .gsib_a input {
    color: #FFFFFF;
    font-size: 12px;
}
#searchBox .gsst_b {
    display: none !important;
}
#searchBox .gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover, .gsc-input-box-focus  {
    box-shadow:none !important;
}

.ply-global-header-search form.gsc-search-box {
  width:auto;
}
.ply-global-header-search .gsc-input-box{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  margin: 0;
  width: 100%;
  background-color: #DAE8ED;
  border: none;
  height:auto;
}
.ply-global-header-search .gsc-input input.gsc-input{
  display: block;
  padding: 6px 30px 5px 15px !important;
  margin: 0;
  width: 100%;
  background: none repeat scroll 0% 0% #DAE8ED !important;
  height:100% !important;
  color:#000;
}
.ply-global-header-search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #9EA4AD;
}
.ply-global-header-search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9EA4AD;
  opacity: 1;
}
.ply-global-header-search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9EA4AD;
  opacity: 1;
}
.ply-global-header-search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #9EA4AD;
}
.ply-global-header-search input.gsc-search-button {
  display: block;
  position: absolute;
  height: 15px;
  width: 15px;
  line-height: 15px;
  font-size: 16px;
  top: 0;
  margin-top: -11px;
  right: 10px;
}
.ply-global-header-search td.gsc-search-button {
    display: block;
    width:auto !important;    
    border:none;
}

.ply-global-header-search input.gsc-search-button,#searchBox input.gsc-search-button{
   background-repeat: no-repeat;
   border:none;
   padding: 0px;
   background-color:transparent;
   outline:0px;
   margin-top:7px;   
   margin-left:12px;
   filter:none;
}
.ply-global-header-search .gsib_a, .ply-global-header-search .gsc-search-box-tools .gsc-search-box .gsc-input{
    padding:0;
}
.ply-global-header-search .gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover, .gsc-input-box-focus  {
    box-shadow:none !important;
}
.ply-global-header-search input.gsc-search-button, .ply-global-header-search input.gsc-search-button:hover, .ply-global-header-search input.gsc-search-button:focus{
    background:image:none;
    background-color:transparent;
    border-color:none;
}
.flexiblevideoplayer .vp-container {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
    position: relative;
    background: #e8e8e9;
}
.basic-no-parsys .flexiblevideoplayer .vp-container{
    margin-left:-35px;
    width:960px;
}
.flexiblevideoplayer .vp-container {
    border: none;    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.flexiblevideoplayer .vp-container .cta-fullbannerlink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.flexiblevideoplayer .vp-container .vp-wrapper {
    /*height: 280px;*/
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    overflow:hidden;
    background: #ffffff;
  
}
.flexiblevideoplayer .vp-container .vp-wrapper {
    width: 100%;
    overflow: hidden;
    position:relative;
}
.flexiblevideoplayer .vp-container .vp-wrapper .banner-cta-button {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}
.flexiblevideoplayer .vp-container .alignright .vp-wrapper .banner-cta-button {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}
.flexiblevideoplayer .vp-container .vp-wrapper .text-light,
.flexiblevideoplayer .vp-container .vp-wrapper .text-light * {
    color: #fff;
}
.flexiblevideoplayer .vp-container .vp-wrapper .text-dark,
.flexiblevideoplayer .vp-container .vp-wrapper .text-dark * {
  color: #000;
}
.flexiblevideoplayer .vp-container .vp-wrapper .text-gray,
.flexiblevideoplayer .vp-container .vp-wrapper .text-gray * {
  color: #808080;
}
.flexiblevideoplayer .vp-container .vp-elems .banner-cta-header {
    margin-top: 0;
    font-size: 32px;
    line-height: 35px;
}
.flexiblevideoplayer .vp-container .vp-elems .banner-cta-subheader {
    font-size: 20px;
    line-height: 24px;
}
.flexiblevideoplayer .vp-container .vp-elems .banner-cta-subheader {
    text-align: right;
    font-size: 16px; 
    line-height: 20px;
}
.flexiblevideoplayer .vp-container .vp-elems {
    display: inline-block;
    width:400px;
}
.flexiblevideoplayer .vp-container .vp-elems h1,
.flexiblevideoplayer .vp-container .vp-elems h2,
.flexiblevideoplayer .vp-container .vp-elems p {
    margin-bottom: 10px;
}
.flexiblevideoplayer .vp-container .alignleft .vp-elems {
    margin: 20px 0 0 40px;
    text-align: left;
}
.flexiblevideoplayer .vp-container .alignright .vp-elems {
    margin: 20px 40px 0 0;
    text-align: right;
}
.flexiblevideoplayer .vp-container .alignright .vp-elems * {
    text-align: right;
}
.flexiblevideoplayer .vp-container .alignleft .vp-elems * {
    text-align: left;
}
.flexiblevideoplayer .vp-container .vp-wrapper .quote-img {
    position: absolute;
    top: 40px;
}
.flexiblevideoplayer .vp-container .alignleft .vp-wrapper .quote-img {
    right: 40px;
}
.flexiblevideoplayer .vp-container .alignright .vp-wrapper .quote-img {
    left: 40px;
}
.flexiblevideoplayer .vp-container .vp-wrapper .quote-img img {
    width: auto;
}
.flexiblevideoplayer .vp-container .cta-button {
    margin: 0;
    display: inline-block;
    color: #FFFFFF;
}
.flexiblevideoplayer .vp-container .cta-button.btn-gray,
.flexiblevideoplayer .vp-container .cta-button.btn-black,
.flexiblevideoplayer .vp-container .cta-button.btn-red,
.flexiblevideoplayer .vp-container .cta-button.btn-blue,
.flexiblevideoplayer .vp-container .cta-button {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding-right: 10px;
    padding-left: 10px;
    background-size: 100% 40px;
    background-repeat: no-repeat;
    background-color: transparent;
}
.flexiblevideoplayer .vp-container .cta-button.btn-blue {
  background-image: url('/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/button-blue-2.png');
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/button-blue-2.png', sizingMethod='scale');
}
.flexiblevideoplayer .vp-container .cta-button.btn-red {
  background-image: url('/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/button-red.png');
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/button-red.png', sizingMethod='scale');
}
.flexiblevideoplayer .vp-container .cta-button.btn-black {
  background-image: url('/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/button-black.png');
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/button-black.png', sizingMethod='scale');
}
.flexiblevideoplayer .vp-container .cta-button.btn-gray {
  background-image: url('/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/button-gray.png');
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/button-gray.png', sizingMethod='scale');
}
.flexiblevideoplayer .vp-container .cta-button.play span {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-left: 5px;
    background: transparent url('/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/white-play-button.png') no-repeat 0 0;
}
/*
.text-dark .cta-button.play span {
    background: transparent url('/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/black-play-button.png') no-repeat 0 0;
}
.text-gray .cta-button.play span {
    background: transparent url('/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/gray-play-button.png') no-repeat 0 0;
}
*/

.flexiblevideoplayer .vp-container .cta-image-button img {
    width: auto;
}
.play-btn {
    width: 20px;
    height: 20px;
    position: relative;
    right: 0;
    top: 18%;
}

.vp-container .video-player{        
    width:498px;
    height:280px;
    float:left;
    position:relative;
}
.vp-container .video-player .containing-block {
  width: 100%;
  height:100%;
}
.vp-container .video-player .outer-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.vp-container .video-player .BrightcoveExperience {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**
 * Container Sizes
 **/
/**
 * Global vars
 **/
/**
 * Fonts
 **/
/**
 * Palette Color Definitions and Other Variables
 **/
/**
 * GRID SYSTEM - Inspired by Bootstrap 3
 **/
/**
 * Container Sizes
 **/
/**
 * Global vars
 **/
/**
 * Fonts
 **/
/**
 * Palette Color Definitions and Other Variables
 **/
.ply-wrapper .container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  margin: 0;
}
.ply-wrapper .row {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -15px;
  margin-right: -15px;
}
.ply-wrapper .row:before, .ply-wrapper .row:after {
  content: " ";
  display: table;
}
.ply-wrapper .row:after {
  clear: both;
}
.lt-ie8 .ply-wrapper .row {
  *zoom: 1;
}
.ply-wrapper .col-0, .ply-wrapper .column-zero {
  display: none;
}
.ply-wrapper .col-1, .ply-wrapper .column-one {
  
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 8.33333%;
}
.ply-wrapper .col-1, .ply-wrapper .col-1:before, .ply-wrapper .col-1:after, .ply-wrapper .column-one, .ply-wrapper .column-one:before, .ply-wrapper .column-one:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ply-wrapper .col-1.centered, .ply-wrapper .column-one.centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.ply-wrapper .col-2, .ply-wrapper .column-two {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 16.66667%;
}
.ply-wrapper .col-2, .ply-wrapper .col-2:before, .ply-wrapper .col-2:after, .ply-wrapper .column-two, .ply-wrapper .column-two:before, .ply-wrapper .column-two:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ply-wrapper .col-2.centered, .ply-wrapper .column-two.centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.ply-wrapper .col-3, .ply-wrapper .column-three {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 25%;
}
.ply-wrapper .col-3, .ply-wrapper .col-3:before, .ply-wrapper .col-3:after, .ply-wrapper .column-three, .ply-wrapper .column-three:before, .ply-wrapper .column-three:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ply-wrapper .col-3.centered, .ply-wrapper .column-three.centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.ply-wrapper .col-4, .ply-wrapper .column-four {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 33.33333%;
}
.ply-wrapper .col-4, .ply-wrapper .col-4:before, .ply-wrapper .col-4:after, .ply-wrapper .column-four, .ply-wrapper .column-four:before, .ply-wrapper .column-four:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ply-wrapper .col-4.centered, .ply-wrapper .column-four.centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.ply-wrapper .col-5, .ply-wrapper .column-five {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 41.66667%;
}
.ply-wrapper .col-5, .ply-wrapper .col-5:before, .ply-wrapper .col-5:after, .ply-wrapper .column-five, .ply-wrapper .column-five:before, .ply-wrapper .column-five:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ply-wrapper .col-5.centered, .ply-wrapper .column-five.centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.ply-wrapper .col-6, .ply-wrapper .column-six {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 50%;
}
.ply-wrapper .col-6, .ply-wrapper .col-6:before, .ply-wrapper .col-6:after, .ply-wrapper .column-six, .ply-wrapper .column-six:before, .ply-wrapper .column-six:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ply-wrapper .col-6.centered, .ply-wrapper .column-six.centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.ply-wrapper .col-7, .ply-wrapper .column-seven {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;

}
.ply-wrapper .col-7, .ply-wrapper .col-7:before, .ply-wrapper .col-7:after, .ply-wrapper .column-seven, .ply-wrapper .column-seven:before, .ply-wrapper .column-seven:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ply-wrapper .col-7.centered, .ply-wrapper .column-seven.centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.ply-wrapper .col-8, .ply-wrapper .column-eight {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.ply-wrapper .col-8, .ply-wrapper .col-8:before, .ply-wrapper .col-8:after, .ply-wrapper .column-eight, .ply-wrapper .column-eight:before, .ply-wrapper .column-eight:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ply-wrapper .col-8.centered, .ply-wrapper .column-eight.centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.ply-wrapper .col-9, .ply-wrapper .column-nine {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;

}
.ply-wrapper .col-9, .ply-wrapper .col-9:before, .ply-wrapper .col-9:after, .ply-wrapper .column-nine, .ply-wrapper .column-nine:before, .ply-wrapper .column-nine:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ply-wrapper .col-9.centered, .ply-wrapper .column-nine.centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.ply-wrapper .col-10, .ply-wrapper .column-ten {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;

}
.ply-wrapper .col-10, .ply-wrapper .col-10:before, .ply-wrapper .col-10:after, .ply-wrapper .column-ten, .ply-wrapper .column-ten:before, .ply-wrapper .column-ten:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ply-wrapper .col-10.centered, .ply-wrapper .column-ten.centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.ply-wrapper .col-11, .ply-wrapper .column-eleven {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;

}
.ply-wrapper .col-11, .ply-wrapper .col-11:before, .ply-wrapper .col-11:after, .ply-wrapper .column-eleven, .ply-wrapper .column-eleven:before, .ply-wrapper .column-eleven:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ply-wrapper .col-11.centered, .ply-wrapper .column-eleven.centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.ply-wrapper .col-12, .ply-wrapper .column-twelve {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: none;
  width: 100%;
}
.ply-wrapper .col-12, .ply-wrapper .col-12:before, .ply-wrapper .col-12:after, .ply-wrapper .column-twelve, .ply-wrapper .column-twelve:before, .ply-wrapper .column-twelve:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ply-wrapper .col-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.ply-wrapper .offset-1, .ply-wrapper .offset-one {
  margin-left: 8.33333%;
}
.ply-wrapper .offset-2, .ply-wrapper .offset-two {
  margin-left: 16.66667%;
}
.ply-wrapper .offset-3, .ply-wrapper .offset-three {
  margin-left: 25%;
}
.ply-wrapper .offset-4, .ply-wrapper .offset-four {
  margin-left: 33.33333%;
}
.ply-wrapper .offset-5, .ply-wrapper .offset-five {
  margin-left: 41.66667%;
}
.ply-wrapper .offset-6, .ply-wrapper .offset-six {
  margin-left: 50%;
}
.ply-wrapper .offset-7, .ply-wrapper .offset-seven {
  margin-left: 58.33333%;
}
.ply-wrapper .offset-8, .ply-wrapper .offset-eight {
  margin-left: 66.66667%;
}
.ply-wrapper .offset-9, .ply-wrapper .offset-nine {
  margin-left: 75%;
}
.ply-wrapper .offset-10, .ply-wrapper .offset-ten {
  margin-left: 83.33333%;
}
.ply-wrapper .offset-11, .ply-wrapper .offset-eleven {
  margin-left: 91.66667%;
}
.ply-wrapper .offset-12, .ply-wrapper .offset-twelve {
  margin-left: 100%;
}
.ply-wrapper .push-1, .ply-wrapper .push-one {

}
.ply-wrapper .push-2, .ply-wrapper .push-two {
  left: 16.66667%;
}
.ply-wrapper .push-3, .ply-wrapper .push-three {
  left: 25%;
}
.ply-wrapper .push-4, .ply-wrapper .push-four {
  left: 33.33333%;
}
.ply-wrapper .push-5, .ply-wrapper .push-five {
  left: 41.66667%;
}
.ply-wrapper .push-6, .ply-wrapper .push-six {
  left: 50%;
}
.ply-wrapper .push-7, .ply-wrapper .push-seven {
  left: 58.33333%;
}
.ply-wrapper .push-8, .ply-wrapper .push-eight {
  left: 66.66667%;
}
.ply-wrapper .push-9, .ply-wrapper .push-nine {
  left: 75%;
}
.ply-wrapper .push-10, .ply-wrapper .push-ten {
  left: 83.33333%;
}
.ply-wrapper .push-11, .ply-wrapper .push-eleven {
  left: 91.66667%;
}
.ply-wrapper .push-12, .ply-wrapper .push-twelve {
  left: 100%;
}
.ply-wrapper .pull-1, .ply-wrapper .pull-one {
  right: 8.33333%;
}
.ply-wrapper .pull-2, .ply-wrapper .pull-two {
  right: 16.66667%;
}
.ply-wrapper .pull-3, .ply-wrapper .pull-three {
  right: 25%;
}
.ply-wrapper .pull-4, .ply-wrapper .pull-four {
  right: 33.33333%;
}
.ply-wrapper .pull-5, .ply-wrapper .pull-five {
  right: 41.66667%;
}
.ply-wrapper .pull-6, .ply-wrapper .pull-six {
  right: 50%;
}
.ply-wrapper .pull-7, .ply-wrapper .pull-seven {
  right: 58.33333%;
}
.ply-wrapper .pull-8, .ply-wrapper .pull-eight {
  right: 66.66667%;
}
.ply-wrapper .pull-9, .ply-wrapper .pull-nine {
  right: 75%;
}
.ply-wrapper .pull-10, .ply-wrapper .pull-ten {
  right: 83.33333%;
}
.ply-wrapper .pull-11, .ply-wrapper .pull-eleven {
  right: 91.66667%;
}
.ply-wrapper .pull-12, .ply-wrapper .pull-twelve {
  right: 100%;
}
.ply-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}
.ply-wrapper > .rhtml > .ply-component,
.ply-wrapper > .homerhtml > .ply-component,
.ply-wrapper > .ply-component,
.ply-wrapper > .flexibleheader > header,
.ply-wrapper > .rhtml > nav,.ply-wrapper > .rhtml > section,
.ply-wrapper > .homerhtml > nav,
.ply-wrapper > nav,
.ply-wrapper > .rhtml > section,
.ply-wrapper > .homerhtml > section,
.ply-wrapper > .productslider > section,
.ply-wrapper > .product_tabs > section,
.ply-wrapper > section,
.ply-wrapper > .flexiblefooter > footer {
  clear: both;
}
.ply-wrapper > .rhtml > .ply-component > div,
.ply-wrapper > .homerhtml > .ply-component > div,
.ply-wrapper > .ply-component > div,
.ply-wrapper > .flexibleheader > header > div,
.ply-wrapper > .rhtml > nav > div,
.ply-wrapper > .homerhtml > nav > div,
.ply-wrapper > nav > div,
.ply-wrapper > .rhtml > section > div,
.ply-wrapper > .homerhtml > section > div,
.ply-wrapper > .productslider > section > div,
.ply-wrapper > .product_tabs > section > div,
.ply-wrapper > section > div,
.ply-wrapper > .flexiblefooter > footer > div { 

  margin: 0 auto;
}
.ply-wrapper > .rhtml > .ply-component.ply-component-full > div,
.ply-wrapper > .homerhtml > .ply-component.ply-component-full > div,
.ply-wrapper > .ply-component.ply-component-full > div,
.ply-wrapper > .rhtml > .ply-component > div.ply-component-full,
.ply-wrapper > .homerhtml > .ply-component > div.ply-component-full,
.ply-wrapper > .ply-component > div.ply-component-full,
.ply-wrapper > .flexibleheader > header.ply-component-full > div,
.ply-wrapper > .flexibleheader > header > div.ply-component-full,
.ply-wrapper > .rhtml > nav.ply-component-full > div,
.ply-wrapper > .homerhtml > nav.ply-component-full > div,
.ply-wrapper > nav.ply-component-full > div,
.ply-wrapper > nav > div.ply-component-full,
.ply-wrapper > .rhtml > section.ply-component-full > div,
.ply-wrapper > .homerhtml > section.ply-component-full > div,
.ply-wrapper > section.ply-component-full > div,
.ply-wrapper > .rhtml > div.ply-component-full > div,
.ply-wrapper > .homerhtml > div.ply-component-full > div,
.ply-wrapper > section > div.ply-component-full,
.ply-wrapper > .flexiblefooter > footer.ply-component-full > div,
.ply-wrapper > .flexiblefooter > footer > div.ply-component-full {
  max-width: 100%;
}
.ply-wrapper label {
  cursor: pointer;
}
.ply-wrapper iframe {
  border: none;
}
.ply-wrapper h1, .ply-wrapper h2, .ply-wrapper h3, .ply-wrapper h4, .ply-wrapper h5, .ply-wrapper h6 {
  margin-top: 0;
}
.ply-redesign-wrapper img {
  max-width: 100%;
  height: auto;
}
.ply-wrapper a {
  font-family: "ProximaNova-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  color: #08c;
  text-decoration: none;
  word-wrap: break-word;
}
.ply-wrapper a:hover {
  text-decoration: underline;
}
.ply-wrapper a[href] {
  cursor: pointer;
}
.ply-redesign-wrapper p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.55em;
}
.ply-redesign-wrapper p + p {
  margin-top: 1em;
}
.ply-wrapper .text-left {
  text-align: left;
}
.ply-wrapper .text-right {
  text-align: right;
}
.ply-wrapper .text-center {
  text-align: center;
}
.ply-wrapper .clearfix:before, .ply-wrapper .clearfix:after,
.ply-wrapper .clear-fix:before,
.ply-wrapper .clear-fix:after,
.ply-wrapper .clearFix:before,
.ply-wrapper .clearFix:after {
  content: " ";
  display: table;
}
.ply-wrapper .clearfix:after,
.ply-wrapper .clear-fix:after,
.ply-wrapper .clearFix:after {
  clear: both;
}
.lt-ie8 .ply-wrapper .clearfix, .lt-ie8
.ply-wrapper .clear-fix, .lt-ie8
.ply-wrapper .clearFix {
  *zoom: 1;
}
.ply-wrapper .sr-only, .ply-wrapper .ply-cta-expand span, .ply-cta-expand .ply-wrapper span, .ply-wrapper .ply-form label.ply-radio input,
.ply-wrapper .ply-form label.ply-checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.ply-wrapper .button {
  display: inline-block;
  padding: 10px 12px 8px 12px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: lighter;
  line-height: 1;
  background: #D71920;
  border: 1px solid transparent;
  border-radius: 0;
}
.ply-wrapper .button i.fa:first-child {
  margin-right: 8px;
}
.ply-wrapper .button i.fa:last-child {
  margin-left: 8px;
}
.ply-wrapper .button, .ply-wrapper .button:link, .ply-wrapper .button:visited {
  color: #FFF;
}
.ply-wrapper .button:hover {
  text-decoration: none;
  border: 1px solid transparent;
  background-color: #A21318;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.ply-wrapper .button:active, .ply-wrapper .button:active:hover, .ply-wrapper .button.active, .ply-wrapper .button.active:hover {
  background: #D71920;
  border: 1px solid transparent;
  -webkit-box-shadow: inset 0 0 4px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: inset 0 0 4px 4px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0 0 4px 4px rgba(0, 0, 0, 0.09);
}
.ply-wrapper .button-primary {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
  min-width: 240px;
  color: #FFF;
  font-family: "ProximaNova-Semibold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
}
.ply-wrapper .button-secondary {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px 25px 16px 25px;
  min-width: 240px;
  color: #FFF;
  font-family: "ProximaNova-Semibold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 18px;
}
.ply-wrapper .button-tertiary {
  padding: 17px 25px 16px 25px;
  min-width: 245px;
  background-color: #2E3844;
  color: #FFF;
  font-family: "ProximaNova-Semibold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 18px;
}
.ply-wrapper .button-tertiary:hover {
  background-color: #1E2834;
}
.ply-wrapper .button-tertiary:active, .ply-wrapper .button-tertiary:active:hover, .ply-wrapper .button-tertiary.active, .ply-wrapper .button-tertiary.active:hover {
  background: #1E2834;
}
.ply-wrapper .button-outline, .ply-wrapper .button-outline:link, .ply-wrapper .button-outline:active, .ply-wrapper .button-outline:hover, .ply-wrapper .button-outline.active {
  color: #FFF;
  border: 2px solid #FFF !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ply-wrapper .button-outline:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}
.ply-wrapper .button-text, .ply-wrapper .ply-global-header-search button, .ply-global-header-search .ply-wrapper button {
  padding-left: 0;
  padding-right: 0;
  font-size: 1em;
  font-weight: lighter;
  text-transform: none;
  text-decoration: underline;
  text-align: center;
}
.ply-wrapper .button-text, .ply-wrapper .ply-global-header-search button, .ply-global-header-search .ply-wrapper button, .ply-wrapper .button-text:link, .ply-wrapper .ply-global-header-search button:link, .ply-global-header-search .ply-wrapper button:link, .ply-wrapper .button-text:active, .ply-wrapper .ply-global-header-search button:active, .ply-global-header-search .ply-wrapper button:active, .ply-wrapper .button-text:hover, .ply-wrapper .ply-global-header-search button:hover, .ply-global-header-search .ply-wrapper button:hover {
  color: #333;
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/**
 * GRID SYSTEM - Inspired by Bootstrap 3
 **/
/**
 * Container Sizes
 **/
/**
 * Global vars
 **/
/**
 * Fonts
 **/
/**
 * Palette Color Definitions and Other Variables
 **/
.ply-wrapper {
  font-family: "ProximaNova-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #2E3844;
}
.ply-wrapper h1, .ply-wrapper h2, .ply-wrapper h3, .ply-wrapper h4, .ply-wrapper h5, .ply-wrapper h6 {
	font-weight: normal;
	font-family: 微软雅黑;
}
.ply-redesign-wrapper p {
  line-height: 1.35em;
}
.ply-wrapper .ply-image-float-left {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.ply-wrapper .ply-image-float-right {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

.ply-title-large, .ply-product-banner h2,
.ply-product-overview h2,
.ply-product-landing-overview h2,
.ply-product-technical-overview h2,
.ply-product-customer-stories h2,
.ply-product-products-and-services h2,
.ply-product-resources h2, .ply-home-banner h2,
.ply-solutions-banner h2,
.ply-solutions-featured h2,
.ply-solutions-overview h2, .ply-product-cta .ply-content-block h1,
.ply-solutions-cta .ply-content-block h1, .ply-video-banner h2,
.ply-video-featured h2,
.ply-video-overview h2, .ply-solutions-lead-gen header h2,
.ply-solutions-benefits header h2, .ply-solutions-innovations header h2,
.ply-collaboration-timeline header h2, .ply-home-expanding-timeline header h2,
.ply-product-tabs h2 {
  font-family: "ProximaNovaT-Thin", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 60px;
  font-weight: normal;
}

.ply-title-large i, .ply-product-banner h2 i,
.ply-product-overview h2 i,
.ply-product-landing-overview h2 i,
.ply-product-technical-overview h2 i,
.ply-product-customer-stories h2 i,
.ply-product-products-and-services h2 i,
.ply-product-resources h2 i, .ply-home-banner h2 i,
.ply-solutions-banner h2 i,
.ply-solutions-featured h2 i,
.ply-solutions-overview h2 i, .ply-product-cta .ply-content-block h1 i,
.ply-solutions-cta .ply-content-block h1 i, .ply-video-banner h2 i,
.ply-video-featured h2 i,
.ply-video-overview h2 i, .ply-solutions-lead-gen header h2 i, .ply-solutions-benefits header h2 i, .ply-solutions-innovations header h2 i, .ply-collaboration-timeline header h2 i, .ply-home-expanding-timeline header h2 i {
  margin-left: 30px;
  font-size: 30px;
}

.ply-headline-large {
  font-family: "ProximaNovaT-Thin", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 48px;
  font-weight: normal;
}

.ply-hero-title, .ply-product-banner h1, .ply-solutions-feature-video h2 {
  font-family: "ProximaNova-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 48px;
  font-weight: normal;
}

.ply-title-medium, .ply-product-cta .ply-content-block h2,
.ply-solutions-cta .ply-content-block h2, .ply-solutions-feature-boxes .ply-feature-box-intro h3, .ply-solutions-feature-boxes .ply-feature-box-content.ply-feature-box-content-active header h3, .ply-solutions-benefits .ply-benefit-content.ply-benefit-content-active h3, .ply-video-announcement .ply-item-ratio-content h2, .ply-solutions-innovations .ply-content-block.ply-content-block-active h3, .ply-home-expanding-timeline .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-content h3 {
  font-family: "ProximaNovaT-Thin", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 42px;
  font-weight: normal;
}

.ply-headline-heavy, .ply-product-cta-blocks article h3 {
  font-family: "ProximaNova-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 36px;
  font-weight: normal;
}

.ply-headline-medium, .ply-solutions-overview h3, .ply-video-overview h3 {
  font-family: "ProximaNova-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 36px;
  font-weight: normal;
}

.ply-headline-light, .ply-video-announcement .ply-item-ratio-content blockquote {
  font-family: "ProximaNovaT-Thin", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 36px;
  font-weight: normal;
}

.ply-small-title-heavy, .ply-product-overview h3,
.ply-product-landing-overview h3,
.ply-product-technical-overview h3 {
  font-family: "ProximaNova-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: normal;
}

.ply-small-title, .ply-product-resources article h3, .ply-solutions-feature-boxes .ply-feature-box-content.ply-feature-box-content-active h4, .ply-collaboration-content-blocks article h3,
.ply-video-content-blocks article h3, .ply-product-grid .ply-product-grid-items article h3 {
  font-family: "ProximaNova-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: normal;
}

.ply-intro-copy, .ply-product-overview header p,
.ply-product-landing-overview header p,
.ply-product-technical-overview header p, .ply-solutions-overview header p, .ply-product-cta .ply-content-block h3,
.ply-solutions-cta .ply-content-block h3, .ply-video-overview header p, .ply-solutions-feature-boxes .ply-feature-box-content.ply-feature-box-content-active header p {
  font-family: "ProximaNovaT-Thin", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: normal;
}

.ply-linked-copy, .ply-product-products-and-services .ply-product-expand div article a {
  font-family: "ProximaNova-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: normal;
}

.ply-linked-large, .ply-solutions-featured .ply-item-ratio-content, .ply-solutions-feature-video p {
  font-family: "ProximaNova-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 21px;
  font-weight: normal;
}

.ply-linked-medium, .ply-product-resources article > div a, .ply-global-anchor-links ul li a, .ply-collaboration-content-blocks article > div a,
.ply-video-content-blocks article > div a, .ply-home-expanding-timeline .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-content .ply-global-resource-link,
.ply-home-expanding-timeline .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-content .ply-global-flyout-link {
  font-family: "ProximaNova-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: normal;
}

.ply-cta-purple, .ply-cta-purple a, .ply-cta-purple * {
  color: #704D88;
}

.ply-cta-blue, .ply-cta-blue a, .ply-cta-blue * {
  color: #3263A9;
}

.ply-cta-teal, .ply-cta-teal a, .ply-cta-teal * {
  color: #008AA3;
}

.ply-cta-red, .ply-cta-red a, .ply-cta-red * {
  color: #D74512;
}

.ply-cta-orange, .ply-cta-orange a, .ply-cta-orange * {
  color: #FBA53F;
}

.ply-cta-pale-blue, .ply-cta-pale-blue a, .ply-cta-pale-blue * {
  color: #5E8BB0;
}

.ply-cta-green, .ply-cta-green a, .ply-cta-green * {
  color: #539A8E;
}

.ply-cta-burgundy, .ply-cta-burgundy a, .ply-cta-burgundy * {
  color: #913E6F;
}

.ply-cta-bg-purple, .ply-cta-bg-purple a, .ply-cta-bg-purple * {
  background-color: #704D88;
}

.ply-cta-bg-blue, .ply-cta-bg-blue a, .ply-cta-bg-blue * {
  background-color: #3263A9;
}

.ply-cta-bg-teal, .ply-cta-bg-teal a, .ply-cta-bg-teal * {
  background-color: #008AA3;
}

.ply-cta-bg-red, .ply-cta-bg-red a, .ply-cta-bg-red * {
  background-color: #D74512;
}

.ply-cta-bg-orange, .ply-cta-bg-orange a, .ply-cta-bg-orange * {
  background-color: #FBA53F;
}

.ply-cta-bg-pale-blue, .ply-cta-bg-pale-blue a, .ply-cta-bg-pale-blue * {
  background-color: #5E8BB0;
}

.ply-cta-bg-green, .ply-cta-bg-green a, .ply-cta-bg-green * {
  background-color: #539A8E;
}

.ply-cta-bg-burgundy, .ply-cta-bg-burgundy a, .ply-cta-bg-burgundy * {
  background-color: #913E6F;
}

.ply-component-light, .ply-component-light + .ply-global-footer, .ply-component:not(.ply-component-dark) + .ply-global-footer, .ply-component-light + * + .ply-global-footer {
  background-color: #FFF;
}

.ply-component-dark, .ply-component-dark + .ply-global-footer, .ply-component-dark + * + .ply-global-footer {
  background-color: #EDEEEF;
}

.ply-wrapper .ply-global-header + *, .ply-wrapper .flexibleheader + * {
  margin-top: 50px;
}
.ply-wrapper .ply-global-header + .ply-solutions-banner {
  margin-top: 0px;
}
.ply-wrapper .ply-global-header + .ply-home-banner {
  margin-top: 0px;
}

.ply-global-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 54px;
  z-index: 1001;
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.ply-global-header > div {
  margin: 0;
  max-width: 100% !important;
}
.ply-global-header:hover, .ply-global-header-active .ply-global-header, .ply-global-header-search-active .ply-global-header {
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.9);
}
.ply-global-header-search-active .ply-global-header {
  left: -308px;
  right: 308px;
}




.ply-global-header-nav {
  display: table;
  position: relative;
  padding: 10px 0;
  margin: 0 auto;
  width: 100%;
}

.ply-global-header-nav-logo {
  display: table-cell;
  width: 137px;
  height: 30px;
  padding-left: 10px;
  vertical-align: top;
}
.ply-global-header-search-active .ply-global-header-nav-logo {
  display: none;
}
.ply-global-header-nav-logo .ply-logo {
  display: block;
  width: 116px;
  height: 30px;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  background-image: url("/etc/polycom/www/global/images/logo@2x.png");
  background-size: 116px 30px;
  background-position: left top;
  background-repeat: no-repeat;
  border-right: 1px solid #EDEEEF;
}
.lt-ie9 .ply-global-header-nav-logo .ply-logo {
  background-image: url("/etc/polycom/www/global/images/logo.png");
}

.ply-global-header-nav-breadcrumb {
  display: table-cell;
  height: 30px;
  width: 1px;
  white-space: nowrap;
  vertical-align: top;
  display:none;
}
.ply-global-header-search-active .ply-global-header-nav-breadcrumb {
  display: none;
}
.ply-global-header-nav-breadcrumb a {
  font-family: "ProximaNova-Semibold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #EDEEEF;
  height: 30px;
  line-height: 30px;
}
.ply-global-header-nav-breadcrumb a:hover {
  text-decoration: none;
}
.ply-global-header-nav-breadcrumb a span + i {
  margin-left: 0.25em;
}
.ply-global-header-nav-breadcrumb a i + span {
  margin-left: 0.25em;
}

.ply-global-breadcrumb-modal {
  display: none;
  position: fixed;
  padding: 15px;
  min-width: 320px;
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1002;
}
.ply-global-breadcrumb-modal.ply-global-breadcrumb-modal-active {
  display: block;
}
.ply-global-header-active .ply-global-breadcrumb-modal.ply-global-breadcrumb-modal-active {
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.9);
}
.ply-global-breadcrumb-modal ul {
  margin: 0;
  padding: 0;
}
.ply-global-breadcrumb-modal li {
  display: block;
}
.ply-global-breadcrumb-modal li a {
  font-family: "ProximaNova-Semibold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #EDEEEF;
  height: 30px;
  line-height: 30px;
}
.ply-global-breadcrumb-modal li a:hover {
  text-decoration: none;
}
.ply-global-breadcrumb-modal li a span + i {
  margin-left: 0.25em;
}
.ply-global-breadcrumb-modal li a i + span {
  margin-left: 0.25em;
}
.ply-global-breadcrumb-modal li + li {
  padding-left: 2em;
}
.ply-global-breadcrumb-modal li + li + li {
  padding-left: 4em;
}
.ply-global-breadcrumb-modal li + li + li + li {
  padding-left: 6em;
}
.ply-global-breadcrumb-modal li + li + li + li + li {
  padding-left: 8em;
}
.ply-global-breadcrumb-modal li + li + li + li + li + li {
  padding-left: 10em;
}
.ply-global-breadcrumb-modal li + li + li + li + li + li + li {
  padding-left: 12em;
}
.ply-global-breadcrumb-modal li + li + li + li + li + li + li + li {
  padding-left: 14em;
}
.ply-global-breadcrumb-modal li + li + li + li + li + li + li + li + li {
  padding-left: 16em;
}
.ply-global-breadcrumb-modal li + li + li + li + li + li + li + li + li + li {
  padding-left: 18em;
}
.ply-global-breadcrumb-modal li + li + li + li + li + li + li + li + li + li + li {
  padding-left: 20em;
}

.ply-global-header-nav-main {
  display: table-cell;
  height: 30px;
  vertical-align: top;
  text-align: right;
  padding-right: 10px;
}
.ply-global-header-nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ply-global-header-nav-main ul li {
  display: -moz-inline-stack;
  display: inline-block;
}
.lt-ie9 .ply-global-header-nav-main ul li {
  zoom: 1;
  *display: inline;
}
.ply-global-header-nav-main ul li a {
  display: block;
  margin-left: 7px;
  margin-right: 7px;
  font-family: "ProximaNova-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #EDEEEF;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid transparent;
}
.ply-global-header-nav-main ul li a:hover {
  text-decoration: none;
}
.ply-global-header-nav-main ul li a span + i {
  margin-left: 0.25em;
}
.ply-global-header-nav-main ul li a i + span {
  margin-left: 0.25em;
}
.ply-global-header-nav-main ul li a.ply-global-submenu-link-active {
  border-bottom: 2px solid #D71920;
}
.ply-global-header-nav-main .ply-login {
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 3px 6px 2px 6px;
  border: 1px solid #FFF;
  font-family: "ProximaNova-Semibold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
}
.ply-global-header-nav-main .ply-pins {
  display: none;
}
.ply-global-header-nav-main .ply-pins.ply-pins-active {
  display: inline-block;
}
.ply-global-header-nav-main .ply-global-pin-modal-link {
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 3px 6px 2px 6px;
  background-color: #FBA53F;
  color: #111;
  font-family: "ProximaNova-Semibold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
}

.ply-global-header-nav-main-responsive-modal {
  display: none;
}

.ply-global-submenu-modal {
  display: none;
  position: fixed;
  padding: 25px;
  min-width: 320px;
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1002;
}
.ply-global-submenu-modal.ply-global-submenu-modal-active {
  display: block;
}
.ply-global-header-search-active .ply-global-submenu-modal.ply-global-submenu-modal-active, .ply-global-header-active .ply-global-submenu-modal.ply-global-submenu-modal-active {
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.9);
}
.ply-global-submenu-modal > div ul {
  padding: 0;
  margin: 0 1em 0 0;
  list-style: none;
}
.ply-global-submenu-modal > div ul li {
  display: block;
  margin-bottom: 1em;
}
.ply-global-submenu-modal > div ul li a {
  display: block;
  max-width: 225px;
  font-family: "ProximaNova-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #EDEEEF;
  text-align: left;
  line-height: 1em;
}
.ply-global-submenu-modal > div ul li a:hover {
  text-decoration: none;
}
.ply-global-header-nav-main-responsive {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  vertical-align: top;
}
.ply-global-header-nav-main-responsive a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  text-align: center;
  color: #FFF;
}
.ply-global-header-nav-main-responsive a i {
  display: block;
  position: absolute;
  font-size: 20px;
  color: #FFF;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -11px;
}

.ply-global-header-search {
  display: block;
  position: absolute;
  top: 0;
  right: -54px;
  bottom: 0;
  width: 50px;
  -webkit-transition: all 0.3s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.7);
}
.ply-global-header:hover .ply-global-header-search, .ply-global-header-active .ply-global-header-search, .ply-global-header-search-active .ply-global-header-search {
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.9);
}
.ply-global-header-search form {
  display: none;
  opacity: 0;
}
.ply-global-header-search input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  padding: 6px 30px 5px 15px;
  margin: 0;
  width: 100%;
  text-transform: none;
  border-radius: 0;
  background-color: #DAE8ED;
  border: none;
}
.ply-global-header-search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #9EA4AD;
}
.ply-global-header-search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9EA4AD;
  opacity: 1;
}
.ply-global-header-search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9EA4AD;
  opacity: 1;
}
.ply-global-header-search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #9EA4AD;
}
.lt-ie10 .ply-global-header-search input {
  color: #9EA4AD;
}
.ply-global-header-search button {
  display: block;
  position: absolute;
  height: 15px;
  width: 15px;
  line-height: 15px;
  font-size: 16px;
  top: 50%;
  margin-top: -11px;
  right: 10px;
}
.ply-global-header-search button, .ply-global-header-search button i {
  color: #9EA4AD;
}
.ply-global-header-search a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  text-align: center;
  color: #FFF;
}
.ply-global-header-search a:hover {
  text-decoration: none;
}
.ply-global-header-search a i {
  display: block;
  position: absolute;
  font-size: 20px;
  color: #FFF;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -11px;
}
.ply-global-header-search-active .ply-global-header-search {
  right: -308px;
  width: 304px;
}
.ply-global-header-search-active .ply-global-header-search form {
  display: block;
  position: relative;
  margin: 10px;
  opacity: 1;
}
.ply-global-header-search-active .ply-global-header-search a {
  display: none;
}

.ply-global-header .ply-submenu {
  display: none;
}
.ply-global-header .ply-submenu-active + .ply-submenu {
  display: block;
  position: absolute;
  top: 50px;
  padding: 10px 20px;
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.ply-product-banner h2,
.ply-product-overview h2,
.ply-product-landing-overview h2,
.ply-product-technical-overview h2,
.ply-product-customer-stories h2,
.ply-product-products-and-services h2,
.ply-product-resources h2,
.ply-product-tabs h2 {
  text-align: center;
}

.ply-product-banner {
  padding-top: 30px;
  padding-bottom: 65px;
}
.ply-product-banner .col-7 {
  z-index: 900;
}
.ply-product-banner .push-1 {
  z-index: 1000;
}
.ply-product-banner h1 {
  line-height: 1;
  color: #2E3844;
  margin-top: 70px;
  margin-bottom: 30px;
}
.ply-product-banner p {
  max-width: 350px;
}
.ply-product-banner ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ply-product-banner ul:before, .ply-product-banner ul:after {
  content: " ";
  display: table;
}
.ply-product-banner ul:after {
  clear: both;
}
.lt-ie8 .ply-product-banner ul {
  *zoom: 1;
}
.ply-product-banner ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.ply-product-banner ul li:nth-child(5n+1){
  Clear:both;
}
.ply-product-banner ul li a {
  text-decoration: none;
}
.ply-product-banner .ply-content-block {
  display: none;
  max-width: 400px;
}
.ply-product-banner .ply-legacy-content-block{
    max-width: 400px;
}
.ply-product-banner .ply-content-block.ply-content-block-active {
  display: block;
}
.ply-product-banner .ply-thumbnail-selector {
  margin-bottom: 30px;
}
.ply-product-banner .ply-thumbnail span {
  display: block;
  max-width: 80px;
  text-align: center;
  padding: 5px 0 3px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  font-size:12px;
}
.ply-product-banner .ply-thumbnail-active span {
  display: block;
  padding: 5px 0 3px;
  border-top: 2px solid #D71920;
  border-bottom: 2px solid #D71920;
}
.ply-product-banner .ply-thumbnail-active span:empty,
.ply-product-banner .ply-thumbnail-active span.empty-title{
  border-bottom: 2px solid transparent;
}
.ply-product-banner .ply-thumbnail-content {
  display: none;
}
.ply-product-banner .ply-thumbnail-content-active {
  display: block;
}

.ply-product-overview,
.ply-product-landing-overview,
.ply-product-technical-overview,
.ply-product-tabs {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ply-product-overview header,
.ply-product-landing-overview header,
.ply-product-technical-overview header {
  margin-bottom: 50px;
}
.ply-product-overview p,
.ply-product-landing-overview p,
.ply-product-technical-overview p {
  margin-bottom: 1em;
}
.ply-product-overview ul,
.ply-product-landing-overview ul,
.ply-product-technical-overview ul {
  margin-left: -20px;
}
.ply-product-overview ul li,
.ply-product-landing-overview ul li,
.ply-product-technical-overview ul li {
  color: #D71920;
  line-height: 1.35em;
  margin-bottom: 1em;
}
.ply-product-overview ul li span,
.ply-product-landing-overview ul li span,
.ply-product-technical-overview ul li span {
  color: #2E3844;
}

.ply-product-landing-overview {
  padding-top: 80px;
  padding-bottom: 25px;
  text-align: center;
}
.ply-product-landing-overview header p {
  margin: 0 auto;
  max-width: 875px;
}

.ply-product-technical-overview {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ply-product-technical-overview header h1, .ply-product-technical-overview header h2, .ply-product-technical-overview header h3 {
  margin-bottom: 0;
}

.ply-product-customer-stories {
  padding-top: 70px;
  padding-bottom: 25px;
}
.ply-product-customer-stories article {
  margin-bottom: 45px;
}
.ply-product-customer-stories article h3 {
  text-align: center;
}
.product_tabs .ply-product-customer-stories article,
.product_tabs .ply-product-resources article{
  width: 370px;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.product_tabs .ply-product-customer-stories article:nth-child(3n+1),
.product_tabs .ply-product-resources article:nth-child(3n+1){
  clear:both;
}
.ply-product-customer-stories article .ply-component-video .colorwash1{
  background: rgba(112,97,136,0.8);
}
.ply-product-customer-stories article .ply-component-video .colorwash2{
  background: rgba(215,69,18,0.8);
}
.ply-product-customer-stories article .ply-component-video .colorwash3{
  background: rgba(94,139,176,0.7);
}
.ply-product-customer-stories article .ply-component-video .colorwash4{
  background: rgba(251,165,63,0.8);
}
.ply-product-customer-stories article .ply-component-video .colorwash5{
  background: rgba(145,62,111,0.8);
}
.ply-product-customer-stories article .ply-component-video .colorwash6{
  background: rgba(46,56,68,0.7);
}
.product_tabs .ply-product-customer-stories article .ply-component-video img,
.product_tabs .ply-product-resources article .ply-component-video img {
  height: 100%;
  display: block;
}
.product_tabs .ply-product-customer-stories article .ply-component-video div,
.product_tabs .ply-product-resources article .ply-component-video div{
  margin-top:0;
}
.ply-product-customer-stories article .ply-component-video img,
.ply-product-resources article .ply-component-video img {
  position: relative;
  width: 100%;
}
.ply-product-customer-stories article .ply-component-video div,
.ply-product-resources article .ply-component-video div {
  display: table;
  position: relative;
  width: 100%;
  margin-top: -11px;
  background-color: #2E3844;
  z-index: 2;
}
.ply-product-customer-stories article .ply-component-video div, .ply-product-customer-stories article .ply-component-video div a,
.ply-product-resources article .ply-component-video div, .ply-product-resources article .ply-component-video div a {
  color: #FFF;
}
.ply-product-customer-stories article .ply-component-video div a,
.ply-product-resources article .ply-component-video div a {
  display: table-cell;
  padding: 10px 0px 10px 20px;
  height: 30px;
  width: 30px;
  vertical-align: middle;
}
.ply-product-customer-stories article .ply-component-video div i,
.ply-product-resources article .ply-component-video div i {
  position: relative;
  font-size: 30px;
}
.ply-product-customer-stories article .ply-component-video div p,
.ply-product-resources article .ply-component-video div p {
  display: table-cell;
  padding: 10px 20px 10px 20px;
  font-size: 14px;
  vertical-align: middle;
}

.ply-product-products-and-services {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}
.ply-product-products-and-services article img {
  width: 100%;
}
.ply-product-products-and-services a {
  display: block;
  margin-bottom: 1em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.ply-product-products-and-services a i {
  margin-left: 0.5em;
}
.ply-product-products-and-services .ply-product-expand {
  display: none;
  position: relative;
  margin-left: 12.5%;
  margin-right: 0%;
  background-color: #FFF;
  clear: left;
  text-align: left;
}
.ply-product-products-and-services .ply-product-expand.ply-product-expand-active {
  display: block;
}
.ply-product-products-and-services .ply-product-expand header, .ply-product-products-and-services .ply-product-expand div {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
}
.ply-product-products-and-services .ply-product-expand header {
  margin-left: -12.5%;
  width: 112.5%;
}
.ply-product-products-and-services .ply-product-expand div {
  margin-top: -2px;
}
.ply-product-products-and-services .ply-product-expand header a {
  display: block;
  position: relative;
  width: 44%;
  height: 100px;
  margin: 0;
  padding: 0;
  border-left: 2px solid transparent;
  border-right: 2px solid #DAE8ED;
  border-bottom: 2px solid #DAE8ED;
}
.ply-product-products-and-services .ply-product-expand.ply-product-expand-1 header a {
  width: 0px;
  margin-left: 12.5%;
  left: -16px;
}
.ply-product-products-and-services .ply-product-expand.ply-product-expand-2 header a {
  width: 0px;
  margin-left: 25%;
  padding-left: 45px;
}
.ply-product-products-and-services .ply-product-expand.ply-product-expand-3 header a {
  width: 0px;
  margin-left: 50%;
  padding-left: 75px;
}
.ply-product-products-and-services .ply-product-expand.ply-product-expand-4 header a {
  width: 87%;
}
.ply-product-products-and-services .ply-product-expand div article {
  display: table-cell;
}
.ply-product-products-and-services .ply-product-expand div article h3 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 15px;
  min-height: 77px;
  margin: 0;
  font-family: "ProximaNova-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #9EA4AD;
  text-transform: uppercase;
  border-left: 2px solid #DAE8ED;
  border-top: 2px solid #DAE8ED;
}
.ply-product-products-and-services .ply-product-expand div article a {
  text-align: left;
  margin: 0;
  padding: 0;
}
.ply-product-products-and-services .ply-product-expand div article a i {
  font-size: 12px;
}
.ply-product-products-and-services .ply-product-expand div article ul {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}
.ply-product-products-and-services .ply-product-expand div article li {
  clear: left;
  margin-left: -45px;
  padding-right: 45px;
  margin-right: 1em;
  margin-bottom: 1em;
  font-size: 14px;
  color: #4C4C4C;
}
.ply-product-products-and-services .ply-product-expand div article img {
  width: auto;
  float: left;
  margin: 0 15px 15px 0;
}
.ply-product-products-and-services .ply-product-expand div article:last-child h3 {
  border-top: 2px solid transparent;
}
.ply-product-products-and-services .ply-cta-expand {
  margin-bottom: 77px;
}
.ply-product-products-and-services .ply-cta-expand-active .ply-cta-expand.ply-cta-expand-last:before {
  content: " ";
  position: absolute;
  top: 74px;
  right: 22px;
  height: 48px;
  width: 300px;
  border-bottom: 2px solid #DAE8ED;
  z-index: 100;
}
.ply-product-products-and-services .ply-cta-expand-active .ply-cta-expand:after {
  content: " ";
  display: block;
  position: absolute;
  top: 45px;
  left: 22px;
  width: 2px;
  height: 77px;
  background-color: #DAE8ED;
}

.ply-cta-expand {
  display: block;
  position: relative;
  height: 45px;
  width: 45px;
  text-align: center;
  font-family: "ProximaNovaT-Thin", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 48px;
  font-weight: normal;
  color: #FFF;
  background-color: #D71920;
  background-image: url("/etc/polycom/www/global/images/expand-inactive2x.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.ply-cta-expand-active .ply-cta-expand, .ply-cta-expand.ply-cta-expand-active {
  background-image: url("/etc/polycom/www/global/images/expand-active2x.png");
}
.lt-ie10 .ply-cta-expand {
  background-image: url("/etc/polycom/www/global/images/expand-inactive.png");
}
.lt-ie10 .ply-cta-expand-active .ply-cta-expand, .lt-ie10 .ply-cta-expand.ply-cta-expand-active {
  background-image: url("/etc/polycom/www/global/images/expand-active.png");
}
.ply-cta-expand span {
  display: none !important;
}

.ply-product-resources {
  padding-top: 70px;
  padding-bottom: 70px;
}
.ply-product-resources .ply-tabs nav {
  margin: 0 15px 2em;
}
.ply-product-resources .ply-tabs nav a {
  padding: 10px 30px;
}
.ply-product-resources .ply-tabs nav .ply-tabs-nav-link-active a {
  font-weight: normal;
}
.ply-product-resources article {
  margin-bottom: 30px;
}
.ply-product-resources article h3 {
  font-family: "ProximaNova-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  position: relative;
  padding: 20px 40px 20px 20px;
  margin: 0;
  color: #FFF;
  background-color: #2E3844;
}
.ply-product-resources article h3 .ply-global-pin-link {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #FBA53F;
}
.ply-product-resources article > div {
  font-family: "ProximaNova-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 20px;
  background-color: #FFF;
}
.ply-product-resources article > div a {
  font-family: "ProximaNova-Semibold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: block;
  position: relative;
  margin-top: 20px;
  text-transform: uppercase;
}
.ply-global-anchor-links {
  text-align: center;
}
.ply-global-anchor-links ul {
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.lt-ie9 .ply-global-anchor-links ul {
  zoom: 1;
  *display: inline;
}
.ply-global-anchor-links ul li {
  display: -moz-inline-stack;
  display: inline-block;
  position: relative;
  vertical-align: bottom;
}
.lt-ie9 .ply-global-anchor-links ul li {
  zoom: 1;
  *display: inline;
}
.ply-global-anchor-links ul li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 40px 25px;
  text-decoration: none;
  text-transform: uppercase;
  color: #2E3844;
}
.ply-global-anchor-links ul li a:hover {
  color: #637280;
  text-decoration: none;
}
.ply-global-anchor-links ul li a span {
  display: -moz-inline-stack;
  display: inline-block;
  max-width: 160px;
  text-align: center;
}
.lt-ie9 .ply-global-anchor-links ul li a span {
  zoom: 1;
  *display: inline;
}
.ply-global-anchor-links ul li a i {
  display: block;
}
.ply-global-anchor-links ul li + li:before {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -27px;
  left: 0;
  height: 54px;
  width: 1px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.ply-home-banner h2,
.ply-solutions-banner h2,
.ply-solutions-featured h2,
.ply-solutions-overview h2 {
  text-align: center;
}

.ply-home-banner,
.ply-solutions-banner {
  overflow: hidden;
}
.ply-home-banner, .ply-home-banner .ply-curve,
.ply-solutions-banner,
.ply-solutions-banner .ply-curve {
  max-height: 765px;
}
.ply-home-banner.ply-home-banner-short, .ply-home-banner.ply-home-banner-short .ply-curve, .ply-home-banner.ply-solutions-banner-short, .ply-home-banner.ply-solutions-banner-short .ply-curve,
.ply-solutions-banner.ply-home-banner-short,
.ply-solutions-banner.ply-home-banner-short .ply-curve,
.ply-solutions-banner.ply-solutions-banner-short,
.ply-solutions-banner.ply-solutions-banner-short .ply-curve {
  max-height: 630px;
}
.ply-home-banner .ply-item-ratio .ply-item-ratio-16by9,
.ply-solutions-banner .ply-item-ratio .ply-item-ratio-16by9 {
  padding-top: 54.64%;
}
.ply-home-banner .ply-curve,
.ply-solutions-banner .ply-curve {
  background-color: #EDEEEF;
}
.ply-home-banner .ply-curve .ply-curve-background,
.ply-solutions-banner .ply-curve .ply-curve-background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.ply-home-banner .ply-curve .ply-curve-content,
.ply-solutions-banner .ply-curve .ply-curve-content {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  height: 150px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  overflow: hidden;
}
.ply-home-banner .ply-curve .ply-curve-content .ply-curve-content-mid, .ply-home-banner .ply-curve .ply-curve-content h1, .ply-home-banner .ply-curve .ply-curve-content h2,
.ply-solutions-banner .ply-curve .ply-curve-content .ply-curve-content-mid,
.ply-solutions-banner .ply-curve .ply-curve-content h1,
.ply-solutions-banner .ply-curve .ply-curve-content h2 {
  position: relative;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1000;
  text-align: center;
}
.ply-home-banner .ply-curve .ply-curve-content,
.ply-solutions-banner .ply-curve .ply-curve-content {
  display: table;
  width: 100%;
  padding-bottom: 30px;
  height: 120px;
}
.ply-home-banner .ply-curve .ply-curve-content .ply-curve-content-mid,
.ply-solutions-banner .ply-curve .ply-curve-content .ply-curve-content-mid {
  display: table-cell;
  position: relative;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  vertical-align: middle;
}
.ply-home-banner .ply-curve .ply-curve-content h1,
.ply-solutions-banner .ply-curve .ply-curve-content h1 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "ProximaNova-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 48px;
  line-height: 1.35em;
  vertical-align: middle;
}
.ply-home-banner .ply-curve .ply-curve-content h2,
.ply-solutions-banner .ply-curve .ply-curve-content h2 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "ProximaNova-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 21px;
  line-height: 1.35em;
  vertical-align: middle;
}
.ply-home-banner .ply-curve .ply-curve-content a,
.ply-solutions-banner .ply-curve .ply-curve-content a {
  color: #2E3844;
}
.ply-home-banner .ply-curve .ply-curve-content a:hover,
.ply-solutions-banner .ply-curve .ply-curve-content a:hover {
  text-decoration: none;
}
.ply-wrapper .ply-global-video-link:hover {
  text-decoration: none;
}
.ply-home-banner .ply-curve .ply-curve-content h2 i,
.ply-solutions-banner .ply-curve .ply-curve-content h2 i {
  margin-left: 10px;
  font-size: 22px;
}
.ply-home-banner .ply-curve .ply-curve-content .fa,
.ply-solutions-banner .ply-curve .ply-curve-content .fa {
  display: inline;
}
.ply-home-banner .ply-curve .ply-hotspots,
.ply-solutions-banner .ply-curve .ply-hotspots {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ply-home-banner .ply-carousel-controls {
  z-index: initial !important;
}
.ply-home-banner .ply-carousel-controls .ply-carousel-prev,
.ply-home-banner .ply-carousel-controls .ply-carousel-next {
  top: 33%;
  font-size: 46px;
}

.ply-solutions-featured {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ply-solutions-featured .col-3 article + article,
.ply-solutions-featured .col-4 article + article {
  margin-top: 30px;
}
.ply-solutions-featured .ply-item-ratio {
  display: block;
}
.ply-solutions-featured .ply-item-ratio-1by1 {
  padding-top: 110%;
}
.ply-solutions-featured .ply-item-ratio-content {
  padding: 25px;
  color: #FFF;
}
.ply-solutions-featured .ply-item-ratio-content i + span,
.ply-solutions-featured .ply-item-ratio-content span + i {
  margin-left: 0.5em;
}
.ply-solutions-featured .ply-item-ratio-content-dark {
  color: #FFF;
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.7);
}
.ply-solutions-featured .ply-item-ratio-content-light {
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.7);
  color: #111;
}

.ply-solutions-overview {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ply-solutions-overview h3 {
  font-family: "ProximaNova-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.ply-solutions-overview header {
  margin-bottom: 50px;
}
.ply-solutions-overview p {
  margin-bottom: 1em;
}
.ply-solutions-overview .col-6 .ply-content-block {
  padding: 0 50px;
}
.ply-solutions-overview .col-6 + .col-6 .ply-content-block {
  padding: 0;
}

.ply-product-cta,
.ply-solutions-cta {
  position: relative;
  background-color: #DAE8ED;
}
.ply-product-cta .ply-content-block h3,
.ply-solutions-cta .ply-content-block h3 {
  margin-bottom: 30px;
  font-size: 16px;
  color: #ACB1B5;
}
.ply-product-cta .ply-content-block h2,
.ply-solutions-cta .ply-content-block h2 {
  margin-bottom: 30px;
}
.ply-product-cta .ply-content-block h2 i,
.ply-solutions-cta .ply-content-block h2 i {
  margin-left: 0;
  font-size: 28px;
  font-weight: normal;
}
.ply-product-cta .ply-content-block h1,
.ply-solutions-cta .ply-content-block h1 {
  margin-bottom: 30px;
}
.ply-product-cta .ply-content-block h1 i,
.ply-solutions-cta .ply-content-block h1 i {
  margin-left: 0;
  font-size: 28px;
  font-weight: normal;
}
.ply-product-cta .ply-content-block p,
.ply-solutions-cta .ply-content-block p {
  margin-bottom: 1em;
  line-height: 1.35em;
}
.ply-product-cta .ply-content-block a.button,
.ply-solutions-cta .ply-content-block a.button {
  margin-top: 1em;
}
.ply-product-cta .ply-hotspot-block,
.ply-solutions-cta .ply-hotspot-block {
  display: none;
}
.ply-product-cta .ply-hotspot-block.ply-hotspot-block-active,
.ply-solutions-cta .ply-hotspot-block.ply-hotspot-block-active {
  display: block;
}
.ply-product-cta .ply-tabs-content,
.ply-solutions-cta .ply-tabs-content {
  display: none;
}
.ply-product-cta .ply-tabs-content.ply-tabs-content-active,
.ply-solutions-cta .ply-tabs-content.ply-tabs-content-active {
  display: block;
}
.ply-product-cta .row,
.ply-solutions-cta .row {
  display: table;
  width: 100%;
}
.ply-product-cta .row .col-6,
.ply-solutions-cta .row .col-6 {
  display: table-cell;
  float: none;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.ply-product-cta .row img,
.ply-solutions-cta .row img {
  float: left;
  width: 100% !important;
  height: auto !important;
  max-width: initial !important;
  max-height: initial !important;
}
.ply-product-cta .row .ply-hotspots,
.ply-solutions-cta .row .ply-hotspots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ply-product-cta .row .ply-hotspot-block,
.ply-solutions-cta .row .ply-hotspot-block {
  position: relative;
  max-width: 700px;
  max-height: 775px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.ply-product-cta .row .ply-hotspot-image:before, .ply-product-cta .row .ply-hotspot-image:after,
.ply-solutions-cta .row .ply-hotspot-image:before,
.ply-solutions-cta .row .ply-hotspot-image:after {
  content: " ";
  display: table;
}
.ply-product-cta .row .ply-hotspot-image:after,
.ply-solutions-cta .row .ply-hotspot-image:after {
  clear: both;
}
.lt-ie8 .ply-product-cta .row .ply-hotspot-image, .lt-ie8
.ply-solutions-cta .row .ply-hotspot-image {
  *zoom: 1;
}
.ply-product-cta .row .ply-content-block,
.ply-solutions-cta .row .ply-content-block {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 15px;
  margin: 0 auto;
  max-width: 570px;
  overflow: hidden;
}

.ply-solutions-cta .ply-content-block {
  max-width: 570px;
  padding-right: 60px;
}

.ply-tabs .ply-tabs-nav {
  margin: 0;
  text-align: center;
}
.ply-tabs .ply-tabs-nav ul {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ply-tabs .ply-tabs-nav ul li {
  display: table-cell;
  width: 1px;
  vertical-align: middle;
  border-bottom: 1px solid #2E3844;
}
.ply-tabs .ply-tabs-nav ul li:empty {
  width: auto;
}
.ply-tabs .ply-tabs-nav ul li.ply-tabs-nav-link-empty {
  width: auto;
}
.ply-tabs .ply-tabs-nav ul li a {
  display: block;
  padding: 15px 30px;
  font-family: "ProximaNova-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  white-space: nowrap;
}
.ply-tabs .ply-tabs-nav ul li.ply-tabs-nav-link-active {
  border-bottom: 1px solid transparent;
}
.ply-tabs .ply-tabs-nav ul li.ply-tabs-nav-link-active a {
  border-left: 1px solid #2E3844;
  border-top: 1px solid #2E3844;
  border-right: 1px solid #2E3844;
}
.ply-tabs .ply-tabs-content {
  display: none;
}
.ply-tabs .ply-tabs-content.ply-tabs-content-active {
  display: block;
}
.ply-tabs .ply-tabs-content-secondary {
  display: none;
}
.ply-tabs .ply-tabs-content-secondary.ply-tabs-content-secondary-active {
  display: block;
}

.ply-tabs.ply-bubble-tabs {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}
.lt-ie9 .ply-tabs.ply-bubble-tabs {
  zoom: 1;
  *display: inline;
}
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li a,
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li.ply-tabs-nav-link-active a,
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li.ply-bubble-tabs-nav-link-active a,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li a,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li.ply-tabs-nav-link-active a,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li.ply-bubble-tabs-nav-link-active a {
  padding: 15px 15px;
  z-index: 1;
}
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li, .ply-tabs.ply-bubble-tabs .ply-tabs-nav li a,
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li.ply-tabs-nav-link-active,
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li.ply-tabs-nav-link-active a,
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li.ply-bubble-tabs-nav-link-active,
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li.ply-bubble-tabs-nav-link-active a,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li a,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li.ply-tabs-nav-link-active,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li.ply-tabs-nav-link-active a,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li.ply-bubble-tabs-nav-link-active,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li.ply-bubble-tabs-nav-link-active a {
  position: relative;
  border: none;
}
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li em, .ply-tabs.ply-bubble-tabs .ply-tabs-nav li a em,
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li.ply-tabs-nav-link-active em,
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li.ply-tabs-nav-link-active a em,
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li.ply-bubble-tabs-nav-link-active em,
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li.ply-bubble-tabs-nav-link-active a em,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li em,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li a em,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li.ply-tabs-nav-link-active em,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li.ply-tabs-nav-link-active a em,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li.ply-bubble-tabs-nav-link-active em,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li.ply-bubble-tabs-nav-link-active a em {
  display: block;
  width: 30px;
  line-height: 30px;
  height: 30px;
  border: 2px solid transparent;
  border-radius: 30px;
  background-color: transparent;
}
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li i, .ply-tabs.ply-bubble-tabs .ply-tabs-nav li a i,
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li.ply-tabs-nav-link-active i,
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li.ply-tabs-nav-link-active a i,
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li.ply-bubble-tabs-nav-link-active i,
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li.ply-bubble-tabs-nav-link-active a i,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li i,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li a i,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li.ply-tabs-nav-link-active i,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li.ply-tabs-nav-link-active a i,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li.ply-bubble-tabs-nav-link-active i,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li.ply-bubble-tabs-nav-link-active a i {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  color: #704D88;
}
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li span, .ply-tabs.ply-bubble-tabs .ply-tabs-nav li a span,
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li.ply-tabs-nav-link-active span,
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li.ply-tabs-nav-link-active a span,
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li.ply-bubble-tabs-nav-link-active span,
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li.ply-bubble-tabs-nav-link-active a span,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li span,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li a span,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li.ply-tabs-nav-link-active span,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li.ply-tabs-nav-link-active a span,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li.ply-bubble-tabs-nav-link-active span,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li.ply-bubble-tabs-nav-link-active a span {
  display: block;
  position: absolute;
  top: -10px;
  font-family: "ProximaNova-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  color: #9EA4AD;
  text-transform: uppercase;
  opacity: 0;
}
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li.ply-tabs-nav-link-active a em,
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li.ply-bubble-tabs-nav-link-active a em,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li.ply-tabs-nav-link-active a em,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li.ply-bubble-tabs-nav-link-active a em {
  border-color: #DAE8ED;
  background-color: #FFF;
}
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li.ply-tabs-nav-link-active a span,
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li.ply-bubble-tabs-nav-link-active a span,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li.ply-tabs-nav-link-active a span,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li.ply-bubble-tabs-nav-link-active a span {
  opacity: 1;
}
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li a span,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li a span {
  margin-left: -15px;
  left: 50%;
  right: auto;
  text-align: left !important;
}
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li + li:before,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li + li:before {
  content: " ";
  position: absolute;
  top: -1px;
  height: 50%;
  width: 100%;
  left: -50%;
  right: 0;
  border-bottom: 2px solid #DAE8ED;
  z-index: 0;
}
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li + li a span,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li + li a span {
  margin-left: auto;
  margin-right: auto;
  top: auto !important;
  left: -100px;
  right: -100px;
  text-align: center !important;
  bottom: -10px !important;
}
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li + li + li a span,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li + li + li a span {
  margin-left: auto;
  margin-right: auto;
  top: -10px !important;
  left: -100px;
  right: -100px;
  text-align: center !important;
  bottom: auto !important;
}
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li + li  + li + li a span,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li + li + li + li a span {
  margin-left: auto;
  margin-right: auto;
  top: auto !important;
  left: -100px;
  right: -100px;
  text-align: center !important;
  bottom: -10px !important;
}
.ply-tabs.ply-bubble-tabs .ply-tabs-nav li:last-child a span,
.ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li:last-child a span {
  margin-right: -15px;
  top: -10px !important;
  left: auto;
  right: 50%;
  bottom: auto !important;
  text-align: right !important;
}

.ply-modal {
  display: none;
  z-index: 2050;
}

.ply-modal-floating {
  position: fixed;
}

.ply-modal-active {
  display: block;
}

.ply-modal-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2000;
}

.ply-modal-mask-dark {
  background-color: rgba(0, 0, 0, 0.7);
}

.ply-modal-mask-active {
  display: block;
}

.ply-item-ratio {
  position: relative;
  overflow: hidden;
}
.ply-item-ratio .ply-item-ratio-1by2 {
  padding-top: 200%;
}
.ply-item-ratio .ply-item-ratio-4by5 {
  padding-top: 125%;
}
.ply-item-ratio .ply-item-ratio-28by31 {
  padding-top: 110%;
}
.ply-item-ratio .ply-item-ratio-1by1 {
  padding-top: 100%;
}
.ply-item-ratio .ply-item-ratio-4by3 {
  padding-top: 75%;
}
.ply-item-ratio .ply-item-ratio-16by9 {
  padding-top: 56.25%;
}
.ply-item-ratio .ply-item-ratio-2by1 {
  padding-top: 50%;
}
.ply-item-ratio .ply-item-ratio-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ply-item-ratio .ply-item-ratio-cover img {
  display: none;
  width: 100%;
  height: 100%;
}
.ply-item-ratio .ply-item-ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ply-item-ratio .ply-item-ratio-content-top {
  top: 0;
  bottom: auto;
}
.ply-item-ratio .ply-item-ratio-content-mid {
  top: auto;
  bottom: auto;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.lt-ie9 .ply-item-ratio .ply-item-ratio-content-mid {
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.ply-item-ratio .ply-item-ratio-content-mid.lt-ie9 {
  top: 33%;
}
.ply-item-ratio .ply-item-ratio-content-bottom {
  top: auto;
  bottom: 0;
}

.ply-curve {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ply-curve, .ply-curve.ply-curve-use-mask {
  mask: none !important;
  height: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
}
.ply-homepage-banner .ply-curve, .ply-homepage-banner .ply-curve.ply-curve-use-mask {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-clip-path: ellipse(100% 100% at 50% 0%);
  clip-path: ellipse(100% 100% at 50% 0%);
  overflow: hidden;
}
.ie .ply-homepage-banner .ply-curve .ply-curve-content:before, .ply-homepage-banner .ply-curve.ply-curve-use-image .ply-curve-content:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -35px;
  height: 200px;
  width: 50%;
  max-width: 700px;
  z-index: 900;
  background-image: url("/etc/polycom/www/global/images/curve-left.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.ie .ply-homepage-banner .ply-curve .ply-curve-content:after, .ply-homepage-banner .ply-curve.ply-curve-use-image .ply-curve-content:after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: -35px;
  height: 200px;
  width: 50%;
  max-width: 700px;
  z-index: 900;
  background-image: url("/etc/polycom/www/global/images/curve-right.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}

.ply-svg-curve {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.ply-video-banner h2,
.ply-video-featured h2,
.ply-video-overview h2 {
  text-align: center;
}

.ply-video-overview {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ply-video-overview h3 {
  font-family: "ProximaNova-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.ply-video-overview header {
  margin-bottom: 50px;
}
.ply-video-overview p {
  margin-bottom: 1em;
}

.ply-global-pin-link {
  color: #FBA53F;
}

.ply-global-share-modal {
  display: none;
  position: absolute;
  width: 255px;
  border: 15px solid #EDEEEF;
  z-index: 2050;
}
.ply-global-share-modal:before, .ply-global-share-modal:after {
  content: " ";
  display: table;
}
.ply-global-share-modal:after {
  clear: both;
}
.lt-ie8 .ply-global-share-modal {
  *zoom: 1;
}
.ply-global-share-modal.ply-global-share-modal-active {
  display: block;
}
.ply-global-share-modal ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ply-global-share-modal ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.ply-global-share-modal ul li a {
  display: block;
  height: 85px;
  width: 85px;
  text-align: center;
  line-height: 85px;
  color: #FFF;
  background-color: #EDEEEF;
  overflow: hidden;
}
.ply-global-share-modal ul li a i {
  position: relative;
  top: 5px;
  font-size: 30px;
  margin: 0;
  padding: 0;
}
.ply-global-share-modal ul li a.ply-global-share-icon-facebook {
  background-color: #48449C;
}
.ply-global-share-modal ul li a.ply-global-share-icon-twitter {
  background-color: #00C5FF;
}
.ply-global-share-modal ul li a.ply-global-share-icon-linkedin {
  background-color: #0080B2;
}
.ply-global-share-modal ul li a.ply-global-share-icon-google-plus {
  background-color: #F32000;
}
.ply-global-share-modal ul li a.ply-global-share-icon-print {
  color: #2E3844;
  background-color: #FFF;
}
.ply-global-share-modal ul li a.ply-global-share-icon-pin {
  color: #FBA53F;
  background-color: #FFF;
}

.ply-global-pin-link, .ply-global-pin-link .fa {
  font-size: 30px !important;
  font-weight: lighter !important;
  -webkit-font-smoothing: antialiased;
}

.ply-global-share-link .fa {
  display: -moz-inline-stack;
  display: inline-block;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 24px !important;
  font-weight: lighter !important;
  -webkit-font-smoothing: antialiased;
}
.lt-ie9 .ply-global-share-link .fa {
  zoom: 1;
  *display: inline;
}
.ply-global-share-link .fa-share-alt {
  display: -moz-inline-stack;
  display: inline-block;
  height: 24px;
  width: 24px;
  background-image: url("/etc/polycom/www/global/images/share2x.png");
  background-position: center center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
.ply-global-share-link .fa-share-alt:before, .ply-global-share-link .fa-share-alt:after {
  display: none;
}
.lt-ie9 .ply-global-share-link .fa-share-alt {
  zoom: 1;
  *display: inline;
}
.lt-ie10 .ply-global-share-link .fa-share-alt {
  background-image: url("/etc/polycom/www/global/images/share1x.png");
}

.ply-global-share-white-link .fa-share-alt {
  background-image: url("/etc/polycom/www/global/images/share-white2x.png");
}
.lt-ie10 .ply-global-share-white-link .fa-share-alt {
  background-image: url("/etc/polycom/www/global/images/share-white1x.png");
}

.ply-global-share-link-active span {
  display: none;
}

.ply-global-flyout-modal {
  display: none;
  position: absolute;
  border: 15px solid #EDEEEF;
  padding: 30px;
  width: 260px;
  background-color: #FFF;
  z-index: 2050;
}
.ply-global-flyout-modal:before, .ply-global-flyout-modal:after {
  content: " ";
  display: table;
}
.ply-global-flyout-modal:after {
  clear: both;
}
.lt-ie8 .ply-global-flyout-modal {
  *zoom: 1;
}
.ply-global-flyout-modal.ply-global-flyout-modal-active {
  display: block;
}
.ply-global-flyout-modal ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ply-global-flyout-modal ul li {
  display: table;
  width: 100%;
}
.ply-global-flyout-modal ul li div {
  display: table-cell;
  padding: 5px;
}
.ply-global-flyout-modal ul li div strong, .ply-global-flyout-modal ul li div span {
  display: block;
}
.ply-global-flyout-modal ul li div i {
  font-size: 32px;
  color: #FBA53F;
}
.ply-global-flyout-modal ul li div, .ply-global-flyout-modal ul li div * {
  vertical-align: middle;
}

.ply-global-hotspot-modal {
  display: none;
  position: absolute;
  border: 15px solid #EDEEEF;
  padding: 15px;
  background-color: #FFF;
  width: 230px;
  z-index: 2050;
}
.ply-global-hotspot-modal:before, .ply-global-hotspot-modal:after {
  content: " ";
  display: table;
}
.ply-global-hotspot-modal:after {
  clear: both;
}
.lt-ie8 .ply-global-hotspot-modal {
  *zoom: 1;
}
.ply-global-hotspot-modal ul {
  margin-left: -25px;
}
.ply-global-hotspot-modal a span + i {
  margin-left: 4px;
}
.ply-global-hotspot-modal.ply-global-hotspot-modal-active {
  display: block;
}

.ply-global-hotspot-link {
  display: block;
  position: absolute;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  border: 5px solid rgba(0, 138, 163, 0);
  -webkit-animation-name: tealpulsate;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: tealpulsate;
  -moz-animation-duration: 5s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -o-animation-name: tealpulsate;
  -o-animation-duration: 5s;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  animation-name: tealpulsate;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.ply-global-hotspot-link i {
  display: block;
  height: 32px;
  width: 32px;
  color: #FFF;
  background-color: #008AA3;
  line-height: 32px;
  font-size: 20px;
}
.ply-global-hotspot-link i:before {
  visibility: hidden;
}
.ply-global-hotspot-link.ply-global-hotspot-link-active {
  -webkit-animation-name: none;
  -moz-animation-name: none;
  -o-animation-name: none;
  animation-name: none;
}
.ply-global-hotspot-link.ply-global-hotspot-link-active i:before {
  visibility: visible;
}

.ply-global-hotspot-link-red, .ply-home-banner .ply-curve .ply-hotspots .ply-global-hotspot-link,
.ply-solutions-banner .ply-curve .ply-hotspots .ply-global-hotspot-link {
  border-color: rgba(215, 25, 32, 0);
  -webkit-animation-name: redpulsate;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: redpulsate;
  -moz-animation-duration: 5s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -o-animation-name: redpulsate;
  -o-animation-duration: 5s;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  animation-name: redpulsate;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.ply-global-hotspot-link-red i, .ply-home-banner .ply-curve .ply-hotspots .ply-global-hotspot-link i,
.ply-solutions-banner .ply-curve .ply-hotspots .ply-global-hotspot-link i {
  background-color: #D71920;
}
.ply-global-hotspot-link-red:hover i, .ply-home-banner .ply-curve .ply-hotspots .ply-global-hotspot-link:hover i,
.ply-solutions-banner .ply-curve .ply-hotspots .ply-global-hotspot-link:hover i {
  background-color: #A21318;
}
.ply-global-hotspot-link-red.ply-global-hotspot-link-active, .ply-home-banner .ply-curve .ply-hotspots .ply-global-hotspot-link-active.ply-global-hotspot-link,
.ply-solutions-banner .ply-curve .ply-hotspots .ply-global-hotspot-link-active.ply-global-hotspot-link {
  -webkit-animation-name: none;
  -moz-animation-name: none;
  -o-animation-name: none;
  animation-name: none;
}

@-webkit-keyframes tealpulsate {
  0% {
    border: 5px solid rgba(0, 138, 163, 0);
  }
  79% {
    border: 5px solid rgba(0, 138, 163, 0);
  }
  80% {
    border: 5px solid rgba(0, 138, 163, 0);
  }
  90% {
    border: 5px solid rgba(0, 138, 163, 0.5);
  }
  100% {
    border: 5px solid rgba(0, 138, 163, 0);
  }
}
@-moz-keyframes tealpulsate {
  0% {
    border: 5px solid rgba(0, 138, 163, 0);
  }
  79% {
    border: 5px solid rgba(0, 138, 163, 0);
  }
  80% {
    border: 5px solid rgba(0, 138, 163, 0);
  }
  90% {
    border: 5px solid rgba(0, 138, 163, 0.5);
  }
  100% {
    border: 5px solid rgba(0, 138, 163, 0);
  }
}
@-o-keyframes tealpulsate {
  0% {
    border: 5px solid rgba(0, 138, 163, 0);
  }
  79% {
    border: 5px solid rgba(0, 138, 163, 0);
  }
  80% {
    border: 5px solid rgba(0, 138, 163, 0);
  }
  90% {
    border: 5px solid rgba(0, 138, 163, 0.5);
  }
  100% {
    border: 5px solid rgba(0, 138, 163, 0);
  }
}
@keyframes tealpulsate {
  0% {
    border: 5px solid rgba(0, 138, 163, 0);
  }
  79% {
    border: 5px solid rgba(0, 138, 163, 0);
  }
  80% {
    border: 5px solid rgba(0, 138, 163, 0);
  }
  90% {
    border: 5px solid rgba(0, 138, 163, 0.5);
  }
  100% {
    border: 5px solid rgba(0, 138, 163, 0);
  }
}
@-webkit-keyframes redpulsate {
  0% {
    border: 5px solid rgba(215, 25, 32, 0);
  }
  79% {
    border: 5px solid rgba(215, 25, 32, 0);
  }
  80% {
    border: 5px solid rgba(215, 25, 32, 0);
  }
  90% {
    border: 5px solid rgba(215, 25, 32, 0.5);
  }
  100% {
    border: 5px solid rgba(215, 25, 32, 0);
  }
}
@-moz-keyframes redpulsate {
  0% {
    border: 5px solid rgba(215, 25, 32, 0);
  }
  79% {
    border: 5px solid rgba(215, 25, 32, 0);
  }
  80% {
    border: 5px solid rgba(215, 25, 32, 0);
  }
  90% {
    border: 5px solid rgba(215, 25, 32, 0.5);
  }
  100% {
    border: 5px solid rgba(215, 25, 32, 0);
  }
}
@-o-keyframes redpulsate {
  0% {
    border: 5px solid rgba(215, 25, 32, 0);
  }
  79% {
    border: 5px solid rgba(215, 25, 32, 0);
  }
  80% {
    border: 5px solid rgba(215, 25, 32, 0);
  }
  90% {
    border: 5px solid rgba(215, 25, 32, 0.5);
  }
  100% {
    border: 5px solid rgba(215, 25, 32, 0);
  }
}
@keyframes redpulsate {
  0% {
    border: 5px solid rgba(215, 25, 32, 0);
  }
  79% {
    border: 5px solid rgba(215, 25, 32, 0);
  }
  80% {
    border: 5px solid rgba(215, 25, 32, 0);
  }
  90% {
    border: 5px solid rgba(215, 25, 32, 0.5);
  }
  100% {
    border: 5px solid rgba(215, 25, 32, 0);
  }
}
.ply-hotspot-image .ply-hotspots .ply-global-hotspot-link {
  margin-left: -16px;
  margin-top: -16px;
}

.ply-global-chat-modal,
.ply-global-chat-modal-floating {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: fixed;
  width: 385px;
  border: 15px solid #9EA4AD;
  padding: 15px;
  background-color: #FFF;
  text-align: center;
  z-index: 2050;
}
.ply-global-chat-modal.ply-global-chat-modal-active,
.ply-global-chat-modal-floating.ply-global-chat-modal-active {
  display: block;
}
.ply-global-chat-modal p,
.ply-global-chat-modal-floating p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.ply-global-chat-modal-floating {
  position: fixed;
  border: 15px solid #2E3844;
}

.ply-global-cta-modal,
.ply-global-cta-modal-floating {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: absolute;
  width: 100%;
  max-width: 385px;
  max-height: 100%;
  padding: 25px;
  background-color: #637280;
  font-family: "ProximaNova-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-align: left;
  z-index: 2050;
}
.ply-global-cta-modal.ply-global-cta-modal-active,
.ply-global-cta-modal-floating.ply-global-cta-modal-active {
  display: block;
}
.ply-global-cta-modal p,
.ply-global-cta-modal-floating p {
  margin: 0 10px 25px 10px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  color: #FFF;
}
.ply-global-cta-modal ul,
.ply-global-cta-modal-floating ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ply-global-cta-modal ul li,
.ply-global-cta-modal-floating ul li {
  display: block;
}
.ply-global-cta-modal ul li + li,
.ply-global-cta-modal-floating ul li + li {
  margin-top: 10px;
}
.ply-global-cta-modal ul li a,
.ply-global-cta-modal-floating ul li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 100%;
  padding: 25px;
  color: #FFF;
  text-align: left;
}
.ply-global-cta-modal ul li a:hover,
.ply-global-cta-modal-floating ul li a:hover {
  text-decoration: none;
}
.ply-global-cta-modal ul li a i,
.ply-global-cta-modal-floating ul li a i {
  display: table-cell;
  width: 40px;
  vertical-align: middle;
  font-size: 24px;
}
.ply-global-cta-modal ul li a span,
.ply-global-cta-modal-floating ul li a span {
  display: table-cell;
  font-size: 18px;
  vertical-align: middle;
}

.ply-global-cta-modal-floating {
  position: fixed;
  background-color: #2E3844;
}

.ply-global-cta-modal-footer {
  position: fixed;
  padding: 15px;
  max-height: 100h;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.ply-global-cta-modal-footer ul li a {
  padding: 10px;
}

.ply-wrapper .ply-form input, .ply-wrapper .ply-form textarea {
  padding: 15px;
  font-family: "ProximaNova-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
}
.ply-wrapper .ply-form input::-webkit-input-placeholder, .ply-wrapper .ply-form textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #9EA4AD;
}
.ply-wrapper .ply-form input:-moz-placeholder, .ply-wrapper .ply-form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9EA4AD;
  opacity: 1;
}
.ply-wrapper .ply-form input::-moz-placeholder, .ply-wrapper .ply-form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9EA4AD;
  opacity: 1;
}
.ply-wrapper .ply-form input:-ms-input-placeholder, .ply-wrapper .ply-form textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #9EA4AD;
}
.lt-ie10 .ply-wrapper .ply-form input, .lt-ie10 .ply-wrapper .ply-form textarea {
  color: #9EA4AD;
}
.ply-wrapper .ply-form label.ply-radio input + span,
.ply-wrapper .ply-form label.ply-checkbox input + span {
  display: -moz-inline-stack;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #9EA4AD;
  vertical-align: middle;
}
.lt-ie9 .ply-wrapper .ply-form label.ply-radio input + span, .lt-ie9
.ply-wrapper .ply-form label.ply-checkbox input + span {
  zoom: 1;
  *display: inline;
}
.ply-wrapper .ply-form label.ply-radio input + span + span,
.ply-wrapper .ply-form label.ply-checkbox input + span + span {
  margin-right: 10px;
}
.ply-wrapper .ply-form label.ply-radio input + span .fa,
.ply-wrapper .ply-form label.ply-checkbox input + span .fa {
  display: none;
  position: relative;
  top: -3px;
  font-size: 24px;
}
.ply-wrapper .ply-form label.ply-radio input:checked + span .fa-check,
.ply-wrapper .ply-form label.ply-checkbox input:checked + span .fa-check {
  display: inline;
}
.ply-wrapper .ply-form .ply-radio-group {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.ply-wrapper .ply-form .ply-radio-group > label {
  display: table;
  border-collapse: collapse;
}
.ply-wrapper .ply-form .ply-radio-group label.ply-radio {
  display: table-cell;
  border: 1px solid;
}
.ply-wrapper .ply-form .ply-radio-group label.ply-radio input + span {
  display: none;
}
.ply-wrapper .ply-form .ply-radio-group label.ply-radio input + span + span {
  display: block;
  padding: 12px 20px;
  margin: 0;
}
.ply-wrapper .ply-form .ply-radio-group label.ply-radio input:checked + span + span {
  background-color: #FFF;
  color: #2E3844;
}
.ply-wrapper .ply-form label.ply-select {
  display: block;
  position: relative;
  z-index: 100;
}
.ply-wrapper .ply-form label.ply-select:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  line-height: 50px;
  background-color: #9EA4AD;
  color: #111;
  pointer-events: none;
  z-index: 102;
}
.ply-wrapper .ply-form label.ply-select:after {
  content: " ";
  position: absolute;
  margin-top: -4px;
  margin-right: -8px;
  top: 50%;
  right: 25px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #111;
  pointer-events: none;
  z-index: 104;
}
.ply-wrapper .ply-form select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  margin-bottom: 1em;
  padding: 12px 15px;
  border: 1px solid #9EA4AD;
  background-color: #EDEEEF;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ply-wrapper .ply-form input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-bottom: 1em;
  padding: 12px 15px;
  border: 1px solid #9EA4AD;
}
.ply-wrapper .ply-form textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-bottom: 1em;
  padding: 12px 15px;
  border: 1px solid #9EA4AD;
}
.ply-wrapper .ply-form button {
  margin-top: 1em;
  margin-bottom: 1em;
}

.ply-global-language-modal {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: fixed;
  max-width: 630px;
  width: 100%;
  border: 15px solid #111;
  border: 15px solid rgba(0, 0, 0, 0.7);
  text-align: center;
  z-index: 2050;
}
.ply-global-language-modal.ply-global-language-modal-active {
  display: block;
}
.ply-global-language-modal > * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 15px;
  background-color: #FFF;
}
.ply-wrapper > .ply-global-language-modal > div {
  max-width: 100%;
  background-color: #FFF;
}
.ply-global-language-modal .row {
  display: table;
  padding: 0;
  margin: 0;
}
.ply-global-language-modal .col-6 {
  display: table-cell;
  float: none;
  padding: 15px;
  margin: 0;
}
.ply-global-language-modal header.row {
  margin-bottom: 5px;
  border-bottom: 1px solid #DAE8ED;
}
.ply-global-language-modal header.row, .ply-global-language-modal header.row .col-6 {
  padding-top: 0;
}
.ply-global-language-modal header.row button {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.ply-global-language-modal ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ply-global-language-modal ul li {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 12px;
}
.ply-global-language-modal ul li .ply-radio {
  position: absolute;
  top: -4px;
  left: 0;
}
.ply-global-language-modal ul li .ply-radio input + span {
  background-color: #EDEEEF;
  border-color: transparent !important;
}
.ply-global-language-modal ul li .ply-radio input + span + span {
  margin-left: 20px;
}
.ply-global-language-modal ul li a {
  display: block;
  margin-left: 20px;
  font-size: 14px;
  text-align: left;
  white-space: nowrap;
}
.ply-global-language-modal ul li a span {
  font-family: "ProximaNova-Semibold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-right: 1.5em;
}
.ply-global-language-modal ul li a span + span {
  font-family: "ProximaNova-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-right: 0;
}

.ply-global-video-modal {
  display: none;
}
.ply-global-video-modal.ply-global-video-modal-active {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100%;
  max-width: 1024px;
  padding: 15px;
  margin: 0 auto;
  z-index: 2040;
}
.ply-global-video-modal .ply-global-video-embed {
  background-color: #111;
  max-height: 75vh;
}
.ply-global-video-modal .ply-global-video-embed iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2060;
}
.ply-global-video-modal .ply-global-video-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 28px;
  color: #FFF;
  z-index: 2075;
}
.ply-global-video-modal .ply-global-video-description {
  position: relative;
  padding: 15px;
  color: #FFF;
  background-color: #2E3844;
  padding-right: 75px;
}
.ply-global-video-modal .ply-global-video-description .ply-global-pin-link,
.ply-global-video-modal .ply-global-video-description .ply-global-share-link {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 30px;
  font-size: 28px;
  text-align: center;
  line-height: 30px;
}
.ply-global-video-modal .ply-global-video-description .ply-global-share-link {
  right: 15px;
  color: #FFF;
}
.ply-global-video-modal .ply-global-video-description .ply-global-pin-link {
  right: 45px;
  color: #FBA53F;
}

.ply-global-resource-modal {
  display: none;
}
.ply-global-resource-modal.ply-global-resource-modal-active {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100%;
  max-width: 1054px;
  padding: 15px;
  margin: 0 auto;
  z-index: 2040;
}
.ply-global-resource-modal header {
  background-color: #EDEEEF;
  padding-left: 100px;
  padding-right: 100px;
}
.ply-global-resource-modal section {
  background-color: #FFF;
}
.ply-global-resource-modal section > div {
  padding-left: 100px;
  padding-right: 100px;
}

.ply-global-footer .ply-housekeeping {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 42px;
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1001;
  opacity: 0;
}
.ply-scrolled .ply-global-footer .ply-housekeeping {
  -webkit-transition: all 0.75s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.75s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  opacity: 1;
}
.ply-global-footer .ply-housekeeping:hover, .ply-global-footer-active .ply-global-footer .ply-housekeeping {
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.9);
}
.ply-global-footer .ply-housekeeping nav {
  max-width: 1400px;
  margin: 0 auto;
}
.ply-global-footer .ply-global-language-link {
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 3px 6px 2px 6px;
  border: 1px solid #FFF;
  font-family: "ProximaNova-Semibold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
}
.ply-global-footer .ply-copyright {
  padding-top: 20px;
  padding-bottom: 70px;
}
.ply-global-footer .ply-copyright p, .ply-global-footer .ply-copyright li, .ply-global-footer .ply-copyright a {
  font-size: 14px;
  font-family: "ProximaNova-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.ply-global-footer .ply-copyright a:hover {
  text-decoration: none;
}
.ply-global-footer .ply-copyright p {
  display: -moz-inline-stack;
  display: inline-block;
  margin-right: 10px;
}
.lt-ie9 .ply-global-footer .ply-copyright p {
  zoom: 1;
  *display: inline;
}
.ply-global-footer .ply-copyright ul {
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.lt-ie9 .ply-global-footer .ply-copyright ul {
  zoom: 1;
  *display: inline;
}
.ply-global-footer .ply-copyright ul li {
  display: -moz-inline-stack;
  display: inline-block;
}
.lt-ie9 .ply-global-footer .ply-copyright ul li {
  zoom: 1;
  *display: inline;
}
.ply-global-footer .ply-copyright ul li + li {
  position: relative;
  margin-left: 0.5em;
}
.ply-global-footer .ply-copyright ul li + li:before {
  content: "|";
  position: absolute;
  left: -0.5em;
}

.ply-global-footer-nav:before, .ply-global-footer-nav:after {
  content: " ";
  display: table;
}
.ply-global-footer-nav:after {
  clear: both;
}
.lt-ie8 .ply-global-footer-nav {
  *zoom: 1;
}
.ply-global-footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ply-global-footer-nav ul li {
  display: -moz-inline-stack;
  display: inline-block;
}
.lt-ie9 .ply-global-footer-nav ul li {
  zoom: 1;
  *display: inline;
}
.ply-global-footer-nav ul {
  float: left;
}
.ply-global-footer-nav ul + ul {
  float: right;
}
.ply-global-footer-nav ul li ul {
  display: none;
}
.ply-global-footer-nav ul li {
  display: -moz-inline-stack;
  display: inline-block;
}
.lt-ie9 .ply-global-footer-nav ul li {
  zoom: 1;
  *display: inline;
}
.ply-global-footer-nav ul li a {
  display: block;
  margin-left: 7px;
  margin-right: 7px;
  font-family: "ProximaNova-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #EDEEEF;
  height: 42px;
  line-height: 42px;
}
.ply-global-footer-nav ul li a:hover {
  text-decoration: none;
}
.ply-global-footer-nav ul li a.ply-global-chat-link {
  margin-left: 0;
  margin-right: 0;
  padding-left: 7px;
  padding-right: 7px;
  background: #d71920;
  background: -moz-linear-gradient(top, #d71920 0%, #d71920 33%, #b31620 33%, #d71920 64%, #b31620 64%, #f6290c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #d71920), color-stop(33%, #d71920), color-stop(33%, #b31620), color-stop(64%, #d71920), color-stop(64%, #b31620), color-stop(100%, #f6290c));
  background: -webkit-linear-gradient(top, #d71920 0%, #d71920 33%, #b31620 33%, #d71920 64%, #b31620 64%, #f6290c 100%);
  background: -o-linear-gradient(top, #d71920 0%, #d71920 33%, #b31620 33%, #d71920 64%, #b31620 64%, #f6290c 100%);
  background: -ms-linear-gradient(top, #d71920 0%, #d71920 33%, #b31620 33%, #d71920 64%, #b31620 64%, #f6290c 100%);
  background: linear-gradient(to bottom, #d71920 0%, #d71920 33%, #b31620 33%, #d71920 64%, #b31620 64%, #f6290c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71920', endColorstr='#f6290c', GradientType=0 );
  background-size: 400% 400%;
  -webkit-animation: chatpulsate 6s ease infinite;
  -moz-animation: chatpulsate 6s ease infinite;
  -o-animation: chatpulsate 6s ease infinite;
  animation: chatpulsate 6s ease infinite;
}
.ply-global-footer-nav ul li a span + i {
  margin-left: 0.25em;
}
.ply-global-footer-nav ul li a i + span {
  margin-left: 0.25em;
}
.ply-global-footer-nav ul li a.ply-global-submenu-link-active span {
  border-bottom: 2px solid #D71920;
}
.ply-global-footer-nav .ply-global-chat-link {
  display: block;
  height: 42px;
  color: #FFF;
  background-color: #D71920;
}
.ply-global-footer-nav .ply-global-cta-link {
  display: block;
  height: 42px;
  color: #FFF;
  background-color: #637280;
  margin-left: 0;
  margin-right: 0;
  padding-left: 7px;
  padding-right: 7px;
}
.ply-global-footer-nav .ply-global-footer-nav-responsive {
  display: none;
  float: none;
}
.ply-global-footer-nav .ply-global-footer-nav-responsive:before, .ply-global-footer-nav .ply-global-footer-nav-responsive:after {
  content: " ";
  display: table;
}
.ply-global-footer-nav .ply-global-footer-nav-responsive:after {
  clear: both;
}
.lt-ie8 .ply-global-footer-nav .ply-global-footer-nav-responsive {
  *zoom: 1;
}
.ply-global-footer-nav .ply-global-footer-nav-responsive li {
  float: left;
}
.ply-global-footer-nav .ply-global-footer-nav-responsive li + li {
  float: right;
}

@-webkit-keyframes chatpulsate {
  0% {
    background-position: 50% 0%;
  }
  80% {
    background-position: 50% 0%;
  }
  100% {
    background-position: 50% 100%;
  }
}
@-moz-keyframes chatpulsate {
  0% {
    background-position: 50% 0%;
  }
  80% {
    background-position: 50% 0%;
  }
  100% {
    background-position: 50% 100%;
  }
}
@-o-keyframes chatpulsate {
  0% {
    background-position: 50% 0%;
  }
  80% {
    background-position: 50% 0%;
  }
  100% {
    background-position: 50% 100%;
  }
}
@keyframes chatpulsate {
  0% {
    background-position: 50% 0%;
  }
  80% {
    background-position: 50% 0%;
  }
  100% {
    background-position: 50% 100%;
  }
}
.ply-carousel {
  position: relative;
  overflow: hidden;
}
.ply-carousel .ply-carousel-controls {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  z-index: 900;
}
.ply-carousel.ply-static {
  position: static;
}
.ply-carousel .ply-carousel-prev,
.ply-carousel .ply-carousel-next {
  display: block;
  position: absolute;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 1050;
  color: #2E3844;
}
.ply-carousel .ply-carousel-prev:hover,
.ply-carousel .ply-carousel-next:hover {
  text-decoration: none;
}
.ply-carousel .ply-carousel-prev {
  top: 50%;
  margin-top: -25px;
  left: 0;
}
.ply-carousel .ply-carousel-next {
  top: 50%;
  margin-top: -25px;
  right: 0;
}
.ply-carousel .ply-carousel-items {
  width: 20000em;
  position: relative;
}
.ply-carousel .ply-carousel-item {
  float: left;
}
.ply-carousel .ply-carousel-item img {
  display: none;
  max-width: 100% !important;
  height: auto;
}

.ply-solutions-feature-video h2, .ply-solutions-feature-video p {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1000;
}
.ply-solutions-feature-video h2 {
  margin-bottom: 0;
  text-align: center;
}
.ply-solutions-feature-video .ply-carousel .ply-carousel-item {
  max-height: 425px;
  overflow: hidden;
}
.ply-solutions-feature-video .ply-carousel .ply-item-ratio-content {
  padding: 15px 50px;
  text-align: center;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.7);
}
.ply-solutions-feature-video .ply-carousel .ply-carousel-prev,
.ply-solutions-feature-video .ply-carousel .ply-carousel-next {
  top: auto;
  bottom: 30px;
  font-size: 46px;
}

.ply-solutions-feature-boxes {
  position: relative;
  padding-bottom: 60px;
}
.ply-solutions-feature-boxes .ply-feature-box > div {
  position: relative;
  padding: 30px;
  background-color: #DAE8ED;
}
.ply-solutions-feature-boxes .ply-cta-expand {
  position: absolute;
  top: 0;
  right: 0;
}
.ply-solutions-feature-boxes .ply-feature-box-intro {
  color: #2E3844;
}
.ply-solutions-feature-boxes .ply-feature-box-intro h3 {
  margin-bottom: 10px;
  margin-right: 15px;
}
.ply-solutions-feature-boxes .ply-feature-box-intro p {
  margin-bottom: 0;
}
.ply-solutions-feature-boxes .ply-feature-box-content {
  display: none;
}
.ply-solutions-feature-boxes .ply-feature-box-content.ply-feature-box-content-active {
  display: block;
  position: absolute;
  padding: 30px;
  color: #2E3844;
  background-color: #DAE8ED;
  z-index: 2050;
}
.ply-solutions-feature-boxes .ply-feature-box-content.ply-feature-box-content-active .row {
  margin-bottom: 30px;
}
.ply-solutions-feature-boxes .ply-feature-box-content.ply-feature-box-content-active .ply-product-resources {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 0;
}
.ply-solutions-feature-boxes .ply-feature-box-content.ply-feature-box-content-active header h3 {
  margin-bottom: 10px;
}
.ply-solutions-feature-boxes .ply-feature-box-content.ply-feature-box-content-active h4 {
  margin-bottom: 16px;
  font-family: "ProximaNova-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.ply-solutions-feature-boxes .ply-feature-box-content.ply-feature-box-content-active ul {
  margin-left: -20px;
}
.ply-solutions-feature-boxes .ply-feature-box-content.ply-feature-box-content-active ul li {
  color: #D71920;
  line-height: 1.35em;
  margin-bottom: 1em;
}
.ply-solutions-feature-boxes .ply-feature-box-content.ply-feature-box-content-active ul li span {
  color: #2E3844;
}

.ply-solutions-lead-gen header {
  background-color: #EDEEEF;
}
.ply-solutions-lead-gen header .ply-content-block {
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 1170px !important;
  margin: 0 auto;
  text-align: center;
}
.ply-solutions-lead-gen > div {
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 1170px !important;
  margin: 0 auto;
}
.ply-solutions-lead-gen .ply-form {
  font-size: 20px;
}
.ply-solutions-lead-gen .ply-row {
  display: table;
  padding: 0;
  margin: 0;
  width: 100%;
  vertical-align: top;
}
.ply-solutions-lead-gen .ply-row input.ply-cell {
  display: table-cell;
  width: 49%;
  margin-right: 1%;
  vertical-align: middle;
}
.ply-solutions-lead-gen .ply-row input.ply-cell + input.ply-cell {
  margin-left: 0;
  margin-right: 0;
  float: right;
}
.ply-solutions-lead-gen .ply-row div.ply-cell {
  display: table-cell;
  width: 68%;
  padding-right: 2%;
  vertical-align: middle;
}
.ply-solutions-lead-gen .ply-row div.ply-cell + div.ply-cell {
  width: 30%;
  text-align: right;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.ply-solutions-lead-gen textarea {
  min-height: 264px;
}
.ply-solutions-lead-gen .col-12 {
  clear: both;
}
.ply-solutions-lead-gen .ply-button-row {
  clear: both;
  padding: 1em;
  text-align: center;
}

.ply-circle {
  display: block;
  height: 100px;
  width: 100px;
  padding: 10px;
  text-align: center;
  line-height: 100px;
  border: 1px solid #EDEEEF;
  border-radius: 100px;
}
.ply-circle.ply-circle-double {
  height: 200px;
  width: 200px;
  padding: 20px;
  line-height: 200px;
  border-radius: 200px;
}

.ply-solutions-benefits {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ply-solutions-benefits header h2 {
  text-align: center;
}
.ply-solutions-benefits article {
  text-align: center;
}
.ply-solutions-benefits article .ply-cta-expand {
  margin: 0 auto;
}
.ply-solutions-benefits article .ply-circle {
  margin: -20px auto 20px;
  font-family: "ProximaNovaT-Thin", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.ply-solutions-benefits article .ply-circle span {
  font-size: 54px;
}
.ply-solutions-benefits article .ply-circle span + span {
  margin-top: -42px;
  line-height: 1;
  display: block;
  font-size: 14px;
}
.ply-solutions-benefits article .ply-circle {
  height: 200px;
  width: 200px;
  padding: 20px;
  line-height: 200px;
  border-radius: 200px;
}
.ply-solutions-benefits article .ply-circle img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  max-height: 140px;
  max-width: 140px;
}
.lt-ie9 .ply-solutions-benefits article .ply-circle img {
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.ply-solutions-benefits article .ply-circle span {
  font-size: 120px;
}
.ply-solutions-benefits article .ply-circle span + span {
  margin-top: -82px;
  line-height: 1;
  display: block;
  font-size: 24px;
  font-family: "ProximaNova-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.ply-solutions-benefits article.ply-cta-expand-inactive .ply-circle {
  height: 100px;
  width: 100px;
  padding: 20px;
  line-height: 100px;
  border-radius: 100px;
}
.ply-solutions-benefits article.ply-cta-expand-inactive .ply-circle img {
  max-height: 100px;
  max-width: 100px;
}
.ply-solutions-benefits article.ply-cta-expand-inactive .ply-circle span {
  font-size: 54px;
}
.ply-solutions-benefits article.ply-cta-expand-inactive .ply-circle span + span {
  margin-top: -42px;
  line-height: 1;
  display: block;
  font-size: 14px;
}
.ply-solutions-benefits article.ply-cta-expand-inactive p {
  display: none;
}
.ply-solutions-benefits article.ply-cta-expand-active .ply-circle {
  background-color: #EDEEEF;
}
.ply-solutions-benefits article.ply-cta-expand-active .ply-circle span {
  font-size: 120px;
}
.ply-solutions-benefits article.ply-cta-expand-active .ply-circle span + span {
  margin-top: -82px;
  line-height: 1;
  display: block;
  font-size: 24px;
  font-family: "ProximaNova-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.ply-solutions-benefits .ply-benefit p em, .ply-solutions-benefits .ply-benefit p span {
  display: block;
  color: #2E3844;
}
.ply-solutions-benefits .ply-benefit p em {
  margin-bottom: 5px;
  font-size: 24px;
  font-family: "ProximaNovaT-Thin", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: normal;
}
.ply-solutions-benefits .ply-benefit p span {
  font-size: 18px;
  font-family: "ProximaNova-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: normal;
}
.ply-solutions-benefits .ply-benefit-content {
  display: none;
}
.ply-solutions-benefits .ply-benefit-content.ply-benefit-content-active {
  display: block;
  clear: left;
  padding-top: 40px;
  padding-bottom: 40px;
}
.ply-solutions-benefits .ply-benefit-content.ply-benefit-content-active .button {
  margin-top: 40px;
}
.ply-solutions-benefits .ply-benefit-content.ply-benefit-content-active h3 {
  margin-top: 1em;
}
.ply-solutions-benefits .ply-benefit-content.ply-benefit-content-active img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.ply-collaboration-content-blocks,
.ply-video-content-blocks {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ply-collaboration-content-blocks article,
.ply-video-content-blocks article {
  margin-bottom: 30px;
}
.ply-collaboration-content-blocks article h3,
.ply-video-content-blocks article h3 {
  font-weight: bold;
  position: relative;
  padding: 20px;
  margin: 0;
  color: #FFF;
  background-color: #5F8BB0;
}
.ply-collaboration-content-blocks article > div,
.ply-video-content-blocks article > div {
  font-family: "ProximaNova-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 20px;
  background-color: #DAE8ED;
}
.ply-collaboration-content-blocks article > div a,
.ply-video-content-blocks article > div a {
  display: block;
  position: relative;
  margin-top: 20px;
}
.ply-collaboration-content-blocks article > div a i,
.ply-video-content-blocks article > div a i {
  margin-left: 0.5em;
}

.ply-video-announcement article {
  max-height: 425px;
  overflow: hidden;
}
.ply-video-announcement .ply-item-ratio-content {
  text-align: center;
}
.ply-video-announcement .ply-item-ratio-content h2 {
  margin: 0;
  font-family: "ProximaNova-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.ply-video-announcement .ply-item-ratio-content h2, .ply-video-announcement .ply-item-ratio-content p, .ply-video-announcement .ply-item-ratio-content a i {
  margin-bottom: 1em;
  color: #FFF;
}
.ply-video-announcement .ply-item-ratio-content p {
  max-width: 475px;
  margin: 0 auto;
}
.ply-video-announcement .ply-item-ratio-content blockquote {
  max-width: 770px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 0;
  color: #FFF;
}
.ply-video-announcement .ply-item-ratio-content blockquote + p {
  font-family: "ProximaNova-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 30px;
  padding: 0;
}
.ply-video-announcement .ply-item-ratio-content blockquote + p + a.ply-global-share-link {
  font-size: 32px;
}
.ply-video-announcement .ply-item-ratio-content .button {
  margin-top: 2em;
}

.ply-floating-links {
  display: block;
  position: fixed;
  margin-top: -75px;
  top: 50%;
  right: 0;
  background-color: red;
  margin: 0;
  padding: 0;
  z-index: 2050;
}
.ply-floating-links ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ply-floating-links ul li {
  display: table;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
.ply-floating-links ul li a, .ply-floating-links ul li i {
  color: #FFF;
}
.ply-floating-links ul li a:hover {
  text-decoration: none;
}
.ply-floating-links .ply-floating-link {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  width: 100px;
  height: 70px;
  padding: 10px;
  font-size: 18px;
  vertical-align: middle;
  text-align: center;
  background-color: #2E3844;
}
.ply-floating-links .ply-floating-link i {
  display: block;
  margin-bottom: 4px;
  font-size: 28px;
}
.ply-floating-links .ply-floating-link.ply-global-chat-link {
  background-color: #D71920;
}

.ply-home-social-feed {
  padding: 75px 30px;
}
.ply-home-social-feed header {
  display: block;
  height: 52px;
  margin-bottom: 25px;
  text-align: center;
}
.ply-home-social-feed header .ply-logo {
  display: inline-block;
  width: 52px;
  height: 52px;
  margin: 0;
  padding: 0;
  background-image: url("/etc/polycom/www/global/images/logo-rings.png");
  background-size: 52px 52px;
  background-position: center top;
  background-repeat: no-repeat;
}
.ply-home-social-feed header i {
  font-size: 36px;
}
.ply-home-social-feed .fa-facebook {
  color: #48449C;
}
.ply-home-social-feed .fa-twitter {
  color: #00C5FF;
}
.ply-home-social-feed .fa-youtube {
  color: #CA3737;
}
.ply-home-social-feed article {
  margin-bottom: 30px;
}
.ply-home-social-feed article h4, .ply-home-social-feed article h5, .ply-home-social-feed article h6 {
  font-family: "ProximaNova-Semibold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #637280;
  margin-bottom: 5px;
}
.ply-home-social-feed article h5 {
  font-size: 14px;
}
.ply-home-social-feed article h6 {
  font-family: "ProximaNova-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
}
.ply-home-social-feed article strong, .ply-home-social-feed article a {
  font-weight: normal;
  font-family: "ProximaNova-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.ply-home-social-feed article p {
  color: #637280;
}
.ply-home-social-feed article.ply-social-feed-video div {
  display: table;
  width: 100%;
}
.ply-home-social-feed article.ply-social-feed-video .ply-global-video-link {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-right: 15px;
}
.ply-home-social-feed article.ply-social-feed-video .ply-global-video-link i {
  font-size: 34px;
}
.ply-home-social-feed article.ply-social-feed-video img {
  width: 100%;
  height: auto;
}
.ply-home-social-feed article.ply-social-feed-video span {
  display: table-cell;
  text-align: left;
  color: #324349;
  font-family: "ProximaNova-Semibold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  vertical-align: middle;
}

.ply-solutions-innovations {
  min-height: 600px;
  overflow: hidden;
}
.ply-solutions-innovations.ply-appear .ply-timeline {
  -webkit-transition: all 0.75s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.75s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  opacity: 1;
}
.ply-solutions-innovations.ply-appear .ply-hotspot-block-active {
  -webkit-transition: all 0.75s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.75s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.ply-solutions-innovations.ply-appear .ply-content-block-active {
  -webkit-transition: all 0.75s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.75s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.ply-solutions-innovations .ply-hotspot-block, .ply-solutions-innovations .ply-hotspot-block.ply-selecting {
  display: block;
  position: fixed;
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.75s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
}
.ply-solutions-innovations .ply-hotspot-block.ply-hotspot-block-active {
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.75s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.75s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.ply-solutions-innovations .ply-hotspot-block.ply-deselecting {
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.75s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}
.ply-solutions-innovations .ply-content-block, .ply-solutions-innovations .ply-content-block.ply-selecting {
  display: block;
  position: fixed;
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.75s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}
.ply-solutions-innovations .ply-content-block.ply-content-block-active {
  margin-top: 50%;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.75s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.75s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ply-solutions-innovations .ply-content-block.ply-deselecting {
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.75s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
}
.ply-solutions-innovations.ply-disappear .ply-timeline {
  opacity: 0;
}
.ply-solutions-innovations.ply-disappear .ply-hotspot-block {
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
}
.ply-solutions-innovations.ply-disappear .ply-content-block {
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}
.ply-solutions-innovations .ply-content-block {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.ply-collaboration-timeline header.ply-disappear,
.ply-collaboration-timeline .ply-timeline.ply-disappear {
  opacity: 0;
}
.ply-collaboration-timeline header.ply-appear,
.ply-collaboration-timeline .ply-timeline.ply-appear {
  -webkit-transition: all 0.5s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.5s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  opacity: 1;
}
.ply-collaboration-timeline.ply-disappear .ply-cloud {
  bottom: -600px;
  opacity: 0;
}
.ply-collaboration-timeline.ply-disappear .ply-timeline-entry {
  opacity: 0;
}
.ply-collaboration-timeline.ply-disappear > div:before {
  opacity: 0;
}
.ply-collaboration-timeline.ply-appear .ply-cloud {
  -webkit-transition: all 0.5s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.5s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  opacity: 1;
}
.ply-collaboration-timeline.ply-appear .ply-timeline-entry {
  -webkit-transition: all 0.5s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.5s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  opacity: 1;
}
.ply-collaboration-timeline.ply-appear > div:before {
  -webkit-transition: all 0.5s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.5s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  opacity: 1;
}

.ply-solutions-innovations {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.ply-solutions-innovations header {
  text-align: center;
}
.ply-solutions-innovations header h2 {
  display: -moz-inline-stack;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.lt-ie9 .ply-solutions-innovations header h2 {
  zoom: 1;
  *display: inline;
}
.ply-solutions-innovations .row {
  position: relative;
}
.ply-solutions-innovations .ply-content-block {
  display: none;
}
.ply-solutions-innovations .ply-content-block.ply-content-block-active {
  display: block;
  margin-left: 80px;
}
.ply-solutions-innovations .ply-content-block.ply-content-block-active h3 {
  text-align: left;
  vertical-align: middle;
  margin-bottom: 30px;
}
.ply-solutions-innovations .ply-content-block.ply-content-block-active p {
  line-height: 1.5em;
  margin-bottom: 30px;
}
.ply-solutions-innovations .ply-hotspot-block {
  display: none;
}
.ply-solutions-innovations .ply-hotspot-block.ply-hotspot-block-active {
  display: block;
}
.ply-solutions-innovations .ply-timeline {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}
.ply-solutions-innovations .ply-timeline:before, .ply-solutions-innovations .ply-timeline:after {
  content: " ";
  display: table;
}
.ply-solutions-innovations .ply-timeline:after {
  clear: both;
}
.lt-ie8 .ply-solutions-innovations .ply-timeline {
  *zoom: 1;
}
.ply-solutions-innovations .ply-timeline:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  height: 1000px;
  width: 2px;
  background-color: #DAE8ED;
  z-index: 1;
}
.ply-solutions-innovations .ply-timeline-entries {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  float: left;
  width: 50%;
}
.ply-solutions-innovations .ply-timeline-entries, .ply-solutions-innovations .ply-timeline-entries:before, .ply-solutions-innovations .ply-timeline-entries:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ply-solutions-innovations .ply-timeline-entries.centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.ply-solutions-innovations .ply-timeline-entries .ply-timeline-entry:before, .ply-solutions-innovations .ply-timeline-entries .ply-timeline-entry:after {
  content: " ";
  display: table;
}
.ply-solutions-innovations .ply-timeline-entries .ply-timeline-entry:after {
  clear: both;
}
.lt-ie8 .ply-solutions-innovations .ply-timeline-entries .ply-timeline-entry {
  *zoom: 1;
}
.ply-solutions-innovations .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-year {
  display: block;
  position: relative;
  width: 75px;
  height: 250px;
  border-bottom: 2px solid #DAE8ED;
}
.ply-solutions-innovations .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-content {
  display: block;
  width: 225px;
  min-height: 225px;
  text-align: center;
}
.ply-solutions-innovations .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-content > strong,
.ply-solutions-innovations .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-content > span {
  display: block;
}
.ply-solutions-innovations .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-content > strong {
  font-family: "ProximaNova-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 60px;
  font-weight: normal;
}
.ply-solutions-innovations .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-content > span {
  font-family: "ProximaNova-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 21px;
  font-weight: normal;
}
.ply-solutions-innovations .ply-timeline-entries-left .ply-timeline-entry {
  float: right;
}
.ply-solutions-innovations .ply-timeline-entries-left .ply-timeline-entry .ply-timeline-entry-year:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -7px;
  left: -1px;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid #DAE8ED;
  border-bottom: 6px solid transparent;
}
.ply-solutions-innovations .ply-timeline-entries-right .ply-timeline-entry {
  float: left;
}
.ply-solutions-innovations .ply-timeline-entries-right .ply-timeline-entry .ply-timeline-entry-year:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -7px;
  right: -1px;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #DAE8ED;
  border-bottom: 6px solid transparent;
}

.ply-product-cta .ply-bubble-tabs {
  margin-left: -15px;
  margin-bottom: 30px;
}
.ply-product-cta .ply-bubble-tabs .ply-tabs-nav ul li.ply-tabs-nav-link-active a em,
.ply-product-cta .ply-bubble-tabs .ply-tabs-nav ul li.ply-bubble-tabs-nav-link-active a em,
.ply-product-cta .ply-bubble-tabs .ply-bubble-tabs-nav ul li.ply-tabs-nav-link-active a em,
.ply-product-cta .ply-bubble-tabs .ply-bubble-tabs-nav ul li.ply-bubble-tabs-nav-link-active a em {
  border-color: #B3C8CF;
}
.ply-product-cta .ply-bubble-tabs .ply-tabs-nav ul li + li:before,
.ply-product-cta .ply-bubble-tabs .ply-bubble-tabs-nav ul li + li:before {
  border-color: #B3C8CF;
}

.ply-product-cta-blocks {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ply-product-cta-blocks article {
  margin-bottom: 30px;
  text-align: center;
}
.ply-product-cta-blocks article h3 {
  position: relative;
  padding: 0;
  margin: 0 0 30px 0;
  color: #111;
}
.ply-product-cta-blocks article > div {
  font-family: "ProximaNova-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.ply-product-cta-blocks article > div p {
  line-height: 1.5em;
}
.ply-product-cta-blocks article > div .button {
  margin-top: 30px;
}

.ply-product-grid .row {
  max-width: 1170px;
  margin: 0 auto;
}
.ply-product-grid header {
  background-color: #2E3844;
  color: #FFF;
}
.ply-product-grid header + .row {
  background-color: #FFF;
  color: #2E3844;
}
.ply-product-grid table {
  width: 100%;
}
.ply-product-grid table td {
  max-width: 300px;
}
.ply-product-grid .ply-product-grid-filters {
  display: table;
  width: 100%;
  padding: 15px 0;
}
.ply-product-grid .ply-product-grid-filters .col-6 {
  display: table-cell;
  text-align: left;
  float: none;
}
.ply-product-grid .ply-product-grid-filters .col-6, .ply-product-grid .ply-product-grid-filters .col-6 * {
  vertical-align: middle;
}
.ply-product-grid .ply-product-grid-filters .col-6 + .col-6 {
  text-align: right;
}
.ply-product-grid .ply-product-grid-compare {
  display: none;
}
.ply-product-grid .ply-product-grid-compare table {
  max-width: 1170px;
  margin: 0 auto;
  border: none;
}
.ply-product-grid .ply-product-grid-compare table thead th {
  text-align: center;
  width: 40px;
}
.ply-product-grid .ply-product-grid-compare table thead td {
  width: 275px;
  text-align: left;
}
.ply-product-grid .ply-product-grid-compare table thead td.ply-product-grid-empty {
  width: auto;
}
.ply-product-grid .ply-product-grid-compare table thead th, .ply-product-grid .ply-product-grid-compare table thead td {
  padding: 30px;
  background-color: #FFF;
  vertical-align: middle;
}
.ply-product-grid .ply-product-grid-compare table thead th + td, .ply-product-grid .ply-product-grid-compare table thead td + td {
  border-left: 1px solid #ACB1B5;
}
.ply-product-grid .ply-product-grid-compare table thead th img, .ply-product-grid .ply-product-grid-compare table thead td img {
  vertical-align: middle;
}
.ply-product-grid .ply-product-grid-compare table thead th i, .ply-product-grid .ply-product-grid-compare table thead td i {
  vertical-align: middle;
  font-size: 28px;
}
.ply-product-grid .ply-product-grid-compare table thead th span, .ply-product-grid .ply-product-grid-compare table thead td span {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
  text-align: left;
}
.ply-product-grid .ply-product-grid-compare table thead tr + tr th, .ply-product-grid .ply-product-grid-compare table thead tr + tr td {
  padding: 15px;
  background-color: #F1F1F2;
}
.ply-product-grid .ply-product-grid-compare.ply-product-grid-compare-active {
  display: block;
}
.ply-product-grid .ply-product-grid-compare-group tr {
  display: none;
}
.ply-product-grid .ply-product-grid-compare-group tr th {
  width: 100px;
  font-family: "ProximaNovaT-Thin", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #2E3844;
}
.ply-product-grid .ply-product-grid-compare-group tr td {
  width: auto;
}
.ply-product-grid .ply-product-grid-compare-group tr th, .ply-product-grid .ply-product-grid-compare-group tr td {
  padding: 25px;
  vertical-align: middle;
  text-align: center;
  background-color: #FFF;
}
.ply-product-grid .ply-product-grid-compare-group tr th + td, .ply-product-grid .ply-product-grid-compare-group tr td + td {
  border-left: 1px solid #ACB1B5;
}
.ply-product-grid .ply-product-grid-compare-group tr th i, .ply-product-grid .ply-product-grid-compare-group tr td i {
  font-size: 28px;
}
.ply-product-grid .ply-product-grid-compare-group tr:nth-child(2n+1) th, .ply-product-grid .ply-product-grid-compare-group tr:nth-child(2n+1) td {
  vertical-align: middle;
  background-color: #F1F1F2;
}
.ply-product-grid .ply-product-grid-compare-group tr.ply-product-grid-compare-group-header {
  display: table-row;
}
.ply-product-grid .ply-product-grid-compare-group tr.ply-product-grid-compare-group-header th span {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
}
.ply-product-grid .ply-product-grid-compare-group tr.ply-product-grid-compare-group-header th, .ply-product-grid .ply-product-grid-compare-group tr.ply-product-grid-compare-group-header td {
  position: relative;
  padding: 0;
  vertical-align: middle;
  background-color: #637280;
  color: #FFF;
  text-align: center;
}
.ply-product-grid .ply-product-grid-compare-group tr.ply-product-grid-compare-group-header th + td, .ply-product-grid .ply-product-grid-compare-group tr.ply-product-grid-compare-group-header td + td {
  border-left: none;
}
.ply-product-grid .ply-product-grid-compare-group tr.ply-product-grid-compare-group-header td {
  text-align: right;
}
.ply-product-grid .ply-product-grid-compare-group tr.ply-product-grid-compare-group-header td > span {
  display: inline-block;
  vertical-align: middle;
}
.ply-product-grid .ply-product-grid-compare-group tr.ply-product-grid-compare-group-header .ply-cta-expand {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
}
.ply-product-grid .ply-product-grid-compare-group tr.ply-product-grid-compare-group-header .ply-cta-expand span {
  display: none !important !important;
}
.ply-product-grid .ply-product-grid-compare-group.ply-product-grid-compare-group-active {
  display: table-row-group;
}
.ply-product-grid .ply-product-grid-compare-group.ply-product-grid-compare-group-active tr {
  display: table-row;
}
.ply-product-grid .ply-product-grid-items {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ply-product-grid .ply-product-grid-items article {
  height: 370px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.ply-product-grid .ply-product-grid-items article label.ply-checkbox input + span {
  margin-right: 4px;
}
.ply-product-grid .ply-product-grid-items article h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ply-product-grid .ply-product-grid-items article .ply-product-content-block + .ply-product-content-block h3 {
  margin-bottom: 50px;
}
.ply-product-grid .ply-product-grid-items article > div {
  display: table;
  height: 370px;
  width: 100%;
  vertical-align: middle;
  background-color: #FFF;
}
.ply-product-grid .ply-product-grid-items article .ply-cta-expand {
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -16px;
}
.ply-product-grid .ply-product-grid-items article .ply-global-resource-link {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  font-family: "ProximaNova-Semibold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.ply-product-grid .ply-product-grid-items article .ply-product-content-block {
  display: none;
  padding: 15px 30px;
  vertical-align: middle;
}
.ply-product-grid .ply-product-grid-items article .ply-product-content-block .ply-checkbox {
  margin-left: -10px;
}
.ply-product-grid .ply-product-grid-items article .ply-product-content-block img {
  width: 100%;
  height: auto;
}
.ply-product-grid .ply-product-grid-items article .ply-product-content-block.ply-product-content-block-active {
  display: table-cell;
}

.ply-collaboration-timeline {
  padding-top: 65px;
  padding-bottom: 125px;
}
.ply-collaboration-timeline > div {
  position: relative;
}
.ply-collaboration-timeline > div:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  bottom: 0;
  width: 2px;
  background-color: #DAE8ED;
  z-index: 1;
}
.ply-collaboration-timeline header {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  z-index: 2;
}
.ply-collaboration-timeline header h2 {
  text-align: center;
  padding-top: 36px;
  padding-bottom: 36px;
  margin-bottom: 520px;
  background-color: #FFF;
}
.ply-collaboration-timeline header .ply-cloud {
  display: block;
  position: absolute;
  padding: 0;
  margin: 0;
  height: 270px;
  width: 270px;
  background-position: center center;
  background-repeat: no-repeat;
}
.ply-collaboration-timeline header .ply-cloud span {
  display: block;
  position: absolute;
  top: 88px;
  left: 30px;
  right: 25px;
  font-size: 18px;
  font-family: "ProximaNova-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: lighter;
  color: #FFF;
  text-align: center;
}
.ply-collaboration-timeline header .ply-cloud-left {
  bottom: -448px;
  left: -25px;
  background-image: url("/etc/polycom/www/global/images/cloud-left.png");
}
.ply-collaboration-timeline header .ply-cloud-left span {
  left: 30px;
  right: 25px;
}
.ply-collaboration-timeline header .ply-cloud-right {
  bottom: -324px;
  right: 0;
  background-image: url("/etc/polycom/www/global/images/cloud-right.png");
}
.ply-collaboration-timeline header .ply-cloud-right span {
  left: 25px;
  right: 30px;
}
.ply-collaboration-timeline header + header h2 {
  margin-bottom: 0;
}
.ply-collaboration-timeline .ply-timeline {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}
.ply-collaboration-timeline .ply-timeline:before, .ply-collaboration-timeline .ply-timeline:after {
  content: " ";
  display: table;
}
.ply-collaboration-timeline .ply-timeline:after {
  clear: both;
}
.lt-ie8 .ply-collaboration-timeline .ply-timeline {
  *zoom: 1;
}
.ply-collaboration-timeline .ply-timeline-entries {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  float: left;
  width: 50%;
}
.ply-collaboration-timeline .ply-timeline-entries, .ply-collaboration-timeline .ply-timeline-entries:before, .ply-collaboration-timeline .ply-timeline-entries:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ply-collaboration-timeline .ply-timeline-entries.centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.ply-collaboration-timeline .ply-timeline-entries .ply-timeline-entry {
  margin-bottom: 80px;
}
.ply-collaboration-timeline .ply-timeline-entries .ply-timeline-entry:before, .ply-collaboration-timeline .ply-timeline-entries .ply-timeline-entry:after {
  content: " ";
  display: table;
}
.ply-collaboration-timeline .ply-timeline-entries .ply-timeline-entry:after {
  clear: both;
}
.lt-ie8 .ply-collaboration-timeline .ply-timeline-entries .ply-timeline-entry {
  *zoom: 1;
}
.ply-collaboration-timeline .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-year {
  display: block;
  position: relative;
  width: 169px;
  height: 116px;
  border-bottom: 2px solid #DAE8ED;
}
.ply-collaboration-timeline .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-year span {
  display: block;
  position: absolute;
  padding: 2px 20px;
  bottom: 0;
  font-size: 24px;
  color: #2E3844;
  opacity: 0.7;
}
.ply-collaboration-timeline .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-content {
  display: block;
  width: 225px;
  min-height: 225px;
  text-align: center;
}
.ply-collaboration-timeline .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-content > strong,
.ply-collaboration-timeline .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-content > span {
  display: block;
}
.ply-collaboration-timeline .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-content > strong {
  font-family: "ProximaNova-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 60px;
  font-weight: normal;
}
.ply-collaboration-timeline .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-content > span {
  font-family: "ProximaNova-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 21px;
  font-weight: normal;
}
.ply-collaboration-timeline .ply-timeline-entries-left .ply-timeline-entry .ply-timeline-entry-year {
  float: right;
}
.ply-collaboration-timeline .ply-timeline-entries-left .ply-timeline-entry .ply-timeline-entry-year:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -7px;
  left: -1px;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid #DAE8ED;
  border-bottom: 6px solid transparent;
}
.ply-collaboration-timeline .ply-timeline-entries-left .ply-timeline-entry .ply-timeline-entry-year span {
  right: 0;
  text-align: right;
}
.ply-collaboration-timeline .ply-timeline-entries-left .ply-timeline-entry .ply-timeline-entry-content {
  float: right;
}
.ply-collaboration-timeline .ply-timeline-entries-right .ply-timeline-entry .ply-timeline-entry-year {
  float: left;
}
.ply-collaboration-timeline .ply-timeline-entries-right .ply-timeline-entry .ply-timeline-entry-year:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -7px;
  right: -1px;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #DAE8ED;
  border-bottom: 6px solid transparent;
}
.ply-collaboration-timeline .ply-timeline-entries-right .ply-timeline-entry .ply-timeline-entry-year span {
  left: 0;
  text-align: left;
}
.ply-collaboration-timeline .ply-timeline-entries-right .ply-timeline-entry .ply-timeline-entry-content {
  float: left;
}
.ply-collaboration-timeline .ply-timeline-entries-offset {
  padding-top: 200px;
}
.ply-collaboration-timeline .ply-timeline-end {
  position: relative;
  background-color: #FFF;
}
.ply-collaboration-timeline .ply-timeline-end > .ply-timeline-entry-year {
  text-align: center;
}
.ply-collaboration-timeline .ply-timeline-end > .ply-timeline-entry-year span {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  padding: 2px 20px;
  bottom: 0;
  font-size: 24px;
  color: #2E3844;
  opacity: 0.7;
}
.ply-collaboration-timeline .ply-timeline-end .ply-timeline-entries-left .ply-timeline-entry-year {
  border-top: 2px solid #DAE8ED;
  border-bottom: 0;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.ply-collaboration-timeline .ply-timeline-end .ply-timeline-entries-left .ply-timeline-entry-year span {
  bottom: auto;
  top: 0;
}
.ply-collaboration-timeline .ply-timeline-end .ply-timeline-entries-left .ply-timeline-entry-year:after {
  bottom: auto;
  top: -7px;
}
.ply-collaboration-timeline .ply-timeline-end .ply-timeline-entries-right .ply-timeline-entry-year {
  border-top: 2px solid #DAE8ED;
  border-bottom: 0;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
.ply-collaboration-timeline .ply-timeline-end .ply-timeline-entries-right .ply-timeline-entry-year span {
  bottom: auto;
  top: 0;
}
.ply-collaboration-timeline .ply-timeline-end .ply-timeline-entries-right .ply-timeline-entry-year:after {
  bottom: auto;
  top: -7px;
}

.ply-home-expanding-timeline {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
.ply-home-expanding-timeline header {
  text-align: center;
}
.ply-home-expanding-timeline header h2 {
  display: -moz-inline-stack;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.lt-ie9 .ply-home-expanding-timeline header h2 {
  zoom: 1;
  *display: inline;
}
.ply-home-expanding-timeline > div:before {
  bottom: -200px;
}

.ply-home-expanding-timeline .ply-timeline-entries {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  float: left;
  width: 50%;
}
.ply-home-expanding-timeline .ply-timeline-entries, .ply-home-expanding-timeline .ply-timeline-entries:before, .ply-home-expanding-timeline .ply-timeline-entries:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ply-home-expanding-timeline .ply-timeline-entries.centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.ply-home-expanding-timeline .ply-timeline-entries .ply-timeline-entries-offset {
  padding-top: 200px;
}
.ply-home-expanding-timeline .ply-timeline-entries .ply-timeline-entry {
  position: relative;
  margin-bottom: 80px;
  text-align: left;
}
.ply-home-expanding-timeline .ply-timeline-entries .ply-timeline-entry:before, .ply-home-expanding-timeline .ply-timeline-entries .ply-timeline-entry:after {
  content: " ";
  display: table;
}
.ply-home-expanding-timeline .ply-timeline-entries .ply-timeline-entry:after {
  clear: both;
}
.lt-ie8 .ply-home-expanding-timeline .ply-timeline-entries .ply-timeline-entry {
  *zoom: 1;
}
.ply-home-expanding-timeline .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-year {
  display: block;
  position: absolute;
  top: 0;
  width: 90px;
  height: 90px;
  border-bottom: 2px solid #DAE8ED;
}
.ply-home-expanding-timeline .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-year span {
  display: block;
  position: absolute;
  padding: 10px 20px;
  bottom: 0;
}
.ply-home-expanding-timeline .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 60px;
  padding-right: 130px;
  text-align: left;
  float: none;
}
.ply-home-expanding-timeline .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-content strong, .ply-home-expanding-timeline .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-content span {
  display: inline;
}
.ply-home-expanding-timeline .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-content h3 {
  margin-bottom: 15px;
}
.ply-home-expanding-timeline .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-content h3 .ply-global-pin-link {
  color: #FBA53F;
}
.ply-home-expanding-timeline .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-content .ply-global-resource-link,
.ply-home-expanding-timeline .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-content .ply-global-flyout-link {
  display: inline-block;
  margin-top: 15px;
  margin-right: 15px;
}
.ply-home-expanding-timeline .ply-timeline-entries-left .ply-timeline-entry .ply-timeline-entry-year {
  right: 0;
}
.ply-home-expanding-timeline .ply-timeline-entries-right .ply-timeline-entry .ply-timeline-entry-year {
  left: 0;
}
.ply-home-expanding-timeline .ply-timeline-entries-right .ply-timeline-entry .ply-timeline-entry-content {
  padding-left: 170px;
  padding-right: 60px;
}
.ply-home-expanding-timeline .ply-timeline-content-block {
  display: none;
}
.ply-home-expanding-timeline .ply-timeline-content-block.ply-timeline-content-block-active {
  display: block;
  margin-top: 30px;
}
.ply-home-expanding-timeline .ply-timeline-content-header {
  position: relative;
}
.ply-home-expanding-timeline .ply-timeline-content-header .ply-cta-expand {
  display: block;
  position: absolute;
  top: 0;
  left: -60px;
}

.ply-global-pin-modal {
  display: none;
  position: fixed;
  padding: 25px;
  min-width: 320px;
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1002;
}
.ply-global-pin-modal > div {
  background-color: #FFF;
  padding: 25px;
}
.ply-global-pin-modal.ply-global-pin-modal-active {
  display: block;
}
.ply-global-header-active .ply-global-pin-modal.ply-global-pin-modal-active {
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.9);
}
.ply-global-pin-modal ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ply-global-pin-modal ul li {
  display: table;
  width: 100%;
}
.ply-global-pin-modal ul li div {
  display: table-cell;
  padding: 5px;
}
.ply-global-pin-modal ul li div strong {
  font-family: "ProximaNova-Semibold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.ply-global-pin-modal ul li div strong, .ply-global-pin-modal ul li div span {
  display: block;
}
.ply-global-pin-modal ul li div i {
  font-size: 28px;
  color: #111;
}
.ply-global-pin-modal ul li div, .ply-global-pin-modal ul li div * {
  vertical-align: middle;
}
.title h1.page-title {
  text-align: center;
  font-family: "ProximaNovaT-Thin", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 60px;
  font-weight: normal;
  color: #2E3844;
  margin: 0;
  padding: 15px 0;
}
.title h2.page-title {
  text-align: center;
  font-family: "ProximaNovaT-Thin", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 42px;
  font-weight: normal;
  color: #2E3844;
  margin: 0;
  padding: 15px 0;
}
.announcement .color-wash-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 2;
}
.announcement .ply-video-announcement {
  position: relative;
}
.announcement .ply-item-ratio-content-mid {
  z-index: 3;
}
.fa-play-circle {
  color: #2E3844;
}
/*# sourceMappingURL=style.css.map */
