<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------- SEARCH &amp; REPLACE NOTES -----------*/
/*

Primary Color:   #b2b2b2
Secondary Color: #365473

Search &amp; Replace Primary Color to change colors of:
Toolbars
Page Back Button
Book Toolbar Title
Left Tabs
Social Tabs

Search &amp; Replace Secondary Color to change colors of:
Input/Form Fields 'Glow'
TOC &amp; Search Results Hover
Selected Thumbnail 'Glow'
AboutAccordion Hover
Progress Bar

*/

/*----------- MAIN BACKGROUND -----------*/
.applicationView
{
	background: #878787;
}

/*----------- TOOLBARS -----------*/

/* DESKTOP &amp; BOOKSHELF TOOLBARS */
.PlatformDesktop .tbContainer,
.PlatformTablet .tbContainer,
.bookshelfView_header,
.verticalToolbar  .tbCenterWrapper,
.verticalToolbar  .tbCenterWrapper .tbButton.spriteButton,
.verticalToolbar  .tbCenterWrapper,
.verticalToolbar  .tbCenterWrapper .tbButton.spriteButton,
.DarkToolbarButtonStyle.PlatformDesktop .tbContainer,
.DarkToolbarButtonStyle.PlatformTablet .tbContainer,
.DarkToolbarButtonStyle .bookshelfView_header,
.LightToolbarButtonStyle.PlatformDesktop .tbContainer,
.LightToolbarButtonStyle.PlatformTablet .tbContainer,
.LightToolbarButtonStyle .bookshelfView_header
.DarkMenuButtonStyle .verticalToolbar  .tbCenterWrapper,
.DarkMenuButtonStyle .verticalToolbar  .tbCenterWrapper .tbButton.spriteButton,
.LightMenuButtonStyle .verticalToolbar .tbCenterWrapper,
.LightMenuButtonStyle .verticalToolbar  .tbCenterWrapper .tbButton.spriteButton
{
	background: #b2b2b2;
    /****** UNCOMMENT THESE STYLES FOR TRANSPARENT TOOLBARS
	background: none  !important;
	border: none  !important;
    *****/
}

.verticalToolbar 
{ 
    /****** UNCOMMENT THESE STYLES FOR TRANSPARENT TOOLBARS
	background-color: rgba(0,0,0,0.10) !important;
	border: none  !important;
    *****/
}

.verticalToolbar .tbCenterWrapper .tbButton.spriteButton.minimalShowTip,
.verticalToolbar .tbCenterWrapper .tbPageInput.minimalShowTip,
.LightMenuButtonStyle .verticalToolbar .tbCenterWrapper tbButton:hover,
.DarkMenuButtonStyle .verticalToolbar .tbCenterWrapper tbButton:hover,
.LightToolbarButtonStyle .verticalToolbar .tbCenterWrapper .tbButton.spriteButton.radio-group.down,
.DarkToolbarButtonStyle .verticalToolbar .tbCenterWrapper .tbButton.spriteButton.radio-group.down 
{
    /****** UNCOMMENT THESE STYLES FOR TRANSPARENT TOOLBARS
	background-color: rgba(0,0,0,0.20) !important;
    *****/
}

/* MOBILE TOOLBARS */
.DarkToolbarButtonStyle.PlatformMobile .tbContainer,
.DarkToolbarButtonStyle.PlatformTablet7 .tbContainer,
.LightToolbarButtonStyle.PlatformMobile .tbContainer,
.LightToolbarButtonStyle.PlatformTablet7 .tbContainer
{
	background: #b2b2b2;
}

/* MOBILE MENU BUTTON */
.LightToolbarButtonStyle.PlatformMobile .mobilemenubtn .icon-bar,
.LightToolbarButtonStyle.PlatformTablet7 .mobilemenubtn .icon-bar
{
    background-color: #fff;
}
.DarkToolbarButtonStyle.PlatformMobile .mobilemenubtn .icon-bar,
.DarkToolbarButtonStyle.PlatformTablet7 .mobilemenubtn .icon-bar
{
    background-color: #4d4d4d;
}

/* PAGE BACK BUTTON */
.DarkToolbarButtonStyle .pageHistLeft .pageCtlButton,
.LightToolbarButtonStyle .pageHistLeft .pageCtlButton
{
	background-color: #b2b2b2;
}

/* BOOK TOOLBAR TITLE */
.DarkToolbarButtonStyle  .titleControl .center,
.LightToolbarButtonStyle .titleControl .center,
.DarkToolbarButtonStyle .titleControl .titleControlTab,
.LightToolbarButtonStyle .titleControl .titleControlTab
{
	background-color: #b2b2b2;
}

/*---- LEFT &amp; SOCIAL TABS ----*/

.DarkToolbarButtonStyle .tab-bar-wrapper1 li
{
	color: #4e77a1;
}

.LightToolbarButtonStyle .tab-bar-wrapper1 li
{
	color: #4e77a1;
}

.tab-bar-wrapper1 li:not(.tab-selected)
{
	background-color: #b2b2b2;
	font-weight: 400;
}

.tab-bar-wrapper1 li:hover:not(.tab-selected)
{
background-color: #365473; /* Hover color of unselected tab */
margin-top: 0px;
}

.tab-bar-wrapper1 li.tab-selected
{
	color: #fff;
	background-color: #4e77a1;
	font-weight: 400;
}

#SocialWidgets #social-tabs .social-tabs li
{
background-color: #b2b2b2;
}

/*---- ACCENTS / INPUT 'GLOW' ----*/

