/* -----------------------------------------------DEFAULT THEME----------------------------------------------- *//* color helper classes */.theme .th-primary-c            { color: ; }.theme .th-primary-b            { background-color: ; }.theme .th-primary-light-c      { color: ; }.theme .th-primary-light-b      { background-color: ; }.theme .th-primary-medium-c         { color: ; }.theme .th-primary-medium-b         { background-color: ; }.theme .th-primary-dark-c       { color: #b6505e; }.theme .th-primary-dark-b       { background-color: #b6505e; }@media screen and (min-height: 500px) and (orientation: landscape), (min-width: 760px) and (orientation: portrait)  {.theme {background-image: url(http://images.nickjr.com/nickjr/properties/max-and-ruby/bg-tile-max-and-ruby-2x-transparent.png?quality=0.75);}}/* -----------------------------------------------MODULES----------------------------------------------- *//* top-navigation module */.theme .sticky-header.is-sticky {background-color: #f18992;}/* page background colors/gradients */.theme {/* background color */background-color: #f18992;}@media screen and (min-height: 500px) and (orientation: landscape), (min-width: 760px) and (orientation: portrait)  {.theme {background-image: url(http://images.nickjr.com/nickjr/properties/max-and-ruby/bg-tile-max-and-ruby-2x-transparent.png?quality=0.75); /* fallback */background-image: url(http://images.nickjr.com/nickjr/properties/max-and-ruby/bg-tile-max-and-ruby-2x-transparent.png?quality=0.75), -webkit-gradient(linear, left top, left bottom, from(#f18992), to(#ee8b99)); /* Saf4+, Chrome */background-image: url(http://images.nickjr.com/nickjr/properties/max-and-ruby/bg-tile-max-and-ruby-2x-transparent.png?quality=0.75), -webkit-linear-gradient(top, #f18992, #ee8b99); /* Chrome 10+, Saf5.1+ */background-image: url(http://images.nickjr.com/nickjr/properties/max-and-ruby/bg-tile-max-and-ruby-2x-transparent.png?quality=0.75),    -moz-linear-gradient(top, #f18992, #ee8b99); /* FF3.6+ */background-image: url(http://images.nickjr.com/nickjr/properties/max-and-ruby/bg-tile-max-and-ruby-2x-transparent.png?quality=0.75),      -o-linear-gradient(top, #f18992, #ee8b99); /* Opera 11.10+ */background-image: url(http://images.nickjr.com/nickjr/properties/max-and-ruby/bg-tile-max-and-ruby-2x-transparent.png?quality=0.75),         linear-gradient(to bottom, #f18992, #ee8b99); /* W3C */}}/* Go through all possible backgrounds. *//* If a gradient was set, apply both gradient and image to the background. *//* logo image (not currently in use) */.theme .property-filters-list-item .property-filters-list-item-link {background-color: #b6505e;}.module-property-filters.bottom, .module-property-filters.expanded {background-color: #f18992;}@media (min-height: 500px) and (orientation: landscape) {.module-property-filters {background-color: #f18992;}}.theme .sidebar-panel-view-summary {background-color: #f18992;color: #ffffff;}