@charset "UTF-8";
/*~~~~~ COLORS ~~~~~*/
/*~~~~~~~~~~~~~~~~~~*/
/* custom colors                               */
/*                                             */
/* define custom values here for easy tracking */
/* LEE MODIFIED THIS WHOLE BLOCK (ORIGINAL FROM SKIN)
 * $corporate_gradient_1: linear-gradient(to bottom, #A7A9AC 0%, #717376 50%, #59595B 50%, #444142 100%);
 * $corporate_gradient_2: linear-gradient(to bottom, #444142 0%,#464444 50%,#3E3D3D 50%,#6D6E71 100%);
 * $corporate_gradient_3: linear-gradient(to bottom, #242122 0%,#464444 50%,#464444 50%,#2D2E31 100%);
 * $corporate_gradient_4: linear-gradient(to bottom, #444142 0%,#596168 100%);
 * $corporate_text_color_1: #111111;
 * $corporate_text_color_2: #B9BCC9;
 * $corporate_text_color_3: #FFFFFF;
 * $corporate_text_color_4: #444142;
 * $corporate_background_color_1: #DCDCDC;
 * $corporate_background_color_2: #444142;
 * $corporate_link_color: #0088CC;
 * $corporate_page_color: #FFFFFF;
*/
/* LEE'S STYLING, FIRST TRY (DARK BLUE)
 * $corporate_gradient_1: linear-gradient(to bottom, #dae0f5 0%, #2449c9 50%, #1e40b3 50%, #162c79 100%);  -CHANGED. layout_color_7 
 * $corporate_gradient_2: linear-gradient(to bottom, #162c79 0%,#2449c9 50%,#1e40b3 50%,#1e40b3 100%);  -CHANGED. layout_color_5 
 * $corporate_gradient_3: linear-gradient(to bottom, #162c79 0%,#2449c9 50%,#253f99 50%,#1e40b3 100%);  -CHANGED. layout_color_8 
 * $corporate_gradient_4: linear-gradient(to bottom, #162c79 0%,#2449c9 100%);  - CHANGED. layout_color_9 
 * $corporate_text_color_1: #111111;
 * $corporate_text_color_2: #2b5aff;  - CHANGED 
 * $corporate_text_color_3: #FFFFFF;
 * $corporate_text_color_4: #162c79;
 * $corporate_background_color_1: #f6f9fc;  - Very pale sky blue 
 * $corporate_background_color_2: #162c79;  - Actian darkest blue for headings and header 
 * $corporate_link_color: #2449c9;  - Actian darkest logo blue 
 * $corporate_page_color: #FFFFFF;
*/
/* ACTIAN. layout_color_7 */
/* ACTIAN. layout_color_5 */
/* ACTIAN. layout_color_8 */
/* NOT CHANGED. layout_color_9 */
/* ACTIAN BLACK */
/* ACTIAN VIVID BLUE */
/* ACTIAN BLACK */
/* ADDED NEXT LINE FOR SEARCH HIGHLIGHT COLOR  */
/* ACTIAN YELLOW (ORANGE) */
/* Very pale sky blue */
/* Was Actian Black #1B1E24. Was #2549C9, Actian darkest blue for headings and header. */
/* Actian darkest logo blue */
/* 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 */
/*                              */
/* Mini TOC */
/*          */
/* Related Topics */
/*                */
/* Search Result Highlight */
/*                         */
/* $search_result_highlight_color: yellow;  */
/* colors for specific items */
/*                           */
/* toolbar */
/* $toolbar_icon_color: $_layout_color_2; */
/* $toolbar_icon_color: #e9eaf2; */
/* ACTIAN SKY BLUE */
/* $toolbar_button_icon_color_disabled: rgba(darken($toolbar_button_icon_color, 50%), 0.5);  */
/* $toolbar_button_icon_color_disabled: #c4c5cf; */
/*ACTIAN MEDIUM GRAY */
/* menu (nav & toc/index) */
/* LEE MODIFIED 
 * $menu_text_color: $_layout_color_2;  */
/* page */
/* $page_publish_date_color: darken($_layout_color_2, 60%); */
/* $page_helpful_message_text_color: $_layout_color_4;  */
/* $page_helpful_button_icon_color_hover: lighten($page_helpful_button_icon_color, 20%);  */
/* $page_helpful_button_icon_color_selected: lighten($_layout_color_12, 20%);  */
/* disqus */
/* search */
/* header */
/* footer */
/* $footer_hr_color: lighten($footer_background_color, 20%);   */
/* $footer_publish_date_text_color: $footer_hr_color;  */
/* back-to-top button */
/* $back_to_top_caret_color: $_layout_color_2;  */
/* progress bar */
/* modal (cookies disabled message) */
/*
 * lightbox
*/
/* unsupported browser */
/* no javascript warning */
/*~~~~~ ICONS ~~~~~*/
/*~~~~~~~~~~~~~~~~~*/
/*
  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/v5/cheatsheet/free
*/
/* toolbar */
/* menu */
/*  LEE CHANGED THE FOLLOWING 2 LINES 8/3/2023  */
/*  $menu_toc_item_dropdown_open_icon: "\f0d7";  big black folder open */
/*  $menu_toc_item_dropdown_closed_icon: "\f0da";  big black folder closed */
/* DOWN CARET */
/* RIGHT CARET */
/* page */
/*  PLACEHOLDER FOR THE NEW TWITTER (X) ICON  */
/*  $page_social_twitter_icon: "\e61a";  */
/*  OLD BIRD ICON  */
/* page loading */
/* header */
/* footer */
/* search */
#social_links {
  display: inline-block; }

.ww_social {
  color: #238FFB; }

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: #238FFB; }
  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: #238FFB; }
  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: #238FFB; }
  a.ww_social_linkedin:hover {
    color: #0077b5; }