.form-control:focus
{
	border-color: #365473 !important;
}

.form-control:focus
{
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(73, 186, 215, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(73, 186, 215, 0.6);
}

.listview_link:hover,
.listview_nextLevel:hover
{
	background-color: #365473;
}

#AboutAccordion_DialogContent .panel-default &gt; .panel-heading:hover,
#AboutAccordion_DialogContent .panel-default &gt; .panel-heading:focus,
#AboutAccordion_DialogContent .panel-default &gt; .panel-heading:active
{
	background-color: #365473 !important;
}

.SearchResults .item:hover
{
	-webkit-box-shadow: 0 1px 7px #365473;
	-moz-box-shadow: 0 1px 7px #365473;
	-o-box-shadow: 0 1px 7px #365473;
	box-shadow: 0 1px 7px #365473;
	border-color: #365473;
}

#headingResultsForm label:hover
{
	color: #365473;
}

#headingResultsForm label.headingCheckboxLabel
{
	background-color: #365473 !important;
	color: #fff;
}

.progress-bar
{
	background-color: #365473;
}

.PlatformIE8 .thumbSelection
{
	border: 5px solid #365473;
}

.thumbSelection
{
	-moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55), 0 0 3px 5px #365473, 0 1px 5px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55), 0 0 3px 5px #365473, 0 1px 5px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55), 0 0 3px 5px #365473, 0 1px 5px rgba(0, 0, 0, 0.75);
}

/*----------- START NEWSPAPERS ----------- */

.ProductNews .tocContentsTable .supp
{
	color: #365473;
}

.ProductNews .tocContentsTable a:hover .supp
{
	color: #fff;
}

div.calendar div.active,
div.calendar div.hilite
{
    color: #000;
    border: 1px solid #365473;
    background: #365473;
}
div.calendar div.active:hover,
div.calendar div.hilite:hover
{
    color: #000;
    border: 1px solid #365473;
    background: #365473;
	opacity: 0.7;
}
div.calendar div.valid
{
	border: 1px solid #365473;
	background: #365473;
	opacity: 0.7;
}
div.calendar div.valid:hover
{
	border: 1px solid #365473;
	background: #365473;
	opacity: 1;
}

/*----------- END NEWSPAPERS ----------- */

/*----------- START TPOD ----------- */
/*
#TpodPubsTabPanel_Content .allPubsPanel .listview_link:hover,
#TpodPubsTabPanel_Content .allPubsPanel .listview_link:focus,
#TpodPubsTabPanel_Content .allPubsPanel .listview_link:active 
{
	background-color: #365473 !important;
}
.listview_link:hover
{
	background: #365473;
}
#TpodStudiesTabPanel_Content .studiesPanel .tpodLabelWrapper:hover span
{
	color: #365473 !important; 
}
#TpodPubsTabPanel_Content .allPubsPanel li.listview_nextlevel:hover
{
	background-color: #365473 !important;
	color: #fff;
}
#TpodPubsTabPanel_Content .allPubsPanel .listview_link:hover,
#TpodPubsTabPanel_Content .allPubsPanel .listview_link:focus,
#TpodPubsTabPanel_Content .allPubsPanel .listview_link:active
{
	background-color: #365473 !important;
}
#TpodPubsTabPanel_Content .favoritesPanel label span:hover
{
	color: #365473;
}

.TpodImageResourceSelected {
	border: 4px solid #365473 !important;
}

/*----------- END TPOD ----------- */

.bookshelfView_body {
	background-color:#f5f5f5;
}

/*-------- BOOKSHELF POPOVER ------- */

.NewBookCtlView_container .popover-title
{
	background-color: #365473;
	color: #fff;
}
.NewBookCtlView_container .popover.left &gt; .arrow
{
	border-left-color: #fff;
}
.NewBookCtlView_container .popover.right &gt; .arrow
{
	border-left-color: #fff;
}
.NewBookCtlView_container .popover.bottom &gt; .arrow:after
{
	border-bottom-color: #365473;
}
.NewBookCtlView_container .bookCtlView_price
{
	color: #365473;
}

/*--------- BOOKSHELF GRID --------- */

.NewBookCtlView_cover_open_btn.btn.btn-primary {
	background-color: #365473;
}
.NewBookCtlView_title_container.selected {
	background-color: #365473;
}

.NewBookCtlView_multiCheck {
	color: #365473;
}

/*-------- BOOKSHELF FILTERS ------- */

#BookshelfFilterTabView_Content .searchFilterTitle,
#BookshelfCategories_DialogContent .searchFilterTitle
{
	background: #393939;
}
#BookshelfFilterTabView_Content .searchFilterElement.checked,
#BookshelfCategories_DialogContent .searchFilterElement.checked
{
	background-color: #393939;
	color: #fff;
}
#BookshelfFilterTabView_Content .accordion .toggler.filterExists {
    background-color: #393939;
    color: #fff;
}
#BookshelfFilterTabView_Content li.filterGroupStart
{
	border-color: #365473;
}
#BookshelfFilterTabView_Content .applyFiltersBtn,
#BookshelfFilterTabView_Content .clearFiltersBtn
{
	background-color: #365473;
}

/*-------- COMPOSER ------- */

.ProductModule .template-header
{
	background-color: #365473;	
}
.ProductModule .template-footer
{
	background-color: #b2b2b2;
}
.ProductModule .hotspot:hover div 
{
	outline: thick solid #b2b2b2;
}

/*----------- CUSTOM -----------*/

.searchContent {
	margin-top: 50px !important;
}</pre></body></html>