/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 16px;
}
@media screen and (min-width: 900px) {
	html { font-size: 18px; }
}
@media screen and (min-width: 1200px) {
	html { font-size: 20px; }
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden], template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
  color:#EB3C00;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
 .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: ff-good-web-pro, Arial, sans-serif;
 }

 h1, h2 {
  text-transform: uppercase;
 }

 h1, h2, h3 {
  font-weight: 600;
 }

 h4, h5, h6 {
  font-weight: 700;
 }

h1 {
  font-size: 3rem;
  margin: 0.67em 0;
  line-height: 1.4;
}

.ply-carousel h1 {
  font-size:2em;
}

h2 {
  font-size: 2.25rem;
  line-height: 1.4;
  margin-bottom: 0.83em;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 0.83em;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 0.83em;
}

h5 {
  font-size: 1.15rem;
  line-height: 1.4;
  margin-bottom: 0.83em;
}

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 0.83em;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button, select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*# sourceMappingURL=normalize.css.map */

/*v2.0 | 20110126

http://meyerweb.com/eric/tools/css/reset/

  License: none (public domain)
*/

/*html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, center, dl, dt, dd, ol, div:not(.rich-text)>ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}*/

/* 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 {
  /*min-width: 960px;
    font-family: Arial, helvetica, sans-serif;
    font-size: normal;
    background-repeat:no-repeat;
    background-size: 100%;
    background: #F6F7F7;*/
}

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;
}

/***************
   HEADER TITLES
****************/

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;
}

.flt-lft {
  float: left;
}

.clr {
  clear: both;
  height: 0;
}

/***********************************************************
class for global width of centered container for components
************************************************************/

.global-container-width {
  width: 960px;
  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: 100%;
  padding: 20px 35px 53px 35px;
  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: 0.6875rem;
}

.redText {
  color: #EB3C00;
}

/****************************************
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: 0.6875rem;
  /*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:0.75rem;
  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: 0.6875rem;
  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: 0.6875rem;
}

#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: 0.6875rem;
}

#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: 0.6875rem;
  padding: 0;
  color: #5B6063;
  margin-bottom: 10px;
}

#LanguageChange label {
  font-size:0.75rem;
  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: 0.6875rem !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: 0.6875rem;
}

.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("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("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: 2rem;
  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: 1.25rem;
  /*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:0.75rem;
}

.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: 0.875rem;
  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("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("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: 0.9375rem;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  line-height: 18px;
  color: #EB3C00;
}

.spotlight-title a:hover {
  text-decoration: none;
}

.spotlight-desc {
  color: #404040;
  font-size:0.75rem;
  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("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: 0.6875rem;
}

.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: 0.6875rem;
  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: 0.6875rem;
}

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: 0.6875rem;
  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: 0.6875rem;
  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("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("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: 1.75rem;
  color: #1D7EAE;
  text-align: left;
  padding-bottom: 5px;
  float: left;
  width: 200px;
}

.ebc-description {
  font-size: 0.875rem;
  color: #647280;
  text-align: left;
  padding-bottom: 15px;
  float: left;
  width: 170px;
}

.ebc-link {
  color: #EB3C00;
  float: right;
  font-size:0.75rem;
}

.ebc-arrow-right {
  border-bottom: 5px solid transparent;
  border-left: 5px solid #EB3C00;
  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:0.75rem;
}

.htb-cnt .htb-content h2 {
  margin: 0;
  padding-bottom: 5px;
  font-size: 1.3125rem;
  font-weight: bold;
  color: white;
}

.htb-cnt .htb-content ul li a, .htb-cnt .htb-content ul li span {
  color: #fff;
  font-size:0.75rem;
}

/*  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: 1.3125rem;
  color: #EB3C00;
  font-weight: bold;
}

.ttxprt-link p {
  font-size: 0.8125rem;
  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;
}

.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:0.75rem;
}

.left-panel a, .left-panel a:link {
  color: #4A698C;
  font-size:0.75rem;
}

.left-panel h2 {
  font-weight: bold;
  font-size: 0.8125rem;
  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:0.75rem;
}

.left-panel .list-hldr {
  margin: 5px 0;
}

.list-hldr ul li {
  list-style: none;
}

.list-hldr ul li a {
  text-decoration: none;
  font-size: 0.8125rem;
}

.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:0.75rem;
}

.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: 0.875rem;
}

.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: 0.6875rem;
  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: 1.25rem;
}

.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: 0.9375rem;
  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: 0.875rem;
  text-align: left;
  margin-bottom: 10px;
  color: #5B6063;
}

.customer-content a.cs-lnk {
  margin-top: 5px;
  display: inline-block;
  color: #12c;
  font-size:0.75rem;
}

.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: 0.6875rem;
  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: 0.6875rem;
}

.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 {
  width: 100%;
  margin-top: 25px;
}

.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: 0.875rem;
  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:0.75rem;
  padding: 5px 0 0 0;
}

.vspot-desc a.viewall {
  color: #4A698C;
  font-size:0.75rem;
  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: 0.6875rem;
  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;
}



/*******************************
  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:0.75rem;
  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: 1.5rem;
  color: #002843;
  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: #968B8A;
  font-size: 0.9375rem;
  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: 1rem;
  font-weight: bold;
  margin: 7px 0 0 0;
  text-transform: none;
}

.parsys-vspot-wrapper .prsys-txt-wrapper p {
  color: #404040;
  font-size:0.75rem;
  line-height: 15px;
}

.parsys-vspot-wrapper a.viewall {
  color: #4A698C;
  font-size:0.75rem;
}

/*****************************************
    SOLUTIONS OVERVIEW TAB CONTENT STYLES    
******************************************/

.sol-ovw-desc {
  margin-top: 0px;
  color: #000;
}

.sol-ovw-desc .rich-text p {
  font-size: 0.875rem;
  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: 1rem;
  font-weight: bold;
}

.solutioncat-overview-childlist .ovw-cnt h2 a {
  color: #000;
  font-size: 1rem;
  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: #EB3C00;
  font-weight: 700;
}

.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: 0.875rem;
}

.ovw-cnt .txt-hldr .desc {}

.ovw-cnt .txt-hldr .full-desc {
  margin-top: 10px;
}

.ovw-cnt .txtimg-hldr .txt-hldr p b {
  font-size: 0.875rem;
  color: #000;
}

/************************************
    PRODUCT & SERVICES LANDING PAGE
*************************************/

.ply-legacy-wrapper .sectn-ttl {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 25px 0;
  color: #010101;
  text-transform: none;
}

.sectn-ttl a {
  font-size: 1.125rem;
  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: 0.875rem;
  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: 0.875rem;
  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:0.75rem;
  color: #666666;
  padding-top: 5px;
  /*font-family: arial, helvetica, sans-serif;*/
}

.non-title-link {
  font-size:0.75rem;
  color: #4B6A8C;
}

.non-title-link:hover {
  text-decoration: underline;
}

.env-icon-holder .env-img-hldr img.increase {
  width: 104px;
  cursor: pointer;
}

.color-hvr {
  color: #EB3C00;
  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:0.75rem;
  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: 0.875rem;
  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: 0.875rem;
}

.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: 0.875rem;
  color: #000;
}

/********************************
 START A-Z PRODUCT PAGE
 *******************************/

.a-z-wrppr {
  position: relative;
}

.index-intro {
  font-weight: normal;
}

.atozproducts b {
  display: block;
  margin: 10px 0 5px 0;
}

.atozproducts a {
  display: block;
}

#index a {
  font-size: 1rem;
  font-weight: bold;
  display: inline;
}

a.to-top {
  text-align: right;
  margin: -17px 0 0 0;
}

a.letter-ttl {
  font-weight: bold;
  border-top: 1px solid silver;
  padding: 7px 0 0px 0;
  margin: 30px 0 10px 0;
  font-size: 0.8125rem;
}

a.letter-ttl:first-of-type {
  margin-top: 10px;
}

.alpha-lst-hldr {
  margin: 0 0 34px 0;
}

.prnt-or-top {
  display: block;
  text-align: right;
}

.prnt-or-top a, .prnt-or-top span {
  display: inline;
}

/******************************
    FILTER STYLES
******************************/

.ply-wrapper .fltr-ttl {
  font-size: 1.125rem;
  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-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;
}

.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: 0.8125em;
  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: 0.875rem;
  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:0.75rem;
  margin: 0 auto;
  padding: 4px 0 0;
}

.mgn-rt-none {
  margin-right: 0;
}

/***********************************************
    PRESS RELEASE LANDIG SEARCH RESULTS
***********************************************/

.pr-table-hldr {
  padding-bottom: 60px;
}

.pr-table th {
  color: black;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: left;
}

.pr-table td * {
  color: #000;
  font-size: 0.875rem;
  line-height: 19px;
}

.pr-table th {
  padding-top: 30px;
}

.pr-table .col1 {
  width: 248px;
}

.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: 0.875rem;
  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:0.75rem;
  text-align: left;
}

.events-table td {
  font-size: 0.6875rem;
  line-height: 15px;
  text-align: left;
}

.events-table td p {
  font-size: 0.6875rem;
  line-height: 15px;
}

.events-table td a {
  font-size: 0.6875rem;
  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:0.75rem;
}

.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:0.75rem;
}

.event-text-container .event-list-title span {
  font-size:0.75rem;
}

.event-text-container .event-para-text {
  color: #666666;
  font-size:0.75rem;
  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:0.75rem;
  padding-right: 5px;
}

/****************************
    PRINT
****************************/

.prnt-and-top {
  display: inline-block;
  width: 620px;
  text-align: right;
}

.prnt-and-top>* {
  color: #4A698C;
  font-size:0.75rem;
}

.prnt-and-top a:hover {
  text-decoration: underline;
}

/***********************************
    ICON LIST COMPONENT
***********************************/

.iconlist {
  display: none;
}

.icon-list-container h4 {
  font-size: 0.9375rem;
  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:0.75rem;
  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:0.75rem !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: 0.9375rem;
  font-weight: bold;
  margin: 0;
  padding-bottom: 5px;
}

.link-list-container ul li {
  list-style: none;
}

.link-list-container ul li a {
  font-size:0.75rem;
  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:0.75rem;
  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: 1.25rem;
  width: 190px;
  margin: 0 auto;
  color: #000;
}

#time-left span {
  padding-right: 15px;
  font-weight: normal;
  font-size: 0.6875rem;
  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: 0.875rem;
  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: 1.125rem;
  color: #666666;
  padding-bottom: 14px;
}

.titlewithlist h4 {
  font-size: 1rem;
  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: 1rem;
  color: #999999;
}

/******************************
    Text Image with Caption
******************************/

.textimagewithcaption {
  /*margin-top:32px;*/
}

.textimagewithcaption .text-cnt {
  text-align: left;
  font-size: 0.875rem;
}

.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: 0.6875rem;
  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: 0.875rem;
}

.contactuslist .contact ul li a {
  color: #4A698C;
  font-size: 0.875rem;
  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: 0.875rem;
  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: 0.875rem;
  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:0.75rem !important;
}

.twitter .twtr-fav, .twtr-reply, .twtr-rt {
  font-size: 0.625rem !important;
}

.twitter .twtr-timestamp {
  font-size: 0.6875rem !important;
}

.twitter .twtr-tweet-text {
  font-size: 0.625rem !important;
}

.twitter .tweets .twtr-hd h3, #tweets .twtr-hd h4 {
  font-size: 0.8125rem !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: 0.875rem;
  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: 0.875rem;
}

.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: 1.75rem;
  color: #1D7EAE;
  padding-bottom: 5px;
}

.promotion .promo .promo-content .promo-description {
  font-size: 0.875rem;
  color: #647280;
  padding-bottom: 15px;
}

.promotion .promo .promo-img-bg {
  position: absolute;
  top: 0;
  right: 0;
}

.promotion .promo .promo-cta-link {
  color: #EB3C00;
  float: right;
  font-size:0.75rem;
}

.promotion .promo a.promo-link:hover {
  text-decoration: none;
}

.promotion .promo .promo-arrow-right {
  border-bottom: 5px solid transparent;
  border-left: 5px solid #EB3C00;
  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: 0.875rem;
  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:0.75rem;
  padding: 5px 0 0 0;
}

/***************************
    Media Contacts
***************************/

.mediacontacts .link-list-container {
  margin-bottom: 25px;
}

.mediacontacts .link-list-container h4 {
  color: #000;
  font-size: 0.9375rem;
  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: 0.8125rem;
  padding-top: 5px;
}

.mediacontacts .link-list-container ul li p.email a {
  font-size: 0.8125rem;
  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:0.75rem;
  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: 0.875rem;
  color: black;
  text-transform: none;
}

.brightcovelightbox h3 a:hover {
  text-decoration: underline;
}

.brightcovelightbox p {
  padding-top: 10px;
  font-size:0.75rem;
}

/******************************************
    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: 0.875rem;
  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:0.75rem;
}

.polycominnews .content .desc a {
  color: #6F7175;
  display: block;
  font-size:0.75rem;
}

.polycominnews .content .txt-hldr span.date, .polycominnews .content .txt-hldr span.media-outlet-title {
  color: #404040;
  font-size:0.75rem;
}

.polycominnews .content .desc a:hover {
  text-decoration: underline;
}

.polycominnews a.more-news {
  color: #4A698C;
  font-size:0.75rem;
}

.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: 1.125rem;
  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: 1.125rem;
  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:0.75rem;
}

.pressreleaseindex .content ul li span {
  color: #404040;
  font-size:0.75rem;
}

.pressreleaseindex .content ul li a:hover {
  text-decoration: underline;
}

.pressreleaseindex a.more-news {
  color: #4A698C;
  font-size:0.75rem;
}

.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:0.75rem;
  padding: 0 !important;
}

.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: 1rem;
  font-weight: bold;
}

.lithiumpar .lithium .container .txt-hldr a.title, .rhspar .lithium .container .txt-hldr a.title {
  font-size: 0.6875rem;
}

.lithium .container .txt-hldr a.title:hover {
  text-decoration: underline;
}

.lithium .container .desc {
  padding-top: 7px;
  font-size: 0.875rem;
}

.lithiumpar .lithium .container .desc, .rhspar .lithium .container .desc {
  font-size: 0.6875rem;
}

.lithium .container .txt-hldr .author {
  font-size: 0.6875rem;
  padding-top: 5px;
}

.lithium .container .txt-hldr .author span {
  font-size: 0.6875rem;
}

.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: 0.6875rem;
}

.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:0.75rem;
}

.lithium a.more-posts:hover {
  text-decoration: underline;
}

.lithium h2 {
  margin-bottom: 10px;
  text-transform: none !important;
  font-weight: bold;
  font-size: 1rem;
  color: #000000;
}

.banner-newdesign-fix {
  width: 960px;
  margin: auto;
}

.horizontalspotlight img, .image img, .partnerspotlight img, .columnverticalsection img {
  max-width: 100%;
  height: auto;
}

/***********************
    Brightcove Mobile
************************/

