﻿/*
****************************************************************************
*-*-*-* Peralta: COA Skin *-*-*-*
*****************************************************************************
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
:root {
	--client-logo: url('/Content/ClientThemes/coa/coa-logo-blue.png');
	--client-logo-sm: var(--client-logo);
	--theme-main:    #00498F;
	--theme-accent:  var(--theme-white);
	--theme-neutral: #F7F7F7;
	--theme-light:   var(--theme-white);

	--theme-base-font: 'Open Sans';
	/**********************************
		Header
	***********************************/
	--header-border-color: var(--theme-main);
	--pdf-export-active-color: var(--theme-main);
	/**********************************
		Tabs
	***********************************/
	--tab-active-fg-color: var(--theme-main);
	/**********************************
		Sidebar
	***********************************/
	--sidenav-item-fg-color: var(--theme-dark);
	--sidenav-item-active-bg-color: var(--theme-main);
	--sidenav-item-active-fg-color: var(--theme-light);
	/**********************************
		Search
	***********************************/
    --search-highlight-active-bg-color: var(--theme-main);
	/**********************************
		Search Results
	***********************************/
	--mark-bg-color: var(--theme-main);
	--mark-fg-color: var(--theme-light);
	--search-results-header-bg-color: var(--theme-main);
	--search-results-active-bg-color: var(--theme-main);
	--search-results-active-fg-color: var(--theme-light);
}

.program-summary-wrapper .program-outcomes-summary-wrapper {
	display: initial;
}
