@charset "UTF-8";
/*~~~~~ COLORS ~~~~~*/
/*~~~~~~~~~~~~~~~~~~*/
/* NRS 10/13/20: Incorporated 2020.1 updates */
/* NRS 5/6/20: Incorporated 2019.2 updates */
/* NRS 6/20/19: Incorporated updates for 2019.1 */
/* NRS, 6/12/19: Added a few color defs to CADSWES custom colors */
/* NRS, 2/1/19: 2018.2 file with CADSWES customizations. */
/* Note: For best ID of changes, use WebWorks View File Differences, which compares this file to WW default. */
/* custom colors                               */
/*                                             */
/* define custom values here for easy tracking */
/**** Defaults  ****/
/**** NRS comment out defaults ****/
/**** Begin
$neo_main_color: #008bff;
$neo_main_text_color: #222222;
$neo_secondary_color: #eeeeee;
$neo_secondary_text_color: #fefefe;
$neo_tertiary_color: #222222;
$neo_page_color: #fefefe;
End ****/
/**** NRS: CADSWES custom colors ****/
/****							****/
/****							****/
/**** End CADSWES custom colors ****/
/* NOTE: Gradients as background colors are supported through linear/radial-gradient property values.*/
/*       It is suggested to put the gradient value only where it is needed, as it will cause errors  */
/*       if it is used in the darken() or lighten() functions.                                       */
/*       If a gradient value is set for a $_layout_color property, you must remove all darken() and  */
/*       lighten() calls that derive from the gradient, or there will be no color output where those */
/*       properties are used.                                                                        */
/*                                                                                                   */
/*       Usage documentation for Gradients: https://www.w3schools.com/css/css3_gradients.asp         */
/* layout colors: set these for a quick application to the output.                                   */
/*                                                                                                   */
/* Defaults for structure items */
/*                              */
/* NRS: Set link text color to  blue, regardless of layout_colors. Default = $_layout_color_1 */
/* Mini TOC */
/*          */
/* Related Topics */
/*                */
/* Search Result Highlight */
/*                         */
/* NRS: Change search highlight color. Default = yellow; */
/* colors for specific items */
/*                           */
/* toolbar */
/* NRS: invert toolbar colors to make light text on dark background */
/* NRS: darken disabled icons, since we've made active ones light */
/* $toolbar_button_icon_color_disabled: lighten($toolbar_button_icon_color, 50%); */
/* NRS: Change search scope text color to $_almostblack. Default = $toolbar_text_color; */
/* menu (nav & toc/index) */
/* NRS make menu nav buttons acc_blue. Default = $menu_text_color. */
/* NRS make toc icons same color as Toolbar. Default = $menu_text_color; */
/* page */
/* NRS: change breadcrumbs background & text colors. Default =  $_layout_color_5 and $_layout_color_4, respectively. */
/* NRS: Make modified date lighter. Default = lighten($_layout_color_2, 20%); */
/* disqus */
/* search */
/* header */
/* footer */
/* NRS: Lighten  footer link color because footer background is dark. Default = $link_default_color. */
/* NRS: Lighten footer_hr_color 80% for contrast. Default = lighten 20%. */
/* back-to-top button */
/* NRS: Invert background_color & caret_color. Defaults = $_layout_color_1 and $_layout_color_2, respectively. */
/* progress bar */
/* modal (cookies disabled message) */
/*
 * lightbox
*/
/* unsupported browser */
/* no javascript warning */
/*~~~~~ ICONS ~~~~~*/
/*~~~~~~~~~~~~~~~~~*/
/* NRS 10/13/20: Incorporated 2020.1 updates */
/* NRS 5/6/20: Incorporated 2019.2 updates */
/* NRS 6/20/19: Incorporated updates for 2019.1 */
/*
  This file contains the character codes applied to the icons in the output.

  Usage: Find the character code of the icon to be used in the font-awesome cheatsheet.
         The 4-character code is next to it's respective icon.
         (ex: f002 for search)
         Apply to variable value in quotes and a leading backslash
         (ex: "\f002")

  font-awesome cheatsheet: https://fontawesome.com/v4.7.0/cheatsheet/

  The cheatsheet can also be found in the ePublisher Installation Directory at:

  <Install Location>/WebWorks/ePublisher/<version>/Helpers/font-awesome/Font Awesome Cheatsheet.html
*/
/* toolbar */
/* menu */
/* NRS: Change TOC icons from folders to chevrons. Defaults = \f07c (open) and \f07b (closed) */
/* page */
/* header */
/* footer */
/* search */
/* modal (cookies disabled message) */
#social_links {
  display: inline-block; }

.ww_social {
  color: #0f0f0f; }

a.ww_social {
  text-decoration: none;
  outline-width: 0; }

.ww_social_twitter {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 24px;
  margin-left: 6px;
  margin-right: 6px; }
  .ww_social_twitter i:before {
    content: ""; }

a.ww_social_twitter {
  color: #0f0f0f; }
  a.ww_social_twitter:hover {
    color: #17a2f3; }

.ww_social_facebook {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 24px;
  margin-left: 6px;
  margin-right: 6px; }
  .ww_social_facebook i:before {
    content: ""; }

a.ww_social_facebook {
  color: #0f0f0f; }
  a.ww_social_facebook:hover {
    color: #4267b2; }

.ww_social_linkedin {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 24px;
  margin-left: 6px;
  margin-right: 6px; }
  .ww_social_linkedin i:before {
    content: ""; }

a.ww_social_linkedin {
  color: #0f0f0f; }
  a.ww_social_linkedin:hover {
    color: #0077b5; }