.brightcoveplaylist-mobile {
  position: absolute;
  top: -10000em;
  left: -10000em;
}

#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 {
  width: 620px;
  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-weight: 700;
}

.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: 1rem;
  color: black;
  font-weight: bold;
}

/*changed font family to include fonts for jp and cn locales*/

.accordion-para-text {
  color: #666666;
  font-size: 0.875rem;
  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:0.75rem;
  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: 0.9375rem;
}

.child-product-desc a:hover {
  text-decoration: underline;
}

.child-product-desc p {
  color: #404040;
  font-size:0.75rem;
  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:0.75rem;
  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: 0.875rem;
  text-align: left;
  margin-bottom: 10px;
  color: #5B6063;
}

.customerlyr .content a.cs-lnk {
  margin-top: 5px;
  display: inline-block;
  color: #12c;
  font-size:0.75rem;
}

.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: 1rem;
  margin: 28px 0 20px 0;
  color: black;
}

.aboutus-content .content h2 a {
  /*remove this when bug www-335 is fixed*/
  font-weight: 700;
  font-size: 1rem;
}

.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: 0.875rem;
  font-weight: lighter;
  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: 0.9375rem;
  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("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:0.75rem;
  color: #404040;
}

.polycom-glance li b {
  font-weight: bold;
  font-size:0.75rem;
}

.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: 0.875rem;
  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: 1002;
}

/*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: 1.75rem;
  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: 0.8125rem;
  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:0.75rem;
  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("../../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 .vspot-desc a h3 {
  color: #EB3C00;
}

.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: #002843;
  font-weight: normal;
}

#intro-hero-text {
  color: #968B8A;
  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: #D7D2CB;*/
  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 #002843;
  text-align: center;
  width: 1px;
  vertical-align: middle;
}

ul#tabnav li.active {
  border: 1px solid #002843;
  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: 1.125rem;
  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-size: 3.75rem;
  font-weight: normal;
  color: #002843;
  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 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-size: 1rem;
  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;
}

.product_tabs .ply-product-resources article .ply-component-video {
  padding: 0;
}

.ply-component-video {
  padding-top: 1rem;
}

.product_tabs .ply-product-resources article>div a {
  text-transform: none;
}

.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-weight: normal;
}

.product_tabs .fa-play-circle {
  color: #ffffff;
}

.product_tabs .ply-product-resources article .ply-component-video div a.ply-producttabs-play-link {
  position: absolute;
  top: -165px;
  left: 40%;
  display: block;
  height: 70px;
  width: 70px;
  padding: 0;
  margin: 0;
}

.product_tabs .ply-product-resources article .ply-component-video div a.ply-producttabs-play-link i {
  font-size: 4.375rem;
  color: #EB3C00;
}

.product_tabs .ply-product-resources article .ply-component-video div p {
  padding-left: 40px;
}

.wrapper-tabs-border {
  /*float: left;
    background: white;*/
}

.left-rail-container {
  width: 620px;
  height: auto;
  float: left;
  position: relative;
}

.right-rail-container {
  width: 230px;
  float: right;
  margin: 30px 0 0 35px;
}

.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: 1.125rem;
  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: 0.875rem;
  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:0.75rem;
  height: 48px;
  margin: 0 auto;
  padding: 4px 0 0;
  width: 188px;
  line-height: 15px;
}

.resource-box a.resource-hdr {
  font-size: 0.875rem;
  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: 0.6875rem;
}

.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: 0.875rem;
  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: 1rem;
  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: 0.875rem;
}

.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: 0.875rem;
  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:0.75rem;
  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: 2rem;
  line-height: 35px;
}

.nonhome-thumbnail #banner_container .scrollTable .banner-elems .banner-cta-subheader {
  font-size: 1.25rem;
  line-height: 24px;
}

.nonhome-thumbnail #banner_container .module-banner-quote .banner-elems .banner-cta-subheader {
  text-align: right;
  font-size: 1rem;
  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:0.75rem;
  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('../../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('../../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('../../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('../../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('../../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('../../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('../../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:0.75rem;
}

#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: #EEE8D6;
  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% #EEE8D6 !important;
  height: 100% !important;
  color: #000;
}

.ply-global-header-search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #A59C94;
}

.ply-global-header-search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #A59C94;
  opacity: 1;
}

.ply-global-header-search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #A59C94;
  opacity: 1;
}

.ply-global-header-search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #A59C94;
}

.ply-global-header-search input.gsc-search-button {
  display: block;
  position: absolute;
  height: 15px;
  width: 15px;
  line-height: 15px;
  font-size: 1rem;
  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: 2rem;
  line-height: 35px;
}

.flexiblevideoplayer .vp-container .vp-elems .banner-cta-subheader {
  font-size: 1.25rem;
  line-height: 24px;
}

.flexiblevideoplayer .vp-container .vp-elems .banner-cta-subheader {
  text-align: right;
  font-size: 1rem;
  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:0.75rem;
  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('../../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('../../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('../../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('../../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('../../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('../../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('../../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%;
}

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
  display: none
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse
}

.ui-helper-clearfix:after {
  clear: both
}

.ui-helper-clearfix {
  min-height: 0
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0)
}

.ui-front {
  z-index: 100
}

.ui-state-disabled {
  cursor: default!important
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  font-size: 100%
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none
}

.ui-button-icon-only {
  width: 2.2em
}

button.ui-button-icon-only {
  width: 2.4em
}

.ui-button-icons-only {
  width: 3.4em
}

button.ui-button-icons-only {
  width: 3.7em
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em
}

input.ui-button {
  padding: .4em 1em
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em
}

.ui-buttonset {
  margin-right: 7px
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px
}

.ui-datepicker .ui-datepicker-next {
  right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0
}

.ui-datepicker td {
  border: 0;
  padding: 1px
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left
}

.ui-datepicker.ui-datepicker-multi {
  width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0
}

.ui-datepicker-rtl {
  direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none
}

.ui-menu .ui-menu {
  position: absolute
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px
}

.ui-menu-icons {
  position: relative
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none
}

.ui-resizable {
  position: relative
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0
}

.ui-selectmenu-open {
  display: block
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.ui-slider {
  position: relative;
  text-align: left
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit
}

.ui-slider-horizontal {
  height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0
}

.ui-slider-vertical {
  width: .8em;
  height: 100px
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none
}

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0
}

.ui-spinner-up {
  top: 0
}

.ui-spinner-down {
  bottom: 0
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px
}

.ui-tabs {
  position: relative;
  padding: .2em
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa
}

body .ui-tooltip {
  border-width: 2px
}

.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em
}

.ui-widget .ui-widget {
  font-size: 1em
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #eee url("global/css/engage/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333
}

.ui-widget-content a {
  color: #333
}

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url("global/css/engage/images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
  color: #fff;
  font-weight: bold
}

.ui-widget-header a {
  color: #fff
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #f6f6f6 url("global/css/engage/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url("global/css/engage/images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #fff url("global/css/engage/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("global/css/engage/images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("global/css/engage/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #fff
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #fff
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #fff
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35)
}

.ui-icon {
  width: 16px;
  height: 16px
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("global/css/engage/images/ui-icons_222222_256x240.png")
}

.ui-widget-header .ui-icon {
  background-image: url("global/css/engage/images/ui-icons_ffffff_256x240.png")
}

.ui-state-default .ui-icon {
  background-image: url("global/css/engage/images/ui-icons_ef8c08_256x240.png")
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("global/css/engage/images/ui-icons_ef8c08_256x240.png")
}

.ui-state-active .ui-icon {
  background-image: url("global/css/engage/images/ui-icons_ef8c08_256x240.png")
}

.ui-state-highlight .ui-icon {
  background-image: url("global/css/engage/images/ui-icons_228ef1_256x240.png")
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("global/css/engage/images/ui-icons_ffd27a_256x240.png")
}

.ui-icon-blank {
  background-position: 16px 16px
}

.ui-icon-carat-1-n {
  background-position: 0 0
}

.ui-icon-carat-1-ne {
  background-position: -16px 0
}

.ui-icon-carat-1-e {
  background-position: -32px 0
}

.ui-icon-carat-1-se {
  background-position: -48px 0
}

.ui-icon-carat-1-s {
  background-position: -64px 0
}

.ui-icon-carat-1-sw {
  background-position: -80px 0
}

.ui-icon-carat-1-w {
  background-position: -96px 0
}

.ui-icon-carat-1-nw {
  background-position: -112px 0
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px
}

.ui-icon-arrow-4 {
  background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px
}

.ui-icon-extlink {
  background-position: -32px -80px
}

.ui-icon-newwin {
  background-position: -48px -80px
}

.ui-icon-refresh {
  background-position: -64px -80px
}

.ui-icon-shuffle {
  background-position: -80px -80px
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px
}

.ui-icon-folder-open {
  background-position: -16px -96px
}

.ui-icon-document {
  background-position: -32px -96px
}

.ui-icon-document-b {
  background-position: -48px -96px
}

.ui-icon-note {
  background-position: -64px -96px
}

.ui-icon-mail-closed {
  background-position: -80px -96px
}

.ui-icon-mail-open {
  background-position: -96px -96px
}

.ui-icon-suitcase {
  background-position: -112px -96px
}

.ui-icon-comment {
  background-position: -128px -96px
}

.ui-icon-person {
  background-position: -144px -96px
}

.ui-icon-print {
  background-position: -160px -96px
}

.ui-icon-trash {
  background-position: -176px -96px
}

.ui-icon-locked {
  background-position: -192px -96px
}

.ui-icon-unlocked {
  background-position: -208px -96px
}

.ui-icon-bookmark {
  background-position: -224px -96px
}

.ui-icon-tag {
  background-position: -240px -96px
}

.ui-icon-home {
  background-position: 0 -112px
}

.ui-icon-flag {
  background-position: -16px -112px
}

.ui-icon-calendar {
  background-position: -32px -112px
}

.ui-icon-cart {
  background-position: -48px -112px
}

.ui-icon-pencil {
  background-position: -64px -112px
}

.ui-icon-clock {
  background-position: -80px -112px
}

.ui-icon-disk {
  background-position: -96px -112px
}

.ui-icon-calculator {
  background-position: -112px -112px
}

.ui-icon-zoomin {
  background-position: -128px -112px
}

.ui-icon-zoomout {
  background-position: -144px -112px
}

.ui-icon-search {
  background-position: -160px -112px
}

.ui-icon-wrench {
  background-position: -176px -112px
}

.ui-icon-gear {
  background-position: -192px -112px
}

.ui-icon-heart {
  background-position: -208px -112px
}

.ui-icon-star {
  background-position: -224px -112px
}

.ui-icon-link {
  background-position: -240px -112px
}

.ui-icon-cancel {
  background-position: 0 -128px
}

.ui-icon-plus {
  background-position: -16px -128px
}

.ui-icon-plusthick {
  background-position: -32px -128px
}

.ui-icon-minus {
  background-position: -48px -128px
}

.ui-icon-minusthick {
  background-position: -64px -128px
}

.ui-icon-close {
  background-position: -80px -128px
}

.ui-icon-closethick {
  background-position: -96px -128px
}

.ui-icon-key {
  background-position: -112px -128px
}

.ui-icon-lightbulb {
  background-position: -128px -128px
}

.ui-icon-scissors {
  background-position: -144px -128px
}

.ui-icon-clipboard {
  background-position: -160px -128px
}

.ui-icon-copy {
  background-position: -176px -128px
}

.ui-icon-contact {
  background-position: -192px -128px
}

.ui-icon-image {
  background-position: -208px -128px
}

.ui-icon-video {
  background-position: -224px -128px
}

.ui-icon-script {
  background-position: -240px -128px
}

.ui-icon-alert {
  background-position: 0 -144px
}

.ui-icon-info {
  background-position: -16px -144px
}

.ui-icon-notice {
  background-position: -32px -144px
}

.ui-icon-help {
  background-position: -48px -144px
}

.ui-icon-check {
  background-position: -64px -144px
}

.ui-icon-bullet {
  background-position: -80px -144px
}

.ui-icon-radio-on {
  background-position: -96px -144px
}

.ui-icon-radio-off {
  background-position: -112px -144px
}

.ui-icon-pin-w {
  background-position: -128px -144px
}

.ui-icon-pin-s {
  background-position: -144px -144px
}

.ui-icon-play {
  background-position: 0 -160px
}

.ui-icon-pause {
  background-position: -16px -160px
}

.ui-icon-seek-next {
  background-position: -32px -160px
}

.ui-icon-seek-prev {
  background-position: -48px -160px
}

.ui-icon-seek-end {
  background-position: -64px -160px
}

.ui-icon-seek-start {
  background-position: -80px -160px
}

.ui-icon-seek-first {
  background-position: -80px -160px
}

.ui-icon-stop {
  background-position: -96px -160px
}

.ui-icon-eject {
  background-position: -112px -160px
}

.ui-icon-volume-off {
  background-position: -128px -160px
}

.ui-icon-volume-on {
  background-position: -144px -160px
}

.ui-icon-power {
  background-position: 0 -176px
}

.ui-icon-signal-diag {
  background-position: -16px -176px
}

.ui-icon-signal {
  background-position: -32px -176px
}

.ui-icon-battery-0 {
  background-position: -48px -176px
}

.ui-icon-battery-1 {
  background-position: -64px -176px
}

.ui-icon-battery-2 {
  background-position: -80px -176px
}

.ui-icon-battery-3 {
  background-position: -96px -176px
}

.ui-icon-circle-plus {
  background-position: 0 -192px
}

.ui-icon-circle-minus {
  background-position: -16px -192px
}

.ui-icon-circle-close {
  background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px
}

.ui-icon-circle-check {
  background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px
}

.ui-widget-overlay {
  background: #666 url("global/css/engage/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50)
}

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000 url("global/css/engage/images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 5px
}

