#overview-content .a-plus-content:before,
#overview-content .a-plus-content:after,
#overview-content .a-plus-group:before,
#overview-content .a-plus-group:after,
#overview-content .a-plus-module:before,
#overview-content .a-plus-module:after,
#overview-content .a-plus-info:after {
content: ”;
display: table;
clear: both;
}
#overview-content .a-plus-content {
font:13px arial,helvetica,sans-serif;
line-height: 1.4285em;
}
#overview-content .a-plus-module {
position: relative;
margin: 3em 0;
padding: 0;
overflow: hidden;
}
#overview-content .a-plus-img {
margin: 0 auto;
padding: 0;
max-width: 100%;
}
#overview-content .a-plus-img img {
display: block;
margin: auto;
max-width: 100%;
}
#overview-content .a-plus-img + .a-plus-info { margin: 1em 0 0 0; }
#overview-content .a-plus-title {
display: block;
margin: 2em 0 1em 0;
overflow: hidden;
font-weight: bold;
}
#overview-content .a-plus-info p {
display: block;
margin: 0.5em 0;
}
#overview-content .a-plus-info ul,
#overview-content .a-plus-info ol { margin: 1em 0; }
#overview-content .a-plus-info ul {
list-style-type: disc!important;
list-style-position: outside!important;
padding-left: 25px;
}
#overview-content .a-plus-info li { margin-bottom: 1em; }
#overview-content .a-plus-info li:last-child { margin-bottom: 0; }
#overview-content .a-plus-module:first-child,
#overview-content .a-plus-title:first-child,
#overview-content .a-plus-info p:first-child { margin-top: 0; }
#overview-content .a-plus-module:last-child,
#overview-content .a-plus-title:last-child,
#overview-content .a-plus-info p:last-child { margin-bottom: 0; }
#overview-content .a-plus-module.txt-align-center { text-align: center; }
#overview-content .a-plus-group { margin: 3em 0; }
#overview-content .a-plus-group:first-child { margin-top: 0; }
#overview-content .a-plus-group:last-child { margin-bottom: 0; }
/* table styles */
#overview-content table {
width: 100%;
border-collapse: collapse;
}
/* Zebra striping */
#overview-content tr:nth-of-type(odd) {
background: #eee;
}
#overview-content th {
background: #333;
color: white;
font-weight: bold;
}
#overview-content td, #overview-content th {
padding: 6px;
border: 1px solid #ccc;
text-align: left;
}
@media (min-width: 768px) {
#overview-content .a-plus-module.img-is-small .a-plus-img { width: 260px; }
#overview-content .a-plus-module.img-is-large .a-plus-img { width: 360px; }
#overview-content .a-plus-module.img-at-left .a-plus-img { float: left; }
#overview-content .a-plus-module.img-at-right .a-plus-img { float: right; }
#overview-content .a-plus-module.img-is-small.img-at-left .a-plus-img img,
#overview-content .a-plus-module.img-is-small.img-at-right .a-plus-img img { width: 120px; }
#overview-content .a-plus-module.img-is-large.img-at-left .a-plus-img img,
#overview-content .a-plus-module.img-is-large.img-at-right .a-plus-img img { width: 300px; }
#overview-content .a-plus-module.img-is-small.img-at-left .a-plus-img + .a-plus-info { margin: 0 0 0 196px; }
#overview-content .a-plus-module.img-is-small.img-at-right .a-plus-img + .a-plus-info { margin: 0 196px 0 0; }
#overview-content .a-plus-module.img-is-large.img-at-left .a-plus-img + .a-plus-info { margin: 0 0 0 376px; }
#overview-content .a-plus-module.img-is-large.img-at-right .a-plus-img + .a-plus-info { margin: 0 376px 0 0; }
/* layout */
#overview-content .a-plus-cell { float: left; }
#overview-content .a-plus-cell .a-plus-module.img-is-large.img-at-left .a-plus-img,
#overview-content .a-plus-cell .a-plus-module.img-is-large.img-at-right .a-plus-img { width: 30%; }
#overview-content .a-plus-cell .a-plus-module.img-is-large.img-at-left .a-plus-img + .a-plus-info { margin-left: calc(30% + 32px); }
#overview-content .a-plus-cell .a-plus-module.img-is-large.img-at-right .a-plus-img + .a-plus-info { margin-right: calc(30% + 32px); }
/* 2 columns */
#overview-content .a-plus-group.two-columns .a-plus-cell { width: calc(50% – 30px); }
#overview-content .a-plus-group.two-columns .a-plus-cell:first-child { margin-right: 60px; }
/* 3 columns */
#overview-content .a-plus-group.three-columns .a-plus-cell { width: calc(33.3% – 40px); margin-left: 60px;}
#overview-content .a-plus-group.three-columns .a-plus-cell:first-child { margin-left: 0; }
/* 4 columns */
#overview-content .a-plus-group.four-columns .a-plus-cell {
margin-left: 60px;
width: calc(25% – (180px / 4));
}
#overview-content .a-plus-group.four-columns .a-plus-cell:first-child { margin-left: 0; }
}
@media (max-width: 767px) {
#overview-content .a-plus-group .a-plus-cell { margin: 3em 0; }
#overview-content .a-plus-group .a-plus-cell:first-child { margin-top: 0; }
#overview-content .a-plus-group .a-plus-cell:last-child { margin-bottom: 0; }
/* tables */
/* Force table to not be like tables anymore */
#overview-content table, thead, tbody, th, td, tr {
display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
#overview-content thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
#overview-content tr { border: 1px solid #ccc; }
#overview-content td {
/* Behave like a “row” */
border: none;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 50%;
}
#overview-content td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
}
/*
Label the data
*/
#overview-content td:nth-of-type(1):before { content: “First Name”; }
#overview-content td:nth-of-type(2):before { content: “Last Name”; }
#overview-content td:nth-of-type(3):before { content: “Job Title”; }
}

