@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 */
/*~~~~~ FONTS ~~~~~*/
/*~~~~~~~~~~~~~~~~~*/
/* LEE ADDED NEXT LINE */
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Text&display=swap");
/*
 * toolbar
*/
/*
 * menu (nav & toc/index)
*/
/*
 * page
*/
/*
 * mini toc
*/
/*
 * related topics
*/
/*
 * search
*/
/*
 * header
*/
/*
 * footer
*/
/*
 * lightbox
*/
/*
 * unsupported browser
*/
/*
 * modal (cookies disabled message)
*/
/*~~~~~ 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 */
/* page */
/* page loading */
/* header */
/* footer */
/* search */
/*~~~~~ SIZING ~~~~~*/
/*~~~~~~~~~~~~~~~~~~*/
/*
 * generation variables
 * these are modified by the generation process according to Target Settings
*/
/*
 * generic values
*/
/*  LEE MODIFIED NEXT LINE
 * $logo_generic_height: 35px;  */
/*
 * header
*/
/* $header_height: 85px;
 * @if $header_generate == false {
 *  $header_height: 0px; 
 */
/* LEE MODIFIED NEXT LINE  */
/* $header_height: 112px;  - SPACE FOR CORPORATE MENUS */
/*
 * footer
*/
/* $footer_height: 200px;
 * @if $footer_generate == false {
  $footer_height: 0px;
*/
/* LEE MODIFIED */
/* LEE ADDED THIS SECTION FROM SKINS.SCSS:  */
@import url(alerts.css);
@import url(platform.css);
.ww_skin_document_last_modified_date {
  margin-top: 25px; }

/*
 * menu
*/
/* LEE MODIFIED */
/* $menu_toc_item_padding: 5px;
*/
/* LEE MODIFIED */
/* $menu_toc_item_indentation_amount_first_level: 8px;
 * $menu_toc_item_indentation_amount: 20px;
*/
/*
 * toolbar
 *
 * $toolbar-height should be equal or greater than all other
 * values or the layout will produce unexpected results
*/
/* LEE MODIFIED */
/* $toolbar_height: 62px;
*/
/*
 * toolbar - logo section (Menu Button & Logo)
*/
/*
 * toolbar - search section (Search Scope Selector, Search Input, & Search Button)
*/
/*
 * toolbar - button section (Previous Button, Next Button, Home Button)
*/
/*
 * was this helpful buttons & message
*/
/*
 * page
*/
/*
 * mini toc
*/
/*
 * related topics
*/
/*
 * search
*/
/*
 * lightbox
*/
/*
 * unsupported browser
*/
/*
 * calculated sizes
 *
 * the values in the below section are calculated & dependent upon multiple above values.
*/
/*
 * toolbar
*/
/*
 * menu
*/
/*
 * page
*/
/*~~~~~ 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 */
/*~~~~~ SIZING ~~~~~*/
/*~~~~~~~~~~~~~~~~~~*/
/*
 * generation variables
 * these are modified by the generation process according to Target Settings
*/
/*
 * generic values
*/
/*  LEE MODIFIED NEXT LINE
 * $logo_generic_height: 35px;  */
/*
 * header
*/
/* $header_height: 85px;
 * @if $header_generate == false {
 *  $header_height: 0px; 
 */
/* LEE MODIFIED NEXT LINE  */
/* $header_height: 112px;  - SPACE FOR CORPORATE MENUS */
/*
 * footer
*/
/* $footer_height: 200px;
 * @if $footer_generate == false {
  $footer_height: 0px;
*/
/* LEE MODIFIED */
/* LEE ADDED THIS SECTION FROM SKINS.SCSS:  */
.ww_skin_document_last_modified_date {
  margin-top: 25px; }

/*
 * menu
*/
/* LEE MODIFIED */
/* $menu_toc_item_padding: 5px;
*/
/* LEE MODIFIED */
/* $menu_toc_item_indentation_amount_first_level: 8px;
 * $menu_toc_item_indentation_amount: 20px;
*/
/*
 * toolbar
 *
 * $toolbar-height should be equal or greater than all other
 * values or the layout will produce unexpected results
*/
/* LEE MODIFIED */
/* $toolbar_height: 62px;
*/
/*
 * toolbar - logo section (Menu Button & Logo)
*/
/*
 * toolbar - search section (Search Scope Selector, Search Input, & Search Button)
*/
/*
 * toolbar - button section (Previous Button, Next Button, Home Button)
*/
/*
 * was this helpful buttons & message
*/
/*
 * page
*/
/*
 * mini toc
*/
/*
 * related topics
*/
/*
 * search
*/
/*
 * lightbox
*/
/*
 * unsupported browser
*/
/*
 * calculated sizes
 *
 * the values in the below section are calculated & dependent upon multiple above values.
*/
/*
 * toolbar
*/
/*
 * menu
*/
/*
 * page
*/
/* ~~~~ FUNCTIONS ~~~~ */
/*                     */
/*~~~~~ BORDERS ~~~~~*/
/*~~~~~~~~~~~~~~~~~~~*/
/*
  DISCLAIMER: By default, border size properties do not conform with the other size properties of HTML.
  This means that when a border is set on an element with a defined height or width, the final size of
  an element will calculate to HEIGHT/WIDTH + BORDER WIDTH. This has been mitigated as much as possible
  using the 'box-sizing: border-box' property, but there is always a possibility for some instances
  where this will not work. (ex. An element with a border inside another element inside it with a border.
  The toolbar in some skins is like this)

  If widths in this file are to be changed, you understand that this may change the uniformity of the
  layout, and that there may also be height and width properties that also need to be changed in
  _sizes.scss to get the layout to line up properly.


*/
/* Toolbar */
/*         */
/* Toolbar - Logo Section */
/*                        */
/* Toolbar - Search Section */
/*                          */
/* Toolbar - Button Section */
/*                          */
/* Menu */
/*      */
/* Menu - TOC */
/*            */
/* Menu - Index */
/*              */
/* Page */
/*      */
/* Mini TOC */
/*          */
/* Search */
/*        */
/* Header */
/*        */
/* Footer */
/*        */
/* Back to Top */
/*             */
body {
  font-family: arial, sans_serif;
  font-size: 12pt; }