/**
 * 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,
.ply-wrapper .grid-x,
.hero-box.center {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 75rem;
}

.ply-wrapper .row.paddedBottom{
  padding-bottom: 1rem;
}

.ply-wrapper .row.paddedTop{
  padding-top: 1rem;
}

.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;
  width: 58.33333%;
}

.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;
  width: 66.66667%;
}

.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;
  width: 75%;
}

.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;
  width: 83.33333%;
}

.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;
  width: 91.66667%;
}

.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 {
  left: 8.33333%;
}

.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>.rhtml>.ply-component, .ply-wrapper>.homerhtml>.ply-component, .ply-wrapper .section>.ply-component, .ply-wrapper>.ply-component, .ply-wrapper>.flexibleheader>header, .ply-wrapper>.rhtml>nav, .ply-wrapper>.rhtml>section, .ply-wrapper>.homerhtml>nav, .ply-wrapper .section>nav, .ply-wrapper>nav, .ply-wrapper>.rhtml>section, .ply-wrapper>.homerhtml>section, .ply-wrapper .section>section, .ply-wrapper>.productslider>section, .ply-wrapper>.product_tabs>section, .ply-wrapper>section, .ply-wrapper>.flexiblefooter>footer {
  clear: both;
}

.ply-wrapper>.rhtml>.ply-component.ply-component-full>div, .ply-wrapper>.homerhtml>.ply-component.ply-component-full>div, .ply-wrapper .section>.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 .section>.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 .section>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>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>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-weight: 700;
  color: #EB3C00;
  text-decoration: none;
  word-wrap: break-word;
}

.ply-wrapper a:hover {
  text-decoration: underline;
}

.ply-wrapper a[href] {
  cursor: pointer;
}

.ply-redesign-wrapper p {
  line-height: normal;
}

.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, a.redbtn-srch-mdl, a.graybtn-srch-mdl {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #EB3300;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.ply-wrapper .button i.fa:first-child {
  margin-right: 8px;
}

.ply-wrapper .button i.fa:last-child {
  margin-left: 8px;
}

a.redbtn-srch-mdl:hover, .ply-wrapper .button:hover, .ply-wrapper .button:active, .ply-wrapper .button:active:hover, .ply-wrapper .button.active, .ply-wrapper .button.active:hover {
  background-color: #C22F07;
  text-decoration: none;
}

a.graybtn-srch-mdl, .ply-wrapper .button-secondary, .ply-wrapper .button-tertiary, .ply-wrapper .button-outline, .ply-wrapper .button-outline:link, .ply-wrapper .button-outline:active, .ply-wrapper .button-outline:hover, .ply-wrapper .button-outline.active {
  border:1px solid #000;
  background:#FFF;
  color: #000;
}

a.graybtn-srch-mdl:hover, .ply-wrapper .button-secondary:hover, .ply-wrapper .button-secondary:active, .ply-wrapper .button-secondary:active:hover, .ply-wrapper .button-secondary.active, .ply-wrapper .button-secondary.active:hover, .ply-wrapper .button-tertiary:hover, .ply-wrapper .button-tertiary:active, .ply-wrapper .button-tertiary:active:hover, .ply-wrapper .button-tertiary.active, .ply-wrapper .button-tertiary.active:hover, .ply-wrapper .button-outline:hover {
  background-color: #000;
  color:#FFF;
}

.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: ff-good-web-pro, sans-serif;
  font-weight: normal;
  color: #000;
}

.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 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: 1.75rem;
}

.ply-headline-large {
  font-size: 2.875rem;
  font-weight: normal;
}

.ply-headline-light, .ply-video-announcement .ply-item-ratio-content blockquote {
  font-size: 2.25rem;
  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-size: 1.25rem;
  font-weight: normal;
}

.ply-linked-copy, .ply-product-products-and-services .ply-product-expand div article a {
  font-weight: 700;
  font-size: 1rem;
  font-weight: normal;
}

.ply-linked-large, .ply-solutions-featured .ply-item-ratio-content, .ply-solutions-feature-video p {
  font-weight: 700;
  font-size: 1.3125rem;
  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-weight: 700;
  font-size: 1rem;
  font-weight: normal;
}

.ply-cta-purple, .ply-cta-purple a, .ply-cta-purple * {
  color: #968B8A;
}

.ply-cta-blue, .ply-cta-blue a, .ply-cta-blue * {
  color: #002843;
}

.ply-cta-teal, .ply-cta-teal a, .ply-cta-teal * {
  color: #968B8A;
}

.ply-cta-red, .ply-cta-red a, .ply-cta-red * {
  color: #EB3C00;
}

.ply-cta-orange, .ply-cta-orange a, .ply-cta-orange * {
  color: #F6E678;
}

.ply-cta-pale-blue, .ply-cta-pale-blue a, .ply-cta-pale-blue * {
  color: #968B8A;
}

.ply-cta-green, .ply-cta-green a, .ply-cta-green * {
  color: #7FC1A4;
}

.ply-cta-burgundy, .ply-cta-burgundy a, .ply-cta-burgundy * {
  color: #002843;
}

.ply-cta-bg-purple, .ply-cta-bg-purple a, .ply-cta-bg-purple * {
  background-color: #968B8A;
}

.ply-cta-bg-blue, .ply-cta-bg-blue a, .ply-cta-bg-blue * {
  background-color: #002843;
}

.ply-cta-bg-teal, .ply-cta-bg-teal a, .ply-cta-bg-teal * {
  background-color: #968B8A;
}

.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: #FDDD66;
}

.ply-cta-bg-pale-blue, .ply-cta-bg-pale-blue a, .ply-cta-bg-pale-blue * {
  background-color: #968B8A;
}

.ply-cta-bg-green, .ply-cta-bg-green a, .ply-cta-bg-green * {
  background-color: #99C3A7;
}

.ply-cta-bg-burgundy, .ply-cta-bg-burgundy a, .ply-cta-bg-burgundy * {
  background-color: #002843;
}

.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 .flyout-form-message+.title_pad {
  margin-top: 52px;
}

.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>div {
  margin: 0;
  max-width: 100% !important;
}

.ply-global-header-search-active .ply-global-header {
  left: -308px;
  right: 308px;
} 

.ply-global-footer {
  -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-copyright {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
}

@media only screen and (min-width: 768px) {
  .ply-copyright>div:nth-child(2) {
    text-align: center;
  }
}

.ply-global-footer .ply-housekeeping {
  max-width: 100%;
}

.ply-homepage-nav-comp .ply-social a:hover {
  color: #d8d8d8;
}





.ply-global-header-search-active .ply-global-header-nav-logo {
  display: none;
}

.lt-ie9 .ply-global-header-nav-logo .ply-logo {
  background-image: url("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-size: 0.875rem;
  font-weight: normal;
  color: #002843;
  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: #002843;
  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: #002843;
}

.ply-global-breadcrumb-modal ul {
  margin: 0;
  padding: 0;
}

.ply-global-breadcrumb-modal li {
  display: block;
}

.ply-global-breadcrumb-modal li a {
  font-size: 0.875rem;
  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-size: 1rem;
  font-weight: normal;
  color: #002843;
  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 #EB3C00;
}

.ply-global-header-nav-main .ply-login {
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 3px 6px 2px 6px;
  border: 1px solid #FFF;
  font-size: 0.8125rem;
}

.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: #FDDD66;
  color: #111;
  font-size: 0.8125rem;
}

.ply-global-submenu-modal,
.ply-global-submenu-modal.ply-global-submenu-modal-active {
  display: none !important;
  /* THESE SECTIONS SHOULD BE REMOVED AS THEY NO LONGER ARE USED */
}

.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-size: 1rem;
  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: 1.25rem;
  color: #002843;
  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: #EEE8D6;
  border: none;
}

.ply-global-header-search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #A59C94;
}

.ply-global-header-search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #A59C94;
  opacity: 1;
}

.ply-global-header-search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #A59C94;
  opacity: 1;
}

.ply-global-header-search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #A59C94;
}

.lt-ie10 .ply-global-header-search input {
  color: #A59C94;
}

.ply-global-header-search button {
  display: block;
  position: absolute;
  height: 15px;
  width: 15px;
  line-height: 15px;
  font-size: 1rem;
  top: 50%;
  margin-top: -11px;
  right: 10px;
}

.ply-global-header-search button, .ply-global-header-search button i {
  color: #A59C94;
}

.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: 1.25rem;
  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: #002843;
  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:0.75rem;
}

.ply-product-banner .ply-thumbnail-active span {
  display: block;
  padding: 5px 0 3px;
  border-top: 2px solid #EB3C00;
  border-bottom: 2px solid #EB3C00;
}

.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;
}

.paddedSection,
section.ply-product-landing-overview,
section.ply-product-overview,
section.ply-product-cta-blocks,
section.ply-product-customer-stories,
section.ply-product-tabs,
section.ply-product-resources {
  padding: 50px 0.9375rem !important;
}


/* .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: #EB3C00;
  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: #002843;
}

.ply-product-landing-overview {
  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: 30px;
}

.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;
}

.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;
}

.product_tabs .ply-product-customer-stories-wrap {
  max-width: 1170px;
  margin: 0 auto;
}

.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%;
  background-color: #002843;
  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: 1.75rem;
}

.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;
  vertical-align: middle;
}

.ply-product-customer-stories article .ply-component-video .ply-customer-stories-color-wash-common, .ply-product-resources article .ply-component-video .ply-customer-stories-color-wash-common {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background: transparent;
}

.ply-product-customer-stories article .ply-component-video .ply-customer-stories-color-wash-cont, .ply-product-resources article .ply-component-video .ply-customer-stories-color-wash-cont {
  opacity: 0;
}

.ply-product-customer-stories article .ply-component-video .ply-customer-stories-color-wash-cont.ply-view-More-link, .ply-product-resources article .ply-component-video .ply-customer-stories-color-wash-cont.ply-view-More-link {
  z-index: 5;
}

.ply-product-customer-stories article .ply-component-video .ply-customer-stories-color-wash-cont .ply-customer-stories-color-wash-mask, .ply-product-resources article .ply-component-video .ply-customer-stories-color-wash-cont .ply-customer-stories-color-wash-mask {
  background: #ffffff none repeat scroll 0 0;
  z-index: 1;
}

.ply-product-customer-stories article .ply-component-video .ply-customer-stories-color-wash-cont .ply-customer-stories-color-wash-txt, .ply-product-resources article .ply-component-video .ply-customer-stories-color-wash-cont .ply-customer-stories-color-wash-txt {
  color: #002843;
  padding: 0;
  z-index: 2;
  overflow: hidden;
}

.ply-product-customer-stories article .ply-component-video .ply-customer-stories-color-wash-cont .ply-customer-stories-color-wash-txt .txt, .ply-product-resources article .ply-component-video .ply-customer-stories-color-wash-cont .ply-customer-stories-color-wash-txt .txt {
  padding: 14px;
}

.ply-product-customer-stories article .ply-component-video .ply-customer-stories-color-wash-cont .ply-customer-stories-color-wash-txt .view-more-link, .ply-product-resources article .ply-component-video .ply-customer-stories-color-wash-cont .ply-customer-stories-color-wash-txt .view-more-link {
  padding: 4px 0;
  color: #EB3C00;
  font-size: 0.875rem;
  width: auto;
  height: auto;
}

.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 #EEE8D6;
  border-bottom: 2px solid #EEE8D6;
}

.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-size: 0.875rem;
  font-weight: normal;
  color: #A59C94;
  text-transform: uppercase;
  border-left: 2px solid #EEE8D6;
  border-top: 2px solid #EEE8D6;
}

.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:0.75rem;
}

.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: 0.875rem;
  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 #EEE8D6;
  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: #EEE8D6;
}

.ply-cta-expand {
  display: block;
  position: relative;
  height: 45px;
  width: 45px;
  text-align: center;
  font-size: 2.875rem;
  font-weight: normal;
  color: #FFF;
  background-color: #EB3C00;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  z-index: 4;
}

.ply-cta-expand:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 25px;
  background: white;
  top: 10px;
  left: 50%;
}

.ply-cta-expand:after {
  position: absolute;
  content: '';
  width: 25px;
  height: 1px;
  background: white;
  top: 22px;
  left: 10px;
}

.ply-cta-expand-active .ply-cta-expand:before, .ply-cta-expand.ply-cta-expand-active:before {
  content:none;
}

.lt-ie10 .ply-cta-expand {
  background-image: url("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("global/images/expand-active.png");
}

.ply-cta-expand span {
  display: none !important;
}

/* .ply-product-resources {
  padding-top: 70px;
} */

.ply-product-resources header.row{
  padding-bottom: 1rem;
}

.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-weight: 700;
  position: relative;
  padding: 20px 40px 20px 20px;
  margin: 0;
  color: #FFF;
  background-color: #002843;
}
.ply-product-resources article h3 span {
   height: 125px;
   overflow: hidden;
   display: block;
}

.ply-product-resources article h3 .ply-global-pin-link {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #FDDD66;
}

.ply-product-resources article>div {
  margin: 0;
  padding: 20px;
  background-color: #FFF;
}

.ply-product-resources article>div p{
   height: 120px;
   overflow: auto;
}

.ply-product-resources article>div a {
  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: #EB3C00;
}

.ply-global-anchor-links ul li a:hover {
  color: #968B8A;
  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: 770px;
}

.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: 1;
  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-custom-banner-component .ply-curve-content-mid h2 span, .ply-home-banner.ply-custom-banner-component .ply-curve-content-mid h1 span {
  color: #002843;
}

.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;
  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-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.35em;
  vertical-align: middle;
}

.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: 1.3125rem;
}

.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: 2.875rem;
}

.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-weight: 700;
}

.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: #EEE8D6;
}

.ply-product-cta .ply-content-block h3, 
.ply-solutions-cta .ply-content-block h3 {
  margin-bottom: 30px;
  font-size: 1rem;
  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: 1.75rem;
  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: 1.75rem;
  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 .ply-tabs-content-hds p, .ply-solutions-cta .ply-content-block .ply-tabs-content-hds p {
  margin-bottom: 0px;
  line-height: normal;
}

.ply-product-cta .ply-content-block a.button, .ply-solutions-cta .ply-content-block a.button, .ply-home-banner a.button {
  text-transform: uppercase;
}

.ply-solutions-cta .ply-hotspot-block {
  display: none;
}

.ply-product-cta .ply-hotspot-block {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.ply-solutions-cta .ply-hotspot-block.ply-hotspot-block-active {
  display: block;
}

.ply-product-cta .row .ply-hotspot-block:first-of-type, .contentcarousel1 .ply-product-cta .row .ply-hotspot-block.ply-hotspot-block-active {
  display: block;
  position: relative;
}

.ply-solutions-cta .ply-tabs-content {
  display: none;
}

.ply-product-cta .ply-tabs-content {
  display: none;
  position: absolute;
}

.ply-solutions-cta .ply-tabs-content.ply-tabs-content-active {
  display: block;
}

.ply-product-cta .ply-tabs-content:nth-child(2), .contentcarousel1 .ply-product-cta .ply-tabs-content.ply-tabs-content-active {
  display: block;
  position: relative;
}

.contentcarousel1 .ply-hotspot-block {
  width: 100%;
}

.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 {
  position: absolute;
}

.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 #002843;
}

.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-size: 1.125rem;
  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 #002843;
  border-top: 1px solid #002843;
  border-right: 1px solid #002843;
}