Plantronics Voyager 5200 UC Bluetooth Headset
Speak with confidence.
Be ready to take the call with the Voyager 5200 UC Bluetooth headset, which works with your smartphone, tablet, Bluetooth-enabled desk phone, or PC/Mac using the included BT600 USB Bluetooth adapter. Featuring Plantronics’ most advanced, adaptive noise cancelling and WindSmart technology, this headset identifies and cancels out disruptive noise, like wind, enabling you to be heard clearly and seamlessly transition from one environment to the next. Onboard control gives you quick access to call answer/ignore/end, redial, mute, and volume +/-, directly from the headset. It’s ready to work.
Leave the Noise Behind
Not in the office? Not a problem. Four adaptive microphones and WindSmart technology work together to eliminate disruptive background noise, wherever you are. Your voice sounds clear and professional as you seamlessly transition between environments, inside or out. Now you can focus on what you’re saying — not where you’re saying it.
The Power of Confidence
Wherever work and life take you, be ready to talk as long as you need with the included portable charging case with integrated docking stand. Completely charge your headset up to two full times, so you’re always ready to talk.
Control by Command
Stay in control. Make the Voyager 5200 UC an extension of your mobile life. With one touch, the headset connects with Siri, Google Now, or Cortana so you can call phone contacts, send messages, schedule meetings, or even search the web – all via voice. Plus, voice alerts give talk time updates and even announce incoming callers. Simply say “Answer” or “Ignore” to manage calls without lifting a finger.
Comfort That Lasts
The comfort-tested ergonomic design of the Voyager 5200 UC feels as good at the end of the day as it does at the start. The ergonomic earpiece is designed to feel like it’s barely there. It’s a comfortable, powerful tool for all-day productivity.

Never Worry about Mute Again
Simply press the dedicated mute button to switch mute on and off easily. The headset’s dynamic mute alert tells you immediately if you’re speaking while muted. Plus, timed voice alerts continually remind you when mute is still on. Combine that with desktop notifications and a visual mute indictor on the BT600 Bluetooth USB adapter, and you’ll never have to worry about an “oops” moment on an important call.
Smart Sensor Technology
Automatically detects whether or not it’s being worn, directing call audio where you expect to hear it.
Sweatproof Nano-Coating
A nano-coating by P2i protects the headset from light rain, humidity, and sweat.
Dedicated Voice Control Button
Activate Siri, Google Now, or Cortana with the touch of a dedicated button on the headset.
Extended Range
Up to 98 feet/30 meters of range from supported smartphone or laptop with USB Bluetooth adapter.

Software-Enabled Functionality
- Use Plantronics Hub mobile app to locate your lost headset, change languages, wirelessly update firmware, or personalize settings and alerts.
- Use Plantronics Hub desktop software to view headset battery meter, change languages, update firmware, enable softphone call control, or personalize settings and alerts.
Optimized For Your UC Application
Certified for Skype for Business and Optimized for Microsoft Lync. Built for UC applications and softphones from Avaya, Cisco and others*
* Requires Plantronics Hub.
