/* -----------------------------------------------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: #691bba; }.theme .th-primary-dark-b       { background-color: #691bba; }@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/dora-the-explorer/bg-tile-dora-the-explorer-2x-transparent.png?quality=0.75);}}/* -----------------------------------------------MODULES----------------------------------------------- *//* top-navigation module */.theme .sticky-header.is-sticky {background-color: #a068d9;}/* page background colors/gradients */.theme {/* background color */background-color: #a068d9;}@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/dora-the-explorer/bg-tile-dora-the-explorer-2x-transparent.png?quality=0.75); /* fallback */background-image: url(http://images.nickjr.com/nickjr/properties/dora-the-explorer/bg-tile-dora-the-explorer-2x-transparent.png?quality=0.75), -webkit-gradient(linear, left top, left bottom, from(#a068d9), to(#8d5bc0)); /* Saf4+, Chrome */background-image: url(http://images.nickjr.com/nickjr/properties/dora-the-explorer/bg-tile-dora-the-explorer-2x-transparent.png?quality=0.75), -webkit-linear-gradient(top, #a068d9, #8d5bc0); /* Chrome 10+, Saf5.1+ */background-image: url(http://images.nickjr.com/nickjr/properties/dora-the-explorer/bg-tile-dora-the-explorer-2x-transparent.png?quality=0.75),    -moz-linear-gradient(top, #a068d9, #8d5bc0); /* FF3.6+ */background-image: url(http://images.nickjr.com/nickjr/properties/dora-the-explorer/bg-tile-dora-the-explorer-2x-transparent.png?quality=0.75),      -o-linear-gradient(top, #a068d9, #8d5bc0); /* Opera 11.10+ */background-image: url(http://images.nickjr.com/nickjr/properties/dora-the-explorer/bg-tile-dora-the-explorer-2x-transparent.png?quality=0.75),         linear-gradient(to bottom, #a068d9, #8d5bc0); /* 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: #691bba;}.module-property-filters.bottom, .module-property-filters.expanded {background-color: #a068d9;}@media (min-height: 500px) and (orientation: landscape) {.module-property-filters {background-color: #a068d9;}}.theme .sidebar-panel-view-summary {background-color: #a068d9;color: #ffffff;}