.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: 1.25rem;
  line-height: 25px;
  color: #002843;
  width: 100%;
  height: 100%;
}

.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-size: 1rem;
  color: #A59C94;
  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: #EEE8D6;
  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 #EEE8D6;
  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-product-cta-image-left .ply-tabs.ply-bubble-tabs .ply-tabs-nav li:last-child a span, .ply-product-cta-image-left .ply-tabs.ply-bubble-tabs .ply-bubble-tabs-nav li:last-child a span {
  right: -100px;
}

.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("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("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-weight: 700;
}

.ply-video-overview header {
  margin-bottom: 50px;
}

.ply-video-overview p {
  margin-bottom: 1em;
}

.ply-global-pin-link {
  color: #FDDD66;
}

.ply-global-share-modal {
  display: none;
  position: absolute;
  width: 200px;
  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: 1.75rem;
  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: #002843;
  background-color: #FFF;
}

.ply-global-share-modal ul li a.ply-global-share-icon-pin {
  color: #FDDD66;
  background-color: #FFF;
}

.ply-global-pin-link, .ply-global-pin-link .fa {
  font-size: 1.875rem !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: 1.5rem !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("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("global/images/share1x.png");
}

.ply-global-share-white-link .fa-share-alt {
  background-image: url("global/images/share-white2x.png");
}

.lt-ie10 .ply-global-share-white-link .fa-share-alt {
  background-image: url("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: 2039;
}

.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: 2rem;
  color: #FDDD66;
}

.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: #968B8A;
  line-height: 32px;
  font-size: 1.25rem;
}

.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: #EB3C00;
}

.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 #A59C94;
  padding: 15px;
  background-color: #FFF;
  text-align: center;
  z-index: 2050;
  height: 500px;
}

.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.ply-global-chat-modal-active iframe#flyoutform_frame, .ply-global-chat-modal-floating.ply-global-chat-modal-active iframe#flyoutform_frame {
  display: none;
}

.lt-ie10 .ply-global-chat-modal.ply-global-chat-modal-active iframe#flyoutform_frame, .lt-ie10 .ply-global-chat-modal-floating.ply-global-chat-modal-active iframe#flyoutform_frame {
  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 #002843;
}

.ply-global-chat-modal .ply-global-chat-close, .ply-global-chat-modal-floating .ply-global-chat-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 1.25rem;
  background-color: #EB3C00;
  color: #fff;
  z-index: 2075;
}

.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: #968B8A;
  text-align: left;
  z-index: 2050;
}

.ply-global-cta-modal .ply-global-cta-modal-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 1.5rem;
  color: #FFF;
  z-index: 2075;
}

.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: 1.125rem;
  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: center;
  background-color: #002843;
}

.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: 1.5rem;
}

.ply-global-cta-modal ul li a span, .ply-global-cta-modal-floating ul li a span {
  display: table-cell;
  font-size: 1.125rem;
  vertical-align: middle;
}

.ply-global-cta-modal ul li a[href^=tel], .ply-global-cta-modal-floating ul li a[href^=tel] {
  padding: 0;
  font-size: 1.125rem;
}

.ply-global-cta-modal-floating {
  position: fixed;
  background-color: #002843;
}

.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;
  text-transform: uppercase;
}

.ply-wrapper .ply-form input::-webkit-input-placeholder, .ply-wrapper .ply-form textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #A59C94;
}

.ply-wrapper .ply-form input:-moz-placeholder, .ply-wrapper .ply-form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #A59C94;
  opacity: 1;
}

.ply-wrapper .ply-form input::-moz-placeholder, .ply-wrapper .ply-form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #A59C94;
  opacity: 1;
}

.ply-wrapper .ply-form input:-ms-input-placeholder, .ply-wrapper .ply-form textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #A59C94;
}

.lt-ie10 .ply-wrapper .ply-form input, .lt-ie10 .ply-wrapper .ply-form textarea {
  color: #A59C94;
}

.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 #A59C94;
  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: 1rem;
}

.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: #002843;
}

.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: #A59C94;
  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 #A59C94;
  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 #A59C94;
}

.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 #A59C94;
}

.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: 670px;
  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 #EEE8D6;
}

.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: 10px;
}

.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: 0.75rem;
  text-align: left;
  white-space: nowrap;
}

.ply-global-language-modal ul li a span {
  margin-right: 1.5em;
}

.ply-global-language-modal ul li a span+span {
  margin-right: 0;
}

.ply-global-video-modal, .ply-global-html5-video-modal {
  display: none;
}

.ply-global-video-modal.ply-global-video-modal-active, .ply-global-html5-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;
}

#facebox .vjs-control-bar, .brightcovehtml5video .vjs-control-bar, .ply-global-video-modal .vjs-control-bar, .ply-global-html5-video-modal .vjs-control-bar {
  display: flex !important;
}

.ply-global-video-modal .ply-global-video-embed, .ply-global-html5-video-modal .ply-global-video-embed {
  background-color: #111;
  max-height: 75vh;
}

.ply-global-video-modal .ply-global-video-embed iframe, .ply-global-html5-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, .ply-global-html5-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: 1.75rem;
  color: #FFF;
  z-index: 2075;
}

.ply-global-video-modal .ply-global-video-description, .ply-global-html5-video-modal .ply-global-video-description {
  position: relative;
  padding: 15px;
  color: #FFF;
  background-color: #002843;
  padding-right: 75px;
}

.ply-global-video-modal .ply-global-video-description h2, .ply-global-html5-video-modal .ply-global-video-description h2 {
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 20px;
}

.ply-global-video-modal .ply-global-video-description .download-cont, .ply-global-html5-video-modal .ply-global-video-description .download-cont {
  display: none;
}

.ply-video-download-link {
  display: none;
  cursor: pointer;
}

.ply-global-video-modal .ply-global-video-description .ply-video-download-link, .ply-global-html5-video-modal .ply-global-video-description .ply-video-download-link {
  float: right;
  font-size: 1.25rem;
  color: #ffffff;
  position: relative;
  right: -30px;
  top: 10px;
}

.modal .modal-video-bottom .ply-video-download-link {
  float: right;
  font-size: 1.25rem;
  color: #ffffff;
  position: relative;
  right: 20px;
  top: 10px;
}

.ply-global-video-modal .ply-global-video-description .ply-global-pin-link, .ply-global-html5-video-modal .ply-global-video-description .ply-global-pin-link, .ply-global-video-modal .ply-global-video-description .ply-global-share-link, .ply-global-html5-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: 1.75rem;
  text-align: center;
  line-height: 30px;
}

.ply-global-video-modal .ply-global-video-description .ply-global-share-link, .ply-global-html5-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, .ply-global-html5-video-modal .ply-global-video-description .ply-global-pin-link {
  right: 45px;
  color: #FDDD66;
}

.video-html5-js.video-js {
  height: 100%;
  width: 100%;
  display: inline-block;
  padding-top: 0;
}

.video-html5-js.video-js>video {
  height: auto;
  width: 100%;
  position: relative;
}

.video-html5-js.video-js .vjs-big-play-button {
  display: none !important
}

@media screen and (max-width:992px) {
  .video-html5-js.video-js {
    height: 100%;
    width: 100% !important;
  }
  .ply-global-html5-video-modal .ply-item-ratio-16by9 {
    padding-top: 56.25%;
  }
}

@media screen and (max-width:992px) {
  .video-html5-js.video-js>video {
    height: 100%;
    width: 100%;
    position: absolute;
  }
}

.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: 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+  */
}

.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: 0;
}

.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-size: 0.8125rem;
}

.ply-social {
  text-align: right;
  margin-top: -0.56em;
}

.ply-social ul li {
  display: inline-block;
}

.ply-social a {
  color: white;
}

.ply-social a i {
  margin-right: 0.25rem;
}

.ply-copyright .ply-social ul li+li {
  margin-left: 0.5rem;
}

.ply-copyright {
  padding: 30px 0 1rem;
  font-size:0.8125rem;
}

.ply-copyright p, .ply-copyright li, .ply-copyright a {
  font-weight: normal;
  color: white;
}

.ply-copyright p {
  display: -moz-inline-stack;
  display: inline-block;
  margin-right: 10px;
}

.lt-ie9 .ply-copyright p {
  zoom: 1;
  *display: inline;
}

.ply-copyright ul {
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.6;
}

.lt-ie9 .ply-copyright ul {
  zoom: 1;
  *display: inline;
}

.ply-copyright ul li, .ply-social ul li {
  display: -moz-inline-stack;
  display: inline-block;
}

.lt-ie9 .ply-copyright ul li {
  zoom: 1;
  *display: inline;
}

.ply-copyright ul li+li {
  position: relative;
  margin-left: 1.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-size: 1rem;
  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: #EB3C00;
  background: -moz-linear-gradient(top, #EB3C00 0%, #EB3C00 33%, #b31620 33%, #EB3C00 64%, #b31620 64%, #f6290c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #EB3C00), color-stop(33%, #EB3C00), color-stop(33%, #b31620), color-stop(64%, #EB3C00), color-stop(64%, #b31620), color-stop(100%, #f6290c));
  background: -webkit-linear-gradient(top, #EB3C00 0%, #EB3C00 33%, #b31620 33%, #EB3C00 64%, #b31620 64%, #f6290c 100%);
  background: -o-linear-gradient(top, #EB3C00 0%, #EB3C00 33%, #b31620 33%, #EB3C00 64%, #b31620 64%, #f6290c 100%);
  background: -ms-linear-gradient(top, #EB3C00 0%, #EB3C00 33%, #b31620 33%, #EB3C00 64%, #b31620 64%, #f6290c 100%);
  background: linear-gradient(to bottom, #EB3C00 0%, #EB3C00 33%, #b31620 33%, #EB3C00 64%, #b31620 64%, #f6290c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EB3C00', 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 #EB3C00;
}

.ply-global-footer-nav .ply-global-chat-link {
  display: block;
  height: 42px;
  color: #FFF;
  background-color: #EB3C00;
}

.ply-global-footer-nav .ply-global-cta-link {
  display: block;
  height: 42px;
  color: #FFF;
  background-color: #968B8A;
  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: #002843;
}

.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-carousel .ply-carousel-item .ply-carousel-txt-ovrly {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  font-size: 1.25rem;
}

.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: 0;
}

.ply-solutions-feature-video h2 {
  margin-bottom: 0;
  text-align: center;
  z-index:0;
}

.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: 2.875rem;
}

.ply-solutions-feature-boxes {
  position: relative;
}

.ply-solutions-feature-boxes .ply-feature-box>div {
  position: relative;
  padding: 30px;
  background-color: #EEE8D6;
}

.ply-solutions-feature-boxes .ply-cta-expand {
  position: absolute;
  top: 0;
  right: 0;
}

.ply-solutions-feature-boxes .ply-feature-box-intro {
  color: #002843;
}

.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: #002843;
  background-color: #EEE8D6;
  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-weight: 700;
}

/*.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: #EB3C00;
  line-height: 1.35em;
  margin-bottom: 1em;
}

.ply-solutions-feature-boxes .ply-feature-box-content.ply-feature-box-content-active ul li span {
  color: #002843;
}

.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: 1.25rem;
}

.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-weight: 700;
}

.ply-solutions-benefits article .ply-circle span {
  font-size: 3.375rem;
}

.ply-solutions-benefits article .ply-circle span+span {
  margin-top: -42px;
  line-height: 1;
  display: block;
  font-size: 0.875rem;
}

.ply-solutions-benefits article .ply-circle {
  height: 200px;
  width: 200px;
  padding: 8px;
  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-cta-expand-active .ply-circle img, .ply-solutions-benefits article.ply-cta-expand-inactive .ply-circle img {
  display: none;
}

.ply-solutions-benefits article .ply-circle b {
  display: none;
}

.ply-solutions-benefits article.ply-cta-expand-active .ply-circle b {
  display: inline-block;
  font-size: 2rem;
  line-height: 32px;
  margin-top: 30%;
}

.ply-solutions-benefits article.ply-cta-expand-inactive .ply-circle b {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 22px;
  margin-top: 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: 1.5rem;
}

.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: 3.375rem;
}

.ply-solutions-benefits article.ply-cta-expand-inactive .ply-circle span+span {
  margin-top: -42px;
  line-height: 1;
  display: block;
  font-size: 0.875rem;
}

.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: 1.5rem;
}

.ply-solutions-benefits article .ply-circle .ply-circle-default img, .ply-solutions-benefits article .ply-circle .ply-circle-action img {
  display: block;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  max-width: 100%;
  max-height: 100%;
}

.ply-solutions-benefits article .ply-circle .ply-circle-default b, .ply-solutions-benefits article .ply-circle .ply-circle-action b {
  display: block;
}

.ply-solutions-benefits article.ply-cta-expand-active .ply-circle .ply-circle-action b {
  margin-top: 30%;
}

.ply-solutions-benefits article.ply-cta-expand-inactive .ply-circle .ply-circle-action b {
  margin-top: 30%;
}

.ply-solutions-benefits article .ply-circle .ply-circle-default {
  display: block;
  font-size: 1.75rem;
}

.ply-solutions-benefits article.ply-cta-expand-active .ply-circle .ply-circle-default, .ply-solutions-benefits article.ply-cta-expand-inactive .ply-circle .ply-circle-default {
  display: none;
}

.ply-solutions-benefits article .ply-circle .ply-circle-action, .ply-solutions-benefits article .ply-circle .ply-circle-action {
  display: none;
}

.ply-solutions-benefits article.ply-cta-expand-active .ply-circle .ply-circle-action, .ply-solutions-benefits article.ply-cta-expand-inactive .ply-circle .ply-circle-action {
  display: block;
}

.ply-solutions-benefits .ply-benefit p em, .ply-solutions-benefits .ply-benefit p span {
  display: block;
  color: #002843;
}

.ply-solutions-benefits .ply-benefit p em {
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-style: normal;
}

.ply-solutions-benefits .ply-benefit p span {
  font-size: 1.125rem;
  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;
}

/*	circle component advance starts */

.ply-solutions-benefits article.ply-circle-adv .ply-circle {
  overflow: hidden;
}

.ply-solutions-benefits article.ply-circle-adv .ply-circle.ply-square {
  border-radius: 0;
}

.ply-solutions-benefits article.ply-circle-adv .ply-circle .ply-adv-def, .ply-solutions-benefits article.ply-circle-adv .ply-circle .ply-adv-act, .ply-solutions-benefits article.ply-circle-adv .ply-circle .ply-adv-inact {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}

.ply-solutions-benefits article.ply-circle-adv .ply-circle .ply-adv-def, .ply-solutions-benefits article.ply-circle-adv .ply-circle .ply-adv-act, .ply-solutions-benefits article.ply-circle-adv .ply-circle .ply-adv-inact, .ply-solutions-benefits article.ply-circle-adv .ply-circle .ply-img, .ply-solutions-benefits article.ply-circle-adv .ply-circle .ply-color-wash, .ply-solutions-benefits article.ply-circle-adv .ply-circle .ply-txt {
  border-radius: 200px;
}

.ply-solutions-benefits article.ply-circle-adv .ply-circle.ply-square .ply-adv-def, .ply-solutions-benefits article.ply-circle-adv .ply-circle.ply-square .ply-adv-act, .ply-solutions-benefits article.ply-circle-adv .ply-circle.ply-square .ply-adv-inact, .ply-solutions-benefits article.ply-circle-adv .ply-circle.ply-square .ply-img, .ply-solutions-benefits article.ply-circle-adv .ply-circle.ply-square .ply-color-wash, .ply-solutions-benefits article.ply-circle-adv .ply-circle.ply-square .ply-txt {
  border-radius: 0px;
}

.ply-solutions-benefits article.ply-circle-adv.ply-cta-expand-active .ply-circle {
  background-color: transparent;
}

.ply-solutions-benefits article.ply-circle-adv .ply-circle .ply-img, .ply-solutions-benefits article.ply-circle-adv .ply-circle .ply-color-wash, .ply-solutions-benefits article.ply-circle-adv .ply-circle .ply-txt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.ply-solutions-benefits article.ply-circle-adv .ply-circle .ply-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

.ply-solutions-benefits article.ply-circle-adv .ply-circle .ply-color-wash {
  opacity: 0.3;
  z-index: 2;
}

.ply-solutions-benefits article.ply-circle-adv .ply-circle .ply-txt {
  font-size: 1.75rem;
  line-height: normal;
  z-index: 3;
}

.ply-solutions-benefits article.ply-circle-adv .ply-circle .ply-adv-def {
  display: block;
}

.ply-solutions-benefits article.ply-circle-adv.ply-cta-expand-active .ply-circle .ply-adv-def, .ply-solutions-benefits article.ply-circle-adv.ply-cta-expand-inactive .ply-circle .ply-adv-def {
  display: none;
}

.ply-solutions-benefits article.ply-circle-adv.ply-cta-expand-active .ply-circle .ply-adv-act {
  display: block;
}

.ply-solutions-benefits article.ply-circle-adv .ply-circle .ply-adv-act, .ply-solutions-benefits article.ply-circle-adv.ply-cta-expand-inactive .ply-circle .ply-adv-act {
  display: none;
}

.ply-solutions-benefits article.ply-circle-adv.ply-cta-expand-inactive .ply-circle .ply-adv-inact {
  display: block;
}

.ply-solutions-benefits article.ply-circle-adv .ply-circle .ply-adv-inact, .ply-solutions-benefits article.ply-circle-adv.ply-cta-expand-active .ply-circle .ply-adv-inact {
  display: none;
}

/*	circle component advance ends */

.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-size: 0.875rem;
  margin: 0;
  padding: 20px;
  background-color: #EEE8D6;
}

.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: 460px;
  overflow: hidden;
}

