@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,700italic|Open+Sans:700italic,700,600,400italic,400&subset=latin,latin-ext);
/*!
* Global Styles Definitions
*
* @author			Matt Gifford
* @copyright		2013 Timeshifting Interactive Limited
* @version		3.0.4
*
* @note				For navigation between sections, set your IDE/Editor's CSS function pattern regular expression to: ^(\/\*	::|\/\*\*\*)
*
*/
/*  ::  Global Styles  »  CSS Reset	*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, code, form, fieldset, legend, input, textarea, p, blockquote, figure, figcaption, th, td, small, big {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  /* make sure html5 elements display correctly in old IE */
  display: block;
}

/*  ::  Global Styles  »  Base Styles (incl background images)	*/
html {
  position: relative;
  display: block;
  height: 100%;
  background-attachment: fixed;
}
html.desktop {
  /* always display vertical scrollbar, stops centered content jumping between pages */
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  background: #f2efeb url(rs-global-bg.jpg) no-repeat 50% 0;
}
html.mobile {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
  min-height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  color: black;
  background: url(rs-global-bg-overlay-i8a8.png) repeat;
  background: url(rs-global-footer-bg.png) repeat-x 0 100%, url(rs-global-bg-overlay-i8a8.png) repeat;
}
.tablet body {
  background: #f2efeb url(rs-global-bg.jpg) 50% 0;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@media screen and (max-width: 640px) {
  body {
    background: #f2efeb url(rs-global-bg-mobile.jpg) repeat-y 50% 0;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}
.mobile body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  background: #f2efeb url(rs-global-bg-mobile.jpg) no-repeat 50% 0;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-attachment: fixed;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

select, input, textarea {
  font: 400 99% "Open Sans", sans-serif;
}

a {
  color: #ff8100;
  text-decoration: none;
}

.mouse a:hover {
  color: #ff8100;
  text-decoration: underline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}

fieldset, img {
  border: 0;
  display: block;
}

/* html5 input:placeholder attribute */
::-webkit-input-placeholder {
  color: #aaa !important;
  font-style: italic;
}

:-moz-placeholder {
  color: #aaa !important;
  font-style: italic;
}

input.placeholder,
textarea.placeholder {
  color: #aaa !important;
  font-style: italic;
}

legend {
  color: black;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 400;
}

b, strong {
  font-weight: bold;
}

cite, i, em {
  font-style: italic;
}

pre, code {
  font-family: monospace;
  line-height: 100%;
}

caption, th {
  text-align: left;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}

hr {
  width: 100%;
  height: 1px;
  border: none;
  overflow: hidden;
  background: #ddd;
  color: #ddd;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  position: relative;
  display: inline-block;
  vertical-align: 0.3em;
  height: 1.2em;
}

sub {
  position: relative;
  display: inline-block;
  vertical-align: -0.1em;
  height: 1.2em;
}

a.active {
  cursor: default;
}

a:active {
  outline: none !important;
}

.clear {
  clear: both;
}

.hidden {
  display: none !important;
}

.mobile .hidden--mobile {
  display: none !important;
}

.tablet .hidden--tablet {
  display: none !important;
}

.desktop .hidden--desktop {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

/*  ::  Global Styles  »  Heading Styles	*/
.h-heading1,
h1 {
  margin-top: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 320%;
}

.h-heading2,
h2 {
  margin-top: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 260%;
}

.h-heading3,
h3 {
  margin-top: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 200%;
}

.h-heading4,
h4 {
  margin-top: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 160%;
}

.h-heading5,
h5 {
  margin-top: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 120%;
}

.h-heading6,
h6 {
  margin-top: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 100%;
}

.h-heading1:first-child,
.h-heading2:first-child,
.h-heading3:first-child,
.h-heading4:first-child,
.h-heading5:first-child,
.h-heading6:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

.h-heading1.run-on,
.h-heading2.run-on,
.h-heading3.run-on,
.h-heading4.run-on,
.h-heading5.run-on,
.h-heading6.run-on,
h1.run-on,
h2.run-on,
h3.run-on,
h4.run-on,
h5.run-on,
h6.run-on {
  margin-top: 8px;
}

.h-heading1 + .h-heading2,
.h-heading2 + .h-heading3,
.h-heading3 + .h-heading4,
.h-heading4 + .h-heading5,
.h-heading5 + .h-heading6,
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
  margin-top: 12px;
}

/*  ::  Global Styles  »  Paragraph Styles	*/
p {
  margin-top: 12px;
  font-weight: 400;
  font-size: 100%;
}

.h-heading1 + p,
.h-heading2 + p,
.h-heading3 + p,
.h-heading4 + p,
.h-heading5 + p,
.h-heading6 + p,
h1 + p,
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p,
p.run-on {
  margin-top: 8px;
}

p:first-child {
  margin-top: 0;
}

/*  ::  Global Styles  »  List Styles	*/
.rt ol,
.rt ul {
  margin-top: 4px;
  padding: 0 0 0 25px;
}
.rt dl {
  margin-top: 4px;
  padding: 0 0 0 20px;
}
.rt .h-heading1 + ul,
.rt .h-heading2 + ul,
.rt .h-heading3 + ul,
.rt .h-heading4 + ul,
.rt .h-heading5 + ul,
.rt .h-heading6 + ul,
.rt h1 + ul,
.rt h2 + ul,
.rt h3 + ul,
.rt h4 + ul,
.rt h5 + ul,
.rt h6 + ul,
.rt .h-heading1 + ol,
.rt .h-heading2 + ol,
.rt .h-heading3 + ol,
.rt .h-heading4 + ol,
.rt .h-heading5 + ol,
.rt .h-heading6 + ol,
.rt h1 + ol,
.rt h2 + ol,
.rt h3 + ol,
.rt h4 + ol,
.rt h5 + ol,
.rt h6 + ol,
.rt dl.run-on,
.rt ol.run-on,
.rt ul.run-on {
  margin-top: 8px;
}
.rt ol:first-child,
.rt ul:first-child,
.rt dl:first-child {
  margin-top: 0;
}
.rt ol {
  list-style: decimal;
}
.rt ul {
  list-style: disc;
}
.rt ul ul {
  list-style: square;
}
.rt ul ul ul {
  list-style: circle;
}
.rt li {
  margin-top: 3px;
  font-weight: 400;
  font-size: 100%;
}
.rt dt {
  margin-top: 8px;
  font-weight: 700;
  font-size: 100%;
}
.rt dd {
  font-size: 100%;
  font-weight: 400;
}
.rt dt:first-child,
.rt li:first-child {
  margin-top: 0;
}

/*  ::  Global Styles  »  Form Styles	*/
.rt fieldset {
  position: relative;
  display: block;
  padding: 14px 14px;
}
.rt fieldset .disabled {
  position: relative;
  overflow: hidden;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.rt fieldset .cols2,
.rt fieldset .cols3,
.rt fieldset .cols4,
.rt fieldset .cols5 {
  margin: 0;
  padding-left: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rt fieldset .cols2 li,
.rt fieldset .cols3 li,
.rt fieldset .cols4 li,
.rt fieldset .cols5 li {
  margin: 0;
  overflow: hidden;
}
.rt fieldset .cols2 + .cols2,
.rt fieldset .cols3 + .cols3,
.rt fieldset .cols4 + .cols4,
.rt fieldset .cols5 + .cols5 {
  padding-left: 21px;
}
.rt .ie7 fieldset .cols2,
.rt .ie7 fieldset .cols3,
.rt .ie7 fieldset .cols4,
.rt .ie7 fieldset .cols5 {
  padding-left: 0 !important;
}
.rt .ie7 fieldset .cols2 input[type="text"],
.rt .ie7 fieldset .cols2 input[type="password"],
.rt .ie7 fieldset .cols2 textarea,
.rt .ie7 fieldset .cols3 input[type="text"],
.rt .ie7 fieldset .cols3 input[type="password"],
.rt .ie7 fieldset .cols3 textarea,
.rt .ie7 fieldset .cols4 input[type="text"],
.rt .ie7 fieldset .cols4 input[type="password"],
.rt .ie7 fieldset .cols4 textarea,
.rt .ie7 fieldset .cols5 input[type="text"],
.rt .ie7 fieldset .cols5 input[type="password"],
.rt .ie7 fieldset .cols5 textarea {
  width: 90%;
}
.rt .fieldset--alternative {
  padding-left: 14px;
  padding-right: 14px;
  background: #eeeeee;
  margin-left: -14px;
}
.rt .ie7 .fieldset--alternative > textarea,
.rt .ie7 .fieldset--alternative > input[type="text"],
.rt .ie7 .fieldset--alternative > input[type="search"],
.rt .ie7 .fieldset--alternative > input[type="email"],
.rt .ie7 .fieldset--alternative > input[type="password"] {
  position: relative;
  margin-left: 20px;
}
.rt label {
  float: left;
  margin-bottom: 4.66667px;
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  font-weight: 400;
  color: black;
}
.rt button {
  float: left;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
}
.rt textarea,
.rt input,
.rt select {
  float: left;
  margin: 0 0 14px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rt input[type="radio"],
.rt input[type="checkbox"] {
  margin-top: 7px;
  margin-right: 4px;
}
.rt label + input[type="radio"],
.rt label + input[type="checkbox"] {
  margin-left: 14px;
}
.rt input[type="radio"] + label,
.rt input[type="checkbox"] + label {
  min-width: 85%;
  margin-top: 7px;
}
.rt textarea,
.rt select,
.rt input[type="text"],
.rt input[type="email"],
.rt input[type="search"],
.rt input[type="password"] {
  float: left;
  display: block;
  width: 100%;
  min-height: 22px;
  padding: 7px 8px 5px 8px;
  background: #fff;
  border: 1px solid #aaaaaa;
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  font-weight: 400;
  color: black;
  box-sizing: border-box;
}
.rt .ie7 textarea,
.rt .ie7 select,
.rt .ie7 input[type="text"],
.rt .ie7 input[type="email"],
.rt .ie7 input[type="search"],
.rt .ie7 input[type="password"] {
  /* handle the lack of border box support */
  width: 95%;
}
.rt textarea {
  height: 100px;
}
.rt select {
  width: auto;
}

/*  ::  Global Styles  »  Table Styles	*/
.rt table {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  margin-top: 10px;
  border-top: 1px solid #aaaaaa;
}
.rt table:first-child {
  margin-top: 0;
}
.rt table th,
.rt table td {
  padding: 4px 8px;
  border-bottom: 1px solid #aaaaaa;
}
.rt table th {
  font-weight: 700;
}
.rt table td:first-child {
  padding-left: 0;
}
.rt table tr:nth-child(odd) td {
  background: #eeeeee;
}
.rt table tr:nth-child(even) td {
  background: white;
}

/*  ::  Global Styles  »  Button Styles	*/
.button {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  padding: 4px 12px;
  min-height: 21px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  background: #333;
  color: #fff;
  border: 1px solid #000;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.mouse .button:hover {
  text-decoration: none;
}
.button.button--medium {
  padding: 8px 14px;
  font-size: 18px;
}
.button.button--large {
  padding: 12px 16px;
  font-size: 21px;
}
.button.button--facebook {
  padding-right: 45px;
}
.button.button--facebook:after {
  position: absolute;
  width: 38px;
  height: 38px;
  margin: -8px 0 0 6px;
  content: "";
  background: url(rs-global-elements-button-icon-facebook.png) no-repeat 50% 50%;
}
.button.button--orange {
  background: #ff8100;
  background: -webkit-linear-gradient(top, #fdc992 0%, #fa8100 8%, #ed5900 100%);
  background: -o-linear-gradient(top, #fdc992 0%, #fa8100 8%, #ed5900 100%);
  background: -ms-linear-gradient(top, #fdc992 0%, #fa8100 8%, #ed5900 100%);
  background: -moz-linear-gradient(top, #fdc992 0%, #fa8100 8%, #ed5900 100%);
  background: linear-gradient(to bottom, #fdc992 0%, #fa8100 8%, #ed5900 100%);
  border: 1px solid #ed5900;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.mouse .button.button--orange:hover {
  background: #ff9a33;
  background: -webkit-linear-gradient(top, #fdd3a7 0%, #fb9930 8%, #f07830 100%);
  background: -o-linear-gradient(top, #fdd3a7 0%, #fb9930 8%, #f07830 100%);
  background: -ms-linear-gradient(top, #fdd3a7 0%, #fb9930 8%, #f07830 100%);
  background: -moz-linear-gradient(top, #fdd3a7 0%, #fb9930 8%, #f07830 100%);
  background: linear-gradient(to bottom, #fdd3a7 0%, #fb9930 8%, #f07830 100%);
  color: #fde9e3;
  border-color: #f07830;
}
.button.button--cyan {
  background: #64c8e8;
  background: -webkit-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -o-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -ms-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -moz-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: linear-gradient(to bottom, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  border: 1px solid #199ac4;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.mouse .button.button--cyan:hover {
  background: #90d8ef;
  background: -webkit-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -o-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -ms-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -moz-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: linear-gradient(to bottom, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  color: #e6f3f9;
  border-color: #49afd0;
}
.button.button--disabled {
  background: #a6a6a6;
  border: 1px solid #eee;
  cursor: default;
  color: #f0f0f0 !important;
}
.mouse .button.button--disabled:hover {
  color: #fff;
  cursor: default;
}

/*  ::  Global Styles  »  Misc Styles		*/
.row-fluid.facebook-api {
  /* screen reader only content */
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.hide-title {
  display: none !important;
}

.share-tooltip {
  display: none;
}

/*  ::  UI Styles  »  Global UI Wrapper	*/
#main {
  position: relative;
  width: auto;
  min-width: 320px;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 1;
}
.desktop #main {
  background: #f2efeb url(rs-global-bg.jpg) no-repeat 50% 0;
}
.ie78 #main {
  width: 1100px;
}
#main .row-fluid {
  width: auto;
  margin: 0 20px 20px 20px;
  margin: 0 0 20px 0 \0/;
  z-index: 1;
}
.mobile #main .row-fluid {
  margin: 0 0 25px 0;
}
@media screen and (max-width: 640px) {
  #main .row-fluid {
    margin: 0 0 25px 0;
  }
}
.tablet #main > .row-fluid {
  margin: 0 0 25px 0;
}
#main .scrollable-wrapper {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
@media screen and (max-width: 1100px) {
  .mouse #main .scrollable-wrapper {
    margin-bottom: 20px;
  }
}
#main .scrollable-wrapper .scrollable-artboard {
  min-width: 1020px;
}
#main .scrollable-pagination {
  position: relative;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  display: none;
}
@media screen and (max-width: 1100px) {
  .touch #main .scrollable-pagination {
    display: block !important;
  }
}
#main .scrollable-pagination li {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border: 2px solid #000;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: transparent;
  text-indent: 30px;
  overflow: hidden;
  -ms-touch-action: none;
}
#main .scrollable-pagination li.active {
  background: #000;
}
#main #G1 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  max-width: 100%;
  z-index: 900;
}
#main #G1 #ubisoft-toolbar-container li.login > a {
  position: relative;
  display: block;
  margin: 7px 6px 0 0;
  padding: 7px 12px 0 38px;
  height: 19px;
  border-radius: 13px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  line-height: 11px;
  font-weight: 700;
  color: #202020 !important;
  background: #f4f4f4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f4f4f4 0%, #c5c5c5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #c5c5c5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #c5c5c5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f4f4 0%, #c5c5c5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f4f4 0%, #c5c5c5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f4f4 0%, #c5c5c5 100%);
  /* W3C */
}
#main #G1 #ubisoft-toolbar-container li.login > a span {
  position: absolute;
  left: 8px;
  top: 5px;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  width: 22px;
  height: 16px;
  background: url(rs-global-header-login-bg.png) no-repeat 0px 0px;
}
#main #ubisoft-toolbar {
  width: auto;
  max-width: 1100px;
}
.ie78 #main #ubisoft-toolbar {
  width: 980px;
}
.mobile #main div.stackable {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

/*  ::  UI Styles  »  Global Header Logo and Social	*/
#G2 {
  border-top: 41px solid transparent;
  margin-bottom: 0;
  z-index: 800;
}
.tablet #G2, .desktop #G2 {
  width: auto;
  margin-right: 325px !important;
  min-height: 118px;
}
#G2 #G2C1 {
  width: auto;
}
#G2 .header-logo {
  position: relative;
  height: 50px;
  width: 350px;
}
#G2 .header-logo img {
  position: absolute;
  left: 0;
  top: 34px;
}
.mobile #G2 .header-logo {
  height: 30px;
}
.mobile #G2 .header-logo img {
  max-width: 50%;
  top: 15px;
}
@media screen and (max-width: 640px) {
  #G2 .header-logo {
    height: 30px;
  }
  #G2 .header-logo img {
    max-width: 50%;
    top: 15px;
  }
}
#G2 #G2C2 {
  width: auto;
  float: right;
}
@media screen and (max-width: 970px) {
  #G2 #G2C2 {
    clear: left;
    float: left;
  }
}
@media screen and (max-width: 640px) {
  #G2 #G2C2 {
    display: none;
  }
}
.mobile #G2 #G2C2 {
  display: none;
}
#G2 .header-social {
  float: right;
  display: block;
  margin: 42px 0 0 0;
  padding: 0;
}
@media screen and (max-width: 970px) {
  #G2 .header-social {
    margin: 66px 0 0 0;
  }
}
#G2 .header-social li {
  float: left;
  display: block;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  background: url(rs-global-header-social-icons-i8a8.png) no-repeat;
}
#G2 .header-social li a {
  display: block;
  width: 48px;
  height: 48px;
  text-indent: 48px;
  overflow: hidden;
}
#G2 .header-social .icon-chat {
  background-position: 0px 0;
}
.mouse #G2 .header-social .icon-chat:hover {
  background-position: 0px -48px;
}
#G2 .header-social .icon-email {
  background-position: -48px 0;
}
.mouse #G2 .header-social .icon-email:hover {
  background-position: -48px -48px;
}
#G2 .header-social .icon-facebook {
  background-position: -96px 0;
}
.mouse #G2 .header-social .icon-facebook:hover {
  background-position: -96px -48px;
}
#G2 .header-social .icon-twitter {
  background-position: -144px 0;
}
.mouse #G2 .header-social .icon-twitter:hover {
  background-position: -144px -48px;
}
#G2 .header-social .icon-youtube {
  background-position: -192px 0;
}
.mouse #G2 .header-social .icon-youtube:hover {
  background-position: -192px -48px;
}

/*  ::  UI Styles  »  Global Header Nav and Pre-Order	*/
#G3 {
  z-index: 500;
}
#G3 #G3C1 {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1100px) {
  #G3 #G3C1 {
    width: 89%;
  }
}
#G3 .header-nav .menu-toggle {
  display: none;
  -ms-touch-action: none;
}
#G3 .header-nav a {
  text-decoration: none;
  color: #000;
}
.mouse #G3 .header-nav a:hover {
  color: #ff8100;
}
#G3 .header-nav > ul {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 34px;
  background: url(rs-global-header-nav-bg.png) repeat-x 0 -50px;
}
@media screen and (max-width: 640px) {
  #G3 .header-nav > ul {
    display: none;
  }
}
#G3 .header-nav > ul > li {
  position: relative;
  float: left;
  height: 34px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
#G3 .header-nav > ul > li > a {
  float: left;
  display: block;
  padding: 7px 12px 0 12px;
  height: 27px;
  text-transform: uppercase;
}
#G3 .header-nav > ul > li.active {
  background: url(rs-global-header-nav-bg.png) repeat-x 0 0;
}
#G3 .header-nav > ul > li.active > a {
  color: #ff8100;
  cursor: default;
}
.touch #G3 .header-nav > ul > li.expanded, .mouse #G3 .header-nav > ul > li:hover {
  background: url(rs-global-header-nav-bg.png) repeat-x 0 -100px;
}
.touch #G3 .header-nav > ul > li.expanded > a, .mouse #G3 .header-nav > ul > li:hover > a {
  color: #ff8100;
}
#G3 .header-nav > ul > li ul {
  position: absolute;
  left: 0;
  top: 34px;
  margin: 0;
  padding: 0 0 10px 0;
  z-index: 500;
  background: #fff;
  display: none;
}
#G3 .header-nav > ul > li ul li {
  margin: 0;
  padding: 2px 12px;
  font-size: 14px;
  white-space: nowrap;
}
.touch #G3 .header-nav > ul > li ul li {
  padding: 10px 12px;
}
#G3 .header-nav > ul > li.expanded ul, .mouse #G3 .header-nav > ul > li:hover ul {
  display: block;
}
.mobile #G3 .header-nav {
  height: 1px;
}
.mobile #G3 .header-nav .menu-toggle {
  display: block;
  position: absolute;
  top: 41px;
  right: 4px;
  width: 70px;
  height: 55px;
  background: url(rs-global-header-menu-toggle.png) no-repeat 50% 50%;
}
.mobile #G3 .header-nav.expanded .menu-toggle {
  background-color: #000;
}
.mobile #G3 .header-nav ul {
  position: absolute;
  z-index: 99999;
  background: #000;
  width: auto;
  left: 4px;
  right: 4px;
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #000;
  display: none;
}
.mobile #G3 .header-nav.expanded ul {
  display: block !important;
}
.mobile #G3 .header-nav.expanded ul ul {
  display: none !important;
}
.mobile #G3 .header-nav li {
  float: none;
  display: block;
  width: auto;
  margin: 0;
  padding: 0 14px;
  height: auto;
  background: #000 !important;
  color: #fff !important;
  border-bottom: 1px solid #ccc;
}
.mobile #G3 .header-nav li a {
  float: none;
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 8px 0;
  height: auto;
  background: #000 !important;
  color: #fff !important;
}
.mobile #G3 .header-nav li:first-child a {
  border: 0;
}
.mobile #G3 .header-nav ul ul {
  display: none !important;
}
#G3 #G3C2 {
  min-height: 0;
}
.mobile #G3 #G3C2 {
  background: #fff;
  background: -webkit-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -o-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -ms-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -moz-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, white 0%, #e0e0e0 100%);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  float: none;
  width: 100%;
  margin: 0 !important;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #G3 .buy-now {
    display: none;
  }
}
#G3 .buy-now {
  position: absolute;
  top: 46px;
  right: 2px;
  width: 300px;
}
#G3 .buy-now div {
  float: left;
  width: 150px;
  padding: 6px 0 0 0;
  text-align: left;
}
#G3 .buy-now p {
  margin: 0;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
#G3 .buy-now p.header-black {
  font-size: 15px;
}
#G3 .buy-now p.header-white {
  font-weight: 400;
  color: #818181;
}
#G3 .buy-now p.header-amazon {
  margin: 0;
  padding: 10px 0 0 10px;
  font-weight: 400;
  color: #818181;
  font-size: 11px;
}
#G3 .buy-now p.header-amazon img {
  margin: -5px 0 0 0;
  padding-right: 15px;
  /* display: inline; */
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  /* float: none !important; */
  width: auto !important;
}
#G3 .buy-now .button {
  margin: 4px 0 0 0;
}
#G3 .buy-now img {
  float: right;
}
.mobile #G3 .buy-now {
  position: relative;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  display: block !important;
}
.mobile #G3 .buy-now div {
  float: right;
  width: 65%;
  padding: 25px 0;
  text-align: center;
}
.mobile #G3 .buy-now p {
  margin: 0;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.mobile #G3 .buy-now p.header-black {
  font-size: 24px;
}
.mobile #G3 .buy-now p.header-white {
  font-size: 20px;
  color: #818181;
}
.mobile #G3 .buy-now p.header-amazon {
  padding: 8px 0 0 0;
}
.mobile #G3 .buy-now .button {
  margin: 4px 0 0 0;
}
.mobile #G3 .buy-now img {
  float: left;
  margin: 15px 0;
  width: 30%;
  max-width: 139px;
}

/*  ::  UI Styles  »  Global Footer  »  Languages & Social  	*/
#main .footer-wrapper-row1 {
  height: 92px;
  margin: 0 !important;
  overflow: hidden;
  background: url(rs-global-footer-bg.png) repeat-x 0 0;
  color: #fff;
}
#main .footer-wrapper-row1 .span6.stackable:first-child { width: auto!important; }
#main .footer-wrapper-row1 .span6.stackable + .span6.stackable { width: auto!important; float: right; }
.mobile #main .footer-wrapper-row1 {
  height: auto;
  background: url(rs-global-footer-bg-tablet-mobile.png) repeat-x 0 0;
  text-align: center;
}
.mobile #main .footer-wrapper-row1 .stackable {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  text-align: left;
}