a:link {
  color: #2449c9; }
  a:link:active {
    color: #6e89e5; }

a:visited {
  color: #152a72; }

span.WebWorks_Number {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  vertical-align: bottom; }

div.WebWorks_Table {
  border: 1px solid #000000; }

div.WebWorks_Table_Row {
  clear: left; }

div.WebWorks_Table_Cell {
  float: left; }

div.WebWorks_Table_End {
  clear: both;
  font-size: 1px; }

div.WebWorks_MiniTOC {
  font-family: arial, sans_serif;
  font-size: 12pt;
  margin: 20px;
  padding: 0;
  background: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 0px; }

div.WebWorks_MiniTOC_Heading {
  display: none; }

.WebWorks_Breadcrumb_Link, .WebWorks_Breadcrumb_Text {
  display: inline-block; }

dl.WebWorks_MiniTOC_List {
  margin: 0;
  padding: 0 0 0 16px; }

div.WebWorks_MiniTOC > dl.WebWorks_MiniTOC_List {
  padding-left: 0; }

dl.WebWorks_MiniTOC_List > dd {
  margin: 0;
  padding: 0px 8px; }

div.WebWorks_MiniTOC_Entry {
  cursor: pointer;
  padding: 5px;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #e6e6e6;
  border-radius: 0px; }

div.WebWorks_MiniTOC > dl.WebWorks_MiniTOC_List > dd:first-child > div.WebWorks_MiniTOC_Entry {
  border-width: 0; }

div.WebWorks_MiniTOC_Entry:hover {
  background: #2449c9; }

a.WebWorks_MiniTOC_Link:link {
  color: #1B1E24;
  text-decoration: none; }

a.WebWorks_MiniTOC_Link:visited {
  color: #1B1E24;
  text-decoration: none; }

div.WebWorks_MiniTOC_Entry:hover > a.WebWorks_MiniTOC_Link:link {
  color: #FFFFFF; }

div.WebWorks_MiniTOC_Entry:hover > a.WebWorks_MiniTOC_Link:visited {
  color: #FFFFFF; }

.Related_Topics {
  padding: 40px 0px;
  border-top: none transparent 0px;
  border-right: none transparent 0px;
  border-bottom: none transparent 0px;
  border-left: none transparent 0px;
  border-radius: 0px 0px 0px 0px; }

.Related_Topics_Title {
  font-weight: bold;
  font-family: arial, sans_serif;
  font-size: 12pt;
  color: #238FFB;
  background: linear-gradient(180deg, #2549C9 0%, #0F30A7 100%);
  padding: 10px;
  border-top: none transparent 0px;
  border-right: none transparent 0px;
  border-bottom: none transparent 0px;
  border-left: none transparent 0px;
  border-radius: 0px 0px 0px 0px; }
  .Related_Topics_Title .ww_skin_dropdown_arrow i {
    color: #238FFB; }

.Related_Topics_List {
  padding: 5px 0px;
  border-top: none;
  border-right: solid #99CCFF 1px;
  border-bottom: solid #99CCFF 1px;
  border-left: solid #99CCFF 1px;
  border-radius: 0px 0px 0px 0px; }

.Related_Topics_Entry {
  font-family: arial, sans_serif;
  font-size: 12pt;
  padding: 5px 10px;
  border-top: none transparent 0px;
  border-right: none transparent 0px;
  border-bottom: none transparent 0px;
  border-left: none transparent 0px;
  border-radius: 0px 0px 0px 0px; }
  .Related_Topics_Entry a:link, .Related_Topics_Entry a:visited {
    color: #2449c9; }
  .Related_Topics_Entry a:hover:link, .Related_Topics_Entry a:hover:visited {
    color: #6e89e5; }
  .Related_Topics_Entry i {
    color: #238FFB;
    padding: 0px 10px 0px 0px; }
    .Related_Topics_Entry i:before {
      content: ""; }

span#social_linkedin {
  margin-right: 12pt;
  vertical-align: -7px; }

.Search_Result_Highlight {
  background-color: #99CCFF; }

#noscript_padding {
  padding-top: 1.9em; }

#noscript_warning {
  font-family: arial, sans_serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  text-align: center;
  font-weight: bold;
  color: #1B1E24;
  background-color: #ae0000;
  padding: 5px 0 5px 0; }

a object[type="image/svg+xml"] {
  pointer-events: none; }