.ply-video-announcement .ply-item-ratio-content {
  text-align: center;
}

.ply-video-announcement .ply-item-ratio-content h2 {
  margin: 0;
  font-weight: 700;
}

.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-size: 1.25rem;
  font-weight: normal;
  margin-bottom: 30px;
  padding: 0;
}

.ply-video-announcement .ply-item-ratio-content blockquote+p+a.ply-global-share-link {
  font-size: 2rem;
}

.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;
  margin: 0;
  padding: 0;
  z-index: 2050;
  border: 1px solid #FFF;
}

.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, .ply-floating-links ul li div {
  color: #FFF;
  font-weight: 700;
  cursor:pointer;
}

.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: #002843;
}

.ply-floating-links .ply-floating-link.ply-global-chat-link {
  background-color: #EB3C00;
}

.ply-floating-links .ply-floating-link.ply-global-form-link.ply-global-chat-link-active {
  background-color: rgba(46, 56, 68, 0.7);
}

.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("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: 2.25rem;
}

.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-weight: normal;
  font-size: 0.875rem;
  color: #968B8A;
  margin-bottom: 5px;
}

.ply-home-social-feed article h5 {
  font-size: 0.875rem;
}

.ply-home-social-feed article h6 {
  font-size:0.75rem;
}

.ply-home-social-feed article strong, .ply-home-social-feed article a {
  font-weight: normal;
  font-weight: 700;
}

.ply-home-social-feed article p {
  color: #968B8A;
}

.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: 2rem;
}

.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;
  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: #EEE8D6;
  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 #EEE8D6;
}

.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-size: 3.75rem;
  font-weight: normal;
}

.ply-solutions-innovations .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-content>span {
  font-size: 1.3125rem;
  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 #EEE8D6;
  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 #EEE8D6;
  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 article {
  margin-bottom: 30px;
  text-align: center;
}

.ply-product-cta-blocks article h3 {
  position: relative;
  padding: 0;
  color: #111;
}

.ply-product-cta-blocks article>div {
  font-size: 1rem;
  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: #002843;
  color: #FFF;
}

.ply-product-grid header label {
  color:#FFF;
}

.ply-product-grid header+.row {
  background-color: #FFF;
  color: #002843;
}

.ply-product-grid table {
  width: 100%;
}

.ply-product-grid table td {
  max-width: 300px;
}

.ply-product-grid .ply-product-grid-filters {
  width: 100%;
  padding: 15px 0;
}

.ply-product-grid .ply-product-grid-filters .row {
  padding-bottom: 10px;
}

.ply-product-grid .ply-product-grid-filters .col-6 {
  text-align: left;
}

.ply-product-grid .ply-product-grid-filters .col-6, .ply-product-grid .ply-product-grid-filters .col-6 * {
  vertical-align: middle;
}

.productsfilter .ply-product-grid .ply-product-grid-filters .ply-form label.ply-checkbox, .comparematrix .ply-product-grid .ply-product-grid-filters .ply-form label.ply-checkbox {
  display: table-row;
}

.productsfilter .ply-product-grid .ply-product-grid-filters .ply-form label.ply-checkbox input+span+span, .comparematrix .ply-product-grid .ply-product-grid-filters .ply-form label.ply-checkbox input+span+span {
  display: table-cell;
  font-size: 0.8rem;
}

.ply-compare-popup {
  display: none;
}

.ply-compare-popup ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.ply-compare-popup ul li {
  list-style: none;
  display: block;
  float: left;
  position: relative;
  padding: 20px 10px;
  width: 150px;
}

.ply-compare-popup-active {
  display: block;
  position: fixed;
  left: 0;
  top: 40%;
  padding: 15px;
  width: 550px;
  z-index: 1000;
  background: #fff;
  border: 15px solid #002843;
}

.ply-compare-popup .ply-product-grid-compare-remove {
  position: absolute;
  right: -10px;
  top: -10px;
}

.ply-compare-popup ul li>div {
  position: relative;
}

.ply-compare-popup ul li .ply-product-grid-overlay-links {
  display: none;
}

.ply-compare-popup ul li a {
  color: #002843;
}

.ply-compare-popup ul li+li {
  margin-left: 10px;
}

.ply-compare-popup ul li img {
  width: 100px;
}

.ply-compare-popup ul li span {
  font-size: 0.875rem;
}

.ply-compare-popup .ply-product-grid-overlay-links .ply-asset-link {
  display: block;
}

.ply-compare-popup .ply-compare-popup-footer {
  padding-top: 10px;
}

.ply-compare-popup .ply-compare-popup-footer .ply-compare-popup-info {
  font-size: 0.875rem;
  font-weight: bold;
  width: 300px;
  float: left;
}

.ply-compare-popup .ply-compare-popup-footer .ply-global-compare-link {
  display: none;
  min-width: 150px;
  float: right;
}

.ply-compare-popup .ply-compare-popup-footer .ply-global-compare-link-active {
  display: block;
}

.ply-product-grid .ply-product-grid-compare {
  display: none;
}

.ply-global-compare-modal {
  display: none;
}

.ply-global-compare-modal.ply-global-compare-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;
  margin: 0 auto;
  z-index: 2040;
  background: #fff;
  min-height: 600px;
}

.ply-global-compare-modal.ply-global-compare-modal-active.ply-global-compare-modal-html5-active {
  visibility: hidden;
}

.ply-global-compare-modal .ply-global-compare-close {
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 1.75rem;
  color: #FFF;
  z-index: 2075;
}

.ply-product-grid .ply-product-grid-compare .ply-global-resource-link, .ply-product-grid .ply-product-grid-compare .ply-asset-link {
  font-weight: normal;
  color: #002843;
  font-size: 1rem;
}

.ply-product-grid .ply-product-grid-items article .ply-filter-values {
  font-size: 0.875rem;
  display: inline-block;
  padding-top: 10px;
}

.ply-product-grid .ply-product-grid-compare .ply-asset-link span.p-l-7 {
  padding-left: 7px;
}

.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-title-link {
  color: #002843;
}

.ply-product-grid .ply-product-grid-compare table thead td .ply-product-title-link:hover span {
  text-decoration: underline;
}

.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: top;
}

.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: 1.75rem;
}

.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;
  height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 15px solid #002843;
}

.ply-product-grid .ply-product-grid-compare-group tr {
  display: none;
}

.ply-product-grid .ply-product-grid-compare-group tr th {
  width: 100px;
  color: #002843;
  font-weight: bold;
}

.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: 1.75rem;
}

.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, .ply-product-grid tbody:nth-child(2n) tr.element th, .ply-product-grid tbody:nth-child(2n) tr.element 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;
  margin-left: 10px;
}

.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: #968B8A;
  color: #FFF;
  text-align: left;
}

.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 {
  vertical-align: middle;
  margin: 6px;
  width: 36px;
  height: 36px;
  display: inline-block;
}

.ply-product-grid .ply-product-grid-compare-group tr.ply-product-grid-compare-group-header .ply-cta-expand span {
  display: none !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 tr:first-child {
  display: table-row;
  border-bottom: 1px solid #ffffff;
}

.ply-product-grid .ply-product-grid-compare-group.ply-product-grid-compare-group-active tr:first-child {
  border-bottom: none;
}

.ply-product-grid .ply-product-grid-compare-group.ply-product-grid-compare-group-active tr {
  display: table-row;
}

.ply-product-grid .ply-product-grid-compare thead .ply-product-grid-header-img {
  text-align: center;
}

.ply-product-grid .ply-product-grid-compare thead .ply-product-grid-title-section {
  text-align: center;
}

.ply-product-grid .ply-product-grid-compare thead .ply-product-grid-title-section .ply-product-title-link {
  display: inline-block;
  width: 80%;
}

.ply-product-grid .ply-product-grid-compare .ply-product-grid-overlay-links {
  display: block;
  margin-top: 4px;
}

.ply-product-grid .ply-product-grid-compare .ply-product-grid-overlay-links .ply-asset-link {
  display: block;
  font-size:0.75rem;
}

.ply-product-grid .ply-product-grid-compare .ply-product-grid-overlay-links .ply-asset-link i {
  font-size:0.75rem;
}

.ply-product-grid tr.element {
  display: table-row;
}

.ply-product-grid .ply-product-grid-compare-remove {
  color: #002843;
}

.ply-product-grid tr.element th, .ply-product-grid tr.element td {
  padding: 25px;
  vertical-align: middle;
  text-align: center;
  background-color: #FFF;
}

.ply-product-grid tr.element th+td, .ply-product-grid tr.element td+td {
  border-left: 1px solid #ACB1B5;
}

.ply-product-grid tr.element td {
  width: auto;
}

.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;
}

.productsfilter .ply-product-grid .ply-product-grid-items article, .comparematrix .ply-product-grid .ply-product-grid-items article {
  min-height: 450px;
  height: auto;
}

.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 h3 a {
  color: #002843;
  font-size: 1.5rem;
  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;
}

.productsfilter .ply-product-grid .ply-product-grid-items article>div, .comparematrix .ply-product-grid .ply-product-grid-items article>div {
  height: 450px;
}

.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, .ply-product-grid .ply-product-grid-items article .ply-asset-link {
  display: block;
  margin-top: 15px;
  font-size: 1rem;
}

.ply-product-grid .ply-product-grid-items article .ply-global-resource-link span, .ply-product-grid .ply-product-grid-items article .ply-asset-link span {
  text-transform: uppercase;
}

.ply-product-grid .ply-product-grid-items article .ply-product-content-block {
  display: none;
  padding: 30px 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-product-grid .ply-solutions-feature-boxes .ply-feature-box-intro h3 {
  text-align: center;
}

.ply-product-grid .ply-product-grid-items.ply-product-grid-height .ply-valign {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 260px;
  padding-bottom: 10px;
  overflow: hidden;
}

.ie .ply-product-grid .ply-product-grid-items.ply-product-grid-height .ply-valign {
  display: block;
  height: auto;
}

.ply-product-grid .ply-product-grid-items.ply-product-grid-height article .ply-product-content-block.ply-product-content-block-active {
  vertical-align: top;
}

.ply-product-grid .ply-product-grid-items.ply-product-grid-height article {
  visibility: hidden;
}

.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: #EEE8D6;
  z-index: 1;
  height: 100%;
}

.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: 1.125rem;
  font-weight: lighter;
  color: #FFF;
  text-align: center;
}

.ply-collaboration-timeline header .ply-cloud-left {
  bottom: -448px;
  left: -25px;
  background-image: url("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("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: 0;
}

.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 #EEE8D6;
}

.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: 1.5rem;
  color: #002843;
  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-size: 3.75rem;
  font-weight: normal;
}

.ply-collaboration-timeline .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-content>span {
  font-size: 1.3125rem;
  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 #EEE8D6;
  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 #EEE8D6;
  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: 1.5rem;
  color: #002843;
  opacity: 0.7;
}

.ply-collaboration-timeline .ply-timeline-end .ply-timeline-entries-left .ply-timeline-entry-year {
  border-top: 2px solid #EEE8D6;
  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 #EEE8D6;
  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;
}

.ply-home-expanding-timeline header {
  text-align: center;
  z-index:0;
}

.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 #EEE8D6;
}

.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;
  margin-left:60px;
}