#main .component-footer-social {
  padding: 20px;
  float: right;
  margin: 0px 0;
}
.mobile #main .component-footer-social {
  padding-top: 0;
}
#main .component-footer-social ul {
  float: right;
}
#main .component-footer-social li {
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 0 0 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #000;
  text-indent: 50px;
  overflow: hidden;
}
.mobile #main .component-footer-social li, .tablet #main .component-footer-social li {
  margin: 5px 0 0 5px;
}
#main .component-footer-social li:first-child {
  margin-left: 0;
}
#main .component-footer-social li a {
  display: block;
  width: 50px;
  height: 50px;
}
#main .component-footer-social .icon-chat {
  background: black url(rs-global-elements-icon-social-chat.png) no-repeat 50% 50%;
}
#main .component-footer-social .icon-email {
  background: black url(rs-global-elements-icon-social-email.png) no-repeat 50% 50%;
}
#main .component-footer-social .icon-facebook {
  background: black url(rs-global-elements-icon-social-facebook.png) no-repeat 50% 50%;
}
#main .component-footer-social .icon-twitter {
  background: black url(rs-global-elements-icon-social-twitter.png) no-repeat 50% 50%;
}
#main .component-footer-social .icon-youtube {
  background: black url(rs-global-elements-icon-social-youtube.png) no-repeat 50% 50%;
}
.mouse #main .component-footer-social li:hover {
  background-color: #1c1c1c;
}

#main .component-footer-support {
  padding: 40px 10px;
}
#main .component-footer-support b {
  padding: 0 10px;
}
#main .component-footer-support a {
  padding: 0 8px;
  color: #b8b8b8;
  text-decoration: none;
}
#main .component-footer-support a:hover {
  color: #64c8e8;
}

#main .component-footer-localeselect {
  background: #000;
  padding: 9px 15px;
  float: left;
  margin: 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.mobile #main .component-footer-localeselect, .tablet #main .component-footer-localeselect {
  margin-top: 25px;
  text-align: center;
}
#main .component-footer-localeselect p {
  float: left;
  margin: 0;
  padding: 8px 4px 0 0;
  color: #818181;
}
.mobile #main .component-footer-localeselect p, .tablet #main .component-footer-localeselect p {
  float: none;
  display: block;
  margin: 0 auto;
  padding: 8px 4px;
  text-align: center;
}
#main .component-footer-localeselect ul {
  float: left;
}
.mobile #main .component-footer-localeselect ul, .tablet #main .component-footer-localeselect ul {
  float: none;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
}
#main .component-footer-localeselect li {
  float: left;
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 0;
  text-indent: 48px;
  overflow: hidden;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
}
.mobile #main .component-footer-localeselect li, .tablet #main .component-footer-localeselect li {
  float: none;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  width: 48px;
  text-indent: 48px;
  font-size: 1px;
  color: rgba(0, 0, 0, 0);
}
.mouse #main .component-footer-localeselect li:hover, #main .component-footer-localeselect li.active {
  opacity: 1;
}
#main .component-footer-localeselect li a {
  display: block;
  width: 32px;
  height: 32px;
}
#main .component-footer-localeselect .en-us {
  background-image: url(rs-global-elements-icon-flag-en-us.png);
}
#main .component-footer-localeselect .en-gb {
  background-image: url(rs-global-elements-icon-flag-en-gb.png);
}
#main .component-footer-localeselect .en-au {
  background-image: url(rs-global-elements-icon-flag-en-au.png);
}
#main .component-footer-localeselect .fr {
  background-image: url(rs-global-elements-icon-flag-fr.png);
}
#main .component-footer-localeselect .de {
  background-image: url(rs-global-elements-icon-flag-de.png);
}
#main .component-footer-localeselect .it {
  background-image: url(rs-global-elements-icon-flag-it.png);
}
#main .component-footer-localeselect .es {
  background-image: url(rs-global-elements-icon-flag-es.png);
}
#main .component-footer-localeselect .pl {
  background-image: url(rs-global-elements-icon-flag-pl.png);
}
#main .component-footer-localeselect .nl {
  background-image: url(rs-global-elements-icon-flag-nl.png);
}
#main .component-footer-localeselect .dk {
  background-image: url(rs-global-elements-icon-flag-dk.png);
}
#main .component-footer-localeselect .fi {
  background-image: url(rs-global-elements-icon-flag-fi.png);
}
#main .component-footer-localeselect .no {
  background-image: url(rs-global-elements-icon-flag-no.png);
}
#main .component-footer-localeselect .se {
  background-image: url(rs-global-elements-icon-flag-se.png);
}
#main .component-footer-localeselect .au {
  background-image: url(rs-global-elements-icon-flag-au.png);
}
#main .component-footer-localeselect .en-ca {
  background-image: url(ca.png);
}
#main .component-footer-localeselect .fr-ca {
  background-image: url(qu.png);
}
#main .component-footer-localeselect .es-mx {
  background-image: url(mx.png);
}
#main .component-footer-localeselect .pt-br {
  background-image: url(pt.png);
}
#main .component-footer-localeselect.component-footer-localeselect--wide {
  margin: 20px auto;
  float: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
#main .component-footer-localeselect.component-footer-localeselect--wide p {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  float: none;
  padding: 0 6px 0 0;
  margin: 0;
  top: -10px;
  position: relative;
}
#main .component-footer-localeselect.component-footer-localeselect--wide ul {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  float: none;
}

/*  ::  UI Styles  »  Global Footer  »  UPlay  	*/
#main .footer-wrapper-row2 {
  position: relative;
  height: 150px;
  margin: 0 !important;
  overflow: hidden;
  background: #000;
  color: #fff;
}

#main .component-footer-uplay {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #818181;
  font-size: 17px;
}
.mobile #main .component-footer-uplay span {
  display: block;
}
#main .component-footer-uplay a {
  margin: 0 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #64c8e8;
  font-size: 15px;
}
.mouse #main .component-footer-uplay a:hover {
  text-decoration: underline;
  color: #64c8e8;
}

/*  ::  UI Styles  »  Global Footer  »  Platforms  	*/
#main .footer-wrapper-row3 {
  height: 293px;
  margin: 0 !important;
  overflow: hidden;
  background: #000;
  color: #fff;
}
.tablet #main .footer-wrapper-row3, .mobile #main .footer-wrapper-row3 {
  height: auto;
}

#main .component-footer-logos {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  left: 0 !important;
}
#main .component-footer-logos .footer-items {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
#main .component-footer-logos .footer-items .footer-item {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  vertical-align: middle;
  margin: 10px 15px;
  padding: 0;
  width: auto;
}
#main .component-footer-logos .footer-items .footer-item img {
  max-height: 70px;
  max-width: 300px;
}
#main .component-footer-logos p.legal {
  text-align: center;
  padding: 10px;
}

/*  ::  UI Styles  »  Lightbox Video Player  	*/
.lightbox-video-player-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999998;
  background: #000;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

.lightbox-video-player {
  position: absolute;
  left: 50%;
  top: 115px;
  margin-left: -422px;
  z-index: 9999999;
  background: #000;
  border: 1px solid #666;
  max-width: 842px;
  width: 90%;
  background: #fff;
  background: -webkit-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -o-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -ms-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -moz-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, white 0%, #e0e0e0 100%);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
}
.ie78 .lightbox-video-player {
  width: 842px;
}
.lightbox-video-player .inner {
  padding: 20px;
  max-width: 802px;
  width: auto;
}
.ie78 .lightbox-video-player .inner {
  width: 802px;
}
.lightbox-video-player .photo {
  position: relative;
  max-width: 800px;
  width: auto;
}
.ie78 .lightbox-video-player .photo {
  width: 802px;
}
.lightbox-video-player .photo img {
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.lightbox-video-player .photo iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
}
.lightbox-video-player .photo object {
  width: 800px;
  height: 450px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
}
.lightbox-video-player .social {
  float: right;
  overflow: hidden;
  padding: 6px 0 0 0;
}
.lightbox-video-player .social a {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  outline: none;
}
.lightbox-video-player .social a.facebook {
  background: url(rs-global-elements-icon-social-facebook.png) no-repeat 50% 50%;
}
.lightbox-video-player .social a.twitter {
  background: url(rs-global-elements-icon-social-twitter.png) no-repeat 50% 50%;
}
.lightbox-video-player .social a.email {
  background: url(rs-global-elements-icon-social-email.png) no-repeat 50% 50%;
}
.lightbox-video-player h3 {
  position: relative;
  top: -5px;
  clear: both;
  font-size: 24px;
  color: #000;
}
.lightbox-video-player p {
  font-size: 12px;
  font-weight: 700;
}
.lightbox-video-player p .ellipsis {
  display: none;
}
.lightbox-video-player .button-close {
  position: absolute;
  right: -24px;
  top: -24px;
  width: 48px;
  height: 48px;
  background: url(rs-global-elements-lightbox-button-close.png) no-repeat 0px 0px;
  text-indent: 150px;
  overflow: hidden;
}
.lightbox-video-player .button-prev {
  position: absolute;
  left: 15px;
  top: 200px;
  width: 122px;
  height: 164px;
  background: url(rs-global-elements-lightbox-button-prev.png) no-repeat 0px 0px;
  text-indent: 150px;
  overflow: hidden;
}
.lightbox-video-player .button-next {
  position: absolute;
  right: 15px;
  top: 200px;
  width: 122px;
  height: 164px;
  background: url(rs-global-elements-lightbox-button-next.png) no-repeat 0px 0px;
  text-indent: 150px;
  overflow: hidden;
}

/*  ::  Column Styles  »  Overrides for Column Widths  	*/
#main .col-percent20 {
  width: 20%;
  margin: 0;
}
#main .col-percent25 {
  width: 25%;
  margin: 0;
}
#main .col-percent33 {
  width: 33.3%;
  margin: 0;
}
#main .col-percent40 {
  width: 40%;
  margin: 0;
}
#main .col-percent50 {
  width: 50%;
  margin: 0;
}
#main .col-percent60 {
  width: 60%;
  margin: 0;
}
#main .col-percent66 {
  width: 66.6%;
  margin: 0;
}
#main .col-percent75 {
  width: 75%;
  margin: 0;
}
#main .col-percent80 {
  width: 80%;
  margin: 0;
}
#main .col-percent100 {
  width: 100%;
  margin: 0;
}

/*  ::  Component Styles  »  Background Darken  	*/
.component-bg-dark,
.component-bg-darken {
  background: url(rs-global-elements-darken-background.png);
  background: rgba(0, 0, 0, 0.55);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  color: #fff;
}
.component-bg-dark .scrollable-pagination .pagination-item,
.component-bg-darken .scrollable-pagination .pagination-item {
  border-color: #fff;
}
.component-bg-dark .scrollable-pagination .active,
.component-bg-darken .scrollable-pagination .active {
  background-color: #fff;
}

/*  ::  Component Styles  »  Background Lighten 	*/
.component-bg-light,
.component-bg-lighten {
  background: url(rs-global-elements-lighten-background.png);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
}

/*  ::  Component Styles  »  Community Forums  	*/
.component-community-forums {
  overflow: hidden;
}
.component-community-forums h2 {
  padding: 0 0 0	52px;
  background: url(rs-global-elements-icon-community-forums.png) no-repeat 0px 0px;
  font-size: 20px;
  color: #ff8100;
  text-transform: uppercase;
}
.component-community-forums .button {
  float: left;
  margin: 10px 10px 0 0;
}
.component-community-forums h4:last-child {
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 18px;
  line-height: 40px;
}