.ply-home-expanding-timeline .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-content h3 .ply-global-pin-link {
  color: #FDDD66;
}

.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: 130px;
  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;
}

.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: #FFF;
}

.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, .ply-global-pin-modal ul li div span {
  display: block;
}

.ply-global-pin-modal ul li div i {
  font-size: 1.75rem;
  color: #111;
}

.ply-global-pin-modal ul li div, .ply-global-pin-modal ul li div * {
  vertical-align: middle;
}

h1.ply-tabs-content-hds>span>p {
  margin-top: 0px;
}

.title h1.page-title {
  text-align: center;
  margin: 0;
  padding: 15px 0;
}

.title h2.page-title {
  text-align: center;
  font-size: 2.875rem;
  font-weight: normal;
  color: #002843;
  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;
}

.ui-tooltip.tooltip-compare {
  font-size:0.75rem;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.ui-tooltip.tooltip-warning {
  font-size:0.75rem;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  background: #ffffea;
  border-color: #f7b71c;
}

@media screen and (max-width: 767px) {
  .ply-global-chat-modal.ply-global-chat-modal-floating.ply-global-chat-modal-active {
    z-index: 3000 !important;
    top: 0 !important;
    left: 0 !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .flyout-form-message {
    margin: 0 !important;
  }
  .flyout-form-header, .flyout-form-message p {
    font-size:0.75rem;
    padding: 5px 0;
  }
  #main_form {
    width: auto !important;
    font-size:0.75rem !important;
    padding: 0 !important;
  }
  .verticalLine {
    padding: 0 !important;
    border: 0 !important;
  }
  .ply-home-banner.ply-custom-banner-component .ply-curve-content-mid h2 span, .ply-home-banner.ply-custom-banner-component .ply-curve-content-mid h1 span {
    color: #FFFFFF;
  }
}

@media screen and (max-width: 1024px) {
  .ply-global-chat-modal.ply-global-chat-modal-floating.ply-global-chat-modal-active {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .ply-wrapper .powerForm label, .ply-wrapper .miniForm label, .ply-wrapper .powerForm, .ply-wrapper .miniForm, .ply-wrapper .powerForm select, .ply-wrapper .miniForm select {
    font-size: 0.875rem !important;
  }
}

.flyout-form-loader-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px !important;
}

.ply-wrapper.ply-wrapper-hide * {
  display: none;
}

body #facebox_overlay {
  z-index: 2039;
}

body #facebox {
  z-index: 2040;
}

#facebox .facebox-header {
  overflow: hidden;
}

#facebox .bc-cnt {
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 100%;
}

#facebox #v_bc {
  /* 
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  */
}

#facebox #myExperience_v_bc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.playlist .playlist-c {
  overflow: hidden;
  position: relative;
  width: 980px;
  margin: 0 auto;
}

.playlist .video-c {
  float: left;
  width: 70%;
}

.playlist .video-js {
  padding-top: 56.25%;
  height: auto;
  width: auto;
}

.playlist .vjs-playlist {
  width: 30%;
  position: absolute;
  right: 0;
  height: 100%;
  box-sizing: border-box;
  margin-top: 0 !important;
}

@media screen and (max-width:768px) {
  .playlist .video-c, .playlist .vjs-playlist {
    float: none;
    width: 100%;
  }
  .playlist .vjs-playlist {
    position: static;
  }
  .playlist .playlist-c {
    width: 100%;
  }
}

.playlist .playlist-container {
  display: block;
  position: relative;
  width: 980px;
  margin: 0 auto;
}

.playlist .playlist-container .playlist-ratio {
  padding-top: 39.38%;
}

@media screen and (max-width: 1024px) {
  .playlist .playlist-container {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
  }
}

@media screen and (max-width: 640px) {
  .playlist .playlist-container .playlist-ratio {
    padding-top: 56.25%;
  }
}

@media screen and (min-width: 992px) {
  .ply-inline-embedform-align {
    width: 80%;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=style.css.map */

/*	hotspot css for banner carousel, content carousel */

.hotspot-desc-apndr {
  position: relative;
}

.hotspot-cont .hotspot-img-cont .hotspot-img {
  position: absolute;
  z-index: 1000;
  display: block;
  width: auto !important;
  height: auto !important;
  cursor: pointer;
  left: 0%;
  top: 0%;
}

.hotspot-cont .hotspot-desc-cont {
  display: none;
}

.hotspot-desc-cont.hotspot-desc-wrap-cont {
  display: none;
  position: absolute;
  width: 300px;
  height: auto;
  top: 0%;
  left: 0%;
  background: white;
  z-index: 1000;
}

.hotspot-desc-cont.hotspot-desc-wrap-cont .hotspot-close {
  background-color: wheat;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
}

.hotspot-desc-cont.hotspot-desc-wrap-cont .hotspot-close img {
  display: block;
  cursor: pointer;
}

.hotspot-desc-cont.hotspot-desc-wrap-cont .hotspot-video img {
  display: block;
  width: 100%;
  height: auto;
}

.hotspot-desc-cont.hotspot-desc-wrap-cont .hotspot-contents {
  padding: 10px 30px;
}

.hotspot-desc-cont.hotspot-desc-wrap-cont .hotspot-contents>h3 {
  font-size: 1.125rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 20px;
}

.hotspot-desc-cont.hotspot-desc-wrap-cont .hotspot-contents>p {
  font-weight: normal;
  font-size: 1rem;
  margin: 0 0 10px;
  line-height: 23px;
}

.hotspot-desc-cont.hotspot-desc-wrap-cont .hotspot-contents .docs {
  list-style-type: none;
  padding: 0;
  font-size: 0.8125rem;
  margin: 0 0 10px;
}

.hotspot-desc-cont.hotspot-desc-wrap-cont .hotspot-contents .docs li {
  color: #968B8A;
  text-transform: uppercase;
  margin: 5px 0;
  padding-left: 20px;
}

.hotspot-desc-cont.hotspot-desc-wrap-cont .hotspot-contents .docs li i {
  margin-right: 5px;
  margin-left: -20px;
  color: #968B8A;
  line-height: 13px;
}

.hotspot-desc-cont.hotspot-desc-wrap-cont .hotspot-contents .docs li a {
  color: #337ab7;
  line-height: 19px;
}

.hotspot-desc-cont.hotspot-desc-wrap-cont .hotspot-contents .docs li a:hover {
  color: #23527c;
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .hotspot-cont .hotspot-img-cont .hotspot-img, .hotspot-icon-hide-responsive {
    display: none;
  }
}

/*	Custom banner component css	*/

.ply-home-banner .ply-curve .ply-curve-content.ply-home-banner-footer-inactive, .ply-home-banner .ply-curve .ply-curve-content.ply-home-banner-footer-inactive {
  padding-bottom: 30px;
  padding-top: 30px;
}

@media screen and (max-width:767px) {
  .ply-home-banner .ply-curve .ply-curve-content.ply-home-banner-footer-inactive, 
  .ply-home-banner .ply-curve .ply-curve-content.ply-home-banner-footer-inactive {
    padding-bottom: 0px;
  }
}

.ply-home-banner .ply-home-banner-footer-inactive .ply-carousel-controls .ply-carousel-prev, .ply-home-banner .ply-home-banner-footer-inactive .ply-carousel-controls .ply-carousel-next {
  top: 33%;
}

.ply-home-banner .ply-curve .ply-curve-content.ply-bottom-banner-footer-active, .ply-home-banner .ply-curve .ply-curve-content.ply-bottom-banner-footer-active {
  padding-bottom: 0px;
}

.ply-home-banner .ply-bottom-banner-footer-active .ply-carousel-controls .ply-carousel-prev, .ply-home-banner .ply-bottom-banner-footer-active .ply-carousel-controls .ply-carousel-next {
  top: 50%;
}

.ply-home-banner .ply-curve .ply-curve-content.ply-home-banner-footer-active, .ply-home-banner .ply-curve .ply-curve-content.ply-home-banner-footer-active {
  padding-bottom: 30px;
}

.ply-home-banner .ply-home-banner-footer-active .ply-carousel-controls .ply-carousel-prev, .ply-home-banner .ply-home-banner-footer-active .ply-carousel-controls .ply-carousel-next {
  top: 33%;
}

.ply-wrapper .ply-custom-banner-component a {
  font-size: inherit;
}

/*
 * Jquery - jscrollpane css
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #dde;
  position: relative;
}

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/*	Product compare jquery jscroll changes  */

.ply-product-compare-jscroll-dynmc {
  width: 100% !important;
  height: 200px;
  overflow: auto;
}

.ply-product-compare-jscroll .jspVerticalBar {
  left: 0;
}

.ply-product-compare-jscroll .jspContainer {
  width: 100% !important;
}

.ply-product-compare-jscroll .jspPane {
  margin-left: 0 !important;
  width: 100% !important;
}

.ply-product-compare-jscroll .jspTrack {
  background: #EFEFEF;
}

.ply-product-compare-jscroll .jspDrag {
  background: #C1C1C1;
  cursor: default;
}

.ply-product-grid .ply-product-grid-compare-group .ply-product-compare-jscroll tr th, .ply-product-grid .ply-product-grid-compare table.clone-table thead th {
  width: 16%;
}

.ply-product-grid .ply-product-grid-compare-group .ply-product-compare-jscroll tr td, .ply-product-grid .ply-product-grid-compare table.clone-table thead td {
  width: 28%;
  padding: 20px;
}

/**************************
DG offer
*********************/

.ply-dgoffer-component {
  margin: 0 auto;
  max-width: 1170px;
}

/**************************
Split Announcement Component
*********************/

.ply-scab-main .ply-scab-sec-cont .ply-scab-tabs-cont {
  width: 100%;
  height: 425px;
  float: left;
}

.ply-scab-main .ply-scab-sec-cont.ply-scab-sec-cont-1 .ply-scab-tabs-cont {
  width: 100%;
}

.ply-scab-main .ply-scab-sec-cont.ply-scab-sec-cont-2 .ply-scab-tabs-cont {
  width: 50%;
}

.ply-scab-main .ply-scab-sec-cont.ply-scab-sec-cont-2 .ply-scab-tabs-cont.ply-scab-tabs-cont-2 {
  width: 100%;
}

.ply-scab-main .ply-scab-sec-cont.ply-scab-sec-cont-3 .ply-scab-tabs-cont {
  width: 33.33%;
}

.ply-scab-main .ply-scab-sec-cont.ply-scab-sec-cont-3 .ply-scab-tabs-cont.ply-scab-tabs-cont-2 {
  width: 66.66%;
}

.ply-scab-main .ply-scab-sec-cont.ply-scab-sec-cont-3 .ply-scab-tabs-cont.ply-scab-tabs-cont-3 {
  width: 100%;
}

.ply-scab-main .ply-scab-sec-cont.ply-scab-sec-cont-4 .ply-scab-tabs-cont {
  width: 25%;
}

.ply-scab-main .ply-scab-sec-cont.ply-scab-sec-cont-4 .ply-scab-tabs-cont.ply-scab-tabs-cont-2 {
  width: 50%;
}

.ply-scab-main .ply-scab-sec-cont.ply-scab-sec-cont-4 .ply-scab-tabs-cont.ply-scab-tabs-cont-3 {
  width: 75%;
}

.ply-scab-main .ply-scab-sec-cont.ply-scab-sec-cont-4 .ply-scab-tabs-cont.ply-scab-tabs-cont-4 {
  width: 100%;
}

.ply-scab-main .ply-scab-tabs-cont {
  max-height: initial;
  height: 100%;
}

.ply-scab-main .ply-scab-tabs-cont .ply-scab-tab {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}

.ply-scab-main .ply-scab-tabs-cont.ply-scab-tabs-cont-1 .ply-scab-tab {
  width: 100%;
}

.ply-scab-main .ply-scab-tabs-cont.ply-scab-tabs-cont-2 .ply-scab-tab {
  width: 50%;
}

.ply-scab-main .ply-scab-tabs-cont.ply-scab-tabs-cont-3 .ply-scab-tab {
  width: 33.33%;
}

.ply-scab-main .ply-scab-tabs-cont.ply-scab-tabs-cont-4 .ply-scab-tab {
  width: 25%;
}

@media screen and (max-width:992px) {
  .ply-scab-main .ply-scab-sec-cont .ply-scab-tabs-cont, .ply-scab-main .ply-scab-sec-cont.ply-scab-sec-cont-1 .ply-scab-tabs-cont, .ply-scab-main .ply-scab-sec-cont.ply-scab-sec-cont-2 .ply-scab-tabs-cont, .ply-scab-main .ply-scab-sec-cont.ply-scab-sec-cont-2 .ply-scab-tabs-cont.ply-scab-tabs-cont-2, .ply-scab-main .ply-scab-sec-cont.ply-scab-sec-cont-3 .ply-scab-tabs-cont, .ply-scab-main .ply-scab-sec-cont.ply-scab-sec-cont-3 .ply-scab-tabs-cont.ply-scab-tabs-cont-2, .ply-scab-main .ply-scab-sec-cont.ply-scab-sec-cont-3 .ply-scab-tabs-cont.ply-scab-tabs-cont-3, .ply-scab-main .ply-scab-sec-cont.ply-scab-sec-cont-4 .ply-scab-tabs-cont, .ply-scab-main .ply-scab-sec-cont.ply-scab-sec-cont-4 .ply-scab-tabs-cont.ply-scab-tabs-cont-2, .ply-scab-main .ply-scab-sec-cont.ply-scab-sec-cont-4 .ply-scab-tabs-cont.ply-scab-tabs-cont-3, .ply-scab-main .ply-scab-sec-cont.ply-scab-sec-cont-4 .ply-scab-tabs-cont.ply-scab-tabs-cont-4 {
    width: 100%;
    float: none;
  }
  .ply-scab-main .ply-scab-tabs-cont .ply-scab-tab, .ply-scab-main .ply-scab-tabs-cont.ply-scab-tabs-cont-1 .ply-scab-tab, .ply-scab-main .ply-scab-tabs-cont.ply-scab-tabs-cont-2 .ply-scab-tab, .ply-scab-main .ply-scab-tabs-cont.ply-scab-tabs-cont-3 .ply-scab-tab, .ply-scab-main .ply-scab-tabs-cont.ply-scab-tabs-cont-4 .ply-scab-tab {
    width: 100%;
    float: none;
  }
  .ply-scab-main .ply-scab-tabs-cont .ply-scab-tab {
    display: none;
  }
  .ply-scab-main .ply-scab-tabs-cont .ply-scab-tab:first-child {
    display: block;
  }
}

/**************************
Innovation Styles starts here
*********************/

/*	Innovation:- global styles */

@keyframes ply-inv-fadein {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes ply-inv-fadein {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes ply-inv-fadein {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes ply-inv-fadein {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.ply-inv-main a:hover {
  text-decoration: none;
}

.ply-inv-main .ply-inv-list-cont {
  width: 100%;
}

.ply-inv-main .ply-inv-item {
  position: relative;
  width: 100%;
  height: 300px;
  float: left;
  color: #ffffff;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 1s linear;
  -moz-transition: width 1s linear;
  -o-transition: width 1s linear;
  transition: width 1s linear;
}

.ply-inv-main .ply-inv-item.inv-list-item-hovered {
  -webkit-transition: width 1s linear;
  -moz-transition: width 1s linear;
  -o-transition: width 1s linear;
  transition: width 1s linear;
}

.ply-inv-main .inv_2 .ply-inv-item {
  width: 50%;
}

.ply-inv-main .inv_3 .ply-inv-item {
  width: 33.33%;
}

.ply-inv-main .inv_4 .ply-inv-item {
  width: 25%;
}

.ply-inv-main .inv_5 .ply-inv-item {
  width: 20%;
}

.ply-inv-main .overlay-color {
  height: 100%;
  opacity: 0.75;
  z-index: 2;
  overflow: hidden;
  transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
}

.ply-inv-main .content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.ply-inv-main .inv_1 .content-wrap {
  padding-left: 34px;
  padding-right: 10px;
}

.ply-inv-main .inv_2 .content-wrap {
  padding-left: 34px;
  padding-right: 10px;
}

.ply-inv-main .inv_3 .content-wrap {
  padding-left: 34px;
  padding-right: 10px;
}

.ply-inv-main .inv_4 .content-wrap {
  padding-left: 30px;
  padding-right: 10px;
}

.ply-inv-main .inv_5 .content-wrap {
  padding-left: 20px;
  padding-right: 10px;
}

.ply-inv-main .head-wrap {
  min-height: 120px;
}

.ply-inv-main .heading {
  font-size: 1.5rem;
  margin: 0;
  padding: 25px 0 0 0;
  word-break: break-word;
  color: inherit;
}

.ply-inv-main .description {
  font-size: 0.8125rem;
}

.ply-inv-main .desc-content {
  padding-top: 15px;
  word-wrap: break-word;
}

.ply-inv-main .inv-btn-cont {
  display: none;
  -webkit-animation: ply-inv-fadein 1.5s;
  -moz-animation: ply-inv-fadein 1.5s;
  animation: ply-inv-fadein 1.5s;
}

.ply-inv-main .inv-btn-cont .inv-btn {
  font-size: 0.8125rem;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  border: 0px;
}

.ply-inv-main .arrow {
  position: absolute;
  top: 50%;
  right: 6px;
}

.ply-inv-main .arw-btn {
  font-size: 1.75rem;
}

/*	Innovation:- Option 1A */

.ply-inv-main.ply-inv-opt1a .ply-inv-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ply-inv-main.ply-inv-opt1a .inv-btn-cont .inv-btn {
  color: #ffffff;
  background-color: #D71E26;
  padding: 14px 20px;
}

/*	Innovation:- Option 1B */

.ply-inv-main.ply-inv-opt1b .ply-inv-item {
  height: 220px;
  color: #000000;
  border-width: 2px 0px 2px 2px;
  border-style: solid;
}

.ply-inv-main.ply-inv-opt1b .ply-inv-item:last-child {
  border-right-width: 2px;
}

.ply-inv-main.ply-inv-opt1b .overlay-color {
  opacity: 0;
}

@media screen and (min-width: 1040px) {
  /*	Innovation:- global styles */
  .ply-inv-main .ply-inv-list-cont {
    width: 98%;
    margin: 0 auto;
  }
  .ply-inv-main .inv_2.inv-list-hovered .ply-inv-item {
    width: 25%;
  }
  .ply-inv-main .inv_3.inv-list-hovered .ply-inv-item {
    width: 25%;
  }
  .ply-inv-main .inv_4.inv-list-hovered .ply-inv-item {
    width: 18.75%;
  }
  .ply-inv-main .inv_5.inv-list-hovered .ply-inv-item {
    width: 14.40%;
  }
  .ply-inv-main .inv_2.inv-list-hovered .inv-list-item-hovered {
    width: 75%;
  }
  .ply-inv-main .inv_3.inv-list-hovered .inv-list-item-hovered {
    width: 50%;
  }
  .ply-inv-main .inv_4.inv-list-hovered .inv-list-item-hovered {
    width: 43.75%;
  }
  .ply-inv-main .inv_5.inv-list-hovered .inv-list-item-hovered {
    width: 42.30%;
  }
  .ply-inv-main .inv_1 .content {
    width: 40%;
  }
  .ply-inv-main .inv_2 .ply-inv-item.inv-list-item-hovered .content {
    width: 53.205%;
  }
  .ply-inv-main .inv_3 .ply-inv-item.inv-list-item-hovered .content {
    width: 79.807%;
  }
  .ply-inv-main .inv_4 .ply-inv-item.inv-list-item-hovered .content {
    width: 90.109%;
  }
  .ply-inv-main .inv_5 .ply-inv-item.inv-list-item-hovered .content {
    width: 91.81%;
  }
  .ply-inv-main .inv_2.inv-list-hovered .content-wrap, .ply-inv-main .inv_3.inv-list-hovered .content-wrap, .ply-inv-main .inv_4.inv-list-hovered .content-wrap, .ply-inv-main .inv_5.inv-list-hovered .content-wrap {
    padding-left: 18px;
  }
  .ply-inv-main .inv_4.inv-list-hovered .desc-content, .ply-inv-main .inv_5.inv-list-hovered .desc-content {
    display: none;
  }
  .ply-inv-main .inv-list-hovered .inv-list-item-hovered .desc-content {
    display: block;
  }
  .ply-inv-main .inv-list-hovered .inv-list-item-hovered .inv-btn-cont, .ply-inv-main .inv_1 .inv-btn-cont {
    display: block;
    margin-top: 25px;
  }
  .ply-inv-main .inv_4.inv-list-hovered .arrow, .ply-inv-main .inv_5.inv-list-hovered .arrow {
    left: 6px;
  }
  .ply-inv-main .inv-list-hovered .inv-list-item-hovered .arrow, .ply-inv-main .inv_1 .arrow {
    display: none;
  }
  .ply-inv-main .morecontent {
    display: none;
    word-wrap: break-word;
  }
  .ply-inv-main .inv_1 .morecontent {
    display: inline;
  }
  .ply-inv-main .inv_2 .inv-list-item-hovered .morecontent, .ply-inv-main .inv_3 .inv-list-item-hovered .morecontent, .ply-inv-main .inv_4 .inv-list-item-hovered .morecontent, .ply-inv-main .inv_5 .inv-list-item-hovered .morecontent {
    display: inline;
    -webkit-animation: ply-inv-fadein 1.5s;
    -moz-animation: ply-inv-fadein 1.5s;
    animation: ply-inv-fadein 1.5s;
  }
  .ply-inv-main .inv_1 .moreellipses {
    display: none;
  }
  .ply-inv-main .inv-list-hovered .moreellipses {
    display: none;
  }
  /*	Innovation:- Option 1A */
  .ply-inv-main.ply-inv-opt1a .inv_2.inv-list-hovered .overlay-color, .ply-inv-main.ply-inv-opt1a .inv_3.inv-list-hovered .overlay-color, .ply-inv-main.ply-inv-opt1a .inv_4.inv-list-hovered .overlay-color, .ply-inv-main.ply-inv-opt1a .inv_5.inv-list-hovered .overlay-color {
    opacity: 1;
    transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
  }
  .ply-inv-main.ply-inv-opt1a .inv-list-hovered .inv-list-item-hovered .overlay-color {
    opacity: 0.75;
  }
  /*	Innovation:- Option 1B */
  .ply-inv-main.ply-inv-opt1b .inv-list-hovered .inv-list-item-hovered .overlay-color {
    opacity: 1;
  }
  .ply-inv-main.ply-inv-opt1b .inv-list-hovered .inv-list-item-hovered .content, .ply-inv-main.ply-inv-opt1b .inv-list-hovered .inv-list-item-hovered .content .inv-btn {
    color: #ffffff !important;
  }
}

@media screen and (max-width: 1040px) {
  /*	Innovation:- global styles */
  .ply-inv-main .ply-inv-list-cont .ply-inv-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .ply-inv-main .ply-inv-list-cont .content-wrap {
    padding-left: 30px;
  }
  .ply-inv-main .ply-inv-list-cont .arrow {
    display: none;
  }
  .ply-inv-main .inv-btn-cont {
    display: block;
    margin-bottom: 50px;
    margin-top: 40px;
  }
  .ply-inv-main .moreellipses {
    display: none;
  }
  /*	Innovation:- Option 1A */
  .ply-inv-main.ply-inv-opt1a .ply-inv-list-cont .heading {
    padding-top: 54px;
    margin-bottom: 27px;
    width: 100%;
  }
  /*	Innovation:- Option 1B */
  .ply-inv-main.ply-inv-opt1b .ply-inv-item {
    border-width: 2px 2px 2px 2px;
  }
}

@media screen and (max-width: 600px) {
  .ply-inv-main .ply-inv-list-cont .content-wrap {
    padding-left: 20px;
  }
  .ply-inv-main .ply-inv-list-cont .heading {
    padding-top: 54px;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
  }
  .ply-inv-main .inv-btn-cont {
    margin-bottom: 40px;
    margin-top: 30px;
  }
}

/*	----------	Innovation Styles ends here	-----------	*/

/**************************
Content Carousel Height changes
*********************/

.ply-product-cta-adv .row {
  display: block;
}

.ply-product-cta-adv .row .col-6 {
  display: block;
  float: left;
}

.ply-product-cta-adv .row .col-6 .ply-content-block.ply-carousel-content-block {
  padding: 50px 10px 10px 10px;
}

.ply-product-cta-adv-hght .row {
  overflow: hidden;
}

.ply-product-cta-adv-hght .row img {
  float: none;
}

.ply-product-cta-adv-hght .row .col-6, .ply-product-cta-adv-hght .row .col-6 .ply-hotspot-block, .ply-product-cta-adv-hght .row .col-6 .ply-hotspot-image, .ply-product-cta-adv-hght .row .col-6 .ply-hotspot-image img {
  height: inherit !important;
}

@media screen and (max-width: 767px) {
  .ply-product-cta-adv-hght .row {
    height: initial !important;
  }
}

/**************************
DG Overview
*********************/

.ply-legacy-wrapper .dgoverview a, .ply-legacy-wrapper .productstree a {
  font-weight: 700;
  font-size: 1rem;
}

@media screen and (max-width: 1024px) {
  .ply-legacy-wrapper .dgoverview a, .ply-legacy-wrapper .productstree a {
    font-size: 0.875rem;
  }
}

/**************************
Product Slider
*********************/

.ply-legacy-wrapper .productslider .ply-thumbnail-content img {
  max-width: 100%;
}








.ply-txt-blue  { color:#002843;}
.ply-txt-lava  { color:#EB3C00;}
.ply-txt-white { color:#FFFFFF;}
.ply-txt-pearl { color:#D7D2CB;}
.ply-txt-linen { color:#A59C94;}
.ply-txt-slate { color:#968B8A;}
.ply-txt-black { color:#000000;}
.ply-txt-sunflower { color:#FDDD66;}
.ply-txt-sand { color:#EEE8D6;}
.ply-txt-mint { color:#99C3A7;}

.ply-blue  { background:#002843;}
.ply-lava  { background:#EB3C00;}
.ply-white { background:#FFF;}
.ply-pearl { background:#D7D2CB;}
.ply-linen { background:#A59C94;}
.ply-slate { background:#968B8A;}
.ply-black { background:#000;}
.ply-sunflower { background:#FDDD66;}
.ply-sand { background:#EEE8D6;}
.ply-mint { background:#99C3A7;}

.ply-off-white { background:#FAFAFA;}


.lava {
  color: #EB3C00;
}





.ply-global-header {
  background-color: #FFF;
  -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+  */
  width: 100%;
  font-size: 0.9rem;
}

@media screen and (min-width: 1200px){
  .ply-global-header {
    font-size: 1rem;
  }
}

.ply-global-header-nav-logo {
  display: inline-flex;
  margin: 0 2rem 0 0;
}

.ply-global-header-nav-logo .ply-logo {
  padding: 0.4rem 1rem;
}

.ply-global-header-nav-logo .ply-logo img {
  vertical-align: middle;
  height: 35px;
}

.ply-global-header-nav {
  margin: 0 auto;
  width: 100%;
  max-width: 75rem;
}

.ply-global-header-nav .top-bar {
  padding: 0;
}

.ply-global-header-nav .top-bar, 
.ply-global-header-nav .top-bar ul {
    background-color: #FFF;
}

.ply-wrapper .ply-global-header a:hover {
  text-decoration: none;
}

.ply-global-header .dropdown-pane-holder .callout{
  background-color: #002843;
} 

.ply-global-header .dropdown-pane-holder .callout .is-drilldown-submenu,
.ply-global-header .dropdown-pane-holder .callout .is-dropdown-submenu {
  background: #002843;
  border: 0;
}

 .ply-global-header .dropdown-pane-holder.mobile .callout .drilldown a.promo {
  padding: 0.45rem 0;
} 

.ply-global-header .dropdown-pane-holder .callout .drilldown a {
  background: #002843;
  /* background: transparent; */
}

.ply-global-header-nav .top-bar-left .dropdown.menu,
.ply-global-header-nav .top-bar-right .menu {
  display: inline-flex;
}

.ply-global-header-nav .top-bar-left .dropdown.menu {
  vertical-align: top;
}

.ply-global-header-nav .top-bar-left .dropdown.menu a{
  text-decoration: none
}

.ply-global-header-nav .top-bar-left .dropdown.menu li,
.ply-global-header-nav .top-bar-right .menu li {
  position: relative;
}


.top-bar-left,
.top-bar-right {
  flex: 0 0 auto !important;
}

 .top-bar-right {
  margin-left: auto;
} 

.ply-global-header-nav-logo {
  display: inline-flex;
  margin: 0 2rem 0 0;
}

.ply-global-header-nav-logo .ply-logo {
  padding: 0.4rem 1rem;
}

.ply-global-header-nav-logo .ply-logo img {
  vertical-align: middle;
  height: 35px;
}

.ply-global-header-nav {
  margin: 0 auto;
  width: 100%;
  max-width: 75rem;
}

.ply-global-header-nav .top-bar {
  padding: 0;
}

.ply-global-header-nav .top-bar, 
.ply-global-header-nav .top-bar ul {
    background-color: #FFF;
}
.ply-global-header .menu li a:not(.button),
.ply-global-header .menu li p,
.ply-global-header .menu li div,
.ply-global-header .menu li span {
    color: #fff;
    padding: 0.45rem 1rem 0.45rem 0rem;
    font-weight: inherit;
}

.top-bar .top-bar-left .menu li a,
.top-bar .top-bar-right .menu li a{
  padding: 0 1rem;
  line-height: 2.55rem;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  transition: color 0.5s ease;
}

.top-bar .top-bar-left .menu li a[aria-expanded="true"]{
  color: #EB3300;
}

.top-bar .top-bar-left .menu li a[aria-expanded="true"]::after {
  left: 0;
  right: 0;
  transition: all 0.5s ease;
}

.ply-global-header-nav .menu > li:not(.menu-logo) > a::after {
  content: "";
  position: absolute;
  top: calc(100% - 4px);
  border-bottom: 4px solid #EB3300;
  left: 50%;
  right: 50%;
  transition: all 0.5s ease;
}

.ply-global-header-nav .menu > li > a:hover::after {
  left: 0;
  right: 0;
  transition: all 0.5s ease;
}

.ply-global-header .menu li p{
  margin-bottom: 0;
}

.partnerConnect p{
  max-width: 250px;
}

.partnerConnect a:nth-of-type(2){
  font-size: 1.05em;
}

.ply-global-header .lava {
  color: #EB3C00 !important;
  font-weight: inherit;
}
.partnerConnect a:nth-of-type(2):hover{
  text-decoration: underline !important;
}

.partnerConnect div.divider{
  border-bottom: 1px solid white;
  max-width: 600px;
  margin-bottom: 1rem;
}

.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 0;
    border-radius: 0;
    color: #0a0a0a;
    font-weight: 400;
}

.drilldown .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #EB3300;

}

.drilldown .js-drilldown-back>a:before {
  display: block;
  width: 0;
  height: 0;
  border: 6px inset;
  content: "";
  border-right-style: solid;
  border-color: transparent #EB3300 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: .75rem;
  border-left-width: 0;
}

.callout .is-drilldown {
  max-width: none !important;
}

.dropdown-pane-holder .callout.dropdown-pane {
  position: absolute;
  z-index: 1001;
  width: 100%;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto;
  max-width: 75rem;
  border: none;
}

.dropdown-pane-holder.mobile .callout.dropdown-pane {
  font-size: 0.80rem;
}

.dropdown-pane-holder.mobile a.promo{
  text-align: center;
}

.dropdown-pane-holder.mobile img {
  /* height: 50%; */
  max-height: 240px;
  width: auto;
}

.dropdown-pane-holder.mobile{
  display: none;
}
.dropdown-pane-holder.desktop{
  display: block;
}

#mobileMenuTrigger{
  display: none;
}


/* SPA BANNER */

.ply-global-header .spa p {
  text-align: center;
  font-weight: 600; 
  letter-spacing: .5px; 
  font-size: .75rem; 
  text-transform: uppercase; 
  margin-bottom: 0; 
  padding: 4px; 
  color: #EB3300;
  margin-top: 0;
}

.ply-global-header .spa .bg-blue{
  background-color: #002843;
}

.ply-global-header .spa .white{
  color:#FFF;
}

.ply-global-header .spa img{
  vertical-align: middle;
}

@media screen and (max-width: 320px) {
  .ply-global-header .spa p {
    font-size: 0.62rem; 
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .top-bar .top-bar-left .menu li a, .top-bar .top-bar-right .menu li a {
    line-height: 2.833335rem;
  }

  .ply-global-header-nav-logo .ply-logo {
    padding: 0.445rem 1rem;
  }
}
@media screen and (max-width: 1024px) {

  #mobileMenuTrigger{
    display: list-item;
  }

  .dropdown-pane-holder.mobile{
    display: block;
  }
  .dropdown-pane-holder.desktop{
    display: none;
  }

  .ply-global-header-nav .top-bar-left .dropdown.menu{
    display: none;
  }

  .top-bar .top-bar-left .menu li a,
  .top-bar .top-bar-right .menu li a{
    line-height: 2.05rem;
  }

  .ply-global-header-nav-logo .ply-logo {
    padding: 0.328rem 1rem;
  }

  .ply-global-header-nav-logo .ply-logo img {
    height: 25px;
    width: auto;
  }

  .ply-global-header .spa img {
    width: auto;
  }

}

/* DESKTOP MENUS PANE */

.dropdown-pane-holder.desktop .grid-x .cell {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.dropdown-pane-holder.desktop p,
.dropdown-pane-holder.desktop li{
  color: #FFF;
}

.dropdown-pane-holder.desktop h6 {
  text-transform: uppercase;
  font-size: 1rem;
  color: #EB3300;
  font-weight: bold;
  font-family: inherit;
}

.dropdown-pane-holder.desktop h6 a {
  color: inherit;
}



/* SEARCH */

.solr-global-header-search .input-group {
  margin: 0;
}
.solr-global-header-search .home-search-input{
  margin: 0;
}

.solr-global-header-search .search-icon.btn-search{
  background-color: #EB3300;
  color: #FFF;
  line-height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;

  align-items: center;
   padding: 0 1rem;
}

.search-icon.btn-search:hover, 
.search-icon.btn-search:focus {
  background-color: #C22F07;
  color: #FFF;
}

.solr-global-header-search .search-suggestion {
  list-style: none;
  border: 1px solid #888888;
  width: 100%;
  margin: 0;
  padding: 0;
}
.solr-global-header-search .search-suggestion li {
padding: 4px 7px;
background-color: #fff;
cursor: pointer;
}            
.solr-global-header-search .search-suggestion li.active,
.solr-global-header-search .search-suggestion li:hover {
background-color: #eee;
}

.ply-global-language-link-active .fa-caret-down:before {
  content:"\f0d8";
}


/* <div class="regionblock ply-promo"> */

.regionblock.ply-promo {
  padding: 30px 0;
}

.regionblock.ply-promo .grid-x.full {
  max-width: none;

}

.regionblock.ply-promo .card{
  font-weight: 400;
  border: none;
  background: transparent;
  margin: 0 auto 1rem auto;
}

.regionblock.ply-promo .card p {
  font-weight: 500;
  line-height: 1.6;
}

.regionblock.ply-promo .card-section:not(.img) {
  margin: 1rem;
}

.regionblock.ply-promo .card-section {
  padding: 0;
}

.regionblock.ply-promo .card-section h3,
.regionblock.ply-promo .card-section h4{
  margin-bottom: 0.5rem;
}

.regionblock.ply-promo img{
  vertical-align: middle;
  display: block;
  width: 100%;
}
.regionblock.ply-promo img.icon{
  width: 100px;
  display: inline;
}

.regionblock.ply-promo a .card h1, 
.regionblock.ply-promo a .card h2, 
.regionblock.ply-promo a .card h3, 
.regionblock.ply-promo a .card h4, 
.regionblock.ply-promo a .card h5, 
.regionblock.ply-promo a .card h6 {
  color: #EB3C00;
}

.regionblock.ply-promo a:hover{
   text-decoration: none;
}

.regionblock.ply-promo .drop-shadow {
  -moz-box-shadow: 0 20px 20px -20px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 20px 20px -20px rgba(0,0,0,0.5);
  box-shadow: 0 20px 20px -20px rgba(0,0,0,0.5);
}

@media screen and (max-width: 319px) {
  .regionblock.ply-promo .card-section:not(.img) {
    margin: 0.25rem;
  }
}



/* .ply-product-cta updates */

.ply-product-cta .row{
  width: 100%;
}

.ply-product-cta .row .ply-content-block2{
  color: #0a0a0a;
  margin: 1rem;
}

.ply-product-cta .row .ply-content-block2 p {
  margin-bottom: 1rem;
}

.mobile-ply-product-image {
  display: none;
}
.ply-product-cta .row .ply-content-block2 .mobile-ply-product-image{
  margin-bottom: 1em;
}

.ply-product-cta .row .ply-img-block .desktop-ply-product-image {
  float: none;
  width: 1100px !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
}
.ply-product-cta .row .ply-img-block .ply-hotspot-block {
  max-width: 100%;
}

@media screen and (max-width: 39.9375em) {
  .ply-product-cta .row .ply-content-block2{
    margin: 2rem 1rem;
  }

  .ply-wrapper .ply-content-block2 .button{
    margin-bottom: 0;
  }
}

@media screen and (min-width: 40em) {
  .ply-product-cta .row{
    min-height: 450px;
  }
}

@media screen and (max-width: 2300px) {
  .ply-product-cta .row .ply-img-block .desktop-ply-product-image {
    width: 950px !important;
  }
}
@media screen and (max-width: 2000px) {
 .ply-product-cta .row .ply-img-block .desktop-ply-product-image {
   width: 850px !important;
 }
}

@media screen and (max-width: 1810px) {
 .ply-product-cta .row .ply-img-block .desktop-ply-product-image {
   width: 750px !important;
 }
}

@media screen and (max-width: 1630px) {
 .ply-product-cta .row .ply-img-block .desktop-ply-product-image {
   width: 650px !important;
 }
}

@media screen and (max-width: 1450px) {
 .ply-product-cta .row .ply-img-block .desktop-ply-product-image {
   width: 520px !important;
 }
}

@media screen and (max-width: 1200px) {
  .ply-product-cta .row .ply-img-block .desktop-ply-product-image {
    width: 410px !important;
  }
}
@media screen and (max-width: 1000px) {
  .ply-product-cta .row .ply-img-block .desktop-ply-product-image {
    width: 320px !important;
  }
}
@media screen and (max-width: 825px) {
  .ply-product-cta .row .ply-img-block .desktop-ply-product-image {
    width: 290px !important;
  }
}

@media screen and (max-width: 768px) {
  .mobile-ply-product-image {
    display: block;
  }
  .desktop-ply-product-image {
    display: none;
  }
}


/* <!--hero billboard --> */

.hero{
  position: relative;
}

.hero-media img {
  width: 100%;
  max-width: 2000px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.hero.billboard .hero-text p{
  margin-bottom: 1rem;
}

.ply-content-block2 h1,
.hero-text h1 {
  line-height: 1;
}

.hero-box{
  padding: 1rem;
}
.hero-box.center{
  text-align: center;
}

@media screen and (min-width: 40em) {
  .hero-text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: transparent;
    color: #FFF;
  }
  
  .hero-text h1{
    color: #FFF;
  }

  .ply-content-block2 h1,
  .hero-text h1{
    font-size: 7vw;
  }

  .hero-box.left {
    width: 60%;
  }
} 
  
@media screen and (max-width: 39.9375em) {
  .hero-text h1{
    color:#EB3C00;
  }
}







.solr-global-header-search [type='text'], 
.solr-global-header-search textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
} 

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-label, 
.input-group-field, 
.input-group-button, 
.input-group-button a, 
.input-group-button input, 
.input-group-button button, 
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group .input-group-button {
  display: table-cell;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}

.input-group-button a, 
.input-group-button input, 
.input-group-button button, 
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-group-label, 
.input-group-field, 
.input-group-button, 
.input-group-button a, 
.input-group-button input, 
.input-group-button button, 
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

/* GOING BELOW 319px */

@media screen and (max-width: 319px) {
  h1 {
    font-size: 15vw;
  }
  h2 {
    font-size: 11.25vw;
  }
  h3 {
    font-size: 7.5vw;
  }
  h4 {
    font-size: 6.25vw;
  }
  h5 {
    font-size: 5.75vw;
  }
  h6 {
    font-size: 5vw;
  }
  p {
    font-size: 5vw;
  }

  .ply-wrapper .button {
    font-size: 4.5vw;
  }

  .top-bar{
    flex: 0 0 100%;
    flex-wrap: nowrap;
  }

  #utilSearchIcon{
    display: none;
  }

  .ply-global-header-nav-logo{
    margin: 0;
  }
 
  .ply-global-header-nav-logo .ply-logo img {
      height: 100%;
      width: auto;
      max-height: 35px;
  }

  .regionblock.ply-promo img.icon {
      width: 31.25vw;
  }

  .ply-copyright {
      font-size: 4.0625vw;
      padding: 9vw 0 5vw;
  }

  .ply-copyright .col-6 ul {
    display: flex;
    justify-content: space-between;
  }

  .ply-copyright ul li+li {
    margin-left: 0; !im
  }

  /* .ply-homepage-nav-comp>div>div>span>a {
      font-size: 5vw !important;
  } */

  .ply-homepage-nav-comp>div>div>span {
    padding: 6.25vw 5vw !important;
  }

}

@media screen and (max-width: 175px) {

  .top-bar-left{
    margin: 0 auto;
  }
  .top-bar-right{
    display: none;
  }

  .dropdown-pane-holder.mobile,
  .dropdown-pane-holder.search {
    display: none;
  }

}

.ply-homepage-nav-comp h6, .ply-homepage-nav-comp ul, .ply-homepage-nav-comp li {
  margin:0;
  padding:0;
}

ul {
  padding: 0 0 0 20px;
  list-style-position: outside;
}

.flexiblefooter .ply-homepage-nav-comp {
   margin-top: 0;
}

.ply-home-expanding-timeline .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-content p, .ply-home-expanding-timeline .ply-timeline-entries .ply-timeline-entry .ply-timeline-entry-content .ply-global-flyout-link {
    margin-left: 60px;
}

/*section.ply-component.ply-product-overview .ply-content-block ul {
    padding-left: 20px;
    margin-top: 25px;
}*/

section.ply-component.ply-product-overview header {
    margin-bottom: 50px;
}
.rawhtml table {
    margin: 0 auto;
}
div#altcld + img{
	display:none;
}
section.ply-component-full .ply-item-ratio-content blockquote {
	font-size: 2.25rem; 
    max-width: 770px;
    margin: 0 auto;
}
section.ply-product-tabs .polytext table {
	margin: 0 auto;
}


@media screen and (max-width: 768px){
  .tb-mb-full {width:100% !important;}

  .ply-inv-main.ply-inv-opt1a .ply-inv-list-cont .heading{
    padding-top: 30px;
    margin-bottom: 10px;
  }

  .ply-inv-main .head-wrap {
    min-height: 60px;
   } 

  .ply-global-share-modal {
	left: 175px !important;
    width: 200px;
  }

  .ply-feature-box-content {
  width:100%;
  padding: 15px !important;
  left:0 !important;  
  }

    
}

.ply-floating-links .buy-element .ply-floating-link {
    background: #eb3c00;
}