/*  ::  Component Styles  »  Call to Action 	*/
.component-calltoaction-homepage--left,
.component-calltoaction--left {
  padding: 20px;
  min-height: 300px;
}
.mobile .component-calltoaction-homepage--left, .mobile
.component-calltoaction--left {
  min-height: 0;
}
.component-calltoaction-homepage--left img,
.component-calltoaction--left img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.component-calltoaction-homepage--right,
.component-calltoaction--right {
  padding: 20px;
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 300px;
}
.component-calltoaction-homepage--right a,
.component-calltoaction--right a {
  color: #64c8e8;
  text-decoration: underline;
}
.component-calltoaction-homepage--right img,
.component-calltoaction--right img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.component-calltoaction-homepage--right .image,
.component-calltoaction--right .image {
  float: left;
  margin: 0 20px 0 0;
  max-width: 210px;
}
.mobile .component-calltoaction-homepage--right .image, .mobile
.component-calltoaction--right .image {
  float: none;
  margin: 0 auto;
}
.component-calltoaction-homepage--right .content,
.component-calltoaction--right .content {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}
.component-calltoaction-homepage--right .content h3,
.component-calltoaction--right .content h3 {
  text-transform: uppercase;
  font-size: 30px;
  color: #ff8100;
}
.component-calltoaction-homepage--right .content .hr,
.component-calltoaction--right .content .hr {
  position: relative;
  display: block;
  height: 1px;
  border-top: 1px dotted #ccc;
  padding: 0;
  margin: 10px 0;
}
.component-calltoaction-homepage--right .content .amazon,
.component-calltoaction--right .content .amazon {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.component-calltoaction-homepage--right .content .amazon table, .component-calltoaction-homepage--right .content .amazon tr, .component-calltoaction-homepage--right .content .amazon td,
.component-calltoaction--right .content .amazon table,
.component-calltoaction--right .content .amazon tr,
.component-calltoaction--right .content .amazon td {
  position: relative;
  display: block;
  margin: 0;
  padding: 2px 0;
  border: 0;
  width: 100%;
  vertical-align: top;
}
.component-calltoaction-homepage--right .content .amazon td,
.component-calltoaction--right .content .amazon td {
  float: left;
  width: auto;
  padding-right: 4px;
  height: 24px;
  vertical-align: bottom;
}
.component-calltoaction-homepage--right .content .amazon table,
.component-calltoaction--right .content .amazon table {
  position: relative;
  overflow: hidden;
}
.component-calltoaction-homepage--right .content .amazon br,
.component-calltoaction--right .content .amazon br {
  display: none;
}
.component-calltoaction-homepage--right .content .amazon img,
.component-calltoaction--right .content .amazon img {
  display: block;
  cursor: pointer;
}
.component-calltoaction-homepage--right .content .amazon select,
.component-calltoaction--right .content .amazon select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  /* add the arrow back in with a base64 inline image */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  display: block !important;
  width: 100%;
  margin: 0;
  font-size: 12px !important;
  color: #666;
  padding: 2px 30px 2px 6px;
  background: #fefdfd;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, -moz-linear-gradient(top, #fefdfd 0%, #efeeee 100%);
  /* FF3.6+ */
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefdfd), color-stop(100%, #efeeee));
  /* Chrome,Safari4+ */
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, -webkit-linear-gradient(top, #fefdfd 0%, #efeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, -o-linear-gradient(top, #fefdfd 0%, #efeeee 100%);
  /* Opera 11.10+ */
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, -ms-linear-gradient(top, #fefdfd 0%, #efeeee 100%);
  /* IE10+ */
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, linear-gradient(to bottom, #fefdfd 0%, #efeeee 100%);
  /* W3C */
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  /* rules for ie9/10 only, uses media query parsing bug */
}
@media screen and (min-width: 0 \0) {
  .component-calltoaction-homepage--right .content .amazon select,
  .component-calltoaction--right .content .amazon select {
    padding-right: 12px;
  }
}
.component-calltoaction-homepage--right .content .amazon select option,
.component-calltoaction--right .content .amazon select option {
  font-size: 12px;
  color: #000;
  background: #fff;
  font-style: normal !important;
}

/*  ::  Component Styles  »  Generic Content  	*/
.component-generic-content {
  padding: 20px 0 30px 0;
  overflow: hidden;
}
.component-generic-content.component-generic-content--left {
  padding-left: 30px;
  text-align: right;
}
.component-generic-content.component-generic-content--right {
  padding-right: 30px;
  text-align: left;
}
.component-generic-content.component-generic-content--image-left img, .component-generic-content.component-generic-content--image-left .image {
  float: left;
  margin: 0 40px 0 0;
}
.component-generic-content.component-generic-content--image-left img img, .component-generic-content.component-generic-content--image-left .image img {
  float: none;
  margin: 0;
}
.component-generic-content.component-generic-content--image-right img, .component-generic-content.component-generic-content--image-right .image {
  float: right;
  margin: 0 0 0 40px;
}
.component-generic-content.component-generic-content--image-right img img, .component-generic-content.component-generic-content--image-right .image img {
  float: none;
  margin: 0;
}
.mobile .component-generic-content.component-generic-content--image-left img, .mobile .component-generic-content.component-generic-content--image-left .image, .mobile .component-generic-content.component-generic-content--image-right img, .mobile .component-generic-content.component-generic-content--image-right .image {
  float: none;
  display: block;
  margin: 0 0 10px 0;
}
.tabPanel .component-generic-content {
  padding: 30px;
}
.component-generic-content .content {
  overflow: hidden;
}
.component-generic-content h1 {
  font-size: 60px;
}
.component-generic-content h2 {
  font-size: 44px;
}
.component-generic-content .button {
  margin: 12px 0;
}
.component-generic-content .quote {
  margin-top: 10px;
  font-style: italic;
  font-size: 14px;
}
.component-generic-content .quoted {
  margin: 0 0 0 50%;
  padding: 4px 0;
  font-size: 12px;
  text-align: right;
}

/*  ::  Component Styles  »  FAQ Item  	*/
.component-faq-item {
  padding: 20px 30px !important;
}
.component-faq-item h3 {
  margin: 0;
  padding: 0;
  font-size: 30px;
}
.component-faq-item ul {
  margin: 0px 0;
  padding: 0;
  list-style: none;
}
.component-faq-item ul li {
  margin: 0;
  padding: 16px 0 16px 0;
  border-top: 1px solid #dadada;
}
.component-faq-item ul li:first-child {
  border: 0;
}
.component-faq-item ul li h4 {
  font-size: 17px;
  color: #199ac4;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.component-faq-item ul li p {
  display: none;
  font-size: 13px;
}
.component-faq-item ul li div {
  display: none;
  font-size: 13px;
}
.component-faq-item ul li ul{
  margin: 0 0 0 35px;
  padding: 0;
  list-style-type: disc;
}
.component-faq-item ul li ul li{
  margin: 0;
  padding: 5px;
  border: none;
}

/*  ::  Component Styles  »  Features CTA  	*/
.component-features-cta {
  padding: 20px !important;
  min-height: 280px;
  background: url(rs-global-elements-darken-background.png);
  background: rgba(0, 0, 0, 0.55);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  color: #fff;
}
.component-features-cta .scrollable-pagination .pagination-item {
  border-color: #fff;
}
.component-features-cta .scrollable-pagination .active {
  background-color: #fff;
}
.tablet .component-features-cta {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*  ::  Component Styles  »  Feature Item  	*/
.component-feature-item {
  padding: 20px 0 40px 0;
}
.component-feature-item p {
  max-width: 90%;
}
.component-feature-item img {
  max-width: 100%;
  height: auto;
}
.component-feature-item > .button {
  margin-top: 16px;
}

/*  ::  Component Styles  »  Global Stats Time Played  	*/
.component-global-stats-time-played {
  padding: 0 0 20px 0;
  text-align: center;
}
.component-global-stats-time-played h3 {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 24px;
  text-transform: uppercase;
}
.component-global-stats-time-played .stats_container {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  margin: 0 auto;
}
.component-global-stats-time-played .stats_container .global-time {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  margin: 0 2px;
}
.component-global-stats-time-played .stats_container .global-time .global-stats-value {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
}
.component-global-stats-time-played .stats_container .global-time .global-stats-value b {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  width: 44px;
  height: 44px;
  padding: 10px 0 0 0;
  margin: 0 2px;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.component-global-stats-time-played .stats_container .global-time.centuries b {
  background: #151515;
  background: -webkit-linear-gradient(top, #2f2f2f 0%, #020202 92%, #111111 100%);
  background: -o-linear-gradient(top, #2f2f2f 0%, #020202 92%, #111111 100%);
  background: -ms-linear-gradient(top, #2f2f2f 0%, #020202 92%, #111111 100%);
  background: -moz-linear-gradient(top, #2f2f2f 0%, #020202 92%, #111111 100%);
  background: linear-gradient(to bottom, #2f2f2f 0%, #020202 92%, #111111 100%);
}
.component-global-stats-time-played .stats_container .global-time.years b {
  background: #4e4e4e;
  background: -webkit-linear-gradient(275deg, #5d5d5d 0%, #424242 100%);
  background: -o-linear-gradient(275deg, #5d5d5d 0%, #424242 100%);
  background: -ms-linear-gradient(275deg, #5d5d5d 0%, #424242 100%);
  background: -moz-linear-gradient(275deg, #5d5d5d 0%, #424242 100%);
  background: linear-gradient(175deg, #5d5d5d 0%, #424242 100%);
}
.component-global-stats-time-played .stats_container .global-time.days b {
  background: #37acd3;
  background: -webkit-linear-gradient(top, #48b9df 0%, #33a4ca 100%);
  background: -o-linear-gradient(top, #48b9df 0%, #33a4ca 100%);
  background: -ms-linear-gradient(top, #48b9df 0%, #33a4ca 100%);
  background: -moz-linear-gradient(top, #48b9df 0%, #33a4ca 100%);
  background: linear-gradient(to bottom, #48b9df 0%, #33a4ca 100%);
}
.component-global-stats-time-played .stats_container .global-time.hours b {
  background: #dc8515;
  background: -webkit-linear-gradient(top, #f0992a 0%, #cc7a11 100%);
  background: -o-linear-gradient(top, #f0992a 0%, #cc7a11 100%);
  background: -ms-linear-gradient(top, #f0992a 0%, #cc7a11 100%);
  background: -moz-linear-gradient(top, #f0992a 0%, #cc7a11 100%);
  background: linear-gradient(to bottom, #f0992a 0%, #cc7a11 100%);
}
.component-global-stats-time-played .stats_container .global-time.minutes b {
  background: #e2bd14;
  background: -webkit-linear-gradient(top, #f3d031 0%, #d8b305 85%, #d8b411 100%);
  background: -o-linear-gradient(top, #f3d031 0%, #d8b305 85%, #d8b411 100%);
  background: -ms-linear-gradient(top, #f3d031 0%, #d8b305 85%, #d8b411 100%);
  background: -moz-linear-gradient(top, #f3d031 0%, #d8b305 85%, #d8b411 100%);
  background: linear-gradient(to bottom, #f3d031 0%, #d8b305 85%, #d8b411 100%);
}
.component-global-stats-time-played .stats_container .global-time .global-stats-label {
  display: block;
  margin: 0 auto;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 700;
  color: #9b9b9b;
  text-transform: uppercase;
}

/*  ::  Component Styles  »  Global Stats Time Played  	*/
.component-stats-time-played {
  background: #fff;
  min-height: 170px;
  padding: 0 0 0 0;
  text-align: center;
  background: #fafafa;
  background: linear-gradient(to bottom, #fafafa 0%, #f1f1f1 100%);
  position: relative;
}
.component-stats-time-played h3 {
  margin: 0;
  padding: 30px 0 10px 0;
  font-size: 24px;
  text-transform: uppercase;
}
.component-stats-time-played .stats_container {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  margin: 0 auto;
}
.component-stats-time-played .stats_container .player-time {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  margin: 0;
}
.component-stats-time-played .stats_container .player-time .player-stats-value {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
}
.component-stats-time-played .stats_container .player-time .player-stats-value b {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  width: 26px;
  height: 34px;
  padding: 4px 0 0 0;
  margin: 0 1px;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.component-stats-time-played .stats_container .player-time.days b {
  background: #37acd3;
  background: -webkit-linear-gradient(top, #48b9df 0%, #33a4ca 100%);
  background: -o-linear-gradient(top, #48b9df 0%, #33a4ca 100%);
  background: -ms-linear-gradient(top, #48b9df 0%, #33a4ca 100%);
  background: -moz-linear-gradient(top, #48b9df 0%, #33a4ca 100%);
  background: linear-gradient(to bottom, #48b9df 0%, #33a4ca 100%);
}
.component-stats-time-played .stats_container .player-time.hours b {
  background: #dc8515;
  background: -webkit-linear-gradient(top, #f0992a 0%, #cc7a11 100%);
  background: -o-linear-gradient(top, #f0992a 0%, #cc7a11 100%);
  background: -ms-linear-gradient(top, #f0992a 0%, #cc7a11 100%);
  background: -moz-linear-gradient(top, #f0992a 0%, #cc7a11 100%);
  background: linear-gradient(to bottom, #f0992a 0%, #cc7a11 100%);
}
.component-stats-time-played .stats_container .player-time.minutes b {
  background: #e2bd14;
  background: -webkit-linear-gradient(top, #f3d031 0%, #d8b305 85%, #d8b411 100%);
  background: -o-linear-gradient(top, #f3d031 0%, #d8b305 85%, #d8b411 100%);
  background: -ms-linear-gradient(top, #f3d031 0%, #d8b305 85%, #d8b411 100%);
  background: -moz-linear-gradient(top, #f3d031 0%, #d8b305 85%, #d8b411 100%);
  background: linear-gradient(to bottom, #f3d031 0%, #d8b305 85%, #d8b411 100%);
}
.component-stats-time-played .stats_container .player-time .player-stats-label {
  display: block;
  margin: 0 auto;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 700;
  color: #9b9b9b;
  text-transform: uppercase;
}

/*  ::  Component Styles  »  Image and Text Group Containers  	*/
.component-image-container {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 20px 0;
}
.mobile div.stackable .component-image-container {
  margin: 15px;
}
.component-image-container a {
  position: relative;
  display: block;
  width: 100%;
}
.component-image-container img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.component-image-text {
  padding: 20px;
}
.component-image-text.component-image-text--left {
  padding-left: 20px;
  text-align: right;
}
.component-image-text.component-image-text--right {
  padding-right: 20px;
  text-align: left;
}
.mobile div.stackable .component-image-text {
  padding: 15px;
}
.component-image-text h2 {
  margin: 0;
  font-size: 36px;
  line-height: 36px;
}
.component-image-text h3 {
  margin: 0;
  font-size: 22px;
  color: #ff8100;
}
.component-image-text h3 + h2,
.component-image-text h2 + h3 {
  padding: 0 0 20px 0;
}
.component-image-text .button {
  margin: 12px 0 0 0;
}
.mobile .component-image-text .button {
  margin: 8px 0 0 0;
}
.component-image-text img {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
}
.component-image-text .quote {
  margin-top: 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
}
.component-image-text .quoted {
  margin: 0 0 0 50%;
  padding: 4px 0 35px 0;
  font-size: 12px;
  text-align: right;
}
.component-image-text.component-image-text--right .quoted {
  margin: 0 50% 0 0;
}
.component-image-text .disclaimer {
  margin: 0;
  padding: 35px 0 0 0;
  width: 80%;
  color: #818181;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-style: italic;
}
.mobile .component-image-text .disclaimer {
  padding: 10px 0 0 0;
}

/*  ::  Component Styles  »  Music Item  	*/
.component-music-item {
  position: relative;
  padding: 30px;
  overflow: hidden;
}
.tablet .component-music-item {
  padding: 20px;
}
.mobile .component-music-item {
  padding: 10px;
}
.component-music-item img {
  max-width: 100%;
  height: auto;
}
.component-music-item h3 {
  font-size: 25px;
  color: #ff8100;
}
.component-music-item ul {
  float: left;
  width: 47%;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
.tablet .component-music-item ul, .mobile .component-music-item ul {
  float: none;
  width: 100%;
}
.component-music-item ul li {
  margin: 0;
  padding: 6px 0;
  border-top: 1px solid #d5d5d5;
  font-size: 12px;
}
.component-music-item ul li:first-child {
  border: 0;
}
.component-music-item ul + ul {
  float: right;
}
.tablet .component-music-item ul + ul, .mobile .component-music-item ul + ul {
  border-top: 1px solid #d5d5d5;
  margin: -30px 0 30px 0;
}
.component-music-item p.additional {
  margin: 20px 0 5px 0px !important;
  padding: 8px 16px;
  background: #fff;
  background: -webkit-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -o-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -ms-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -moz-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, white 0%, #e0e0e0 100%);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
}
.component-music-item p.additional strong {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  padding: 6px 0;
  font-weight: normal;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
}
.component-music-item p.additional span {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
}
.component-music-item p.additional a {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  padding: 4px 12px;
  margin: 6px 4px;
  background: #f67500;
  background: -webkit-linear-gradient(top, #fdc992 0%, #fa8100 8%, #ed5900 100%);
  background: -o-linear-gradient(top, #fdc992 0%, #fa8100 8%, #ed5900 100%);
  background: -ms-linear-gradient(top, #fdc992 0%, #fa8100 8%, #ed5900 100%);
  background: -moz-linear-gradient(top, #fdc992 0%, #fa8100 8%, #ed5900 100%);
  background: linear-gradient(to bottom, #fdc992 0%, #fa8100 8%, #ed5900 100%);
  border: 1px solid #ed5900;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
.component-music-item .tracks-container {
  position: relative;
  width: 100%;
  margin: 20px 0 0 0;
}
.component-music-item .tracks-container h5 {
  margin: 0;
  padding: 0 0 4px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.component-music-item .tracks-container .track-filters {
  overflow: hidden;
  padding: 0 0 15px 0;
}
.component-music-item .tracks-container .track-filters .filter-item {
  margin: 0;
  padding: 0 15px 0 0;
  float: left;
  overflow: hidden;
}
.component-music-item .tracks-container .track-filters label {
  float: left;
  margin: 6px 8px 4px 0;
  font-size: 13px;
}
.component-music-item .tracks-container .track-filters select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  /* add the arrow back in with a base64 inline image */
  float: left;
  min-width: 265px;
  font-size: 13px !important;
  color: #666;
  font-style: italic;
  padding: 4px 12px 4px 6px;
  background: #fefdfd;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, -moz-linear-gradient(top, #fefdfd 0%, #efeeee 100%);
  /* FF3.6+ */
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefdfd), color-stop(100%, #efeeee));
  /* Chrome,Safari4+ */
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, -webkit-linear-gradient(top, #fefdfd 0%, #efeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, -o-linear-gradient(top, #fefdfd 0%, #efeeee 100%);
  /* Opera 11.10+ */
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, -ms-linear-gradient(top, #fefdfd 0%, #efeeee 100%);
  /* IE10+ */
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, linear-gradient(to bottom, #fefdfd 0%, #efeeee 100%);
  /* W3C */
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  width: 160px;
}
.component-music-item .tracks-container .track-filters select option {
  font-size: 13px;
  color: #000;
  background: #fff;
  font-style: normal !important;
}
.component-music-item .tracks-container .track-filters .filter-genre {
  margin-left: 25px;
}
.component-music-item .tracks-container .track-pagination {
  position: relative;
}
.component-music-item .tracks-container .track-pagination p {
  padding: 10px 0;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}
.component-music-item .tracks-container .track-pagination span {
  padding: 6px;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  color: #32aed5;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.component-music-item .tracks-container .track-pagination .prev {
  padding-left: 24px;
  background: url(rs-global-elements-button-pagination-prev.png) no-repeat 0 50%;
}
.component-music-item .tracks-container .track-pagination .next {
  padding-right: 24px;
  background: url(rs-global-elements-button-pagination-next.png) no-repeat 100% 50%;
}
.component-music-item .tracks-container .track-pagination b {
  padding: 6px;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
}
.component-music-item .tracks-container .track-listings {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  empty-cells: show;
  border-spacing: 0;
}
.component-music-item .tracks-container .track-listings th {
  padding: 10px 12px;
  border-left: 1px solid #fff;
  background: #333;
  background: -webkit-linear-gradient(top, #454545 0%, #232323 100%);
  background: -o-linear-gradient(top, #454545 0%, #232323 100%);
  background: -ms-linear-gradient(top, #454545 0%, #232323 100%);
  background: -moz-linear-gradient(top, #454545 0%, #232323 100%);
  background: linear-gradient(to bottom, #454545 0%, #232323 100%);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.component-music-item .tracks-container .track-listings th.column-artist {
  width: 25%;
}
.component-music-item .tracks-container .track-listings th.column-year {
  width: 40px;
}
.component-music-item .tracks-container .track-listings th.column-genre {
  width: 25%;
}
.component-music-item .tracks-container .track-listings th.column-video {
  width: 40px;
  text-align: center;
}
.component-music-item .tracks-container .track-listings th.column--sortable span {
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.component-music-item .tracks-container .track-listings th.column--sortable span:after {
  position: relative;
  margin: 0 0 0 6px;
  content: "";
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  width: 5px;
  height: 9px;
  background: url(rs-global-elements-icon-sortable.png) no-repeat 0px 0px;
}
.component-music-item .tracks-container .track-listings th:first-child {
  border: 0;
}
.component-music-item .tracks-container .track-listings.track-listings--extracolumns th.column-artist, .component-music-item .tracks-container .track-listings.track-listings--extracolumns th.column-genre, .component-music-item .tracks-container .track-listings.track-listings--extracolumns th.column-added, .component-music-item .tracks-container .track-listings.track-listings--extracolumns th.column-songpack {
  width: 15%;
}
.component-music-item .tracks-container .track-listings tr.filtered {
  display: none;
}
.component-music-item .tracks-container .track-listings td {
  padding: 8px 12px 8px 12px;
  min-height: 22px;
  border-left: 1px solid transparent;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
}
.component-music-item .tracks-container .track-listings td:last-child {
  text-align: center;
}
.component-music-item .tracks-container .track-listings td:first-child {
  border: 0;
}
.component-music-item .tracks-container .track-listings a.video {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(rs-global-elements-button-play-video-blue-circle.png) no-repeat 0px 0px;
  text-indent: -9999px;
  outline: none;
}
.component-music-item .tracks-container .track-listings tr.even td {
  background: #fbfbfb;
}
.component-music-item .tracks-container .track-listings tfoot td {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  background: #fff;
  color: #ff8100;
  font-weight: 700;
}
.mobile .component-music-item .tracks-container .track-listings td, .mobile .component-music-item .tracks-container .track-listings th {
  display: none;
}
.mobile .component-music-item .tracks-container .track-listings td:first-child, .mobile .component-music-item .tracks-container .track-listings td:nth-child(2), .mobile .component-music-item .tracks-container .track-listings td:last-child, .mobile .component-music-item .tracks-container .track-listings th:first-child, .mobile .component-music-item .tracks-container .track-listings th:nth-child(2), .mobile .component-music-item .tracks-container .track-listings th:last-child {
  display: table-cell;
}

/*  ::  Component Styles  »  Page Title  	*/
.component-page-title {
  padding: 0 20px;
}
.desktop .component-page-title, .tablet .component-page-title {
  padding: 30px 60px;
}
.component-page-title h1,
.component-page-title h2 {
  margin: 0;
  padding: 0;
  font-size: 28px;
}
.component-page-title h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
}

/*  ::  Component Styles  »  Product Detail	*/
.component-product-detail {
  padding: 0;
}
.component-product-detail > a {
  display: block;
  padding: 0 0 20px 0;
}
.component-product-detail > a > img,
.component-product-detail > img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.component-product-detail .product-summary {
  background: #fff;
  padding: 20px;
  color: #000;
  font-size: 12px;
  outline: 1px solid #d1d1d1;
}
.component-product-detail .product-summary h2 {
  font-size: 18px;
  color: #ff8100;
  min-height: 5em;
}
.component-product-detail .product-summary h3 {
  margin-top: 12px;
}
.component-product-detail .product-summary h3,
.component-product-detail .product-summary p strong,
.component-product-detail .product-summary p b {
  display: block;
  padding: 0 0 2px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.component-product-detail .product-summary h3 + p {
  margin-top: 0;
  padding-top: 0;
}
.component-product-detail .product-summary p {
  padding-bottom: 12px;
}
.component-product-detail .product-summary .toggle-button {
  background: url(rs-global-elements-toggle-button-plus.png) no-repeat 0 50%;
  padding: 4px 0 4px 20px;
  margin: 0 0 16px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #199ac4;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.component-product-detail .product-summary .toggle-button .expanded {
  display: none;
}
.component-product-detail .product-summary .toggle-button.expanded {
  background: url(rs-global-elements-toggle-button-minus.png) no-repeat 0 50%;
}
.component-product-detail .product-summary .toggle-button.expanded .expanded {
  display: inline;
}
.component-product-detail .product-summary .toggle-button.expanded .collapsed {
  display: none;
}
.component-product-detail .product-specs h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.component-product-detail .product-specs ul {
  margin: 0;
  padding: 4px 0 8px 20px;
  list-style: disc;
}
.component-product-detail .product-specs li {
  margin: 0;
  padding: 0 0 4px 0;
  font-size: 12px;
}
.component-product-detail .product-specs li strong,
.component-product-detail .product-specs li b {
  display: inline;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 600;
  color: #333;
}
.component-product-detail .product-specs li em,
.component-product-detail .product-specs li i {
  color: #666;
}
.component-product-detail .product-specs li.yes,
.component-product-detail .product-specs li.no {
  list-style: none;
}
.component-product-detail .product-specs li.no:before,
.component-product-detail .product-specs li.yes:before {
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -16px;
  top: -12px;
  color: #666;
  font-size: 32px;
}
.component-product-detail .product-specs li.no:before {
  color: #f00;
}
.component-product-detail .product-specs li.yes:before {
  color: #0c0;
}

/*  ::  Component Styles  »  Product Info	*/
.component-product-info {
  padding: 20px;
}
.mobile .component-product-info {
  padding: 0 0 20px 0;
}
.component-product-info h3 {
  font-size: 22px;
  color: #ff8100;
}
.component-product-info > p {
  font-size: 14px;
}
.component-product-info > p strong {
  display: block;
  padding: 6px 0 0 0;
  font-size: 14px;
  text-transform: uppercase;
}
.component-product-info .amazon {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 10px 0 0 0;
  margin: 20px 0 0 0;
  width: 100%;
  border-top: 1px dotted #797979;
}
.component-product-info .amazon table, .component-product-info .amazon tr, .component-product-info .amazon td {
  position: relative;
  display: block;
  margin: 0;
  padding: 2px 0;
  border: 0;
  width: 100%;
}
.component-product-info .amazon td {
  float: left;
  width: auto;
  padding-right: 4px;
  height: 24px;
}
.component-product-info .amazon table {
  position: relative;
  overflow: hidden;
}
.component-product-info .amazon br {
  display: none;
}
.component-product-info .amazon img {
  display: block;
  cursor: pointer;
}
.component-product-info .amazon select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  /* add the arrow back in with a base64 inline image */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  display: block !important;
  width: 100%;
  margin: 0;
  font-size: 12px !important;
  color: #666;
  padding: 2px 30px 2px 6px;
  background: #fefdfd;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, -moz-linear-gradient(top, #fefdfd 0%, #efeeee 100%);
  /* FF3.6+ */
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefdfd), color-stop(100%, #efeeee));
  /* Chrome,Safari4+ */
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, -webkit-linear-gradient(top, #fefdfd 0%, #efeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, -o-linear-gradient(top, #fefdfd 0%, #efeeee 100%);
  /* Opera 11.10+ */
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, -ms-linear-gradient(top, #fefdfd 0%, #efeeee 100%);
  /* IE10+ */
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, linear-gradient(to bottom, #fefdfd 0%, #efeeee 100%);
  /* W3C */
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  /* rules for ie9/10 only, uses media query parsing bug */
}
@media screen and (min-width: 0 \0) {
  .component-product-info .amazon select {
    padding-right: 12px;
  }
}
.component-product-info .amazon select option {
  font-size: 12px;
  color: #000;
  background: #fff;
  font-style: normal !important;
}
.component-product-info .retailers {
  padding: 16px 0 0 0;
}
.component-product-info .retailers p {
  margin: 0;
  padding: 0 0 12px 0;
  font-size: 14px;
}
.component-product-info .retailers p strong {
  display: inline;
  padding: 0;
  font-size: 14px;
  text-transform: none;
}
.component-product-info .retailers a {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  margin: 0 2px 2px 0;
}
.component-product-info .retailers a img {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
}

/*  ::  Component Styles  »  Product Packshot	*/
.component-product-packshot img {
  max-width: 100%;
  height: auto;
  margin: 20px auto;
}

/*  ::  Component Styles  »  Promo Item	*/
.component-promo-item {
  position: relative;
  margin: 30px auto;
  overflow: hidden;
  width: 300px;
  height: 250px;
  outline: 1px solid #fff;
}
.component-promo-item.component-promo-item--image-link .promo-note h4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 12px 16px 14px 16px;
  margin: 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.component-promo-item.component-promo-item--image-link .promo-note p {
  position: absolute;
  bottom: -100px;
  left: 0px;
  right: 0px;
  padding: 12px 16px 14px 16px;
  text-align: right;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #64c8e8;
}
.component-promo-item.component-promo-item--image-link .promo-note p:after {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  content: " ";
  width: 7px;
  height: 13px;
  margin: 0 0 0 8px;
}
.component-promo-item.component-promo-item--image-link h4 {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
}
.component-promo-item.component-promo-item--image-link p {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.component-promo-item.component-promo-item--image-link p:after {
  background: url(rs-global-elements-arrow-cyan-right-medium.png) no-repeat 0px 0px;
}
.component-promo-item.component-promo-item--image-link:hover p {
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.component-promo-item.component-promo-item--reviews .promo-note h4 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 12px 16px 14px 40%;
  margin: 0;
  color: #fff;
  font-size: 19px;
  text-align: left;
}
.component-promo-item.component-promo-item--reviews .promo-note h4 span {
  display: block;
  margin: 0;
  padding: 10px 0 0 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  text-align: right;
}
.component-promo-item.component-promo-item--reviews .promo-note p {
  position: absolute;
  bottom: -100px;
  left: 0px;
  right: 0px;
  padding: 12px 16px 14px 16px;
  text-align: right;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #64c8e8;
}
.component-promo-item.component-promo-item--reviews .promo-note p:after {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  content: " ";
  width: 7px;
  height: 13px;
  margin: 0 0 0 8px;
}
.component-promo-item.component-promo-item--reviews p {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.component-promo-item.component-promo-item--reviews p:after {
  background: url(rs-global-elements-arrow-cyan-right-medium.png) no-repeat 0px 0px;
}
.component-promo-item.component-promo-item--reviews:hover p {
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

/*  ::  Component Styles  »  Quote Item		*/
.component-quote-item {
  padding: 55px 0 70px 0;
  width: 80%;
  margin: 0 auto;
}
.mobile .component-quote-item {
  padding: 25px 0 45px 0;
}
.component-quote-item .quote {
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 38px;
}
.component-quote-item .quoted {
  text-align: right;
  font-size: 15px;
  font-style: italic;
}

/*  ::  Component Styles  »  Resources Category  	*/
.component-resources-category {
  background: #f1f1f1;
  padding: 20px 25px;
  margin: 20px 20px 20px 0;
  border: 1px solid #e1e1e1;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.component-resources-category > h2 {
  margin: 0;
  padding: 0;
  font-size: 27px;
  border: 0;
}
.component-resources-category .component-resources-item {
  background: #f1f1f1;
}
.component-resources-category .contentsummary-scrollable.vertical,
.component-resources-category > div {
  border: 0 !important;
  width: auto !important;
}
.component-resources-category .contentsummary-scrollable.vertical .page,
.component-resources-category .contentsummary-scrollable.vertical .items,
.component-resources-category > div .page,
.component-resources-category > div .items {
  position: relative;
  width: auto !important;
}
.component-resources-category .contentsummary-scrollable.vertical .item,
.component-resources-category > div .item {
  padding: 15px 0;
  margin: 0;
  height: auto;
}
.component-resources-category .contentsummary-scrollable.vertical .item:last-child,
.component-resources-category > div .item:last-child {
  border: 0 !important;
}
.component-resources-category .contentsummary-scrollable.vertical .item img,
.component-resources-category > div .item img {
  display: none;
}
.component-resources-category .contentsummary-scrollable.vertical .item a,
.component-resources-category > div .item a {
  color: #29a9d3;
}
.component-resources-category .contentsummary-scrollable.vertical .item strong,
.component-resources-category > div .item strong {
  font-weight: 400;
}
.component-resources-category .contentsummary-scrollable.vertical .item p:last-child a,
.component-resources-category > div .item p:last-child a {
  padding: 0 0 0 20px;
  background: url(rs-global-elements-toggle-button-plus.png) no-repeat 0px 50%;
}
.component-resources-category .actions {
  margin: 10px auto; text-align: center;
}
.component-resources-category .actions .scrollablePagination {
    display: inline-block; float: none;
}
.component-resources-category .actions a{
  font-weight: bold; font-size: 12pt; display: inline-block; float: none;
}

/*  ::  Component Styles  »  Resources Item  	*/
.component-resources-item {
  background: #fff;
  padding: 0 5px 20px 25px;
  margin: 20px 20px 20px 0;
}
.component-resources-item .resources-back-button {
  text-transform: none;
  float: right;
}
.mobile .component-resources-item .resources-back-button {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  float: none;
  margin: 0 auto 20px auto;
}
.component-resources-item .thumb_news {
  float: left;
  margin: 0 20px 20px 0;
}
.component-resources-item .news_date {
}
.component-resources-item .news_date span {
    padding-left: 8px;
}

.component-resources-item li {
  font-size: 13px;
}
.component-resources-item p {
  padding-bottom: 10px;
  font-size: 13px;
}
.component-resources-item iframe {
  margin: 15px 0;
  max-width: 100%;
}

/*  ::  Component Styles  »  Resources Related  	*/
.component-resources-related {
  padding: 20px;
}
.component-resources-related > h4 {
  margin: 0;
  padding: 0 0 10px 0;
}
.component-resources-related .contentsummary-scrollable.vertical,
.component-resources-related > div {
  border: 0 !important;
  width: auto !important;
  height: auto !important;
}
.component-resources-related .contentsummary-scrollable.vertical .page,
.component-resources-related .contentsummary-scrollable.vertical .items,
.component-resources-related > div .page,
.component-resources-related > div .items {
  position: relative;
  height: auto !important;
}
.component-resources-related .contentsummary-scrollable.vertical .item,
.component-resources-related > div .item {
  padding: 3px 0;
  margin: 0;
  height: auto;
  border: 0;
}
.component-resources-related h3 {
  padding: 0 0 0 18px;
  background: url(rs-global-elements-toggle-button-plus.png) no-repeat 0px 6px;
}
.component-resources-related h3 a {
  font-weight: 400;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}
.component-resources-related img {
  display: none;
}
.component-resources-related a {
  color: #29a9d3;
}
.component-resources-related p,
.component-resources-related strong {
  display: none;
}
.component-resources-related .actions {
  display: none;
}

/*  ::  Component Styles  »  Resources Tab Navigation  	*/
.component-resources-tab-navigation {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  overflow: hidden;
  padding: 20px 0 20px 20px;
  background: #fff;
  border: 0;
}
.mobile .component-resources-tab-navigation {
  padding: 10px;
}
.component-resources-tab-navigation ul.tabHeads {
  height: auto;
  margin: 0;
  padding: 40px 0;
  border: 0;
  overflow: hidden;
}
.mobile .component-resources-tab-navigation ul.tabHeads {
  float: none;
  width: 100%;
  padding: 0;
}
.component-resources-tab-navigation ul.tabHeads li {
  display: block;
  width: auto;
  margin: 0 20px 20px 0 !important;
}
.component-resources-tab-navigation ul.tabHeads li a {
  width: auto;
  height: auto;
  display: block;
  text-align: center;
  padding: 6px 14px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  background: #333;
  color: #fff !important;
  border: 1px solid #000;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  text-decoration: none;
  background: #64c8e8;
  background: -webkit-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -o-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -ms-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -moz-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: linear-gradient(to bottom, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  border: 1px solid #199ac4;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.mouse .component-resources-tab-navigation ul.tabHeads li a:hover {
  background: #90d8ef;
  background: -webkit-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -o-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -ms-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -moz-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: linear-gradient(to bottom, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  color: #e6f3f9;
  border-color: #49afd0;
}
.component-resources-tab-navigation ul.tabHeads li a.current {
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
  cursor: default;
  color: #f0f0f0 !important;
}
.mouse .component-resources-tab-navigation ul.tabHeads li a.current:hover {
  color: #f0f0f0 !important;
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
  cursor: default;
}
.component-resources-tab-navigation ul.tabHeads li a.current {
  position: relative;
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
}
.component-resources-tab-navigation ul.tabHeads li a.current:after, .component-resources-tab-navigation ul.tabHeads li a.current:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.component-resources-tab-navigation ul.tabHeads li a.current:after {
  border-color: rgba(166, 166, 166, 0);
  border-left-color: #a6a6a6;
  border-width: 8px;
  top: 50%;
  margin-top: -8px;
}
.component-resources-tab-navigation ul.tabHeads li a.current:before {
  border-color: rgba(110, 110, 110, 0);
  border-left-color: #6e6e6e;
  border-width: 9px;
  top: 50%;
  margin-top: -9px;
}
.mobile .component-resources-tab-navigation ul.tabHeads li {
  float: none !important;
  display: block;
  margin: 0 0 10px 0 !important;
}
.mobile .component-resources-tab-navigation ul.tabHeads li a {
  width: auto;
  height: auto;
  display: block;
  padding: 6px 16px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  background: #333;
  color: #fff !important;
  border: 1px solid #000;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background: #64c8e8;
  background: -webkit-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -o-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -ms-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -moz-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: linear-gradient(to bottom, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  border: 1px solid #199ac4;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.mouse .mobile .component-resources-tab-navigation ul.tabHeads li a:hover {
  background: #90d8ef;
  background: -webkit-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -o-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -ms-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -moz-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: linear-gradient(to bottom, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  color: #e6f3f9;
  border-color: #49afd0;
}
.mobile .component-resources-tab-navigation ul.tabHeads li a.current {
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
  cursor: default;
  color: #f0f0f0 !important;
}
.mouse .mobile .component-resources-tab-navigation ul.tabHeads li a.current:hover {
  color: #f0f0f0 !important;
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
  cursor: default;
}
.mobile .component-resources-tab-navigation ul.tabHeads li a.current {
  position: relative;
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
}

/*  ::  Component Styles  »  Retailers  	*/
.component-retailers {
  padding: 0;
  text-align: center;
}
.component-retailers > a {
  margin: 15px 0;
  padding: 0;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  width: 19.5%;
  min-width: 180px;
  text-align: center;
}
.component-retailers > a img {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
}

/*  ::  Component Styles  »  Review Item  	*/
.component-review-item {
  padding: 20px 15px 30px 15px;
}
.rs-reviews-content--reviews + .rs-reviews-content--reviews .component-review-item {
  padding-top: 0;
}
.component-review-item .review-image {
  width: 120px;
  height: 120px;
  border: 6px solid #fff;
  border-radius: 66px;
  -moz-border-radius: 66px;
  -webkit-border-radius: 66px;
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.53);
}
.component-review-item.image-noborder .review-image {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}
.component-review-item .review-content {
  position: relative;
  overflow: hidden;
}
.component-review-item .review-content blockquote {
  padding: 20px 0 0 0;
  font-weight: 400;
  font-size: 18px;
}
.component-review-item .review-content p {
  font-weight: 700;
  font-style: italic !important;
  font-size: 12px;
  text-align: right;
}
.component-review-item .review-content p strong {
  font-weight: 700;
  font-style: italic !important;
  font-size: 12px;
}
.component-review-item.image-left .review-content {
  padding-right: 15px;
}
.component-review-item.image-right .review-content {
  padding-left: 15px;
}
.component-review-item.large .review-content blockquote {
  font-size: 24px;
}
.component-review-item.small .review-content blockquote {
  font-size: 18px;
  /* previously 14px */
  font-weight: 400;
  /* previously 700 */
}
.component-review-item.xsmall .review-content blockquote {
  font-size: 18px;
  /* previously 14px */
}
.component-review-item.image-left .review-image {
  float: left;
  margin: 5px 15px;
}
.component-review-item.image-left-indent .review-image {
  margin-left: 20%;
}
.mobile .component-review-item.image-left-indent .review-image {
  margin-left: 15px;
}
.component-review-item.image-right .review-image {
  float: right;
  margin: 5px 15px;
}
.col-percent20 .component-review-item .review-image, .col-percent25 .component-review-item .review-image, .col-percent33 .component-review-item .review-image {
  float: none;
  margin: 0 auto;
}
.component-review-item.no-image blockquote, .component-review-item.no-image p {
  padding-left: 35px;
  padding-right: 35px;
}
.component-review-item.margin-top {
  margin-top: 30px;
}
.mobile .component-review-item .review-image {
  float: none !important;
  margin: 0 auto !important;
}

/*  ::  Component Styles  »  Section Title  	*/
.component-section-title {
  padding: 60px 0 0 0;
}
.rs-reviews-content:first-child .component-section-title {
  padding: 30px 0 0 0;
}
.component-section-title h2 {
  padding: 0px 25px;
  height: 30px;
  line-height: 1px;
  background: #fff;
  background: -webkit-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -o-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -ms-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -moz-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, white 0%, #e0e0e0 100%);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  font-size: 40px;
  color: #ff8100;
}
.component-section-title h2 span {
  color: #000;
  font-size: 24px;
  font-weight: 400;
}
.component-section-title p {
  padding-top: 10px;
}
.component-section-title.component-section-title--odd p {
  padding-left: 25px;
  padding-right: 50%;
}
.component-section-title.component-section-title--even h2,
.component-section-title.component-section-title--even p {
  padding-left: 50%;
}
.mobile .component-section-title {
  padding: 20px 0;
}
.mobile .component-section-title h2 {
  padding: 0 !important;
  height: auto;
  box-shadow: none;
  background: none;
  line-height: 1.2;
  font-size: 32px;
}
.mobile .component-section-title p {
  padding: 0 !important;
}

.beta-text {
  margin: -10px 0 10px 20px;
}

.beta-text strong {
  color: #fa8100;
}

.component-section-title--toggle {
  margin: 0;
  padding: 0;
  background: #5a5a5a;
  background: -webkit-linear-gradient(top, #747474 0%, #4a4a4a 84%, #454545 100%);
  background: -o-linear-gradient(top, #747474 0%, #4a4a4a 84%, #454545 100%);
  background: -ms-linear-gradient(top, #747474 0%, #4a4a4a 84%, #454545 100%);
  background: -moz-linear-gradient(top, #747474 0%, #4a4a4a 84%, #454545 100%);
  background: linear-gradient(to bottom, #747474 0%, #4a4a4a 84%, #454545 100%);
  box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.6);
  border: 1px solid #686868;
}
.mobile .component-section-title--toggle {
  padding: 0;
}
.component-section-title--toggle h2 {
  margin: 0;
  padding: 12px 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.0;
  height: auto;
  background: none;
  box-shadow: none;
}
.mobile .component-section-title--toggle h2 {
  margin: 0;
  padding: 12px 20px !important;
  font-size: 18px;
  line-height: 1.1;
}
.component-section-title--toggle .hide-option {
  float: right;
  width: 24px;
  height: 24px;
  margin: 10px 14px 0 0;
}

/*  ::  Component Styles  »  Setup Help  	*/
.component-setup-help h3 {
  color: #ff8100;
  font-size: 20px;
}
.component-setup-help a {
  color: #199ac4;
}
.component-setup-help a.button {
  color: #fff;
}

/*  ::  Component Styles  »  Setup Instructions  	*/
.component-setup-instructions {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  padding: 10px 0 20px 0;
}
.mobile .component-setup-instructions > h4 {
  padding-left: 20px;
  padding-right: 20px;
}
.component-setup-instructions.component-setup-instructions--title {
  padding-top: 30px;
}
.mobile .component-setup-instructions.component-setup-instructions--title {
  padding-left: 20px;
  padding-right: 20px;
}
.component-setup-instructions.component-setup-instructions--intro {
  margin-bottom: 20px;
  padding: 10px 20px 15px 20px;
  max-width: 820px;
  background: #000;
  color: #fff;
}
.component-setup-instructions.component-setup-instructions--intro h3 {
  padding: 10px 0 15px 0;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
}
.component-setup-instructions.component-setup-instructions--intro h3 b {
  font-size: 26px;
  font-weight: 700;
}
.component-setup-instructions.component-setup-instructions--intro .tips {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-transform: skewX(-8deg);
  -moz-transform: skewX(-8deg);
  -ms-transform: skewX(-8deg);
  transform: skewX(-8deg);
}
.mobile .component-setup-instructions.component-setup-instructions--intro .tips {
  -webkit-transform: skewX(0deg);
  -moz-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  transform: skewX(0deg);
}
.component-setup-instructions.component-setup-instructions--intro .tips .tip-item {
  float: left;
  width: 29%;
  margin: 0 0 0 1.95%;
  padding: 1% 1.5%;
  background: #7a2b26;
  background: -webkit-linear-gradient(left, #5e2520 0%, #7d2c26 60%);
  background: -o-linear-gradient(left, #5e2520 0%, #7d2c26 60%);
  background: -ms-linear-gradient(left, #5e2520 0%, #7d2c26 60%);
  background: -moz-linear-gradient(left, #5e2520 0%, #7d2c26 60%);
  background: linear-gradient(to right, #5e2520 0%, #7d2c26 60%);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  min-height: 80px;
}
.mobile .component-setup-instructions.component-setup-instructions--intro .tips .tip-item {
  float: none;
  width: auto;
  padding: 10px;
  margin: 10px 0;
}
.component-setup-instructions.component-setup-instructions--intro .tips .tip-item:first-child {
  margin: 0;
}
.component-setup-instructions.component-setup-instructions--intro .tips .tip-item b {
  float: left;
  font-size: 28px;
  margin: 0 10px 10px 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}
.component-setup-instructions.component-setup-instructions--intro .tips .tip-item span {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 5px 0;
  font-size: 13px;
  font-family: "Roboto Condensed", sans-serif;
}
.component-setup-instructions.component-setup-instructions--intro .tips .tip-item:last-child span {
  font-size: 12px;
}
.component-setup-instructions.component-setup-instructions--intro p {
  padding: 10px 0 5px 0;
  font-style: italic;
}
.component-setup-instructions img {
  max-width: 100%;
  height: auto;
}
.component-setup-instructions .instructions-title {
  padding: 20px 300px 20px 20px;
  margin: 10px 0 4px 0;
  background: black;
  font-size: 24px;
  line-height: 1.0;
  font-style: italic;
  color: #fff;
}
.mobile .component-setup-instructions .instructions-title {
  padding: 20px;
  background: #000;
  font-size: 16px;
}
.component-setup-instructions .instructions-content {
  padding: 20px;
  background: #e6e6e6;
}
.component-setup-instructions .instructions-content > h5 {
  margin: 0;
  padding: 0 0 25px 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}
.component-setup-instructions .instructions-content > h5 b {
  font-size: 24px;
}
.component-setup-instructions .instructions-content .setup-item {
  float: left;
  width: 32%;
  margin: 0 0 0 1.95%;
}
.mobile .component-setup-instructions .instructions-content .setup-item {
  float: none;
  width: auto;
  margin: 20px 0 0 0;
}
.component-setup-instructions .instructions-content .setup-item .heading {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transform: skewX(-8deg);
  -moz-transform: skewX(-8deg);
  -ms-transform: skewX(-8deg);
  transform: skewX(-8deg);
}
.component-setup-instructions .instructions-content .setup-item .heading h6 {
  float: left;
  margin: 0 10px 0 0;
  font-size: 18px;
  padding: 4px 12px;
  background: #5eb751;
  color: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.component-setup-instructions .instructions-content .setup-item .heading .subheading {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: bold;
}
.component-setup-instructions .instructions-content .setup-item ul {
  margin: 0 0 0 25px;
  padding: 15px 0 0 0;
  list-style: disc;
}
.component-setup-instructions .instructions-content .setup-item ul li {
  margin: 0;
  padding: 0 0 8px 0;
  font-size: 10px;
}
.component-setup-instructions .instructions-content h5 + .setup-item {
  margin: 0 !important;
}
.component-setup-instructions.component-setup-instructions--ps3 .instructions-content .setup-item .heading h6 {
  background: #008eb1;
}

/*  ::  Component Styles  »  UPlay Stats Block  (Global) 	*/
.rock-uplay-global .component-uplay-stats-block {
  background: #fff;
  min-height: 170px;
  position: relative;
  display: block;
  overflow: visible;
}
.rock-uplay-global .component-uplay-stats-block .uplay-stats-icon {
  float: left;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 980px) {
  .rock-uplay-global .component-uplay-stats-block .uplay-stats-icon {
    float: none;
    margin: 0 auto;
    height: 120px !important;
  }
}
.rock-uplay-global .component-uplay-stats-block .uplay-stats-text {
  position: relative;
  display: block;
  overflow: hidden;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.rock-uplay-global .component-uplay-stats-block .uplay-stats-text .stat-value {
  font-size: 30px;
  color: #000;
}
.rock-uplay-global .component-uplay-stats-block .uplay-stats-text .stat-label {
  font-size: 15px;
  color: #999;
}
.rock-uplay-global .component-uplay-stats-block .uplay-stats-text .stat-label-strong {
  font-size: 15px;
  color: #000;
}

@media screen and (max-width: 980px) {
  .rock-uplay-global .component-uplay-stats-block .uplay-stats-text {
    text-align: center;
    padding: 10px;
  }
}
.rock-uplay-global .component-uplay-stats-block.sixtyday-enrolled {
  background: #fafafa;
  background: linear-gradient(to bottom, #fafafa 0%, #f1f1f1 100%);
}
.rock-uplay-global .component-uplay-stats-block.sixtyday-enrolled .uplay-stats-icon {
  width: 140px;
  height: 170px;
  background: url(rs-uplay-global-stats-icon-sixtyday-enrolled.png) no-repeat 30px 44px;
}
.rock-uplay-global .component-uplay-stats-block.sixtyday-enrolled .uplay-stats-text {
  padding-top: 48px;
}
.rock-uplay-global .component-uplay-stats-block.songs-played {
  background: #fafafa;
  background: linear-gradient(to bottom, #fafafa 0%, #f1f1f1 100%);
}
.rock-uplay-global .component-uplay-stats-block.songs-played .uplay-stats-icon {
  width: 168px;
  height: 170px;
  background: url(rs-uplay-global-stats-icon-songs-played.png) no-repeat 60px 30px;
}
.rock-uplay-global .component-uplay-stats-block.songs-played .uplay-stats-text {
  padding-top: 48px;
}
.rock-uplay-global .component-uplay-stats-block.missions {
  background: #fafafa;
  background: linear-gradient(to bottom, #fafafa 0%, #f1f1f1 100%);
}
.rock-uplay-global .component-uplay-stats-block.missions .uplay-stats-icon {
  width: 140px;
  height: 170px;
  background: url(rs-uplay-global-stats-icon-missions.png) no-repeat 37px 40px;
}
.rock-uplay-global .component-uplay-stats-block.missions .uplay-stats-icon.percent0, .rock-uplay-global .component-uplay-stats-block.missions .uplay-stats-icon.percent10 {
  background-image: url(rs-uplay-global-stats-icon-missions-percent0.png);
}
.rock-uplay-global .component-uplay-stats-block.missions .uplay-stats-icon.percent20, .rock-uplay-global .component-uplay-stats-block.missions .uplay-stats-icon.percent30 {
  background-image: url(rs-uplay-global-stats-icon-missions-percent20.png);
}
.rock-uplay-global .component-uplay-stats-block.missions .uplay-stats-icon.percent40, .rock-uplay-global .component-uplay-stats-block.missions .uplay-stats-icon.percent50 {
  background-image: url(rs-uplay-global-stats-icon-missions-percent40.png);
}
.rock-uplay-global .component-uplay-stats-block.missions .uplay-stats-icon.percent60, .rock-uplay-global .component-uplay-stats-block.missions .uplay-stats-icon.percent70 {
  background-image: url(rs-uplay-global-stats-icon-missions-percent60.png);
}
.rock-uplay-global .component-uplay-stats-block.missions .uplay-stats-icon.percent80, .rock-uplay-global .component-uplay-stats-block.missions .uplay-stats-icon.percent90 {
  background-image: url(rs-uplay-global-stats-icon-missions-percent80.png);
}
.rock-uplay-global .component-uplay-stats-block.missions .uplay-stats-icon.percent100 {
  background-image: url(rs-uplay-global-stats-icon-missions-percent100.png);
}
.rock-uplay-global .component-uplay-stats-block.missions .uplay-stats-text {
  padding-top: 48px;
}
.rock-uplay-global .component-uplay-stats-block.songs-learned {
  background: #fafafa;
  background: linear-gradient(to bottom, #f1f1f1 0%, #fafafa 100%);
}
.rock-uplay-global .component-uplay-stats-block.songs-learned .uplay-stats-icon {
  width: 175px;
  height: 170px;
  background: url(rs-uplay-global-stats-icon-songs-learned.png) no-repeat 60px 30px;
}
.rock-uplay-global .component-uplay-stats-block.songs-learned .uplay-stats-icon.percent0, .rock-uplay-global .component-uplay-stats-block.songs-learned .uplay-stats-icon.percent10 {
  background-image: url(rs-uplay-global-stats-icon-songs-learned-percent0.png);
}
.rock-uplay-global .component-uplay-stats-block.songs-learned .uplay-stats-icon.percent20, .rock-uplay-global .component-uplay-stats-block.songs-learned .uplay-stats-icon.percent30 {
  background-image: url(rs-uplay-global-stats-icon-songs-learned-percent20.png);
}
.rock-uplay-global .component-uplay-stats-block.songs-learned .uplay-stats-icon.percent40, .rock-uplay-global .component-uplay-stats-block.songs-learned .uplay-stats-icon.percent50 {
  background-image: url(rs-uplay-global-stats-icon-songs-learned-percent40.png);
}
.rock-uplay-global .component-uplay-stats-block.songs-learned .uplay-stats-icon.percent60, .rock-uplay-global .component-uplay-stats-block.songs-learned .uplay-stats-icon.percent70 {
  background-image: url(rs-uplay-global-stats-icon-songs-learned-percent60.png);
}
.rock-uplay-global .component-uplay-stats-block.songs-learned .uplay-stats-icon.percent80, .rock-uplay-global .component-uplay-stats-block.songs-learned .uplay-stats-icon.percent90 {
  background-image: url(rs-uplay-global-stats-icon-songs-learned-percent80.png);
}
.rock-uplay-global .component-uplay-stats-block.songs-learned .uplay-stats-icon.percent100 {
  background-image: url(rs-uplay-global-stats-icon-songs-learned-percent100.png);
}
.rock-uplay-global .component-uplay-stats-block.songs-learned .uplay-stats-text {
  padding-top: 48px;
}
.rock-uplay-global .component-uplay-stats-block.lessons {
  background: #fafafa;
  background: linear-gradient(to bottom, #f1f1f1 0%, #fafafa 100%);
}
.rock-uplay-global .component-uplay-stats-block.lessons .uplay-stats-icon {
  width: 170px;
  height: 170px;
  background: url(rs-uplay-global-stats-icon-lessons.png) no-repeat 50px 40px;
}
.rock-uplay-global .component-uplay-stats-block.lessons .uplay-stats-icon.percent0, .rock-uplay-global .component-uplay-stats-block.lessons .uplay-stats-icon.percent10 {
  background-image: url(rs-uplay-global-stats-icon-lessons-percent0.png);
}
.rock-uplay-global .component-uplay-stats-block.lessons .uplay-stats-icon.percent20, .rock-uplay-global .component-uplay-stats-block.lessons .uplay-stats-icon.percent30 {
  background-image: url(rs-uplay-global-stats-icon-lessons-percent20.png);
}
.rock-uplay-global .component-uplay-stats-block.lessons .uplay-stats-icon.percent40, .rock-uplay-global .component-uplay-stats-block.lessons .uplay-stats-icon.percent50 {
  background-image: url(rs-uplay-global-stats-icon-lessons-percent40.png);
}
.rock-uplay-global .component-uplay-stats-block.lessons .uplay-stats-icon.percent60, .rock-uplay-global .component-uplay-stats-block.lessons .uplay-stats-icon.percent70 {
  background-image: url(rs-uplay-global-stats-icon-lessons-percent60.png);
}
.rock-uplay-global .component-uplay-stats-block.lessons .uplay-stats-icon.percent80, .rock-uplay-global .component-uplay-stats-block.lessons .uplay-stats-icon.percent90 {
  background-image: url(rs-uplay-global-stats-icon-lessons-percent80.png);
}
.rock-uplay-global .component-uplay-stats-block.lessons .uplay-stats-icon.percent100 {
  background-image: url(rs-uplay-global-stats-icon-lessons-percent100.png);
}
.rock-uplay-global .component-uplay-stats-block.lessons .uplay-stats-text {
  padding-top: 48px;
}
.rock-uplay-global .component-uplay-stats-block.time-session-mode {
  background: #fafafa;
  background: linear-gradient(to bottom, #f1f1f1 0%, #fafafa 100%);
}
.rock-uplay-global .component-uplay-stats-block.time-session-mode .uplay-stats-icon {
  width: 125px;
  height: 170px;
  background: url(rs-uplay-global-stats-icon-time-session-mode.png) no-repeat 24px 35px;
}
.rock-uplay-global .component-uplay-stats-block.time-session-mode .uplay-stats-text {
  padding-top: 48px;
}
.rock-uplay-global .component-uplay-stats-block.time-session-mode .uplay-stats-text .stat-value {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
}
.rock-uplay-global .component-uplay-stats-block.time-session-mode .uplay-stats-text .stat-value .stat-label {
  font-size: 12px;
}

.rock-uplay-global .component-uplay-stats-block.sixtyday-enrolled {position: absolute; height: 290px; padding-top: 70px; width: 27%;}
.rock-uplay-global .component-uplay-stats-block.songs-learned {display: none;}

/*  ::  Component Styles  »  UPlay Stats Block  (User) 	*/
.rock-uplay-profile .component-uplay-stats-block {
  background: #fff;
  min-height: 170px;
  position: relative;
  display: block;
  overflow: visible;
  text-align: center;
}
.rock-uplay-profile .component-uplay-stats-block .uplay-stats-icon {
  display: block;
  margin: 0 auto 8px auto;
  width: 100px;
  height: 92px;
}
.rock-uplay-profile .component-uplay-stats-block .uplay-stats-text {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 4px 0 0 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.rock-uplay-profile .component-uplay-stats-block .uplay-stats-text .stat-value {
  font-size: 28px;
  color: #000;
  padding-bottom: 2px;
}
.rock-uplay-profile .component-uplay-stats-block .uplay-stats-text .stat-label {
  font-size: 15px;
  color: #999;
}
.rock-uplay-profile .component-uplay-stats-block .uplay-stats-text .stat-label br {
  display: none;
}
.rock-uplay-profile .component-uplay-stats-block .uplay-stats-text .stat-label-strong {
  font-size: 15px;
  color: #000;
}
.rock-uplay-public .component-uplay-stats-block {
  background: #fff;
  min-height: 170px;
  position: relative;
  display: block;
  overflow: visible;
  text-align: center;
}
.rock-uplay-public .component-uplay-stats-block .uplay-stats-icon {
  display: block;
  margin: 0 auto 8px auto;
  width: 100px;
  height: 92px;
}
.rock-uplay-public .component-uplay-stats-block .uplay-stats-text {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 4px 0 0 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.rock-uplay-public .component-uplay-stats-block .uplay-stats-text .stat-value {
  font-size: 28px;
  color: #000;
  padding-bottom: 2px;
}
.rock-uplay-public .component-uplay-stats-block .uplay-stats-text .stat-label {
  font-size: 15px;
  color: #999;
}
.rock-uplay-public .component-uplay-stats-block .uplay-stats-text .stat-label br {
  display: none;
}
.rock-uplay-public .component-uplay-stats-block .uplay-stats-text .stat-label-strong {
  font-size: 15px;
  color: #000;
}
.component-stats-time-played .tooltip-trigger, .component-uplay-stats-block .tooltip-trigger{
	width: 17px;
	cursor: default;
	background: url('RS2014_info_icon.png') left top no-repeat;
	overflow: visible;
	float: right;
	margin: 5px 5px 0 0;
}
.component-stats-time-played .tooltip-trigger .tooltip-popup, .component-uplay-stats-block .tooltip-trigger .tooltip-popup{
	width: 100%;
	background: #222222;
	color: #cdcdcd;
	position: absolute;
	top: -90px;
	left: 0px;
	border-raidus: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	overflow: visible;
	text-align: center;
}
.component-stats-time-played .tooltip-trigger:hover .tooltip-popup, .component-uplay-stats-block .tooltip-trigger:hover .tooltip-popup{
	display: block!important;
		
}
.component-stats-time-played .tooltip-trigger .tooltip-popup .arrow-graphic, .component-uplay-stats-block .tooltip-trigger .tooltip-popup .arrow-graphic{
	position: absolute;
	top: 75px;
	left: 270px;
}
.component-stats-time-played .tooltip-trigger .tooltip-popup h5, .component-uplay-stats-block .tooltip-trigger .tooltip-popup h5 {
	color: #cdcdcd;
	margin: 15px 15px 5px 15px;
}
.component-stats-time-played .tooltip-trigger .tooltip-popup p, .component-uplay-stats-block .tooltip-trigger .tooltip-popup p {
	color: #cdcdcd;
	margin: 5px 15px 15px 15px;
}

@media screen and (max-width: 980px) {
  .rock-uplay-profile .component-uplay-stats-block .uplay-stats-text {
    text-align: center;
    padding: 10px;
  }
}
.rock-uplay-profile .component-uplay-stats-block.longest-note-streak {
  background: #fafafa;
  background: linear-gradient(to bottom, #eaeaea 0%, #f1f1f1 100%);
}
.rock-uplay-profile .component-uplay-stats-block.longest-note-streak .uplay-stats-icon {
  background: url(rs-uplay-user-stats-icon-note-streak.png) no-repeat 50% 50%;
}
.rock-uplay-profile .component-uplay-stats-block.score-attack {
  background: #fafafa;
  background: linear-gradient(to bottom, #eaeaea 0%, #f1f1f1 100%);
}
.rock-uplay-profile .component-uplay-stats-block.score-attack .uplay-stats-icon {
  background: url(rs-uplay-user-stats-icon-score-attack.png) no-repeat 50% 50%;
}
.rock-uplay-profile .component-uplay-stats-block.songs-played {
  background: #fafafa;
  background: linear-gradient(to bottom, #eaeaea 0%, #f1f1f1 100%);
}
.rock-uplay-profile .component-uplay-stats-block.songs-played .uplay-stats-icon {
  background: url(rs-uplay-user-stats-icon-songs-played.png) no-repeat 50% 50%;
}
.rock-uplay-profile .component-uplay-stats-block.missions {
  background: #fafafa;
  background: linear-gradient(to bottom, #eaeaea 0%, #f1f1f1 100%);
}
.rock-uplay-profile .component-uplay-stats-block.missions .uplay-stats-icon {
  background: url(rs-uplay-user-stats-icon-missions.png) no-repeat 50% 50%;
}
.rock-uplay-profile .component-uplay-stats-block.songs-learned {
  background: #fafafa;
  background: linear-gradient(to bottom, #eaeaea 0%, #f1f1f1 100%);
}
.rock-uplay-profile .component-uplay-stats-block.songs-learned .uplay-stats-icon {
  background: url(rs-uplay-user-stats-icon-songs-learned.png) no-repeat 50% 50%;
}
.rock-uplay-profile .component-uplay-stats-block.lessons {
  background: #fafafa;
  background: linear-gradient(to bottom, #eaeaea 0%, #f1f1f1 100%);
}
.rock-uplay-profile .component-uplay-stats-block.lessons .uplay-stats-icon {
  background: url(rs-uplay-user-stats-icon-lessons.png) no-repeat 50% 50%;
}
.rock-uplay-profile .component-uplay-stats-block.time-session-mode {
  background: #fafafa;
  background: linear-gradient(to bottom, #eaeaea 0%, #f1f1f1 100%);
}
.rock-uplay-profile .component-uplay-stats-block.time-session-mode .uplay-stats-icon {
  background: url(rs-uplay-user-stats-icon-time-session-mode.png) no-repeat 50% 50%;
}
.rock-uplay-profile .component-uplay-stats-block.time-session-mode .uplay-stats-text .stat-value {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
}
.rock-uplay-public .component-uplay-stats-block.time-session-mode .uplay-stats-text .stat-value .stat-label {
  font-size: 12px;
}
.rock-uplay-public .component-uplay-stats-block .uplay-stats-text {
    text-align: center;
    padding: 10px;
  }
}
.rock-uplay-public .component-uplay-stats-block.longest-note-streak {
  background: #fafafa;
  background: linear-gradient(to bottom, #eaeaea 0%, #f1f1f1 100%);
}
.rock-uplay-public .component-uplay-stats-block.longest-note-streak .uplay-stats-icon {
  background: url(rs-uplay-user-stats-icon-note-streak.png) no-repeat 50% 50%;
}
.rock-uplay-public .component-uplay-stats-block.score-attack {
  background: #fafafa;
  background: linear-gradient(to bottom, #eaeaea 0%, #f1f1f1 100%);
}
.rock-uplay-public .component-uplay-stats-block.score-attack .uplay-stats-icon {
  background: url(rs-uplay-user-stats-icon-score-attack.png) no-repeat 50% 50%;
}
.rock-uplay-public .component-uplay-stats-block.songs-played {
  background: #fafafa;
  background: linear-gradient(to bottom, #eaeaea 0%, #f1f1f1 100%);
}
.rock-uplay-public .component-uplay-stats-block.songs-played .uplay-stats-icon {
  background: url(rs-uplay-user-stats-icon-songs-played.png) no-repeat 50% 50%;
}
.rock-uplay-public .component-uplay-stats-block.missions {
  background: #fafafa;
  background: linear-gradient(to bottom, #eaeaea 0%, #f1f1f1 100%);
}
.rock-uplay-public .component-uplay-stats-block.missions .uplay-stats-icon {
  background: url(rs-uplay-user-stats-icon-missions.png) no-repeat 50% 50%;
}
.rock-uplay-public .component-uplay-stats-block.songs-learned {
  background: #fafafa;
  background: linear-gradient(to bottom, #eaeaea 0%, #f1f1f1 100%);
}
.rock-uplay-public .component-uplay-stats-block.songs-learned .uplay-stats-icon {
  background: url(rs-uplay-user-stats-icon-songs-learned.png) no-repeat 50% 50%;
}
.rock-uplay-public .component-uplay-stats-block.lessons {
  background: #fafafa;
  background: linear-gradient(to bottom, #eaeaea 0%, #f1f1f1 100%);
}
.rock-uplay-public .component-uplay-stats-block.lessons .uplay-stats-icon {
  background: url(rs-uplay-user-stats-icon-lessons.png) no-repeat 50% 50%;
}
.rock-uplay-public .component-uplay-stats-block.time-session-mode {
  background: #fafafa;
  background: linear-gradient(to bottom, #eaeaea 0%, #f1f1f1 100%);
}
.rock-uplay-public .component-uplay-stats-block.time-session-mode .uplay-stats-icon {
  background: url(rs-uplay-user-stats-icon-time-session-mode.png) no-repeat 50% 50%;
}
.rock-uplay-public .component-uplay-stats-block.time-session-mode .uplay-stats-text .stat-value {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
}
.rock-uplay-public .component-uplay-stats-block.time-session-mode .uplay-stats-text .stat-value .stat-label {
  font-size: 12px;
}
/*  ::  Component Styles  »  UPlay Register 	*/
.authentication .component-uplay-register {
  float: right;
  width: 45%;
}
.mobile .authentication .component-uplay-register {
  float: none;
  width: auto;
}
.component-uplay-register h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.component-uplay-register p {
  font-size: 13px;
}
.component-uplay-register .button {
  min-width: 120px;
  text-align: center;
}

/*  ::  Component Styles  »  UPlay Login 	*/
.authentication .component-uplay-login {
  float: left;
  width: 45%;
}
.mobile .authentication .component-uplay-login {
  float: none;
  width: auto;
}
.component-uplay-login h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.component-uplay-login p {
  font-size: 13px;
}
.component-uplay-login .button {
  min-width: 120px;
  text-align: center;
}

/*  ::  Component Styles  »  UPlay 60 Day Challenge Login 	*/
.component-uplay-60day-login {
  padding: 30px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.component-uplay-60day-login h2 {
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 22px;
}
.component-uplay-60day-login .panel {
  padding: 20px;
  background: url(rs-uplay-sixtyday-login-bg.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
}
.component-uplay-60day-login .panel p {
  font-weight: 700;
}

/*  ::  Component Styles  »  UPlay Top 10 Tracks 	*/
.component-uplay-top10tracks h3 {
  padding: 8px 0 8px 40px;
  background: url(rs-uplay-top10tracks-icon.png) no-repeat 0 50%;
}
.component-uplay-top10tracks h3 span {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.component-uplay-top10tracks ol {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  padding: 0 0 0 34px;
  list-style: none;
  overflow: hidden;
  counter-reset: numList;
}
.component-uplay-top10tracks ol + ol {
  counter-reset: numList 5;
}
.component-uplay-top10tracks ol li {
  position: relative;
  padding: 8px 30px 8px 0;
  font-size: 13px;
}
.component-uplay-top10tracks ol li:before {
  counter-increment: numList;
  content: counter(numList);
  float: left;
  position: absolute;
  left: -32px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 22px;
  width: 22px;
  height: 22px;
  background: #000;
  border-radius: 11px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
}

/*  ::  Component Styles  »  UPlay Profile Stats  	*/
.component-uplay-profile-stats .last-updated {
  font-size: 12px;
}
.component-uplay-profile-stats .player-username {
  margin: 0;
  padding: 16px 0 0 0;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
}
.component-uplay-profile-stats .player-realname {
  margin: 0;
  padding: 0 0 8px 0;
  font-size: 13px;
}
.component-uplay-profile-stats .player-location {
  margin: 0;
  padding: 3px 0 3px 20px;
  overflow: hidden;
  background: url(rs-global-elements-icon-location-marker-small-orange.png) no-repeat 0px 50%;
  font-size: 12px;
  color: #797979;
  display: none;
}
.component-uplay-profile-stats .player-location img {
  float: left;
  margin: 0 4px 0 0;
}
.component-uplay-profile-stats .player-platforms {
  clear: left;
  margin: 0;
  padding: 16px 0 4px 0;
  font-size: 13px;
}
.component-uplay-profile-stats .player-fav-path {
  clear: left;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.component-uplay-profile-stats .button {
  margin-top: 16px;
}

/*  ::  Component Styles  »  UPlay Player Prefs  	*/
.component-uplay-player-prefs h3 {
  font-size: 18px;
}
.component-uplay-player-prefs p {
  margin: 0;
  padding: 2px 0 0 0;
  font-size: 13px;
}
.component-uplay-player-prefs .player-pref-edits { margin-left: 5px; font-size: 85%;}
.component-uplay-player-prefs input, .fancybox-inner input {
  height: 28px;
  margin: 0 4px 14px 0;
  padding: 0;
  font-size: 13px;
  width: 220px;
}
.rock-uplay-profile .fancybox-inner select{
width: 220px;
height: 31px;
vertical-align: top;
margin-right: 5px;

}

.rock-uplay-profile .fancybox-inner h3 {
	margin-bottom: 10px;
}
.rock-uplay-profile .fancybox-inner{width: auto!important; height: 155px!important;}
.rock-uplay-profile .fancybox-wrap{width: auto!important; height: 185px!important;}
.rock-uplay-public .fancybox-inner select{
width: 220px;
height: 31px;
vertical-align: top;
margin-right: 10px;

}

.rock-uplay-public .fancybox-inner h3 {
	margin-bottom: 10px;
}
.rock-uplay-public .fancybox-inner{width: 300px!important; height: 125px!important;}
.rock-uplay-public .fancybox-wrap{width: 320px!important; height: auto!important;}
.rock-uplay-public .fancybox-skin{width: 320px!important; height: auto!important;}
.rock-uplay-public .fancybox-inner .button.button--cyan.button--small{margin: 0 10px;}
.component-uplay-player-prefs select {
  float: left;
  height: 30px;
  margin: 4px 4px 0 0;
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  /* add the arrow back in with a base64 inline image */
  float: left;
  min-width: 225px;
  font-size: 13px !important;
  color: #666;
  font-style: italic;
  padding: 4px 12px 4px 6px;
  background: #fefdfd;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, -moz-linear-gradient(top, #fefdfd 0%, #efeeee 100%);
  /* FF3.6+ */
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefdfd), color-stop(100%, #efeeee));
  /* Chrome,Safari4+ */
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, -webkit-linear-gradient(top, #fefdfd 0%, #efeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, -o-linear-gradient(top, #fefdfd 0%, #efeeee 100%);
  /* Opera 11.10+ */
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, -ms-linear-gradient(top, #fefdfd 0%, #efeeee 100%);
  /* IE10+ */
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, linear-gradient(to bottom, #fefdfd 0%, #efeeee 100%);
  /* W3C */
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.component-uplay-player-prefs select option {
  font-size: 13px;
  color: #000;
  background: #fff;
  font-style: normal !important;
}
.component-uplay-player-prefs .button {
  float: left;
  margin: 4px 0 4px 0;
}
.component-uplay-player-prefs .uplay-error {
  clear: both;
  padding: 8px;
  color: #f00;
  font-size: 12px;
  font-weight: 700;
}
.component-uplay-player-prefs .uplay-preference-container {
  overflow: hidden;
}
.component-uplay-player-prefs .uplay-preference-container + .uplay-preference-container {
  margin: 20px 0 0 0;
}

/*  ::  Component Styles  »  UPlay Achievements  	*/
.component-uplay-achievements {
  position: relative;
  padding: 45px 0 30px 0;
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.component-uplay-achievements > h2 {
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 20px;
  text-transform: uppercase;
}
.component-uplay-achievements .column {
  float: left;
  width: 32%;
  margin: 0 1.3% 0 0;
}
@media screen and (max-width: 980px) {
  .component-uplay-achievements .column {
    width: 98%;
  }
}
.component-uplay-achievements .uplay-achievement-group {
  position: relative;
  padding: 0 0 40px 70px;
  min-height: 60px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.component-uplay-achievements .uplay-achievement-group.uplay-achievement-group--general {
  background-image: url(rs-uplay-achievement-group-general.png);
}
.component-uplay-achievements .uplay-achievement-group.uplay-achievement-group--sessionmode {
  background-image: url(rs-uplay-achievement-group-sessionmode.png);
}
.component-uplay-achievements .uplay-achievement-group.uplay-achievement-group--nonstop {
  background-image: url(rs-uplay-achievement-group-nonstop.png);
}
.component-uplay-achievements .uplay-achievement-group.uplay-achievement-group--tonedesigner {
  background-image: url(rs-uplay-achievement-group-tonedesigner.png);
}
.component-uplay-achievements .uplay-achievement-group.uplay-achievement-group--secret {
  background-image: url(rs-uplay-achievement-group-secret.png);
}
.component-uplay-achievements .uplay-achievement-group.uplay-achievement-group--scoreattack {
  background-image: url(rs-uplay-achievement-group-scoreattack.png);
}
.component-uplay-achievements .uplay-achievement-group.uplay-achievement-group--guitarcade {
  background-image: url(rs-uplay-achievement-group-guitarcade.png);
}
.component-uplay-achievements .uplay-achievement-group.uplay-achievement-group--learnasong {
  background-image: url(rs-uplay-achievement-group-learnasong.png);
}
.component-uplay-achievements .uplay-achievement-group h3 {
  margin: 0;
  padding: 0 0 4px 0;
  font-size: 14px;
  color: #ff8100;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
.component-uplay-achievements .uplay-achievement {
  position: relative;
  margin: 0;
  padding: 0 0 16px 0;
}
.component-uplay-achievements .uplay-achievement .title {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  margin: 0;
  padding: 0 0 4px 0;
  font-size: 12px;
  font-weight: 700;
}
.component-uplay-achievements .uplay-achievement .share {
  position: absolute;
  margin: -10px 0 0 -10px;
  display: block;
  z-index: 800;
  width: 36px;
  height: 37px;
  background: url(rs-global-elements-icon-share-blue-small.png) no-repeat 50% 50%;
}
body.rock-uplay-public .component-uplay-achievements .uplay-achievement .share {
  background: url(non-share.png) no-repeat 50% 50%;
}
.component-uplay-achievements .uplay-achievement .share .share-tooltip {
  top: 3px;
  left: 18px;
  display: none;
}
.component-uplay-achievements .uplay-achievement .share:hover .share-tooltip {
  display: block !important;
}
.component-uplay-achievements .uplay-achievement .subtitle {
  padding: 0 0 0 20px;
  font-size: 11px;
  display: block;
  position: relative;
}
.component-uplay-achievements .uplay-achievement .empty {
  font-size: 11px;
  display: block;
  position: relative;
  color: #999;
}

/*  ::  Component Styles  »  UPlay Actions/Rewards  	*/
.component-uplay-actions > h2,
.component-uplay-rewards > h2 {
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 20px;
  text-transform: uppercase;
}
.component-uplay-actions > p.desc,
.component-uplay-rewards > p.desc {
  margin: -20px 0 20px 0;
  font-size: 80%;
}
.component-uplay-actions .uplay-action-item,
.component-uplay-rewards .uplay-action-item {
  position: absolute;
  top: -5px;
  left: -5px;
  padding: 5px;
  background: transparent;
}
.component-uplay-actions img,
.component-uplay-rewards img {
  width: 48px;
  height: 48px;
}
.component-uplay-actions .share,
.component-uplay-rewards .share {
  position: relative;
  width: 48px;
  height: 48px;
  margin: 0 4px 4px 0;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  background: #eee;
}
.component-uplay-actions .share .share-tooltip,
.component-uplay-rewards .share .share-tooltip {
  top: -6px;
  left: 24px;
  display: none;
}
.component-uplay-actions .share:hover .share-tooltip,
.component-uplay-rewards .share:hover .share-tooltip {
  display: block !important;
}

/*  ::  Component Styles  »  Video Player and Video Text Container  	*/
.component-video-player {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 20px 0;
  outline: 1px solid #999;
}
.mobile div.stackable .component-video-player {
  margin: 15px;
}
.component-video-player img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.component-video-player a {
  position: relative;
  display: block;
  width: 100%;
}
.component-video-player a .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  background: url(rs-global-elements-videoplay-button-play.png) no-repeat 50% 50%;
}
.mouse .component-video-player a .overlay {
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  opacity: 0.7;
}
.mouse .component-video-player a .overlay:hover {
  opacity: 1;
}

.component-video-text {
  padding: 20px;
}
.component-video-text.component-video-text--left {
  padding-left: 20px;
  text-align: right;
}
.component-video-text.component-video-text--right {
  padding-right: 20px;
  text-align: left;
}
.mobile div.stackable .component-video-text {
  padding: 15px;
}
.component-video-text h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.0;
  text-transform: uppercase;
}
.component-video-text h2:first-child {
  font-size: 50px;
}
.component-video-text h3 {
  margin: 0;
  font-size: 22px;
  color: #ff8100;
  text-transform: uppercase;
}
.component-video-text h3 + h2,
.component-video-text h2 + h3 {
  padding: 0 0 20px 0;
}
.component-video-text .button {
  margin: 12px 0 0 0;
}
.mobile .component-video-text .button {
  margin: 8px 0 0 0;
}
.component-video-text img {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
}
.component-video-text .quote {
  margin-top: 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
}
.component-video-text .quoted {
  margin: 0 0 0 50%;
  padding: 4px 0 35px 0;
  font-size: 12px;
  text-align: right;
}
.component-video-text.component-video-text--right .quoted {
  margin: 0 50% 0 0;
}
.component-video-text .disclaimer {
  margin: 0;
  padding: 35px 0 0 0;
  width: 80%;
  color: #818181;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-style: italic;
}
.mobile .component-video-text .disclaimer {
  padding: 10px 0 0 0;
}

/*  ::  Component Styles  »  Video Testimonials  	*/
.component-video-testimonials {
  margin: 0;
  padding: 0;
}
.component-video-testimonials h4 {
  font-size: 24px;
  text-transform: uppercase;
}
.component-video-testimonials h4 span {
  font-size: 18px;
  text-transform: none;
}
.component-video-testimonials ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 0 0 0;
  list-style: none;
}
.component-video-testimonials li {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  width: 120px;
  padding: 0 20px 20px 0;
  font-size: 11px;
  vertical-align: top;
}
.mobile .component-video-testimonials li {
  padding: 0 10px 10px 0;
}
.component-video-testimonials li a {
  position: relative;
  display: block;
}
.component-video-testimonials li a img {
  position: relative;
  display: block;
}
.component-video-testimonials li a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 118px;
  height: 72px;
  display: block;
  content: " ";
}
.component-video-testimonials li p {
  margin: 0;
  padding: 4px 0 0 0;
}

/*  ::  Component Styles  »  UPlay Loading  	*/
.component-uplay-loading {
  padding: 250px 0;
  text-align: center;
}
.component-uplay-loading h3 {
  font-size: 24px;
  color: #999;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 30px 0;
  text-align: center;
  background: url(rs-global-elements-ajax-loading-bar.gif) no-repeat 50% 100%;
}

/*  ::  Component Styles  »  Popup Login Form  	*/
.component-popup-login-form {
  padding: 10px 20px;
}
.component-popup-login-form h3 {
  margin: 0;
  padding: 0;
  font-size: 32px;
  text-transform: uppercase;
  color: #ff8100;
}
.component-popup-login-form p {
  margin: 0;
  padding: 0;
}
.component-popup-login-form form {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 20px 0 0 0;
}
.component-popup-login-form fieldset {
  margin: 0;
  padding: 0;
}
.component-popup-login-form input,
.component-popup-login-form label,
.component-popup-login-form .button {
  clear: left;
  float: left;
}
.component-popup-login-form #uplay-login-forgot {
  float: right;
  font-size: 12px;
}

/*  ::  Page Styles  »  Home		*/
.rock-home .rs-home-intro {
  background: #fff;
  background: -webkit-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -o-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -ms-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -moz-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, white 0%, #e0e0e0 100%);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 0 20px;
}
.mobile .rock-home .rs-home-intro {
  padding: 0 5px;
}
.rock-home .rs-home-cta {
  background: url(rs-global-elements-lighten-background.png);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 0 20px;
}
.mobile .rock-home .rs-home-cta {
  padding: 0 5px;
}
.rock-home .rs-home-promos {
  background: url(rs-global-elements-darken-background.png);
  background: rgba(0, 0, 0, 0.55);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 0 20px;
  color: #fff;
}
.rock-home .rs-home-promos .scrollable-pagination .pagination-item {
  border-color: #fff;
}
.rock-home .rs-home-promos .scrollable-pagination .active {
  background-color: #fff;
}
.mobile .rock-home .rs-home-promos {
  padding: 0 5px;
}

/*  ::  Page Styles  »  Amazon		*/
.rock-amazon-success .rs-amazon-content-wrapper {
  background: url(rs-global-elements-darken-background.png);
  background: rgba(0, 0, 0, 0.55);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 20px 0;
  margin: 20px 20px 0 20px;
}
.rock-amazon-success .rs-amazon-content-wrapper .scrollable-pagination .pagination-item {
  border-color: #fff;
}
.rock-amazon-success .rs-amazon-content-wrapper .scrollable-pagination .active {
  background-color: #fff;
}
.tablet .rock-amazon-success .rs-amazon-content-wrapper {
  margin: 0;
}
.mobile .rock-amazon-success .rs-amazon-content-wrapper {
  margin: 0;
}
.rock-amazon-success .rs-amazon-content {
  margin: 0 20px !important;
  overflow: hidden;
  background: #fff;
  background: #fff;
  background: -webkit-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -o-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -ms-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -moz-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, white 0%, #e0e0e0 100%);
}
.rock-amazon-success .rs-amazon-content:last-child {
  padding-bottom: 30px;
}
.mobile .rock-amazon-success .rs-amazon-content {
  margin: 0 !important;
}
.rock-amazon-success .component-image-container img {
  margin: 20px 0;
}
.rock-amazon-success .component-image-text h2 {
  padding: 50px 0 0 0;
  font-size: 26px;
}
.rock-amazon-success .twitter {
  float: left;
  width: 50%;
  max-width: 300px;
  min-width: 120px;
  padding: 20px 0;
}
.rock-amazon-success .facebook {
  float: left;
  width: 50%;
  max-width: 300px;
  min-width: 120px;
  padding: 20px 0;
}

.rock-amazon-success .facebook .fb_iframe_widget { left: -155px;}

.rock-amazon-cancel .rs-amazon-content-wrapper {
  background: url(rs-global-elements-darken-background.png);
  background: rgba(0, 0, 0, 0.55);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 20px 0;
  margin: 20px 20px 0 20px;
}
.rock-amazon-cancel .rs-amazon-content-wrapper .scrollable-pagination .pagination-item {
  border-color: #fff;
}
.rock-amazon-cancel .rs-amazon-content-wrapper .scrollable-pagination .active {
  background-color: #fff;
}
.tablet .rock-amazon-cancel .rs-amazon-content-wrapper {
  margin: 0;
}
.mobile .rock-amazon-cancel .rs-amazon-content-wrapper {
  margin: 0;
}
.rock-amazon-cancel .rs-amazon-content {
  margin: 0 20px !important;
  background: #fff;
  background: #fff;
  background: -webkit-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -o-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -ms-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -moz-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, white 0%, #e0e0e0 100%);
}
.rock-amazon-cancel .rs-amazon-content:last-child {
  padding-bottom: 30px;
}
.mobile .rock-amazon-cancel .rs-amazon-content {
  margin: 0 !important;
}
.rock-amazon-cancel .component-image-container img {
  margin: 20px 0;
}
.rock-amazon-cancel .component-image-text h2 {
  padding: 20px 0;
  font-size: 26px;
}
.rock-amazon-cancel .video-preview {
  float: left;
  margin: 18px 20px 0 0px;
}
.rock-amazon-cancel .hr {
  position: relative;
  display: block;
  height: 1px;
  border-top: 1px dotted #ccc;
  padding: 0;
  margin: 20px 0 0 0;
}
.rock-amazon-cancel .amazon {
  clear: both;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 10px 0 0 0;
  margin: 20px 0 0 0;
  width: 100%;
}
.rock-amazon-cancel.splash .amazon {
  clear: both;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rock-amazon-cancel .amazon table, .rock-amazon-cancel .amazon tr, .rock-amazon-cancel .amazon td {
  position: relative;
  display: block;
  margin: 0;
  padding: 2px 0;
  border: 0;
  width: 100%;
}
.rock-amazon-cancel .amazon td {
  float: left;
  width: auto;
  padding-right: 4px;
}
.rock-amazon-cancel .amazon table {
  position: relative;
  overflow: hidden;
}
.rock-amazon-cancel .amazon br {
  display: none;
}
.rock-amazon-cancel .amazon img {
  display: block;
  cursor: pointer;
}
.rock-amazon-cancel .amazon select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  /* add the arrow back in with a base64 inline image */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  display: block !important;
  width: 100%;
  margin: 0;
  font-size: 12px !important;
  color: #666;
  padding: 2px 30px 2px 6px;
  background: #fefdfd;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, -moz-linear-gradient(top, #fefdfd 0%, #efeeee 100%);
  /* FF3.6+ */
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefdfd), color-stop(100%, #efeeee));
  /* Chrome,Safari4+ */
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, -webkit-linear-gradient(top, #fefdfd 0%, #efeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, -o-linear-gradient(top, #fefdfd 0%, #efeeee 100%);
  /* Opera 11.10+ */
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, -ms-linear-gradient(top, #fefdfd 0%, #efeeee 100%);
  /* IE10+ */
  background: url(data:image/gif;base64,R0lGODlhHwATANUkAJOTk8bGxsXFxZWVlcLCwsDAwI6Ojr+/v4+Pj5uam8HBwcPDw42Njezs7MvLy6Ggodra2peXl+3t7cnJyaemp4qKip6dnZSUlL6+vtjY2Nzc3NXV1cjIyL29venp6dPT0+Xl5aSjpOrq6sTExP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAfABMAAAZhwAxpSCwaj8jhJMlsEgXOKDIgrRKpUc3HCnU2Qg9u1AEYYKMjJyiBKIukC6cAUAYU4FYrIV/dNzEGFwYIHVJ+TB4JDBEAElIKURwVBmdOkFEUFlZ3URAbm3xSB6FRo6RNQQA7) no-repeat 100% 50%, linear-gradient(to bottom, #fefdfd 0%, #efeeee 100%);
  /* W3C */
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  /* rules for ie9/10 only, uses media query parsing bug */
}
@media screen and (min-width: 0 \0) {
  .rock-amazon-cancel .amazon select {
    padding-right: 12px;
  }
}
.rock-amazon-cancel .amazon select option {
  font-size: 12px;
  color: #000;
  background: #fff;
  font-style: normal !important;
}
.rock-amazon-cancel .retailers {
  padding: 16px 0 0 0;
}
.rock-amazon-cancel .retailers p {
  margin: 0;
  padding: 0 0 12px 0;
  font-size: 14px;
}
.rock-amazon-cancel .retailers p strong {
  display: inline;
  padding: 0;
  font-size: 14px;
  text-transform: none;
}
.rock-amazon-cancel .retailers a {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  margin: 0 2px 2px 0;
}
.rock-amazon-cancel .retailers a img {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
}

/*  ::  Page Styles  »  FAQ   	*/
.rock-faq .rs-faq-content {
  background: url(rs-global-elements-darken-background.png);
  background: rgba(0, 0, 0, 0.55);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 20px;
}
.rock-faq .rs-faq-content .scrollable-pagination .pagination-item {
  border-color: #fff;
}
.rock-faq .rs-faq-content .scrollable-pagination .active {
  background-color: #fff;
}
.rock-faq .rs-faq-content .tabs {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  overflow: hidden;
  padding: 20px;
  background: #fff;
  border: 0;
}
.mobile .rock-faq .rs-faq-content .tabs {
  padding: 10px;
}
.rock-faq .rs-faq-content .tabs ul.tabHeads {
  float: left;
  width: 23%;
  height: auto;
  margin: 0;
  padding: 20px 0;
  border: 0;
  overflow: hidden;
  display: block;
}
.mobile .rock-faq .rs-faq-content .tabs ul.tabHeads {
  float: none;
  width: 100%;
  padding: 0;
}
.rock-faq .rs-faq-content .tabs ul.tabHeads li {
  margin: 0 20px 20px 10px !important;
  display: block;
  float: none;
}
.rock-faq .rs-faq-content .tabs ul.tabHeads li a {
  display: block;
  width: auto;
  height: auto;
  padding: 6px 14px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  background: #333;
  color: #fff !important;
  border: 1px solid #000;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background: #64c8e8;
  background: -webkit-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -o-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -ms-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -moz-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: linear-gradient(to bottom, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  border: 1px solid #199ac4;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.mouse .rock-faq .rs-faq-content .tabs ul.tabHeads li a:hover {
  background: #90d8ef;
  background: -webkit-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -o-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -ms-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -moz-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: linear-gradient(to bottom, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  color: #e6f3f9;
  border-color: #49afd0;
}
.rock-faq .rs-faq-content .tabs ul.tabHeads li a.current {
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
  cursor: default;
  color: #f0f0f0 !important;
}
.mouse .rock-faq .rs-faq-content .tabs ul.tabHeads li a.current:hover {
  color: #f0f0f0 !important;
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
  cursor: default;
}
.rock-faq .rs-faq-content .tabs ul.tabHeads li a.current {
  position: relative;
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
}
.rock-faq .rs-faq-content .tabs ul.tabHeads li a.current:after, .rock-faq .rs-faq-content .tabs ul.tabHeads li a.current:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.rock-faq .rs-faq-content .tabs ul.tabHeads li a.current:after {
  border-color: rgba(166, 166, 166, 0);
  border-left-color: #a6a6a6;
  border-width: 8px;
  top: 50%;
  margin-top: -8px;
}
.rock-faq .rs-faq-content .tabs ul.tabHeads li a.current:before {
  border-color: rgba(110, 110, 110, 0);
  border-left-color: #6e6e6e;
  border-width: 9px;
  top: 50%;
  margin-top: -9px;
}
.mobile .rock-faq .rs-faq-content .tabs ul.tabHeads li {
  float: none !important;
  display: block;
  margin: 0 0 10px 0 !important;
}
.mobile .rock-faq .rs-faq-content .tabs ul.tabHeads li a {
  width: auto;
  height: auto;
  display: block;
  padding: 6px 16px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  background: #333;
  color: #fff !important;
  border: 1px solid #000;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background: #64c8e8;
  background: -webkit-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -o-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -ms-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -moz-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: linear-gradient(to bottom, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  border: 1px solid #199ac4;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.mouse .mobile .rock-faq .rs-faq-content .tabs ul.tabHeads li a:hover {
  background: #90d8ef;
  background: -webkit-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -o-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -ms-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -moz-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: linear-gradient(to bottom, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  color: #e6f3f9;
  border-color: #49afd0;
}
.mobile .rock-faq .rs-faq-content .tabs ul.tabHeads li a.current {
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
  cursor: default;
  color: #f0f0f0 !important;
}
.mouse .mobile .rock-faq .rs-faq-content .tabs ul.tabHeads li a.current:hover {
  color: #f0f0f0 !important;
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
  cursor: default;
}
.mobile .rock-faq .rs-faq-content .tabs ul.tabHeads li a.current {
  position: relative;
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
}
.rock-faq .rs-faq-content .tabs .tabPanels {
  float: right;
  width: 76%;
  margin: 0;
  padding: 0;
}
.mobile .rock-faq .rs-faq-content .tabs .tabPanels {
  float: none;
  width: 100%;
  padding: 10px 0 0 0;
}
.rock-faq .rs-faq-content .tabs .tabPanels .tabPanel {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: auto;
  background: #fff;
}

/*  ::  Page Styles  »  60 Day Challenge	 	*/
.rock-challenge .rs-challenge-intro-wrapper {
  background: #fff;
  background: -webkit-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -o-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -ms-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -moz-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, white 0%, #e0e0e0 100%);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 0;
  margin: 0 20px;
}
.tablet .rock-challenge .rs-challenge-intro-wrapper {
  margin: 0;
}
.mobile .rock-challenge .rs-challenge-intro-wrapper {
  margin: 0;
}
.rock-challenge .rs-challenge-intro-wrapper .component-video-player,
.rock-challenge .rs-challenge-intro-wrapper .component-image-container {
  margin: 20px 20px 20px 0;
}
.mobile .rock-challenge .rs-challenge-intro-wrapper .component-video-player, .mobile
.rock-challenge .rs-challenge-intro-wrapper .component-image-container {
  margin-left: 0;
  margin-right: 0;
}
.rock-challenge .rs-challenge-intro + .rs-challenge-intro {
  margin-top: -80px !important;
}
.mobile .rock-challenge .rs-challenge-intro + .rs-challenge-intro {
  margin: 20px !important;
}
.rock-challenge .rs-challenge-content-wrapper {
  position: relative;
  overflow: hidden;
  background: url(rs-global-elements-darken-background.png);
  background: rgba(0, 0, 0, 0.55);
  padding: 20px;
  margin: 20px;
}
.rock-challenge .rs-challenge-content-wrapper .scrollable-pagination .pagination-item {
  border-color: #fff;
}
.rock-challenge .rs-challenge-content-wrapper .scrollable-pagination .active {
  background-color: #fff;
}
.tablet .rock-challenge .rs-challenge-content-wrapper {
  margin: 0;
}
.desktop .rock-challenge .rs-challenge-content-wrapper, .tablet .rock-challenge .rs-challenge-content-wrapper {
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
}
.mobile .rock-challenge .rs-challenge-content-wrapper {
  margin: 0;
  padding: 0;
}
.rock-challenge .rs-challenge-content-wrapper-inner {
  background: #fff;
  background: -webkit-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -o-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -ms-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -moz-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, white 0%, #e0e0e0 100%);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  margin: 0;
}
.rock-challenge .rs-challenge-content {
  border-top: 1px solid #ccc;
  margin: 0 20px !important;
}
.rock-challenge .rs-challenge-content:first-child {
  border: 0;
}
.rock-challenge .rs-challenge-content .component-video-player,
.rock-challenge .rs-challenge-content .component-image-container {
  margin: 20px 20px 20px 0;
}
.mobile .rock-challenge .rs-challenge-content .component-video-player, .mobile
.rock-challenge .rs-challenge-content .component-image-container {
  margin-left: 0;
  margin-right: 0;
}
.rock-challenge .rs-challenge-content .component-image-text--right {
  padding: 20px 20px 20px 10px;
}
.mobile .rock-challenge .rs-challenge-content .component-image-text--right {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.rock-challenge .rs-challenge-content h2.orange {
  margin: 0;
  padding: 0;
  font-size: 23px;
  text-transform: uppercase;
}
.rock-challenge .rs-challenge-content h2.orange + h2 {
  margin: 0;
  padding: 0;
  font-size: 27px;
  text-transform: uppercase;
}
.rock-challenge .rs-challenge-content h2.orange + h2 + h5 {
  margin: 0;
  padding: 15px 0 0 0;
  font-size: 18px;
}
.rock-challenge .rs-challenge-content ol {
  display: block;
  padding: 10px 0 0 34px;
  list-style: none;
  overflow: hidden;
  counter-reset: numList;
}
.rock-challenge .rs-challenge-content ol li {
  position: relative;
  padding: 8px 0px 8px 0;
}
.rock-challenge .rs-challenge-content ol li:before {
  counter-increment: numList;
  content: counter(numList);
  float: left;
  position: absolute;
  left: -32px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 22px;
  width: 22px;
  height: 22px;
  background: #000;
  border-radius: 11px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
}
.rock-challenge .rs-challenge-content h4 {
  font-size: 18px;
}
.rock-challenge .rs-challenge-content .features-learn-block {
  position: relative;
  overflow: hidden;
  padding: 10px 0 20px 0;
}
.rock-challenge .rs-challenge-content .features-learn-block h5 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.rock-challenge .rs-challenge-content .features-learn-block ul {
  margin: 4px 0 0 25px;
  padding: 0;
  list-style: disc;
}
.rock-challenge .rs-challenge-content .features-learn-block ul li {
  margin: 0;
  padding: 2px 0;
  font-size: 12px;
}
.rock-challenge .rs-challenge-content .features-learn-block .column {
  float: left;
  width: 24%;
  margin: 0 1% 0 0;
}
.tablet .rock-challenge .rs-challenge-content .features-learn-block .column, .mobile .rock-challenge .rs-challenge-content .features-learn-block .column {
  float: none;
  width: 100%;
  padding: 0 0 20px 0;
  overflow: hidden;
}
.rock-challenge .rs-challenge-cta {
  background: url(rs-global-elements-lighten-background.png);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 0 20px;
}
.mobile .rock-challenge .rs-challenge-cta {
  padding: 0 5px;
}

/*  ::  Page Styles  »  How It Works	 	*/
.rock-works .rs-works-content-opaque {
  background: #fff;
  background: -webkit-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -o-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -ms-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -moz-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, white 0%, #e0e0e0 100%);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 0 20px;
}
.rock-works .rs-works-content-dark {
  background: url(rs-global-elements-darken-background.png);
  background: rgba(0, 0, 0, 0.55);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 0 20px;
  color: #fff;
}
.rock-works .rs-works-content-dark .scrollable-pagination .pagination-item {
  border-color: #fff;
}
.rock-works .rs-works-content-dark .scrollable-pagination .active {
  background-color: #fff;
}
.rock-works .rs-works-content-light {
  background: url(rs-global-elements-lighten-background.png);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 0 20px;
}
.rock-works .component-calltoaction--left {
  background: url(rs-cta-bg-left.jpg) repeat 50% 50%;
  background-size: cover;
  -webkit-background-size: cover;
}
.rock-works .component-calltoaction--right {
  background: url(rs-cta-bg-right.jpg) repeat 50% 50%;
  background-size: cover;
  -webkit-background-size: cover;
  color: #000;
}
.rock-works .component-calltoaction--right a {
  color: #000;
  text-decoration: underline;
}

/*  ::  Page Styles  »  Features	 	*/
.rock-features .rs-features-content-opaque {
  background: #fff;
  background: -webkit-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -o-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -ms-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -moz-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, white 0%, #e0e0e0 100%);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 0 20px;
}
.rock-features .rs-features-content-dark {
  background: url(rs-global-elements-darken-background.png);
  background: rgba(0, 0, 0, 0.55);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 0 20px;
  color: #fff;
}
.rock-features .rs-features-content-dark .scrollable-pagination .pagination-item {
  border-color: #fff;
}
.rock-features .rs-features-content-dark .scrollable-pagination .active {
  background-color: #fff;
}
.rock-features .rs-features-content-light {
  background: url(rs-global-elements-lighten-background.png);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 0 20px;
}

/*  ::  Page Styles  »  Products	 	*/
.rock-products .rs-products-content {
  background: url(rs-global-elements-darken-background.png);
  background: rgba(0, 0, 0, 0.55);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 20px;
  color: #fff;
}
.rock-products .rs-products-content .scrollable-pagination .pagination-item {
  border-color: #fff;
}
.rock-products .rs-products-content .scrollable-pagination .active {
  background-color: #fff;
}
.rock-products .rs-products-content-col2 .product-summary,
.rock-products .rs-products-content-col4 .product-summary {
  background: #fff;
  background: url(rs-products-bg-left.png) repeat-y 0% 0, url(rs-products-bg-right.png) repeat-y 100% 0;
  background-color: #fff;
}

/*  ::  Page Styles  »  Music  	*/
.rock-music .rs-music-content {
  background: url(rs-global-elements-darken-background.png);
  background: rgba(0, 0, 0, 0.55);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 20px;
  /* Hide the XML in browsers that can do so */
}
.rock-music .rs-music-content .scrollable-pagination .pagination-item {
  border-color: #fff;
}
.rock-music .rs-music-content .scrollable-pagination .active {
  background-color: #fff;
}
.mobile .rock-music .rs-music-content {
  padding: 0;
}
.rock-music .rs-music-content songs {
  display: none;
}
.rock-music .rs-music-content .tabs {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  overflow: hidden;
  padding: 20px;
  background: #fff;
  border: 0;
}
.mobile .rock-music .rs-music-content .tabs {
  padding: 10px;
}
.rock-music .rs-music-content .tabs ul.tabHeads {
  float: left;
  width: 23%;
  height: auto;
  margin: 0;
  padding: 40px 0;
  border: 0;
  overflow: hidden;
}
.mobile .rock-music .rs-music-content .tabs ul.tabHeads {
  float: none;
  width: 100%;
  padding: 0;
}
.rock-music .rs-music-content .tabs ul.tabHeads li {
  float: right;
  margin: 0 20px 20px 0 !important;
  clear: right;
}
.rock-music .rs-music-content .tabs ul.tabHeads li a {
  width: auto;
  height: auto;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  padding: 6px 14px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  background: #333;
  color: #fff !important;
  border: 1px solid #000;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background: #64c8e8;
  background: -webkit-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -o-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -ms-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -moz-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: linear-gradient(to bottom, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  border: 1px solid #199ac4;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.mouse .rock-music .rs-music-content .tabs ul.tabHeads li a:hover {
  background: #90d8ef;
  background: -webkit-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -o-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -ms-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -moz-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: linear-gradient(to bottom, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  color: #e6f3f9;
  border-color: #49afd0;
}
.rock-music .rs-music-content .tabs ul.tabHeads li a.current {
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
  cursor: default;
  color: #f0f0f0 !important;
}
.mouse .rock-music .rs-music-content .tabs ul.tabHeads li a.current:hover {
  color: #f0f0f0 !important;
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
  cursor: default;
}
.rock-music .rs-music-content .tabs ul.tabHeads li a.current {
  position: relative;
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
}
.rock-music .rs-music-content .tabs ul.tabHeads li a.current:after, .rock-music .rs-music-content .tabs ul.tabHeads li a.current:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.rock-music .rs-music-content .tabs ul.tabHeads li a.current:after {
  border-color: rgba(166, 166, 166, 0);
  border-left-color: #a6a6a6;
  border-width: 8px;
  top: 50%;
  margin-top: -8px;
}
.rock-music .rs-music-content .tabs ul.tabHeads li a.current:before {
  border-color: rgba(110, 110, 110, 0);
  border-left-color: #6e6e6e;
  border-width: 9px;
  top: 50%;
  margin-top: -9px;
}
.mobile .rock-music .rs-music-content .tabs ul.tabHeads li {
  float: none !important;
  display: block;
  margin: 0 0 10px 0 !important;
}
.mobile .rock-music .rs-music-content .tabs ul.tabHeads li a {
  width: auto;
  height: auto;
  display: block;
  padding: 6px 16px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  background: #333;
  color: #fff !important;
  border: 1px solid #000;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background: #64c8e8;
  background: -webkit-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -o-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -ms-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -moz-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: linear-gradient(to bottom, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  border: 1px solid #199ac4;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.mouse .mobile .rock-music .rs-music-content .tabs ul.tabHeads li a:hover {
  background: #90d8ef;
  background: -webkit-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -o-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -ms-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -moz-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: linear-gradient(to bottom, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  color: #e6f3f9;
  border-color: #49afd0;
}
.mobile .rock-music .rs-music-content .tabs ul.tabHeads li a.current {
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
  cursor: default;
  color: #f0f0f0 !important;
}
.mouse .mobile .rock-music .rs-music-content .tabs ul.tabHeads li a.current:hover {
  color: #f0f0f0 !important;
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
  cursor: default;
}
.mobile .rock-music .rs-music-content .tabs ul.tabHeads li a.current {
  position: relative;
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
}
.rock-music .rs-music-content .tabs .tabPanels {
  float: right;
  width: 76%;
  margin: 0;
  padding: 0;
}
.mobile .rock-music .rs-music-content .tabs .tabPanels {
  float: none;
  width: 100%;
  padding: 10px 0 0 0;
}
.rock-music .rs-music-content .tabs .tabPanels .tabPanel {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: auto;
  background: #eaeaea;
  border: 1px solid #d5d5d5;
  color: #eaeaea;
  font-size: 1px;
}
.rock-music .rs-music-content .tabs .tabPanels .tabPanel > div {
  color: black;
  font-size: 14px;
}
.rock-music .rs-music-content .tabs .cta-item {
  float: left;
  clear: left;
  width: 23%;
  overflow: hidden;
}
.mobile .rock-music .rs-music-content .tabs .cta-item {
  display: none;
}
.rock-music .rs-music-content .tabs .cta-item h3 {
  font-size: 18px;
  color: #ff8100;
}
.rock-music .rs-music-content .tabs .cta-item img {
  max-width: 100% !important;
  height: auto !important;
}

/*  ::  Page Styles  »  Music (XML old page support code)  	*/
.rock-music--old #G5 {
  background: url(rs-global-elements-darken-background.png);
  background: rgba(0, 0, 0, 0.55);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 20px;
}
.rock-music--old #G5 .scrollable-pagination .pagination-item {
  border-color: #fff;
}
.rock-music--old #G5 .scrollable-pagination .active {
  background-color: #fff;
}
.rock-music--old #G5 .tabs {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  overflow: hidden;
  padding: 20px;
  background: #fff;
  border: 0;
}
.rock-music--old #G5 .tabs ul.tabHeads {
  float: left;
  width: 30%;
  height: auto;
  margin: 0;
  padding: 40px 0;
  border: 0;
  overflow: hidden;
}
.mobile .rock-music--old #G5 .tabs ul.tabHeads {
  float: none;
  width: 100%;
  padding: 0;
}
.rock-music--old #G5 .tabs ul.tabHeads li {
  float: right;
  margin: 0 20px 20px 0 !important;
  clear: right;
}
.rock-music--old #G5 .tabs ul.tabHeads li a {
  width: auto;
  height: auto;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  padding: 6px 16px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  background: #333;
  color: #fff !important;
  border: 1px solid #000;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background: #64c8e8;
  background: -webkit-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -o-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -ms-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -moz-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: linear-gradient(to bottom, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  border: 1px solid #199ac4;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.mouse .rock-music--old #G5 .tabs ul.tabHeads li a:hover {
  background: #90d8ef;
  background: -webkit-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -o-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -ms-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -moz-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: linear-gradient(to bottom, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  color: #e6f3f9;
  border-color: #49afd0;
}
.rock-music--old #G5 .tabs ul.tabHeads li a.current {
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
  cursor: default;
  color: #f0f0f0 !important;
}
.mouse .rock-music--old #G5 .tabs ul.tabHeads li a.current:hover {
  color: #f0f0f0 !important;
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
  cursor: default;
}
.rock-music--old #G5 .tabs ul.tabHeads li a.current {
  position: relative;
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
}
.rock-music--old #G5 .tabs ul.tabHeads li a.current:after, .rock-music--old #G5 .tabs ul.tabHeads li a.current:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.rock-music--old #G5 .tabs ul.tabHeads li a.current:after {
  border-color: rgba(166, 166, 166, 0);
  border-left-color: #a6a6a6;
  border-width: 8px;
  top: 50%;
  margin-top: -8px;
}
.rock-music--old #G5 .tabs ul.tabHeads li a.current:before {
  border-color: rgba(110, 110, 110, 0);
  border-left-color: #6e6e6e;
  border-width: 9px;
  top: 50%;
  margin-top: -9px;
}
.mobile .rock-music--old #G5 .tabs ul.tabHeads li {
  float: none !important;
  display: block;
  margin: 0 0 10px 0 !important;
}
.mobile .rock-music--old #G5 .tabs ul.tabHeads li a {
  width: auto;
  height: auto;
  display: block;
  padding: 6px 16px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  background: #333;
  color: #fff !important;
  border: 1px solid #000;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background: #64c8e8;
  background: -webkit-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -o-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -ms-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -moz-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: linear-gradient(to bottom, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  border: 1px solid #199ac4;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.mouse .mobile .rock-music--old #G5 .tabs ul.tabHeads li a:hover {
  background: #90d8ef;
  background: -webkit-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -o-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -ms-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -moz-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: linear-gradient(to bottom, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  color: #e6f3f9;
  border-color: #49afd0;
}
.mobile .rock-music--old #G5 .tabs ul.tabHeads li a.current {
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
  cursor: default;
  color: #f0f0f0 !important;
}
.mouse .mobile .rock-music--old #G5 .tabs ul.tabHeads li a.current:hover {
  color: #f0f0f0 !important;
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
  cursor: default;
}
.mobile .rock-music--old #G5 .tabs ul.tabHeads li a.current {
  position: relative;
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
}
.rock-music--old #G5 .tabs .tabPanels {
  float: right;
  width: 70%;
  margin: 0;
  padding: 0;
}
.mobile .rock-music--old #G5 .tabs .tabPanels {
  float: none;
  width: 100%;
  padding: 10px 0 0 0;
}
.rock-music--old #G5 .tabs .tabPanels .tabPanel {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: auto;
  background: #eaeaea;
  border: 1px solid #d5d5d5;
}
.rock-music--old #G5 .tabs .cta-item {
  float: left;
  clear: left;
  width: 25%;
  overflow: hidden;
}
.mobile .rock-music--old #G5 .tabs .cta-item {
  display: none;
}
.rock-music--old #G5 .tabs .cta-item h3 {
  font-size: 18px;
  color: #ff8100;
}
.rock-music--old #G5 .tabs .cta-item img {
  max-width: 100% !important;
  height: auto !important;
}
.rock-music--old #G6 {
  background: #fff;
  background: -webkit-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -o-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -ms-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -moz-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, white 0%, #e0e0e0 100%);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 0 20px;
}
.rock-music--old #G6 .span6 div {
  padding: 20px 40px;
}
.rock-music--old #G7 {
  margin: 0;
}
.mobile .rock-music--old #G7 {
  display: none;
}

/*  ::  Page Styles  »  Reviews  	*/
.rock-reviews .rs-reviews-content-wrapper {
  background: url(rs-global-elements-lighten-background.png);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 20px;
  margin: 0 20px;
}
.tablet .rock-reviews .rs-reviews-content-wrapper {
  margin: 0;
}
.mobile .rock-reviews .rs-reviews-content-wrapper {
  margin: 0;
}

/*  ::  Page Styles  »  Resources 	*/
.rock-resources .rs-resources-intro-wrapper {
  background: url(rs-global-elements-lighten-background.png);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 0;
  margin: 20px;
}
.tablet .rock-resources .rs-resources-intro-wrapper {
  margin: 0;
}
.mobile .rock-resources .rs-resources-intro-wrapper {
  margin: 0;
}
.rock-resources .rs-resources-content-wrapper {
  background: url(rs-global-elements-darken-background.png);
  background: rgba(0, 0, 0, 0.55);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 20px 0;
  margin: 20px 20px 0 20px;
}
.rock-resources .rs-resources-content-wrapper .scrollable-pagination .pagination-item {
  border-color: #fff;
}
.rock-resources .rs-resources-content-wrapper .scrollable-pagination .active {
  background-color: #fff;
}
.tablet .rock-resources .rs-resources-content-wrapper {
  margin: 0;
}
.mobile .rock-resources .rs-resources-content-wrapper {
  margin: 0;
}
.rock-resources .rs-resources-intro {
  margin: 0 !important;
}
.rock-resources .rs-resources-intro .component-image-container {
  margin: 20px;
}
.rock-resources .rs-resources-intro .component-image-container img {
  width: 100%;
  margin: 0;
}
.rock-resources .rs-resources-intro .component-image-text h3 {
  margin: 0;
  padding: 0 0 20px 0;
  color: #000;
}
.rock-resources .rs-resources-intro .component-generic-text h3 {
  margin: 0;
  padding: 0 0 20px 0;
  color: #000;
}
.rock-resources .rs-resources-intro .component-community-forums {
  margin: 25px 20px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.rock-resources .rs-resources-content {
  margin: 0 20px !important;
  background: #fff;
}
.mobile .rock-resources .rs-resources-content {
  margin: 0 !important;
}
.rock-resources .rs-resources-content .rs-resources-content-nav {
  width: 240px !important;
}
.mobile .rock-resources .rs-resources-content .rs-resources-content-nav {
  float: none;
  width: 100% !important;
  padding: 0;
}
.rock-resources .rs-resources-content .rs-resources-content-panel {
  width: auto !important;
  float: none;
  position: relative;
  overflow: hidden;
}
.mobile .rock-resources .rs-resources-content .rs-resources-content-panel {
  float: none;
  width: 100%;
  padding: 10px 0 0 0;
}
.mobile .rock-resources .rs-resources-content .rs-resources-content-panel .component-resources-category {
  margin: 0 10px 10px 0;
}
.rock-resources .rs-fastestway-quote {
  margin: 0;
}
.mobile .rock-resources .rs-fastestway-quote {
  display: none;
}

/*  ::  Page Styles  »  Setup		*/
.rock-setup .rs-setup-content-wrapper {
  background: url(rs-global-elements-darken-background.png);
  background: rgba(0, 0, 0, 0.55);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 20px 0;
  margin: 20px 20px 0 20px;
}
.rock-setup .rs-setup-content-wrapper .scrollable-pagination .pagination-item {
  border-color: #fff;
}
.rock-setup .rs-setup-content-wrapper .scrollable-pagination .active {
  background-color: #fff;
}
.rock-setup .rs-setup-content-wrapper .scrollable-pagination .pagination-item {
  border-color: #fff;
}
.rock-setup .rs-setup-content-wrapper .scrollable-pagination .active {
  background-color: #fff;
}
.tablet .rock-setup .rs-setup-content-wrapper {
  margin: 0;
}
.mobile .rock-setup .rs-setup-content-wrapper {
  margin: 0;
}
.rock-setup .rs-content-light {
  background: url(rs-global-elements-lighten-background.png);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 0 20px;
}
.rock-setup .rs-setup-content {
  margin: 0 20px !important;
  background: #fff;
}
.rock-setup .rs-setup-content:last-child {
  padding-bottom: 30px;
}
.mobile .rock-setup .rs-setup-content {
  margin: 0 !important;
}

/*  ::  Page Styles  »  FAQ   	*/
.rock-faq .rs-faq-content {
  background: url(rs-global-elements-darken-background.png);
  background: rgba(0, 0, 0, 0.55);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 20px;
}
.rock-faq .rs-faq-content .scrollable-pagination .pagination-item {
  border-color: #fff;
}
.rock-faq .rs-faq-content .scrollable-pagination .active {
  background-color: #fff;
}
.rock-faq .rs-faq-content .tabs {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  overflow: hidden;
  padding: 20px;
  background: #fff;
  border: 0;
}
.mobile .rock-faq .rs-faq-content .tabs {
  padding: 10px;
}
.rock-faq .rs-faq-content .tabs ul.tabHeads {
  float: left;
  width: 23%;
  height: auto;
  margin: 0;
  padding: 20px 0;
  border: 0;
  overflow: hidden;
  display: block;
}
.mobile .rock-faq .rs-faq-content .tabs ul.tabHeads {
  float: none;
  width: 100%;
  padding: 0;
}
.rock-faq .rs-faq-content .tabs ul.tabHeads li {
  margin: 0 20px 20px 10px !important;
  display: block;
  float: none;
}
.rock-faq .rs-faq-content .tabs ul.tabHeads li a {
  display: block;
  width: auto;
  height: auto;
  padding: 6px 14px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  background: #333;
  color: #fff !important;
  border: 1px solid #000;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background: #64c8e8;
  background: -webkit-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -o-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -ms-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -moz-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: linear-gradient(to bottom, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  border: 1px solid #199ac4;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.mouse .rock-faq .rs-faq-content .tabs ul.tabHeads li a:hover {
  background: #90d8ef;
  background: -webkit-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -o-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -ms-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -moz-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: linear-gradient(to bottom, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  color: #e6f3f9;
  border-color: #49afd0;
}
.rock-faq .rs-faq-content .tabs ul.tabHeads li a.current {
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
  cursor: default;
  color: #f0f0f0 !important;
}
.mouse .rock-faq .rs-faq-content .tabs ul.tabHeads li a.current:hover {
  color: #f0f0f0 !important;
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
  cursor: default;
}
.rock-faq .rs-faq-content .tabs ul.tabHeads li a.current {
  position: relative;
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
}
.rock-faq .rs-faq-content .tabs ul.tabHeads li a.current:after, .rock-faq .rs-faq-content .tabs ul.tabHeads li a.current:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.rock-faq .rs-faq-content .tabs ul.tabHeads li a.current:after {
  border-color: rgba(166, 166, 166, 0);
  border-left-color: #a6a6a6;
  border-width: 8px;
  top: 50%;
  margin-top: -8px;
}
.rock-faq .rs-faq-content .tabs ul.tabHeads li a.current:before {
  border-color: rgba(110, 110, 110, 0);
  border-left-color: #6e6e6e;
  border-width: 9px;
  top: 50%;
  margin-top: -9px;
}
.mobile .rock-faq .rs-faq-content .tabs ul.tabHeads li {
  float: none !important;
  display: block;
  margin: 0 0 10px 0 !important;
}
.mobile .rock-faq .rs-faq-content .tabs ul.tabHeads li a {
  width: auto;
  height: auto;
  display: block;
  padding: 6px 16px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  background: #333;
  color: #fff !important;
  border: 1px solid #000;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background: #64c8e8;
  background: -webkit-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -o-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -ms-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -moz-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: linear-gradient(to bottom, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  border: 1px solid #199ac4;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.mouse .mobile .rock-faq .rs-faq-content .tabs ul.tabHeads li a:hover {
  background: #90d8ef;
  background: -webkit-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -o-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -ms-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -moz-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: linear-gradient(to bottom, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  color: #e6f3f9;
  border-color: #49afd0;
}
.mobile .rock-faq .rs-faq-content .tabs ul.tabHeads li a.current {
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
  cursor: default;
  color: #f0f0f0 !important;
}
.mouse .mobile .rock-faq .rs-faq-content .tabs ul.tabHeads li a.current:hover {
  color: #f0f0f0 !important;
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
  cursor: default;
}
.mobile .rock-faq .rs-faq-content .tabs ul.tabHeads li a.current {
  position: relative;
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
}
.rock-faq .rs-faq-content .tabs .tabPanels {
  float: right;
  width: 76%;
  margin: 0;
  padding: 0;
}
.mobile .rock-faq .rs-faq-content .tabs .tabPanels {
  float: none;
  width: 100%;
  padding: 10px 0 0 0;
}
.rock-faq .rs-faq-content .tabs .tabPanels .tabPanel {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: auto;
  background: #fff;
}

/*  ::  Page Styles  »  Returning Players		*/
.rock-players .rs-players-intro {
  background: #fff;
  background: -webkit-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -o-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -ms-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -moz-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, white 0%, #e0e0e0 100%);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 0 20px;
}
.rock-players .rs-players-content {
  background: url(rs-global-elements-lighten-background.png);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 0 20px;
}
.rock-players .rs-players-content .component-feature-item h2 {
  margin: 18px 0 0 0;
  padding: 0;
  font-size: 25px;
  text-transform: uppercase;
}
.rock-players .rs-players-content .component-feature-item h3 {
  margin: 0;
  padding: 0;
  font-size: 17px;
}
.rock-players .rs-players-content .component-feature-item h4 {
  font-size: 17px;
}
.rock-players .rs-players-cta {
  background: url(rs-cta-bg.jpg) repeat 0 0;
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 0 20px;
  color: #fff;
}

/*  ::  Page Styles  »  Buy  	*/
.rock-buy .rs-buy-content {
  background: url(rs-global-elements-darken-background.png);
  background: rgba(0, 0, 0, 0.55);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 0 20px;
  color: #fff;
}
.rock-buy .rs-buy-content .scrollable-pagination .pagination-item {
  border-color: #fff;
}
.rock-buy .rs-buy-content .scrollable-pagination .active {
  background-color: #fff;
}
.tablet .rock-buy .rs-buy-content .col-percent25, .desktop .rock-buy .rs-buy-content .col-percent25 {
  width: auto !important;
  padding: 7px 10px;
}
.tablet .rock-buy .rs-buy-content .col-percent75, .desktop .rock-buy .rs-buy-content .col-percent75 {
  position: relative;
  display: block;
  overflow: hidden;
  float: none !important;
}
.rock-buy .rs-buy-content--featured {
  background: #fff;
  background: -webkit-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -o-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -ms-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -moz-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, white 0%, #e0e0e0 100%);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 0 20px;
  color: #000;
}

/*  ::  Page Styles  »  UPlay Global Stats 	*/
.rock-uplay-global .authentication {
  overflow: hidden;
}
.rock-uplay-global .rs-uplay-global-content-wrapper {
  background: url(rs-global-elements-darken-background.png);
  background: rgba(0, 0, 0, 0.55);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  color: #fff;
  padding: 20px;
  margin: 0 20px;
}
.rock-uplay-global .rs-uplay-global-content-wrapper .scrollable-pagination .pagination-item {
  border-color: #fff;
}
.rock-uplay-global .rs-uplay-global-content-wrapper .scrollable-pagination .active {
  background-color: #fff;
}
.mobile .rock-uplay-global .rs-uplay-global-content-wrapper {
  margin: 0;
  padding: 0;
}
.rock-uplay-global .rs-uplay-global-content-wrapper-inner {
  background: #fff;
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 20px;
  margin: 0;
  color: #000;
}
.rock-uplay-global .rs-uplay-global-content-account {
  background: #f1f1f1;
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 20px;
  margin: 0 0 20px 0 !important;
  color: #000;
}

/*  ::  Page Styles  »  UPlay User Profile 	*/
.rock-uplay-profile .authentication {
  overflow: hidden;
}
.rock-uplay-profile .rs-uplay-profile-content-wrapper {
  background: url(rs-global-elements-darken-background.png);
  background: rgba(0, 0, 0, 0.55);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  color: #fff;
  padding: 20px;
  margin: 0 20px;
}
.rock-uplay-profile .rs-uplay-profile-content-wrapper .scrollable-pagination .pagination-item {
  border-color: #fff;
}
.rock-uplay-profile .rs-uplay-profile-content-wrapper .scrollable-pagination .active {
  background-color: #fff;
}
.mobile .rock-uplay-profile .rs-uplay-profile-content-wrapper {
  margin: 0;
  padding: 0;
}
.rock-uplay-profile .rs-uplay-profile-content-wrapper-inner {
  background: #fff;
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 20px;
  margin: 0;
  color: #000;
}
.rock-uplay-profile .rs-uplay-profile-content-wrapper-inner .row-fluid {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mobile .rock-uplay-profile .rs-uplay-profile-content-wrapper-inner {
  padding: 0;
}
.rock-uplay-profile .rs-uplay-profile-group .group-content {
  position: relative;
  /* overflow: hidden; */
  padding: 0 20px;
}
.rock-uplay-profile .rs-uplay-profile-group + .rs-uplay-profile-group {
  margin-top: 20px;
}
.rock-uplay-profile .share-tooltip {
  position: absolute;
  top: 3px;
  left: 8px;
  width: 1px;
  height: 1px;
  display: none;
}
.rock-uplay-profile .share-tooltip .wrapper {
  position: absolute;
  left: -115px;
  bottom: 0;
  width: 208px;
  left: -40px;
  padding: 10px 10px 4px 10px;
  border: 1px solid #666;
  background: #222;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: default;
  text-align: left;
}
.rock-uplay-profile .share-tooltip .t {
  margin: 0;
  padding: 0 0 2px 0;
  font-size: 12px;
  color: #ccc;
  font-weight: bold;
}
.rock-uplay-profile .share-tooltip .s {
  margin: 0;
  padding: 0 0 6px 0;
  font-size: 11px;
  color: #ccc;
}
.rock-uplay-profile .share-tooltip .v {
  position: relative;
  top: -16px;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  margin: 0;
  padding: 0 6px;
  font-size: 11px;
  color: #ccc;
}
.rock-uplay-profile .share-tooltip:after, .rock-uplay-profile .share-tooltip:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.rock-uplay-profile .share-tooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #222;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
  top: auto;
  bottom: -15px;
}
.rock-uplay-profile .share-tooltip:before {
  width: 60px;
  left: 50%;
  bottom: 1px;
  right: 0;
  height: 10px;
  margin: 0 0 0 -15px;
  background: transparent;
}
.rock-uplay-profile .share-tooltip .facebook {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  width: 50px;
  height: 40px;
  background: url(rs-global-elements-icon-social-facebook.png) no-repeat 50% 50%;
  cursor: pointer;
}
.rock-uplay-profile .share-tooltip .facebook:hover {
  opacity: 0.8;
}
.rock-uplay-profile .share-tooltip .twitter {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  width: 50px;
  height: 40px;
  background: url(rs-global-elements-icon-social-twitter.png) no-repeat 50% 50%;
  cursor: pointer;
}
.rock-uplay-profile .share-tooltip .twitter:hover {
  opacity: 0.8;
}
.rock-uplay-profile .tabs {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  background: #fff;
  border: 0;
}
.mobile .rock-uplay-profile .tabs {
  padding: 10px;
}
.rock-uplay-profile .tabs ul.tabHeads {
  float: left;
  width: 23%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}
.mobile .rock-uplay-profile .tabs ul.tabHeads {
  float: none;
  width: 100%;
  padding: 0;
}
.rock-uplay-profile .tabs ul.tabHeads li {
  margin: 0 20px 20px 10px !important;
  display: block;
  float: none;
}
.rock-uplay-profile .tabs ul.tabHeads li a {
  display: block;
  width: auto;
  height: auto;
  padding: 6px 14px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  background: #333;
  color: #fff !important;
  border: 1px solid #000;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background: #64c8e8;
  background: -webkit-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -o-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -ms-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -moz-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: linear-gradient(to bottom, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  border: 1px solid #199ac4;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.mouse .rock-uplay-profile .tabs ul.tabHeads li a:hover {
  background: #90d8ef;
  background: -webkit-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -o-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -ms-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -moz-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: linear-gradient(to bottom, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  color: #e6f3f9;
  border-color: #49afd0;
}
.rock-uplay-profile .tabs ul.tabHeads li a.current {
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
  cursor: default;
  color: #f0f0f0 !important;
}
.mouse .rock-uplay-profile .tabs ul.tabHeads li a.current:hover {
  color: #f0f0f0 !important;
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
  cursor: default;
}
.rock-uplay-profile .tabs ul.tabHeads li a.current {
  position: relative;
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
}
.rock-uplay-profile .tabs ul.tabHeads li a.current:after, .rock-uplay-profile .tabs ul.tabHeads li a.current:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.rock-uplay-profile .tabs ul.tabHeads li a.current:after {
  border-color: rgba(166, 166, 166, 0);
  border-left-color: #a6a6a6;
  border-width: 8px;
  top: 50%;
  margin-top: -8px;
}
.rock-uplay-profile .tabs ul.tabHeads li a.current:before {
  border-color: rgba(110, 110, 110, 0);
  border-left-color: #6e6e6e;
  border-width: 9px;
  top: 50%;
  margin-top: -9px;
}
.mobile .rock-uplay-profile .tabs ul.tabHeads li {
  float: none !important;
  display: block;
  margin: 0 0 10px 0 !important;
}
.mobile .rock-uplay-profile .tabs ul.tabHeads li a {
  width: auto;
  height: auto;
  display: block;
  padding: 6px 16px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  background: #333;
  color: #fff !important;
  border: 1px solid #000;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background: #64c8e8;
  background: -webkit-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -o-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -ms-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -moz-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: linear-gradient(to bottom, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  border: 1px solid #199ac4;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.mouse .mobile .rock-uplay-profile .tabs ul.tabHeads li a:hover {
  background: #90d8ef;
  background: -webkit-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -o-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -ms-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -moz-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: linear-gradient(to bottom, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  color: #e6f3f9;
  border-color: #49afd0;
}
.mobile .rock-uplay-profile .tabs ul.tabHeads li a.current {
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
  cursor: default;
  color: #f0f0f0 !important;
}
.mouse .mobile .rock-uplay-profile .tabs ul.tabHeads li a.current:hover {
  color: #f0f0f0 !important;
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
  cursor: default;
}
.mobile .rock-uplay-profile .tabs ul.tabHeads li a.current {
  position: relative;
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
}
.rock-uplay-profile .tabs .tabPanels {
  float: right;
  width: 76%;
  margin: 0;
  padding: 0;
}
.mobile .rock-uplay-profile .tabs .tabPanels {
  float: none;
  width: 100%;
  padding: 10px 0 0 0;
}
.rock-uplay-profile .tabs .tabPanels .tabPanel {
  position: relative;
  display: block;
  margin: 0;
  padding: 20px;
  border: 0;
  width: auto;
  height: auto;
  background: #eaeaea;
  border: 1px solid #d5d5d5;
  color: #eaeaea;
  font-size: 1px;
}
.rock-uplay-profile .tabs .tabPanels .tabPanel > div {
  color: black;
  font-size: 14px;
}
.rock-uplay-profile .uplay-60day-tabs h2 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  text-transform: uppercase;
}
.rock-uplay-profile .uplay-60day-tabs p.desc {
  margin: 0 0 20px 0;
  font-size: 80%;
}
.rock-uplay-profile .uplay-60day-tabs h2 + h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 20px;
  color: #aaa;
}
.rock-uplay-profile .uplay-60day-tabs .item-container {
  float: left;
  width: 48%;
  margin: 0 1.95% 0 0;
  height: 160px;
}
@media screen and (max-width: 980px) {
  .rock-uplay-profile .uplay-60day-tabs .item-container {
    width: 98%;
  }
}
.rock-uplay-profile .uplay-60day-tabs .item-container .title {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
}
.rock-uplay-profile .uplay-60day-tabs .item-container .share {
  position: relative;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  margin: 0;
  padding: 10px 0 10px 20px;
  font-size: 12px;
  color: #64c8e8;
  background: url(rs-global-elements-icon-share-blue-small.png) no-repeat 0 50%;
  font-weight: 700;
  cursor: default;
}
.rock-uplay-profile .uplay-60day-tabs .item-container .share .share-tooltip {
  display: none;
}
.rock-uplay-profile .uplay-60day-tabs .item-container .share:hover .share-tooltip {
  display: block !important;
}
.rock-uplay-profile .uplay-60day-tabs .item-container .incomplete {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #dd0000;
  font-weight: 700;
}
.rock-uplay-profile .uplay-60day-tabs .item-container img {
  float: left;
  margin: 0 16px 10px 0;
  width: 125px;
  height: 125px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab {
  overflow: hidden;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .description-container {
  width: 100%;
  font-size: 80%;
  text-align: center;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph {
  position: relative;
  width: 400px;
  height: 170px;
  margin: 0 auto 60px auto;
  background: url(rs-uplay-profile-stats-progression-day0.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day1 {
  background: url(rs-uplay-profile-stats-progression-day1.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day2 {
  background: url(rs-uplay-profile-stats-progression-day2.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day3 {
  background: url(rs-uplay-profile-stats-progression-day3.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day4 {
  background: url(rs-uplay-profile-stats-progression-day4.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day5 {
  background: url(rs-uplay-profile-stats-progression-day5.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day6 {
  background: url(rs-uplay-profile-stats-progression-day6.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day7 {
  background: url(rs-uplay-profile-stats-progression-day7.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day8 {
  background: url(rs-uplay-profile-stats-progression-day8.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day9 {
  background: url(rs-uplay-profile-stats-progression-day9.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day10 {
  background: url(rs-uplay-profile-stats-progression-day10.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day11 {
  background: url(rs-uplay-profile-stats-progression-day11.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day12 {
  background: url(rs-uplay-profile-stats-progression-day12.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day13 {
  background: url(rs-uplay-profile-stats-progression-day13.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day14 {
  background: url(rs-uplay-profile-stats-progression-day14.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day15 {
  background: url(rs-uplay-profile-stats-progression-day15.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day16 {
  background: url(rs-uplay-profile-stats-progression-day16.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day17 {
  background: url(rs-uplay-profile-stats-progression-day17.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day18 {
  background: url(rs-uplay-profile-stats-progression-day18.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day19 {
  background: url(rs-uplay-profile-stats-progression-day19.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day20 {
  background: url(rs-uplay-profile-stats-progression-day20.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day21 {
  background: url(rs-uplay-profile-stats-progression-day21.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day22 {
  background: url(rs-uplay-profile-stats-progression-day22.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day23 {
  background: url(rs-uplay-profile-stats-progression-day23.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day24 {
  background: url(rs-uplay-profile-stats-progression-day24.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day25 {
  background: url(rs-uplay-profile-stats-progression-day25.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day26 {
  background: url(rs-uplay-profile-stats-progression-day26.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day27 {
  background: url(rs-uplay-profile-stats-progression-day27.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day28 {
  background: url(rs-uplay-profile-stats-progression-day28.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day29 {
  background: url(rs-uplay-profile-stats-progression-day29.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day30 {
  background: url(rs-uplay-profile-stats-progression-day30.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day31 {
  background: url(rs-uplay-profile-stats-progression-day31.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day32 {
  background: url(rs-uplay-profile-stats-progression-day32.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day33 {
  background: url(rs-uplay-profile-stats-progression-day33.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day34 {
  background: url(rs-uplay-profile-stats-progression-day34.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day35 {
  background: url(rs-uplay-profile-stats-progression-day35.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day36 {
  background: url(rs-uplay-profile-stats-progression-day36.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day37 {
  background: url(rs-uplay-profile-stats-progression-day37.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day38 {
  background: url(rs-uplay-profile-stats-progression-day38.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day39 {
  background: url(rs-uplay-profile-stats-progression-day39.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day40 {
  background: url(rs-uplay-profile-stats-progression-day40.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day41 {
  background: url(rs-uplay-profile-stats-progression-day41.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day42 {
  background: url(rs-uplay-profile-stats-progression-day42.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day43 {
  background: url(rs-uplay-profile-stats-progression-day43.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day44 {
  background: url(rs-uplay-profile-stats-progression-day44.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day45 {
  background: url(rs-uplay-profile-stats-progression-day45.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day46 {
  background: url(rs-uplay-profile-stats-progression-day46.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day47 {
  background: url(rs-uplay-profile-stats-progression-day47.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day48 {
  background: url(rs-uplay-profile-stats-progression-day48.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day49 {
  background: url(rs-uplay-profile-stats-progression-day49.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day50 {
  background: url(rs-uplay-profile-stats-progression-day50.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day51 {
  background: url(rs-uplay-profile-stats-progression-day51.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day52 {
  background: url(rs-uplay-profile-stats-progression-day52.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day53 {
  background: url(rs-uplay-profile-stats-progression-day53.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day54 {
  background: url(rs-uplay-profile-stats-progression-day54.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day55 {
  background: url(rs-uplay-profile-stats-progression-day55.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day56 {
  background: url(rs-uplay-profile-stats-progression-day56.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day57 {
  background: url(rs-uplay-profile-stats-progression-day57.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day58 {
  background: url(rs-uplay-profile-stats-progression-day58.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day59 {
  background: url(rs-uplay-profile-stats-progression-day59.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph.status-graph--day60 {
  background: url(rs-uplay-profile-stats-progression-day60.png) no-repeat 0px 0px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph .label {
  position: absolute;
  left: 0;
  right: 10px;
  bottom: 10px;
  text-align: center;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph .label h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph .label p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #999;
}
.mobile .rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph {
  background: none;
  width: auto;
  height: auto;
}
.mobile .rock-uplay-profile .uplay-60day-tabs .status-tab .status-graph .label {
  position: static;
  text-align: left;
}
.rock-uplay-profile .uplay-60day-tabs .essentials-tab,
.rock-uplay-profile .uplay-60day-tabs .techniques-tab {
  /* overflow: hidden; */
}
.rock-uplay-profile .uplay-60day-tabs .essentials-tab .item-container,
.rock-uplay-profile .uplay-60day-tabs .techniques-tab .item-container {
  height: 110px;
  width: 31%;
}
@media screen and (max-width: 980px) {
  .rock-uplay-profile .uplay-60day-tabs .essentials-tab .item-container,
  .rock-uplay-profile .uplay-60day-tabs .techniques-tab .item-container {
    width: 98%;
  }
}
.rock-uplay-profile .uplay-60day-tabs .essentials-tab .item-container img,
.rock-uplay-profile .uplay-60day-tabs .techniques-tab .item-container img {
  width: 75px;
  height: 75px;
  margin: 0 10px 15px 0;
}
.rock-uplay-profile .rs-uplay-profile-challenge--notenrolled {
  display: none;
}


/*  ::  Page Styles  »  UPlay User Profile 	*/
.rock-uplay-public .authentication {
  overflow: hidden;
}
.rock-uplay-public .rs-uplay-profile-content-wrapper {
  background: url(rs-global-elements-darken-background.png);
  background: rgba(0, 0, 0, 0.55);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  color: #fff;
  padding: 20px;
  margin: 0 20px;
}
.rock-uplay-public .rs-uplay-profile-content-wrapper .scrollable-pagination .pagination-item {
  border-color: #fff;
}
.rock-uplay-public .rs-uplay-profile-content-wrapper .scrollable-pagination .active {
  background-color: #fff;
}
.mobile .rock-uplay-public .rs-uplay-profile-content-wrapper {
  margin: 0;
  padding: 0;
}
.rock-uplay-public .rs-uplay-profile-content-wrapper-inner {
  background: #fff;
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 20px;
  margin: 0;
  color: #000;
}
.rock-uplay-public .rs-uplay-profile-content-wrapper-inner .row-fluid {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mobile .rock-uplay-public .rs-uplay-profile-content-wrapper-inner {
  padding: 0;
}
.rock-uplay-public .rs-uplay-profile-group .group-content {
  position: relative;
  /* overflow: hidden; */
  padding: 0 20px;
}
.rock-uplay-public .rs-uplay-profile-group + .rs-uplay-profile-group {
  margin-top: 20px;
}
.rock-uplay-public .share-tooltip {
  position: absolute;
  top: 3px;
  left: 8px;
  width: 1px;
  height: 1px;
  display: none;
}
.rock-uplay-public .share-tooltip .wrapper {
  position: absolute;
  left: -115px;
  bottom: 0;
  width: 208px;
  left: -40px;
  padding: 10px 10px 4px 10px;
  border: 1px solid #666;
  background: #222;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: default;
  text-align: left;
}
.rock-uplay-public .share-tooltip .t {
  margin: 0;
  padding: 0 0 2px 0;
  font-size: 12px;
  color: #ccc;
  font-weight: bold;
}
.rock-uplay-public .share-tooltip .s {
  margin: 0;
  padding: 0 0 6px 0;
  font-size: 11px;
  color: #ccc;
}
.rock-uplay-public .share-tooltip .v {
  position: relative;
  top: -16px;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  margin: 0;
  padding: 0 6px;
  font-size: 11px;
  color: #ccc;
}
.rock-uplay-public .share-tooltip:after, .rock-uplay-public .share-tooltip:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.rock-uplay-public .share-tooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #222;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
  top: auto;
  bottom: -15px;
}
.rock-uplay-public .share-tooltip:before {
  width: 60px;
  left: 50%;
  bottom: 1px;
  right: 0;
  height: 10px;
  margin: 0 0 0 -15px;
  background: transparent;
}
.rock-uplay-public .share-tooltip .facebook {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  width: 50px;
  height: 40px;
  background: url(rs-global-elements-icon-social-facebook.png) no-repeat 50% 50%;
  cursor: pointer;
}
.rock-uplay-public .share-tooltip .facebook:hover {
  opacity: 0.8;
}
.rock-uplay-public .share-tooltip .twitter {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  width: 50px;
  height: 40px;
  background: url(rs-global-elements-icon-social-twitter.png) no-repeat 50% 50%;
  cursor: pointer;
}
.rock-uplay-public .share-tooltip .twitter:hover {
  opacity: 0.8;
}
.rock-uplay-public .tabs {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  background: #fff;
  border: 0;
}
.mobile .rock-uplay-public .tabs {
  padding: 10px;
}
.rock-uplay-public .tabs ul.tabHeads {
  float: left;
  width: 23%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}
.mobile .rock-uplay-public .tabs ul.tabHeads {
  float: none;
  width: 100%;
  padding: 0;
}
.rock-uplay-public .tabs ul.tabHeads li {
  margin: 0 20px 20px 10px !important;
  display: block;
  float: none;
}
.rock-uplay-public .tabs ul.tabHeads li a {
  display: block;
  width: auto;
  height: auto;
  padding: 6px 14px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  background: #333;
  color: #fff !important;
  border: 1px solid #000;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background: #64c8e8;
  background: -webkit-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -o-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -ms-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -moz-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: linear-gradient(to bottom, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  border: 1px solid #199ac4;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.mouse .rock-uplay-public .tabs ul.tabHeads li a:hover {
  background: #90d8ef;
  background: -webkit-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -o-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -ms-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -moz-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: linear-gradient(to bottom, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  color: #e6f3f9;
  border-color: #49afd0;
}
.rock-uplay-public .tabs ul.tabHeads li a.current {
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
  cursor: default;
  color: #f0f0f0 !important;
}
.mouse .rock-uplay-public .tabs ul.tabHeads li a.current:hover {
  color: #f0f0f0 !important;
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
  cursor: default;
}
.rock-uplay-public .tabs ul.tabHeads li a.current {
  position: relative;
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
}
.rock-uplay-public .tabs ul.tabHeads li a.current:after, .rock-uplay-public .tabs ul.tabHeads li a.current:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.rock-uplay-public .tabs ul.tabHeads li a.current:after {
  border-color: rgba(166, 166, 166, 0);
  border-left-color: #a6a6a6;
  border-width: 8px;
  top: 50%;
  margin-top: -8px;
}
.rock-uplay-public .tabs ul.tabHeads li a.current:before {
  border-color: rgba(110, 110, 110, 0);
  border-left-color: #6e6e6e;
  border-width: 9px;
  top: 50%;
  margin-top: -9px;
}
.mobile .rock-uplay-public .tabs ul.tabHeads li {
  float: none !important;
  display: block;
  margin: 0 0 10px 0 !important;
}
.mobile .rock-uplay-public .tabs ul.tabHeads li a {
  width: auto;
  height: auto;
  display: block;
  padding: 6px 16px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  background: #333;
  color: #fff !important;
  border: 1px solid #000;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background: #64c8e8;
  background: -webkit-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -o-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -ms-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: -moz-linear-gradient(top, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  background: linear-gradient(to bottom, #bce7f5 0%, #61c7e7 5%, #2aa9d3 65%, #29a9d3 100%);
  border: 1px solid #199ac4;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.mouse .mobile .rock-uplay-public .tabs ul.tabHeads li a:hover {
  background: #90d8ef;
  background: -webkit-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -o-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -ms-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: -moz-linear-gradient(top, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  background: linear-gradient(to bottom, #caecf7 0%, #82d1ec 8%, #55bbdc 68%, #55bbdc 100%);
  color: #e6f3f9;
  border-color: #49afd0;
}
.mobile .rock-uplay-public .tabs ul.tabHeads li a.current {
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
  cursor: default;
  color: #f0f0f0 !important;
}
.mouse .mobile .rock-uplay-public .tabs ul.tabHeads li a.current:hover {
  color: #f0f0f0 !important;
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
  cursor: default;
}
.mobile .rock-uplay-public .tabs ul.tabHeads li a.current {
  position: relative;
  background: #a6a6a6;
  border: 1px solid #6e6e6e;
}
.rock-uplay-public .tabs .tabPanels {
  float: right;
  width: 76%;
  margin: 0;
  padding: 0;
}
.mobile .rock-uplay-public .tabs .tabPanels {
  float: none;
  width: 100%;
  padding: 10px 0 0 0;
}
.rock-uplay-public .tabs .tabPanels .tabPanel {
  position: relative;
  display: block;
  margin: 0;
  padding: 20px;
  border: 0;
  width: auto;
  height: auto;
  background: #eaeaea;
  border: 1px solid #d5d5d5;
  color: #eaeaea;
  font-size: 1px;
}
.rock-uplay-public .tabs .tabPanels .tabPanel > div {
  color: black;
  font-size: 14px;
}
.rock-uplay-public .uplay-60day-tabs h2 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  text-transform: uppercase;
}
.rock-uplay-public .uplay-60day-tabs p.desc {
  margin: 0 0 20px 0;
  font-size: 80%;
}
.rock-uplay-public .uplay-60day-tabs h2 + h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 20px;
  color: #aaa;
}
.rock-uplay-public .uplay-60day-tabs .item-container {
  float: left;
  width: 48%;
  margin: 0 1.95% 0 0;
  height: 160px;
}
@media screen and (max-width: 980px) {
  .rock-uplay-public .uplay-60day-tabs .item-container {
    width: 98%;
  }
}
.rock-uplay-public .uplay-60day-tabs .item-container .title {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
}
.rock-uplay-public .uplay-60day-tabs .item-container .share {
  position: relative;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  margin: 0;
  padding: 10px 0 10px 20px;
  font-size: 12px;
  color: #64c8e8;
  background: url(rs-global-elements-icon-share-blue-small.png) no-repeat 0 50%;
  font-weight: 700;
  cursor: default;
}
.rock-uplay-public .uplay-60day-tabs .item-container .share .share-tooltip {
  display: none;
}
.rock-uplay-public .uplay-60day-tabs .item-container .share:hover .share-tooltip {
  display: block !important;
}
.rock-uplay-public .uplay-60day-tabs .item-container .incomplete {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #dd0000;
  font-weight: 700;
}
.rock-uplay-public .uplay-60day-tabs .item-container img {
  float: left;
  margin: 0 16px 10px 0;
  width: 125px;
  height: 125px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab {
  overflow: hidden;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .description-container {
  width: 100%;
  font-size: 80%;
  text-align: center;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph {
  position: relative;
  width: 400px;
  height: 170px;
  margin: 0 auto 60px auto;
  background: url(rs-uplay-profile-stats-progression-day0.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day1 {
  background: url(rs-uplay-profile-stats-progression-day1.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day2 {
  background: url(rs-uplay-profile-stats-progression-day2.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day3 {
  background: url(rs-uplay-profile-stats-progression-day3.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day4 {
  background: url(rs-uplay-profile-stats-progression-day4.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day5 {
  background: url(rs-uplay-profile-stats-progression-day5.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day6 {
  background: url(rs-uplay-profile-stats-progression-day6.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day7 {
  background: url(rs-uplay-profile-stats-progression-day7.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day8 {
  background: url(rs-uplay-profile-stats-progression-day8.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day9 {
  background: url(rs-uplay-profile-stats-progression-day9.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day10 {
  background: url(rs-uplay-profile-stats-progression-day10.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day11 {
  background: url(rs-uplay-profile-stats-progression-day11.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day12 {
  background: url(rs-uplay-profile-stats-progression-day12.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day13 {
  background: url(rs-uplay-profile-stats-progression-day13.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day14 {
  background: url(rs-uplay-profile-stats-progression-day14.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day15 {
  background: url(rs-uplay-profile-stats-progression-day15.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day16 {
  background: url(rs-uplay-profile-stats-progression-day16.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day17 {
  background: url(rs-uplay-profile-stats-progression-day17.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day18 {
  background: url(rs-uplay-profile-stats-progression-day18.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day19 {
  background: url(rs-uplay-profile-stats-progression-day19.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day20 {
  background: url(rs-uplay-profile-stats-progression-day20.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day21 {
  background: url(rs-uplay-profile-stats-progression-day21.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day22 {
  background: url(rs-uplay-profile-stats-progression-day22.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day23 {
  background: url(rs-uplay-profile-stats-progression-day23.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day24 {
  background: url(rs-uplay-profile-stats-progression-day24.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day25 {
  background: url(rs-uplay-profile-stats-progression-day25.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day26 {
  background: url(rs-uplay-profile-stats-progression-day26.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day27 {
  background: url(rs-uplay-profile-stats-progression-day27.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day28 {
  background: url(rs-uplay-profile-stats-progression-day28.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day29 {
  background: url(rs-uplay-profile-stats-progression-day29.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day30 {
  background: url(rs-uplay-profile-stats-progression-day30.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day31 {
  background: url(rs-uplay-profile-stats-progression-day31.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day32 {
  background: url(rs-uplay-profile-stats-progression-day32.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day33 {
  background: url(rs-uplay-profile-stats-progression-day33.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day34 {
  background: url(rs-uplay-profile-stats-progression-day34.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day35 {
  background: url(rs-uplay-profile-stats-progression-day35.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day36 {
  background: url(rs-uplay-profile-stats-progression-day36.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day37 {
  background: url(rs-uplay-profile-stats-progression-day37.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day38 {
  background: url(rs-uplay-profile-stats-progression-day38.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day39 {
  background: url(rs-uplay-profile-stats-progression-day39.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day40 {
  background: url(rs-uplay-profile-stats-progression-day40.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day41 {
  background: url(rs-uplay-profile-stats-progression-day41.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day42 {
  background: url(rs-uplay-profile-stats-progression-day42.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day43 {
  background: url(rs-uplay-profile-stats-progression-day43.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day44 {
  background: url(rs-uplay-profile-stats-progression-day44.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day45 {
  background: url(rs-uplay-profile-stats-progression-day45.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day46 {
  background: url(rs-uplay-profile-stats-progression-day46.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day47 {
  background: url(rs-uplay-profile-stats-progression-day47.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day48 {
  background: url(rs-uplay-profile-stats-progression-day48.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day49 {
  background: url(rs-uplay-profile-stats-progression-day49.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day50 {
  background: url(rs-uplay-profile-stats-progression-day50.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day51 {
  background: url(rs-uplay-profile-stats-progression-day51.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day52 {
  background: url(rs-uplay-profile-stats-progression-day52.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day53 {
  background: url(rs-uplay-profile-stats-progression-day53.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day54 {
  background: url(rs-uplay-profile-stats-progression-day54.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day55 {
  background: url(rs-uplay-profile-stats-progression-day55.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day56 {
  background: url(rs-uplay-profile-stats-progression-day56.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day57 {
  background: url(rs-uplay-profile-stats-progression-day57.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day58 {
  background: url(rs-uplay-profile-stats-progression-day58.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day59 {
  background: url(rs-uplay-profile-stats-progression-day59.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph.status-graph--day60 {
  background: url(rs-uplay-profile-stats-progression-day60.png) no-repeat 0px 0px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph .label {
  position: absolute;
  left: 0;
  right: 10px;
  bottom: 10px;
  text-align: center;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph .label h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.rock-uplay-public .uplay-60day-tabs .status-tab .status-graph .label p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #999;
}
.mobile .rock-uplay-public .uplay-60day-tabs .status-tab .status-graph {
  background: none;
  width: auto;
  height: auto;
}
.mobile .rock-uplay-public .uplay-60day-tabs .status-tab .status-graph .label {
  position: static;
  text-align: left;
}
.rock-uplay-public .uplay-60day-tabs .essentials-tab,
.rock-uplay-public .uplay-60day-tabs .techniques-tab {
  /* overflow: hidden; */
}
.rock-uplay-public .uplay-60day-tabs .essentials-tab .item-container,
.rock-uplay-public .uplay-60day-tabs .techniques-tab .item-container {
  height: 110px;
  width: 31%;
}
@media screen and (max-width: 980px) {
  .rock-uplay-public .uplay-60day-tabs .essentials-tab .item-container,
  .rock-uplay-public .uplay-60day-tabs .techniques-tab .item-container {
    width: 98%;
  }
}
.rock-uplay-public .uplay-60day-tabs .essentials-tab .item-container img,
.rock-uplay-public .uplay-60day-tabs .techniques-tab .item-container img {
  width: 75px;
  height: 75px;
  margin: 0 10px 15px 0;
}
.rock-uplay-public .rs-uplay-profile-challenge--notenrolled {
  display: none;
}

/*  ::  Global Styles  --  Call to Action  */
body .rs-calltoaction-content {
  position: relative;
  display: block;
}
body .rs-calltoaction-content > div {
  background: url(rs-cta-bg.jpg) repeat 100% 0;
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  margin: 0;
  padding: 0;
  color: #fff;
  width: 64% !important;
}
body .rs-calltoaction-content > div:first-child {
  background-position: 0 0;
  margin-right: 2% !important;
  width: 34% !important;
}
.mobile body .rs-calltoaction-content > div {
  float: none;
  width: auto !important;
  margin: 0 !important;
}

/*  ::  Global Styles  --  Fastest Way Quote  */
body .rs-fastestway-quote {
  margin: 0;
}
.mobile body .rs-fastestway-quote {
  display: none;
}

/*  ::  Global Styles  --  Overrides  */
.orange {
  color: #ff8100 !important;
}

.cyan {
  color: #199ac4 !important;
}

.tc-tracking {
  display: none;
}

body.rock-setup .returns-body { padding: 25px; }
body.rock-setup .returns-body p { margin: 10px 25px; }
	.amazon #cbaxmlButton { height: 24px; overflow: hidden; cursor: pointer;}
	.amazon #cbaxmlButton2 { height: 24px; overflow: hidden; cursor: pointer;}
	.amazon select { max-width: 375px; width: 100%;}

.component-uplay-forum-banner {margin-top: -60px;}

@media screen and (max-width: 765px) {
	.component-uplay-forum-banner {margin-top: 0;}
}

.profile-share {
display: block;
position: relative;
text-transform: capitalize;
font-weighT: bold;
text-align: right;
}
.forum-banner {
	margin-left: 15px;
	margin-bottom: 15px;
}
.show-hide-indicator { color: #ff8100; cursor: pointer; }
#forum-banner-box {position: relative;  width: 100%;}
#forum-banner-box p{ font-weight: bold; padding-bottom: 5px; }
#forum-banner-img {display: inline-block; margin: 0 15px; float: left; width: 90%; max-width: 630px;}
.forum-banner-right { display: inline-block; width: 280px; padding-left: 15px; border-left: solid 1px #333333; float: left;}

@media screen and (max-width: 1090px) { 
.forum-banner-right { border: none; }
.rock-uplay-public .public-share{display: block!important; top: 0!important; left: 0!important; float: none!important; height: 100px;}
}

.forum-banner-box textarea {padding: 1px;}
.rock-uplay-profile .profile-share h3{display: inline-block; color: #ff8100;text-transform: uppercase; vertical-align: top;}
.rock-uplay-profile .profile-share a{display: inline-block; vertical-align: top; }

.rock-uplay-profile #G7 {height: 0;}
.rock-uplay-public .public-share{position: relative; width: 400px; top: -55px; margin-bottom: -50px; display: inline-block; left: 40px; float: right;}
.rock-uplay-public .public-share h3{display: inline-block;vertical-align: top;color: #ff8100;margin-right: 20px;text-transform: uppercase;}
.rock-uplay-public .public-share a{display: inline-block; vertical-align: bottom; }
.rs-uplay-profile-group + .rs-uplay-profile-group + .rs-uplay-profile-group + .rs-uplay-profile-group .group-content{ padding: 0!important; }

@media screen and (max-width: 432px) { 
.rock-uplay-profile .profile-share h3{ font-size: 120%;}
.rock-uplay-profile .profile-share{ margin-top: -20px; margin-left: -30px; }
body.rock-uplay-global .fancybox-wrap .fancybox-inner img {width: 100%;}
body.rock-uplay-global .fancybox-wrap .fancybox-inner {min-height: 320px;}
}

@media screen and (min-width: 433px) and (max-width: 640px) { 
	.rock-uplay-profile .profile-share{ margin-top: -10px;}
}

a.dr_btnBuy {  
 		  color:#fff;  
 		  background-color:#FF8100;  
 		  border-radius:2px;  
 		  display:inline-block;  
 		  font-size:12px;  
 		  font-weight:bold;  
 		  padding:4px 12px; 
		  margin-lefT: 5px;
		  position: relative;
		  top: -2px;
 		}
.rock-buy a.dr_btnBuy{top: 0;}
 		a.dr_btnBuy:hover {  
 		  color:#fff!important; 
                  background-color: #ff9a33!important;
                  text-decoration: none!important;
 		}  
 		#TB_window {  
 		  width:980px !important; 
                  background: none!important;
                  color: rgba(0,0,0,0)!important;
                  border: none!important;
                 }  
 		.rock-buy #TB_window iframe {width:980px !important;}
		.rock-home #TB_window iframe {width:980px !important;}
		.rock-works #TB_window iframe {width:980px !important;}
		.rock-features #TB_window iframe {width:980px !important;}
		.rock-challenge #TB_window iframe {width:980px !important;}
                #TB_overlay {
                       background: #f2efeb url(https://previewsites.ubi.com/resource/en-US/game/rocksmith2014/rocksmith2014/rs-global-bg-overlay-i8a8.png) repeat!important;
                  }
                   #dr_security img {
                        margin-bottom: 2px;
                        position: relative;
                        top: -21px;
                        left: -30px;
                       }

/* New CSS for inside News Stories */
.rock-resources .social-icons-share { float: right;}
.rock-resources .social-icons-share p {font-family: "Roboto Condensed", sans-serif;
font-weight: 700;
font-size: 36px;
display: inline-block;
vertical-align: bottom;}

.news-detail.rock-news-story table {text-align: center;}
.news-detail.rock-news-story td {border: solid 1px #000;}

.news-detail.rock-news-story blockquote {background: rgba(0,0,0,0.2); text-align: center; padding: 25px 50px;}

.news-detail.rock-news-story img {display: block;}

.news-detail.rock-news-story .row {display: inline-block;}

.news-detail.rock-news-story .left { margin: 0 auto 0 0;}
.news-detail.rock-news-story .right { margin: 0 0 0 auto;}
.news-detail.rock-news-story .center { margin: 0 auto;}

.news-detail.rock-news-story .percent-33{width: 32%;}
.news-detail.rock-news-story .percent-66{width: 65%;}

.news-detail.rock-news-story .percent-20{width: 19%;}
.news-detail.rock-news-story .percent-40{width: 39%;}
.news-detail.rock-news-story .percent-60{width: 59%;}
.news-detail.rock-news-story .percent-80{width: 79%;}
.news-detail.rock-news-story .percent-100{width: 99%;}


body.rock-uplay-global .hidden-message {display:none;}
body.rock-uplay-global .fancybox-wrap .assetoverview-content img {margin: 0 auto;}
body.rock-uplay-global .fancybox-wrap .assetoverview-content p {font-weight:700; font-size:155%; text-align: center; padding-top: 20px;}
body.rock-uplay-global .fancybox-wrap .fancybox-inner {min-height: 250px; max-width: 900px;}
body.rock-uplay-profile .hidden-message {display:none;}
body.rock-uplay-profile .fancybox-wrap .assetoverview-content img {margin: 0 auto;}
body.rock-uplay-profile .fancybox-wrap .assetoverview-content p {font-weight:700; font-size:155%; text-align: center; padding-top: 20px;}
body.rock-uplay-profile .fancybox-wrap .fancybox-inner {min-height: 250px; max-width: 900px;}
