USU Design Tools Training

2.1: Canvas Theme CSS

This step covers customizing USU Design Tools CSS.

The content below divides up the CSS from the canvasGlobal.css file that needs to be customized and added to the institution's global CSS file. The following sections include pictures and explanations where applicable.

The PT Sans font is used in the following themes:

  1. Horizontal Navigation
  2. Panel Navigation
  3. Bookmark
  4. EMTA
  5. Basic Color
/**********************************************************************/
/**************          KENNETHWARE STYLING             **************/
/**********************************************************************/

  @import url(https://fonts.googleapis.com/css?family=PT+Sans);

This section of the CSS covers some basic CSS accross themes.

Note: The CSS shown in this section should not need any customization and is provided primary for explanation.
/**********************************************************************/
/**************       GENERAL STYLES                     **************/
/**********************************************************************/

Icons

The following CSS makes the Canvas icons and Font Awesome icons available for headings, links, list items and the banner title.

  /* Allow icon class for headers and li */
  h2[class*=icon-]:before, h2[class^=icon-]:before, 
  h3[class*=icon-]:before, h3[class^=icon-]:before, 
  h4[class*=icon-]:before, h4[class^=icon-]:before, 
  h5[class*=icon-]:before, h5[class^=icon-]:before, 
  li[class*=icon-]:before, li[class^=icon-]:before { font-family: 'canvas-icons'; display: inline-block; vertical-align: middle; text-rendering: optimizeLegibility; /*font-size: 16px;*/ text-transform: none !important; font-weight: normal !important; font-style: normal !important; margin-right: 5px; }
  li[class*=icon-]:before, li[class^=icon-]:before, 
  li[class*=fa-]:before, li[class^=fa-]:before { margin-left: -20px; margin-right: 6px; }
  h2[class*=fa-]:before, h2[class^=fa-]:before, 
  h3[class*=fa-]:before, h3[class^=fa-]:before, 
  h4[class*=fa-]:before, h4[class^=fa-]:before, 
  h5[class*=fa-]:before, h5[class^=fa-]:before, 
  li[class*=fa-]:before, li[class^=fa-]:before { margin-right: 5px; font-size: 1.2em; }
  li[class*=fa-]:before, li[class^=fa-]:before { font-size: 1.2em; }
  li[class*=icon-], li[class^=icon-], 
  li[class*=fa-], li[class^=fa-]{ list-style-type: none; }
  .pill li[class*=icon-]:before,
  .pill li[class^=icon-]:before { margin: 2px 5px 0 0; }
  a[class*=fa-]:before, a[class^=fa-]:before { padding-right: 5px; }
  .btn[class*=fa-]:before,
  .btn[class^=fa-]:before { line-height: 20px; }
  li[class*=fa-], li[class^=fa-] { display: list-item; line-height: 20px;}

  h2[class*=fa-], h2[class^=fa-], 
  h3[class*=fa-], h3[class^=fa-], 
  h4[class*=fa-], h4[class^=fa-], 
  h5[class*=fa-], h5[class^=fa-] {display: block; }

  h2[class*=fa-], h2[class^=fa-] {font-size: 1.8em; }
  h3[class*=fa-], h3[class^=fa-] {font-size: 1.5em; }
  h4[class*=fa-], h4[class^=fa-] {font-size: 17.5px; }
  h5[class*=fa-], h5[class^=fa-] {font-size: 14px; }
    
  /* Account for icon font problems */
  /* Canvas Icons */
  #kl_banner_right[class*=icon-]:before, 
  #kl_banner_right[class^=icon-]:before,
  h2[class*=icon-]:before, h2[class^=icon-]:before,
  h3[class*=icon-]:before, h3[class^=icon-]:before,
  h4[class*=icon-]:before, h4[class^=icon-]:before,
  h5[class*=icon-]:before, h5[class^=icon-]:before,
  span[class*=icon-]:before, span[class^=icon-]:before {font-family: 'canvas-icons'; display: inline-block; vertical-align: middle; position: relative; top: -3px; text-rendering: optimizeLegibility; text-transform: none !important; font-weight: normal !important; font-style: normal !important; margin-right: 5px; }

  /* Font Awesome Icons */
  #kl_banner_right[class*=fa-]:before, 
  #kl_banner_right[class^=fa-]:before,
  h2[class*=fa-]:before, h2[class^=fa-]:before,
  h3[class*=fa-]:before, h3[class^=fa-]:before,
  h4[class*=fa-]:before, h4[class^=fa-]:before,
  h5[class*=fa-]:before, h5[class^=fa-]:before,
  span[class*=fa-]:before, span[class^=fa-]:before,
  li[class*=fa-]:before, li[class^=fa-]:before {margin-right: 5px; font-size: 1.2em; font-family: FontAwesome !important; }

  h3.fa, h2 .fa {line-height: 40px; }
  a[class*=fa-], a[class^=fa-],
  h2[class*=fa-], h2[class^=fa-], 
  h3[class*=fa-], h3[class^=fa-], 
  h4[class*=fa-], h4[class^=fa-], 
  h5[class*=fa-], h5[class^=fa-],
  li[class*=fa-], li[class^=fa-] {font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; -webkit-font-smoothing: auto; -moz-osx-font-smoothing: auto; }

  a[class*=fa-]:before, a[class^=fa-]:before,
  h2[class*=fa-]:before, h2[class^=fa-]:before, 
  h3[class*=fa-]:before, h3[class^=fa-]:before, 
  h4[class*=fa-]:before, h4[class^=fa-]:before, 
  h5[class*=fa-]:before, h5[class^=fa-]:before,
  li[class*=fa-]:before, li[class^=fa-]:before {font-family: FontAwesome !important; }

Tabs and Accordions

  /* Flatten jQuery Tabs and Accordions */
  #kl_wrapper .ui-widget-header .ui-state-default,
  #kl_wrapper .ui-state-default {background-image: none; background: #efefef;}
  #kl_wrapper .ui-widget-header .ui-state-active {background-color: #fff; background: #fff; }
  #kl_wrapper .ui-widget-content {border: 1px solid #dbdbdb; border-top:none; background: #fff; color: #222; font-size: 16px; }
  #kl_wrapper h4.ui-accordion-header-active {background: #08c; }
  #kl_wrapper .kl_custom_accordion.ui-accordion .ui-accordion-header {text-transform: capitalize; font-weight: normal; }
  #kl_wrapper .ui-widget-header {border-bottom: 1px solid #dbdbdb; }

  /* Accordions in content */
  #kl_wrapper .kl_custom_accordion.ui-accordion .ui-accordion-header{ padding: 5px 0 5px 15px; margin: 2px 0 2px; font-weight: bold; }
  #kl_wrapper .kl_custom_accordion.ui-accordion .ui-accordion-header .ui-icon{ left: 5px; }
  #kl_wrapper .kl_custom_accordion, 
  #kl_wrapper .custom-tabs { margin-top: 20px;}
  #kl_wrapper .ui-accordion .ui-accordion-content { padding: 10px; clear: both; top: -2px; margin-bottom: 0;}
  #kl_wrapper .ui-accordion .ui-accordion-header .ui-icon{ left: 0; }

Expander Box

The interface for adding an expanding box has not yet been built into USU Design Tools but the code still works.

The html necessary to use an expand box in a content area is:

<div class="kl_expand_box kl_lp_track"> <h5 class="kl_expand_box_title">Content Title</h5> <div class="kl_expand_box_content"> <p>Content to display/hide when title is clicked.</p> </div> </div>
  /* Expand Box */
  #kl_wrapper .kl_expand_box {border: 1px solid #ddd; border-radius: 5px; margin: 10px 0; }
  #kl_wrapper .kl_expand_box h5.kl_expand_box_title {background-color: #f5f5f5; margin: 0; padding: 10px; line-height: 20px; border-radius: 5px; border: none; letter-spacing: 0; }
  #kl_wrapper .kl_expand_box h5.kl_expand_box_title a:hover {cursor: pointer; }
  #kl_wrapper .kl_expand_box.kl_expand_box_open h5.kl_expand_box_title {border-bottom-right-radius: 0; border-bottom-left-radius: 0; border-bottom: 1px solid #ddd; }
  #kl_wrapper .kl_expand_box div.kl_expand_box_content {padding: 10px; display: none; }
  .mceContentBody #kl_wrapper .kl_expand_box div.kl_expand_box_content {display: block; }

Modules Grid

The Modules Grid can be applied to a course Front Page and will display links to each of the course modules. The Modules Grid can also be configured to display a tabbed list of modules and their content.

  /* Modules Grid */
  #kl_modules .kl_modules_active_start, 
  #kl_modules .kl_modules_active_stop { margin: 3px; font-size: 10px;}
  #kl_modules .kl_modules_active_start {color: green;}
  #kl_modules .kl_modules_active_stop {color: red;}
  #kl_modules .locked_title { color: #A0A0A0;}
  #kl_wrapper #kl_modules {width: 100%; margin: 20px 0 10px 0; padding: 12px 0; overflow: hidden; text-align: left; border-top: 2px solid #565656; border-bottom: 1px solid #b6babf; }
  #kl_wrapper #kl_modules ul {column-count:2; -moz-column-count:2; /* Firefox */ -webkit-column-count:2; /* Safari and Chrome */ }
  #kl_wrapper #kl_modules.kl_modules_columns_1 ul {column-count:1; -moz-column-count:1; /* Firefox */ -webkit-column-count:1; /* Safari and Chrome */ }
  #kl_wrapper #kl_modules.kl_modules_columns_3 ul {column-count:3; -moz-column-count:3; /* Firefox */ -webkit-column-count:3; /* Safari and Chrome */ }
  #kl_wrapper #kl_modules.kl_modules_columns_4 ul {column-count:4; -moz-column-count:4; /* Firefox */ -webkit-column-count:4; /* Safari and Chrome */ }
  #kl_wrapper #kl_modules ul li {list-style-type: none; font-size: 1.2em; min-height: 30px; margin-bottom: 10px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
  #kl_wrapper #kl_modules ul li,
  #kl_wrapper #kl_modules ul li a, 
  #kl_wrapper #kl_modules ul li a:hover,
  #kl_wrapper #kl_modules ul li a:visited,
  #kl_wrapper #kl_modules ul li a:focus,
  #kl_wrapper #kl_modules ul li a:active {color: #565656; }
  #kl_wrapper #kl_modules .kl_current {font-weight: bold; }
  #kl_wrapper #kl_modules .kl_current:before {color: #00BD03;}
  #kl_wrapper #kl_modules li[class*=icon-]:before,
  #kl_wrapper #kl_modules li[class^=icon-]:before,
  #kl_wrapper #kl_modules li[class*=fa-]:before,
  #kl_wrapper #kl_modules li[class^=fa-]:before {margin: 2px 5px 5px; font-size: 1.3em; float:left;}
  /* Tabbed Modules Grid */
  #kl_wrapper #kl_modules .ui-tabs-panel { background: #F8F8F8; border-width: 1px 1px 1px 1px;}
  #kl_wrapper #kl_modules.kl_modules_tabbed ul {column-count:1 !important; -moz-column-count:1 !important; /* Firefox */ -webkit-column-count:1 !important; /* Safari and Chrome */ }
  #kl_wrapper .context_module ul.context_module_items li, 
  #kl_wrapper #kl_modules .context_module ul.context_module_items li {list-style-type: none; font-size: 1.2em; min-height: 30px; margin-bottom: 0px;margin-top: 0px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
  #kl_wrapper .context_module {border-top: none; border-bottom: none; background-color: #F8F8F8; min-width: 20px; margin-bottom: 0px; }
  #kl_wrapper .context_module .item_name .title {font-size: 13px; }
  #kl_wrapper .context_module .header {background-color: #F8F8F8; border-bottom: none; padding: 0; }
  #kl_wrapper .context_module h2 .name {position: relative; left: 0; top: 0; }
  #kl_wrapper .kl_modules_current_details .context_module {border: 1px solid #b6babf; border-radius: 3px;}
  /* Tabbed Modules Pill Nav */
  #kl_wrapper #kl_modules.kl_modules_tabbed ul.ui-tabs-nav li {list-style-type: none; font-size: 14px; min-height: 20px; border-radius: 5px; border-bottom: 1px solid #ccc !important;}
  #kl_wrapper #kl_modules.kl_modules_tabbed .ui-tabs .ui-tabs-nav li:hover {background: #EBEBEB; border-radius: 5px;}
  #kl_wrapper #kl_modules .ui-tabs-nav li[class*=icon-]:before,
  #kl_wrapper #kl_modules .ui-tabs-nav li[class^=icon-]:before,
  #kl_wrapper #kl_modules .ui-tabs-nav li[class*=fa-]:before,
  #kl_wrapper #kl_modules .ui-tabs-nav li[class^=fa-]:before {margin: 7px -6px 5px 5px; font-size: 1.3em; float:left;}
  #kl_wrapper #kl_modules .ui-tabs-nav li.ui-tabs-active[class*=icon-]:before,
  #kl_wrapper #kl_modules .ui-tabs-nav li.ui-tabs-active[class^=icon-]:before,
  #kl_wrapper #kl_modules .ui-tabs-nav li.ui-tabs-active[class*=fa-]:before,
  #kl_wrapper #kl_modules .ui-tabs-nav li.ui-tabs-active[class^=fa-]:before {color: #fff;}
  #kl_wrapper #kl_modules .ui-tabs-active {background: #0F2439; border-radius: 5px;}
  #kl_wrapper #kl_modules ul li.ui-tabs-active a { color: #fff; text-shadow: none;}
  #kl_wrapper #kl_modules .ui-widget-header .ui-state-active, 
  #kl_wrapper #kl_modules .ui-state-active {text-shadow: none; margin-top: -1px;}
  #kl_wrapper #kl_modules .ui-state-default, 
  #kl_wrapper #kl_modules .ui-widget-header .ui-state-default {background-image: none;}
  #kl_wrapper #kl_modules .ui-widget-header {border-bottom: none;}
  @media screen and (max-width: 1168px) {
    #kl_wrapper #kl_modules.kl_modules_columns_3 ul {column-count:2; -moz-column-count:2; /* Firefox */ -webkit-column-count:2; /* Safari and Chrome */ }
    #kl_wrapper #kl_modules.kl_modules_columns_4 ul {column-count:3; -moz-column-count:3; /* Firefox */ -webkit-column-count:3; /* Safari and Chrome */ }
  }

Table Styles

The following classes can be applied to rows of a table for highlight purposes.

  /* Table Styles */
  .kl_row_bg_success,
  .kl_row_bg_error,
  .kl_row_bg_warning,
  .kl_row_bg_info { background-image: none; }
  .kl_row_bg_success:hover,
  .kl_row_bg_error:hover,
  .kl_row_bg_warning:hover,
  .kl_row_bg_info:hover { background-image: none; }
  .kl_row_bg_success { background-color: #dff0d8; }
  .kl_row_bg_error { background-color: #f2dede; }
  .kl_row_bg_warning { background-color: #fcf8e3; }
  .kl_row_bg_info { background-color: #d9edf7; }

Sortable Tables

USU Design Tools utilizes tablesorter to empower users to create sortable tables.

  /* Tablesorter - sortable tables */
  .table { max-width: 99%; }
  table.tablesorter thead tr .header { background-image: url(images/bg.gif); background-repeat: no-repeat; background-position: center right; cursor: pointer; }
  table.tablesorter thead tr .headerSortUp { background-image: url(images/asc.gif); }
  table.tablesorter thead tr .headerSortDown { background-image: url(images/desc.gif); }

Quick Check

Quick Checks are questions added within the content to check understanding and provide feedback.

  /* Quick Check Styling */
  .kl_quick_check { background: #f2f3f4; overflow: hidden; margin: 10px 0; padding: 20px; border-top: 1px dotted #aaaaaa; border-bottom: 1px dotted #aaaaaa;}
  .kl_quick_check .kl_quick_check_correct,
  .kl_quick_check .kl_quick_check_incorrect,
  .kl_quick_check .kl_quick_check_response,
  .kl_quick_check_correct_answer .kl_quick_check_response { background: #fff; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; padding: 15px; display: block; }
  .kl_quick_check .kl_quick_check_correct { border: 2px solid #468847 !important; color: #468847 !important; }
  .kl_quick_check h4{ margin-top: 0px; }
  .kl_quick_check .kl_quick_check_response { border: 2px solid #f2f2f2; color: #468847; margin: 0 0 10px 20px; display: none;}
  .kl_quick_check .kl_quick_check_incorrect { border: 2px solid #b94a48; color: #b94a48; }
  .kl_quick_check .next { width: 250px; float: right; margin-top: 15px; }
  .kl_quick_check .next .ellipsis { white-space: inherit; }
  .kl_quick_check #kl_quick_check_answers { list-style: none; }
  .kl_quick_check .kl_quick_check_answers { margin-top: 10px; }
  .kl_quick_check .kl_quick_check_answer_wrapper { clear: both; }
  .kl_quick_check .kl_quick_check_answer_wrapper label { display: block; }
  .kl_quick_check .kl_quick_check_field { margin: 3px 10px 30px 0; float: left; }
  .kl_quick_check_mark_correct { margin-left: 5px; color: #000; }
  .kl_quick_check_mark_correct i,
  .kl_modules_list_mark_current i,
  .kl_tab_mark_current i,
  .kl_acc_mark_current i { color: #B3B6B8; }
  .kl_quick_check_mark_correct.kl_quick_check_correct i,
  .kl_quick_check_mark_correct.kl_quick_check_correct:hover i,
  .kl_modules_list_mark_current.kl_current i,
  .kl_modules_list_mark_current.kl_current:hover i,
  .kl_tab_mark_current.kl_current_tab i,
  .kl_tab_mark_current.kl_current_tab:hover i,
  .kl_acc_mark_current.kl_current_acc i,
  .kl_acc_mark_current.kl_current_acc:hover i { color: #00BD03; text-shadow: 1px 2px 1px #000000; }
  .kl_quick_check_mark_correct:hover i,
  .kl_modules_list_mark_current:hover i,
  .kl_tab_mark_current:hover i,
  .kl_acc_mark_current:hover i { color: #9C9C9C; text-shadow: 0 0 2px #00BD03;}

Misc Other

  /* Misc */
  #kl_wrapper {position: relative;} /* allow positioning of sub elements */
  #kl_wrapper #kl_banner { margin-bottom: 20px;}
  #kl_wrapper .kl_image_full_width {width: 100%; height: auto; }
  .show-revisions {z-index: 1000;} /* Fix content showing over revisions panel */

USU Design Tools offer predefined themes for course Front Pages as well as content themes that can be applied to content pages, discussions and assignments. All themes are designed to be responsive to fit Canvas at all screen sizes. Front Page themes adjust to account for the extra sidebar when viewing the Front Page.

Front Page Theme
Theme consisting of a banner, a banner image and four navigation items.
Content Theme
Theme consisting of a banner and styling for some headings
Note: Most institutions will want to customize themes to match institutions colors.

Themes

Horizontal Navigation Front Theme
Panel Navigation Front Theme
Squares Front Theme
Circles Front Theme
Flat Sections Front Theme
Flat Sections Content Theme
Colored Headings Front Theme
Colored Headings Content Theme
Bookmark Content Theme
Box Left Content Theme (Variation 1)
Box Left Content Theme (Variation 2)
Box Left Content Theme (Variation 3)
Square Right Content Theme (Variation 1)
Square Right Content Theme (Variation 2)
Square Right Content Theme (Variation 3)
Circle Left Content Theme (Variation 1)
Circle Left Content Theme (Variation 2)
Circle Left Content Theme (Variation 3)
Rounded Inset Content Theme
Apple Content Theme
EMTA Content Theme
Generic Content Theme
Basic Color Content Theme
Basic Bar Content Theme
Image Slider
/**********************************************************************/
/**************       BEGIN KENNETHWARE THEMES           **************/
/**********************************************************************/

  /******************************/
  /*** KEY: FP = Front Page   ***/
  /***      CP = Content Page ***/
  /******************************/

The code below contains the basics for how icons are displayed in the navigation section.

  /*******************************************************************/
  /********* NAVIGATION BASICS             ***************************/
  #kl_wrapper #kl_navigation a[class*=icon-]:before,
  #kl_wrapper #kl_navigation a[class^=icon-]:before,
  #kl_wrapper #kl_navigation a[class*=fa-]:before,
  #kl_wrapper #kl_navigation a[class^=fa-]:before {width: 30px; display:inline-block;}
  #kl_wrapper #kl_navigation a[class*=fa-]:before,
  #kl_wrapper #kl_navigation a[class^=fa-]:before {padding-right: 5px; }
  #kl_wrapper #kl_navigation ul.font-icons a[class*=icon-]:before,
  #kl_wrapper #kl_navigation ul.font-icons a[class^=icon-]:before,
  #kl_wrapper #kl_navigation ul.font-icons a[class*=fa-]:before,
  #kl_wrapper #kl_navigation ul.font-icons a[class^=fa-]:before {margin-right: 15px; }

Note: All colors associated with this theme can be customized at the course level except the hover color for navigation links.
  /*********************************************************************/
  /******* FP: HORIZONTAL NAV THEME (Updated for img) ******************/

  #kl_wrapper.kl_fp_horizontal_nav_2 #kl_banner {background-color: #0F2439; color: #FFF; font-family: "PT Sans"; height: 5.5em; margin-bottom:6px; width: 100%; }
  #kl_wrapper.kl_fp_horizontal_nav_2 #kl_banner h2 { line-height: 26px; font-size: 26px; }
  #kl_wrapper.kl_fp_horizontal_nav_2 #kl_banner h2 small { line-height: 29px; margin-left: 5px; }
  #kl_wrapper.kl_fp_horizontal_nav_2 #kl_banner #kl_banner_left {border-right: 5px solid #fff; float: left; width: 100px; height: 72px; display: block; font-size: 1.2em; }
  #kl_wrapper.kl_fp_horizontal_nav_2 #kl_banner #kl_banner_left .kl_mod_text {width: 100%; padding: 9px 0 1px; display: block; font-size: 24px; line-height: 26px; text-align: center;}
  #kl_wrapper.kl_fp_horizontal_nav_2 #kl_banner #kl_banner_left .kl_mod_num {width: 100%; padding: 3px 0 7px; display: block; font-size: 17px; line-height: 26px; text-align: center;}
  #kl_wrapper.kl_fp_horizontal_nav_2 #kl_banner #kl_banner_right {display: block; padding: 7px 10px 3px; line-height: 26px; letter-spacing: 0.3px; font-size: 25px; max-height: 62px; overflow: hidden; text-overflow: ellipsis;}
  #kl_wrapper.kl_fp_horizontal_nav_2 #kl_banner #kl_banner_right .kl_subtitle { display: block; font-size: medium; line-height: 20px; margin-top: 5px;}
  #kl_wrapper.kl_fp_horizontal_nav_2 #kl_navigation {width: 100%; height: 44px; background-color: #0F2439; color: #fff; overflow: hidden; margin: 7px 0 10px 0; }
  #kl_wrapper.kl_fp_horizontal_nav_2 #kl_navigation ul {display: table; table-layout: fixed; width: 95%; margin-left: 10px; }
  #kl_wrapper.kl_fp_horizontal_nav_2 #kl_navigation li {display: table-cell; font-size: 1.2em; font-weight: normal; list-style-type: none; height: 100%; padding: 12px 22px 12px 5px; }
  #kl_wrapper.kl_fp_horizontal_nav_2 #kl_navigation li {background: url(images/divider.png) no-repeat 100% top; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  #kl_wrapper.kl_fp_horizontal_nav_2 #kl_navigation li:last-child {background:none; }
  #kl_wrapper.kl_fp_horizontal_nav_2 #kl_navigation li a,
  #kl_wrapper.kl_fp_horizontal_nav_2 #kl_navigation li a:hover,
  #kl_wrapper.kl_fp_horizontal_nav_2 #kl_navigation li a:focus,
  #kl_wrapper.kl_fp_horizontal_nav_2 #kl_navigation li a:visited { color: #fff; }

Notes:
  • All colors associated with this theme can be customized at the course level except the hover color for navigation links.
  • This theme uses 6 media queries to keep the navigation the same height as the image.
  /*********************************************************************/
  /******* FP: PANEL NAV THEME (Updated for img) ***********************/

  #kl_wrapper.kl_fp_panel_nav_2 {position: relative; }
  #kl_wrapper.kl_fp_panel_nav_2 #kl_banner {background-color: #0F2439; color: #FFF; font-family: "PT Sans"; height: 72px; margin-bottom:6px; width: 100%; }
  #kl_wrapper.kl_fp_panel_nav_2 #kl_banner {max-width:100%; }
  #kl_wrapper.kl_fp_panel_nav_2 #kl_banner h2 {line-height: 26px; font-size: 26px; }
  #kl_wrapper.kl_fp_panel_nav_2 #kl_banner #kl_banner_left {border-right: 5px solid #fff; display: block; float: left; font-size: 1.2em; height: 72px; width: 100px; }
  #kl_wrapper.kl_fp_panel_nav_2 #kl_banner #kl_banner_left .kl_mod_text {display: block; font-size: 24px; line-height: 26px; padding: 9px 0 1px; text-align: center; width: 100%; }
  #kl_wrapper.kl_fp_panel_nav_2 #kl_banner #kl_banner_left .kl_mod_num {display: block; font-size: 17px; line-height: 26px; padding: 3px 0 7px; text-align: center; width: 100%; }
  #kl_wrapper.kl_fp_panel_nav_2 #kl_banner #kl_banner_right {display: block; font-size: 25px; letter-spacing: 0.3px; line-height: 26px; max-height: 62px; overflow: hidden; padding: 7px 10px 3px; text-overflow: ellipsis; }
  #kl_wrapper.kl_fp_panel_nav_2 #kl_banner #kl_banner_right .kl_subtitle { display: block; font-size: medium; line-height: 20px; margin-top: 5px;}
  #kl_wrapper.kl_fp_panel_nav_2 #kl_banner_image {margin-bottom: 20px; }

  #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation {background-color: rgba(255, 255, 255, 0.75); color: #0F2439; font-family: "Helvetica", "Arial", sans-serif; font-size: 16px; font-weight: bold; height: 312px; margin: 0; min-width: 250px; overflow-x:hidden; overflow-y: auto; position: absolute; top: 78px; width: 30%; }
  #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation ul {margin: 30px 0 0 15px; }
  #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation ul li {background: none; display: block; list-style-type: none; padding: 0 0 50px 10px; }
  #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation ul li a {color: #003366; }
  #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation ul li a:hover {color: #0088CC; }
  #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation li a:visited { color: #0088CC; }

  @media screen and (max-width: 1565px) {
    #kl_wrapper.kl_fp_panel_nav_2 {width: 950px;}
    #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation {height: 282px; font-size: 15px; }
    #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation ul li {padding: 0 0 35px 5px; }
  }
  @media screen and (max-width: 1465px) {
    #kl_wrapper.kl_fp_panel_nav_2 {width: 850px;}
    #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation {height: 253px; font-size: 14px }
    #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation ul li {padding: 0 0 35px 5px; }
  }
  @media screen and (max-width: 1365px) {
    #kl_wrapper.kl_fp_panel_nav_2 {width: 750px;}

    #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation {height: 223px;}
    #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation ul li {padding: 0 0 25px 5px; }
  }
  @media screen and (max-width: 1265px) {
    #kl_wrapper.kl_fp_panel_nav_2 {width: 650px;}

    #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation {height: 193px;}
    #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation ul li {padding: 0 0 20px 5px; }
    #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation ul {margin: 22px 0 0 15px; }
  }
  @media screen and (max-width: 1165px) {
    #kl_wrapper.kl_fp_panel_nav_2 {width: 550px;}
    #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation {height: 163px; min-width: 220px;  font-size: 13px}
    #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation ul {margin: 10px 0 0 15px; }
    #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation ul li {padding: 5px 0 10px 5px; }
  }
  @media screen and (max-width: 1065px) {
    #kl_wrapper.kl_fp_panel_nav_2 {width: 460px;}
    #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation ul {margin: 5px 0 0 15px; }
    #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation {height: 163px; }
    #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation ul li {padding: 5px 0 5px 5px; }
  }

Screen Width > 1473px
Screen Width > 1312px
Screen Width > 1153px
Screen Width < 1153px
Note: All colors associated with this theme can be customized at the course level except the hover color for navigation links.
  /*********************************************************************/
  /******** FP: SQUARES 1:1 RATIO THEME ********************************/

  #kl_wrapper.kl_fp_squares_1x1 {position: relative; width: 960px; margin:auto;}
  #kl_wrapper.kl_fp_squares_1x1 #kl_banner {display: block; float: left; margin-bottom: 0px;  width: 320px}
  #kl_wrapper.kl_fp_squares_1x1 #kl_banner h2 {margin: 0px;}
  #kl_wrapper.kl_fp_squares_1x1 #kl_banner #kl_banner_left {text-align: center; display: block; overflow: hidden; float:left;}
  #kl_wrapper.kl_fp_squares_1x1 #kl_banner #kl_banner_left .kl_mod_text {background-color: #455660; color: #ACA39A; display: block; float: left; font-size: 1.6em; height: 90px; padding: 60px 10px 10px; width: 140px; }
  #kl_wrapper.kl_fp_squares_1x1 #kl_banner #kl_banner_left .kl_mod_num {background-color: #ACA39A; color: #455660; display: block; float: left; font-size: 1.6em; height: 90px; padding: 60px 10px 10px; width: 140px; }
  #kl_wrapper.kl_fp_squares_1x1 #kl_banner #kl_banner_right {background-color: #112F41; float: left; color: #FFF; display: block; float: left; height: 140px; padding: 10px; text-align: center; width: 300px;}
  #kl_wrapper.kl_fp_squares_1x1 #kl_banner_image {border: none; display: block; float: left; width: 320px; height: 320px; }
  #kl_wrapper.kl_fp_squares_1x1 #kl_navigation {clear: none; text-align: center; background-color: transparent; overflow: visible; margin-top: 0px; float: left; width: 320px; height: inherit; }
  #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul {margin: 0px; width: auto; display: block; table-layout: auto; }
  #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li {display: block; float: left; width: 160px; height: 160px; font-size: 20px; list-style: none; background-image: none; white-space: normal; position:relative; padding:0;}
  #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li a {color: #fff; font-size: 24px; display: block; padding: 25px 9px 115px;}
  #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li a:hover {}
  #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li:nth-child(1) {background-color: #e74c3c; }
  #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li:nth-child(2) {background-color: #068587; }
  #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li:nth-child(3) {background-color: #61a271; }
  #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li:nth-child(4) {background-color: #d08410; }
  #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li a[class*="icon-"]:before,
  #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li a[class*="fa"]:before {top: 85px; left: 65px; font-size: 32px; position: absolute; }
  #kl_wrapper.kl_fp_squares_1x1 div:nth-child(4) {clear:left; } /* should be first unstyled div */

  @media screen and (max-width: 1473px) {
    #kl_wrapper.kl_fp_squares_1x1 {width: 800px;}
    #kl_wrapper.kl_fp_squares_1x1 #kl_navigation {width: 160px; }
    #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li {height: 80px; font-size: 18px; }
    #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li a {padding: 20px 10px 25px 34px; font-size: 16px; text-align: left;}
    #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li a[class*="icon-"]:before,
    #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li a[class*="fa"]:before {font-size: 16px; top: 21px; left: 10px; display: inline-block;}
  }
  @media screen and (max-width: 1312px) {
    #kl_wrapper.kl_fp_squares_1x1 {width: 640px;}
    #kl_wrapper.kl_fp_squares_1x1 #kl_navigation {width: 640px; }
    #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul {margin: 0px; width: auto; display: block; table-layout: auto; }
    #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li {width: 160px; height: 150px; font-size: 20px; }
    #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li a {color: #fff; font-size: 24px; display: block; text-align: center; padding: 25px 9px 115px;}
    #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li a[class*="icon-"]:before,
    #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li a[class*="fa"]:before {top: 85px; left: 65px; font-size: 32px; position: absolute; }
  }
  @media screen and (max-width: 1153px) {
    #kl_wrapper.kl_fp_squares_1x1 {width: 490px;}
    #kl_wrapper.kl_fp_squares_1x1 #kl_banner_image {float: none; display:block;width:320px;height:320px;}
    #kl_wrapper.kl_fp_squares_1x1 #kl_banner { width: 490px;}
    #kl_wrapper.kl_fp_squares_1x1 #kl_navigation {clear: none; width: 130px; float: none; margin: -320px 0 0 320px; }
    #kl_wrapper.kl_fp_squares_1x1 #kl_banner_left {display: block; overflow: hidden;}
    #kl_wrapper.kl_fp_squares_1x1 #kl_banner #kl_banner_left .kl_mod_text,
    #kl_wrapper.kl_fp_squares_1x1 #kl_banner #kl_banner_left .kl_mod_num {width: 220px; height: 30px; line-height: 30px; font-size: 30px; padding-top: 10px; }
    #kl_wrapper.kl_fp_squares_1x1 #kl_banner #kl_banner_right {width: 460px; height: auto; }
    #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li {height: 80px; font-size: 18px; }
    #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li a {padding: 20px 10px 25px 34px; font-size: 16px; text-align: left;}
    #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li a[class*="icon-"]:before,
    #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li a[class*="fa"]:before {font-size: 16px; top: 21px; left: 10px; display: inline-block;}
  }

Screen size > 1170px
Screen size > 1025px
Screen size < 1025px
Note: All colors associated with this theme can be customized at the course level except the hover color for navigation links.
  /*********************************************************************/
  /******** FP: CIRCLES 1:1 RATIO THEME ********************************/

  #kl_wrapper.kl_fp_circles_1x1 a[class*="icon-"]:before,
  #kl_wrapper.kl_fp_circles_1x1 a[class^="icon-"]:before,
  #kl_wrapper.kl_fp_circles_1x1 a[class*="fa-"]:before,
  #kl_wrapper.kl_fp_circles_1x1 a[class^="fa-"]:before {position: absolute; left: 50px; top: 65px; }
  #kl_wrapper.kl_fp_circles_1x1 #kl_banner {margin: 0; height: 0;}
  #kl_wrapper.kl_fp_circles_1x1 #kl_banner #kl_banner_left {background-color: #ac8d73; border-radius: 55px; color: #333; display: block; height: 110px; left: -105px; margin-left: auto; margin-right: auto; position: relative; top: 0; width: 110px; z-index: 1; font-size: 24px; line-height: 30px; }
  #kl_wrapper.kl_fp_circles_1x1 #kl_banner #kl_banner_left .kl_mod_text {border-top-left-radius: 55px; border-top-right-radius: 55px; display: block; padding-top:25px; text-align: center; width: 100%; }
  #kl_wrapper.kl_fp_circles_1x1 #kl_banner #kl_banner_left .kl_mod_num {border-bottom-left-radius: 55px; border-bottom-right-radius: 55px; display: block; padding-bottom:25px; text-align: center; width: 100%; }
  #kl_wrapper.kl_fp_circles_1x1 #kl_banner #kl_banner_right {background-color: #C2C2C2; border-radius: 25px; color: #000; display: inline-block; margin-left: auto; margin-right: auto; padding: 2px 20px; position: relative; top: 210px; z-index: 1; }
  #kl_wrapper.kl_fp_circles_1x1 #kl_banner #kl_banner_right span.kl_subtitle {background: #fff; border-radius: 25px; display: inline-block; font-size: 18px; margin: 2px 0px 2px 10px; padding: 0px 10px; text-transform: uppercase; }
  #kl_wrapper.kl_fp_circles_1x1 #kl_banner_image {height: 320px; margin: 0 auto; position: relative; width: 320px; }
  #kl_wrapper.kl_fp_circles_1x1 #kl_banner_image img{border: none; border-radius: 160px; }
  #kl_wrapper.kl_fp_circles_1x1 #kl_navigation {background-color: transparent; display: table; margin: -300px auto 0; overflow: hidden; position: relative; width: 660px; height: 360px; }
  #kl_wrapper.kl_fp_circles_1x1 #kl_navigation ul {width: 0px; margin: 0px; }
  #kl_wrapper.kl_fp_circles_1x1 #kl_navigation ul li {background-color: #013953; background-image: none; border-radius: 75px; display: block; font-size: 18px; height: 130px; overflow: hidden; padding: 0; position: absolute; text-align: center; white-space: normal; width: 130px; }
  #kl_wrapper.kl_fp_circles_1x1 #kl_navigation ul li a {color: #fff; display: block; padding: 35px 0 80px; text-align: center; width: 100%; }
  #kl_wrapper.kl_fp_circles_1x1 #kl_navigation ul li:nth-child(1) {top: 0px; left: 0px; }
  #kl_wrapper.kl_fp_circles_1x1 #kl_navigation ul li:nth-child(2) {top: 160px; left: 0px; }
  #kl_wrapper.kl_fp_circles_1x1 #kl_navigation ul li:nth-child(3) {top: 0px; right: 0px; }
  #kl_wrapper.kl_fp_circles_1x1 #kl_navigation ul li:nth-child(4) {top: 160px; right: 0px; }

  @media screen and (max-width: 1170px) {
    #kl_wrapper.kl_fp_circles_1x1 #kl_navigation {position: initial; margin:0 auto;width: 540px; height: 140px;}
    #kl_wrapper.kl_fp_circles_1x1 #kl_navigation ul li a {padding: 25px 0 75px; position:relative;}
    #kl_wrapper.kl_fp_circles_1x1 #kl_banner #kl_banner_right {top: 150px; left: 0px; }
    #kl_wrapper.kl_fp_circles_1x1 a[class*="icon-"]:before,
    #kl_wrapper.kl_fp_circles_1x1 a[class^="icon-"]:before,
    #kl_wrapper.kl_fp_circles_1x1 a[class*="fa-"]:before,
    #kl_wrapper.kl_fp_circles_1x1 a[class^="fa-"]:before {top: 70px; left: 40px; }
    #kl_wrapper.kl_fp_circles_1x1 #kl_navigation ul {width: 100%; }
    #kl_wrapper.kl_fp_circles_1x1 #kl_navigation ul li {border-radius: 55px; font-size: 16px; height: 110px; width: 110px; float: left; margin-right:30px; position: initial;}
    #kl_wrapper.kl_fp_circles_1x1 #kl_navigation ul li:nth-child(4) {margin-right:0; }
  }
  @media screen and (max-width: 1025px) {
    #kl_wrapper.kl_fp_circles_1x1 #kl_navigation {width: 466px;}
    #kl_wrapper.kl_fp_circles_1x1 #kl_navigation ul li {margin-right:6px;}
    #kl_wrapper.kl_fp_circles_1x1 #kl_navigation ul li:nth-child(4) {margin-right:0; }
  }


Front Theme
Content Theme
Note: All colors associated with this theme can be customized at the course level except the hover color for navigation links.
  /*********************************************************************/
  /**** FP & CP: FLAT SECTIONS THEME ***********************************/

  /* FP */
  #kl_wrapper.kl_fp_flat_sections #kl_banner {background: #1e5799; color: #fff; margin-bottom: 5px; padding: 1px; }
  #kl_wrapper.kl_fp_flat_sections #kl_banner h2 {margin: 10px 5px 9px 120px; text-transform: uppercase; }
  #kl_wrapper.kl_fp_flat_sections #kl_banner #kl_banner_left .kl_mod_text {display: block; padding: 15px 0 0; text-align: center; }
  #kl_wrapper.kl_fp_flat_sections #kl_banner #kl_banner_left .kl_mod_num {display: block; padding: 0 0 15px; text-align: center; }
  #kl_wrapper.kl_fp_flat_sections #kl_introduction p:first-child{font-size: 21px; font-weight: 200; line-height: 30px; }
  #kl_wrapper.kl_fp_flat_sections #kl_banner #kl_banner_left{background-color: #fff; border-radius: 50px; color: #696969; display: inline-block; font-size: 0.9em; height: 90px; left: 20px; line-height: 30px; margin: 7px 0; overflow: hidden; position: absolute; width: 90px; }
  #kl_wrapper.kl_fp_flat_sections #kl_banner #kl_banner_right {display: block; font-size: 1em; margin-top: 2px; }
  #kl_wrapper.kl_fp_flat_sections #kl_banner #kl_banner_right .kl_subtitle { display: block; font-size: medium; line-height: 20px; margin-top: 5px;}
  /* SHARED */
  #kl_wrapper.kl_flat_sections.kl_show_title #kl_banner {margin-top: 25px; }
  #kl_wrapper.kl_fp_flat_sections #kl_banner_image,
  #kl_wrapper.kl_flat_sections #kl_banner_image {padding: 0;margin-bottom: 5px;}
  #kl_wrapper.kl_fp_flat_sections #kl_banner_image img,
  #kl_wrapper.kl_flat_sections #kl_banner_image img {border: none; padding: 0 0 3px 0; }
  #kl_wrapper.kl_fp_flat_sections #kl_progress_bar,
  #kl_wrapper.kl_flat_sections #kl_progress_bar {background: #fff; padding: 5px;margin: 25px 0 40px;}
  #kl_wrapper.kl_fp_flat_sections #kl_navigation,
  #kl_wrapper.kl_flat_sections #kl_navigation {width: 100%; background-color: #1e5799; margin: 0 0 20px; color: #fff; height: 48px; overflow: hidden; padding: 0;}
  #kl_wrapper.kl_fp_flat_sections #kl_navigation ul,
  #kl_wrapper.kl_flat_sections #kl_navigation ul {margin-bottom: 0;display: table; table-layout: fixed; width: 95%; margin-left: 10px;}
  #kl_wrapper.kl_fp_flat_sections #kl_navigation li,
  #kl_wrapper.kl_flat_sections #kl_navigation li {display: table-cell; font-size: 1.2em; font-weight: normal; list-style-type: none; height: 100%; padding: 12px 22px 12px 5px;padding: 7px 5px; background: none;}
  #kl_wrapper.kl_flat_sections #kl_navigation li a,
  #kl_wrapper.kl_flat_sections #kl_navigation li a:hover,
  #kl_wrapper.kl_flat_sections #kl_navigation li a:focus,
  #kl_wrapper.kl_flat_sections #kl_navigation li a:visited,
  #kl_wrapper.kl_fp_flat_sections #kl_navigation li a,
  #kl_wrapper.kl_fp_flat_sections #kl_navigation li a:hover,
  #kl_wrapper.kl_fp_flat_sections #kl_navigation li a:focus,
  #kl_wrapper.kl_fp_flat_sections #kl_navigation li a:visited { color: #fff; }

  #kl_wrapper.kl_fp_flat_sections #kl_navigation a[class*=icon-]:before,
  #kl_wrapper.kl_fp_flat_sections #kl_navigation a[class^=icon-]:before,
  #kl_wrapper.kl_fp_flat_sections #kl_navigation a[class*=fa-]:before,
  #kl_wrapper.kl_fp_flat_sections #kl_navigation a[class^=fa-]:before,
  #kl_wrapper.kl_flat_sections #kl_navigation a[class*=icon-]:before,
  #kl_wrapper.kl_flat_sections #kl_navigation a[class^=icon-]:before,
  #kl_wrapper.kl_flat_sections #kl_navigation a[class*=fa-]:before,
  #kl_wrapper.kl_flat_sections #kl_navigation a[class^=fa-]:before {display: inline-block; background: #fff; padding: 7px 0px; text-align: center; border-radius: 20px; color: #696969; margin-right: 8px; border: 1px solid #696969;}
  #kl_wrapper.kl_fp_flat_sections h3,
  #kl_wrapper.kl_flat_sections h3 {color: #000; border-top: 1px solid #E0E0E0; text-align: center; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 22px; letter-spacing: 3px; text-transform: uppercase; }
  #kl_wrapper.kl_fp_flat_sections h3:before,
  #kl_wrapper.kl_flat_sections h3:before {color: #696969; display: block; margin: -25px auto 0; text-align: center; border: 1px solid #E0E0E0; width: 45px; border-radius: 50px; height: 50px; line-height: 50px; background-color: #fff; font-size: 25px; padding-left: 5px; }
  #kl_wrapper.kl_fp_flat_sections h4,
  #kl_wrapper.kl_flat_sections h4 {color: #000; border-bottom: 1px solid #E0E0E0; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 18px; letter-spacing: 3px; text-transform: uppercase; margin: 40px 0 20px; }
  #kl_wrapper.kl_fp_flat_sections h5,
  #kl_wrapper.kl_flat_sections h5 {color: #000; border-bottom: 1px solid #E0E0E0; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 16px; letter-spacing: 3px; margin: 40px 0 20px; }
  #kl_wrapper.kl_fp_flat_sections > div,
  #kl_wrapper.kl_flat_sections > div {padding: 25px 45px 45px; margin-bottom: 25px; font-size: 16px; overflow: hidden }
  #kl_wrapper.kl_fp_flat_sections > div img,
  #kl_wrapper.kl_flat_sections > div img {border: 1px solid #ccc; padding: 5px; background: #fff; }
  #kl_wrapper.kl_fp_flat_sections .link_holder img,
  #kl_wrapper.kl_flat_sections .link_holder img {border:none; background: none; }
  #kl_wrapper.kl_fp_flat_sections > div:nth-child(odd),
  #kl_wrapper.kl_flat_sections > div:nth-child(odd) {background: #f8f8f8; }
  #kl_wrapper.kl_fp_flat_sections .well,
  #kl_wrapper.kl_flat_sections .well {min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05); box-shadow: inset 0 1px 1px rgba(0,0,0,.05); }
  #kl_wrapper.kl_fp_flat_sections #kl_modules li[class*=icon-]:before,
  #kl_wrapper.kl_flat_sections #kl_modules li[class*=icon-]:before,
  #kl_wrapper.kl_fp_flat_sections #kl_modules li[class^=icon-]:before,
  #kl_wrapper.kl_flat_sections #kl_modules li[class^=icon-]:before {margin: 0 10px 5px 0; font-size: 20px; float: left;}
  #kl_wrapper.kl_fp_flat_sections #kl_modules li[class*=fa-]:before,
  #kl_wrapper.kl_flat_sections #kl_modules li[class*=fa-]:before,
  #kl_wrapper.kl_fp_flat_sections #kl_modules li[class^=fa-]:before,
  #kl_wrapper.kl_flat_sections #kl_modules li[class^=fa-]:before {margin: 0 10px 5px 0; font-size: 20px; float: left;}
  #kl_wrapper.kl_fp_flat_sections #kl_modules.kl_modules_tabbed li[class*=icon-]:before,
  #kl_wrapper.kl_flat_sections #kl_modules.kl_modules_tabbed li[class*=icon-]:before,
  #kl_wrapper.kl_fp_flat_sections #kl_modules.kl_modules_tabbed li[class^=icon-]:before,
  #kl_wrapper.kl_flat_sections #kl_modules.kl_modules_tabbed li[class^=icon-]:before {margin: 9px 0 5px 10px; font-size: 20px; float: left;}
  #kl_wrapper.kl_fp_flat_sections #kl_modules.kl_modules_tabbed li[class*=fa-]:before,
  #kl_wrapper.kl_flat_sections #kl_modules.kl_modules_tabbed li[class*=fa-]:before,
  #kl_wrapper.kl_fp_flat_sections #kl_modules.kl_modules_tabbed li[class^=fa-]:before,
  #kl_wrapper.kl_flat_sections #kl_modules.kl_modules_tabbed li[class^=fa-]:before {margin: 7px 0 5px 10px; font-size: 20px; float: left;}
  .mceContentBody #kl_wrapper.kl_fp_flat_sections #kl_modules.kl_modules_tabbed li[class*=icon-]:before,
  .mceContentBody #kl_wrapper.kl_flat_sections #kl_modules.kl_modules_tabbed li[class*=icon-]:before,
  .mceContentBody #kl_wrapper.kl_fp_flat_sections #kl_modules.kl_modules_tabbed li[class^=icon-]:before,
  .mceContentBody #kl_wrapper.kl_flat_sections #kl_modules.kl_modules_tabbed li[class^=icon-]:before,
  .mceContentBody #kl_wrapper.kl_fp_flat_sections #kl_modules.kl_modules_tabbed li[class*=fa-]:before,
  .mceContentBody #kl_wrapper.kl_flat_sections #kl_modules.kl_modules_tabbed li[class*=fa-]:before,
  .mceContentBody #kl_wrapper.kl_fp_flat_sections #kl_modules.kl_modules_tabbed li[class^=fa-]:before,
  .mceContentBody #kl_wrapper.kl_flat_sections #kl_modules.kl_modules_tabbed li[class^=fa-]:before {margin: 0 10px 0 0;}
  #kl_wrapper.kl_fp_flat_sections #kl_introduction p:first-child,
  #kl_wrapper.kl_flat_sections #kl_introduction p:first-child {font-size: 21px; font-weight: 200; line-height: 30px; }
  #kl_wrapper.kl_fp_flat_sections blockquote,
  #kl_wrapper.kl_flat_sections blockquote {border-left: 5px solid #E0E0E0; }
  /* CP */
  #kl_wrapper.kl_flat_sections #kl_banner {background: #1e5799; padding: 20px 0; color: #fff; margin: 0 -25px 50px;}
  #kl_wrapper.kl_flat_sections #kl_banner h2 {text-transform: uppercase; text-align: center; border-top: 1px solid #fff; }
  #kl_wrapper.kl_flat_sections #kl_banner #kl_banner_left{display: block; background-color: #fff; font-size: 18px; line-height: 30px; width: 250px; margin: -15px auto 10px; border-radius: 30px; color: #696969; }
  #kl_wrapper.kl_flat_sections #kl_banner #kl_banner_right {font-size: 35px; margin-top: 20px; display: block; /*text-shadow: 1px 0px 2px #000;*/ }
  #kl_wrapper.kl_flat_sections #kl_banner #kl_banner_right .kl_subtitle { display: block; font-size: medium; line-height: 20px; margin-top: 5px;}

  @media screen and (max-width: 1350px) {
    #kl_wrapper.kl_fp_flat_sections #kl_navigation,
    #kl_wrapper.kl_flat_sections #kl_navigation {font-size: 14px; padding-bottom:0px; height: 40px;}
    #kl_wrapper.kl_fp_flat_sections #kl_navigation a[class*=icon-]:before,
    #kl_wrapper.kl_fp_flat_sections #kl_navigation a[class^=icon-]:before,
    #kl_wrapper.kl_fp_flat_sections #kl_navigation a[class*=fa-]:before,
    #kl_wrapper.kl_fp_flat_sections #kl_navigation a[class^=fa-]:before,
    #kl_wrapper.kl_flat_sections #kl_navigation a[class*=icon-]:before,
    #kl_wrapper.kl_flat_sections #kl_navigation a[class^=icon-]:before,
    #kl_wrapper.kl_flat_sections #kl_navigation a[class*=fa-]:before,
    #kl_wrapper.kl_flat_sections #kl_navigation a[class^=fa-]:before {padding: 5px 0px; width:25px; }
  }
  @media screen and (max-width: 1100px) {
    #kl_wrapper.kl_fp_flat_sections #kl_navigation,
    #kl_wrapper.kl_flat_sections #kl_navigation {font-size: 12px; padding-bottom:0px;height: 35px;}
    #kl_wrapper.kl_fp_flat_sections #kl_navigation a[class*=icon-]:before,
    #kl_wrapper.kl_fp_flat_sections #kl_navigation a[class^=icon-]:before,
    #kl_wrapper.kl_fp_flat_sections #kl_navigation a[class*=fa-]:before,
    #kl_wrapper.kl_fp_flat_sections #kl_navigation a[class^=fa-]:before,
    #kl_wrapper.kl_flat_sections #kl_navigation a[class*=icon-]:before,
    #kl_wrapper.kl_flat_sections #kl_navigation a[class^=icon-]:before,
    #kl_wrapper.kl_flat_sections #kl_navigation a[class*=fa-]:before,
    #kl_wrapper.kl_flat_sections #kl_navigation a[class^=fa-]:before {padding: 4px 0px; width: 21px; font-size: 12px; }
  }

Note: All colors associated with this theme can be customized at the course level.
  /*********************************************************************/
  /***** CP: BOOKMARK THEME      ***************************************/

  #kl_wrapper.kl_bookmark { color: #0F2439; width: 100%; }
  #kl_wrapper.kl_bookmark h3 { color: #0F2439; font-family: "PT Sans",Helvetica,Arial,sans-serif; font-weight: bold; border-bottom: 1px solid #E0E0E0; line-height: 25px; margin-top:45px;}
  #kl_wrapper.kl_bookmark #kl_banner {background-color: #0F2439; color: #FFF; font-family: "PT Sans"; margin: 13px -22px 30px; position: relative;}
  #kl_wrapper.kl_bookmark.kl_show_title #kl_banner {margin-top: 22px; }
  #kl_wrapper.kl_bookmark #kl_banner #kl_banner_left{ border-right: 3px solid #fff; display: table-cell; vertical-align: top; min-width: 50px; padding: 5px;}
  #kl_wrapper.kl_bookmark #kl_banner #kl_banner_left .kl_mod_text { padding: 0 10px; display: block; font-size: 16px; line-height: 19px; }
  #kl_wrapper.kl_bookmark #kl_banner #kl_banner_left .kl_mod_num { background: url(images/bookmark.png) no-repeat center top; background-size: contain; width: 100%; height: 35px; color: #0F2439; margin: 3px auto 0; font-size: 0.8em; font-weight: bold; padding-top: 3px; text-align: center; display: block; line-height: 1em; }
  #kl_wrapper.kl_bookmark #kl_banner #kl_banner_right {padding: 5px 10px; display: table-cell;}
  #kl_wrapper.kl_bookmark #kl_banner #kl_banner_right .kl_subtitle { display: block; font-size: medium; line-height: 15px; margin-bottom: 15px;}

Variation 1 (.kl_box_left) Variation 2 (.kl_box_left_2)
Variation 3 (.kl_box_left_3)
Note: All colors associated with this theme can be customized at the course level except the color behind the icons.
Recommended: Customize variations to match institutional colors.
  /*********************************************************************/
  /***** CP: BOX LEFT THEMES 1, 2, 3  **********************************/

  /* BASE */
  #kl_wrapper.kl_box_left h2,
  #kl_wrapper.kl_box_left_2 h2,
  #kl_wrapper.kl_box_left_3 h2 {border-bottom: 2px solid #c2c2c2; padding-bottom: 15px; margin: 0 0 35px; }
  #kl_wrapper.kl_box_left h3,
  #kl_wrapper.kl_box_left_2 h3,
  #kl_wrapper.kl_box_left_3 h3 {border-bottom: 1px solid #c2c2c2; border-top: 1px solid #c2c2c2;padding: 5px 10px; margin: 35px 0 20px -10px;}
  #kl_wrapper.kl_box_left h3:before,
  #kl_wrapper.kl_box_left_2 h3:before,
  #kl_wrapper.kl_box_left_3 h3:before { display: inline-block; width: 35px; text-align: center; height: 35px; line-height: 35px; margin-right: 10px;  -webkit-box-shadow: 1px 1px 1px #000000; -moz-box-shadow: 1px 1px 1px #000000; box-shadow: 1px 1px 1px #000000; }
  #kl_wrapper.kl_box_left #kl_banner,
  #kl_wrapper.kl_box_left_2 #kl_banner,
  #kl_wrapper.kl_box_left_3 #kl_banner {margin: 15px -25px 50px; position: relative;}
  #kl_wrapper.kl_box_left #kl_banner_left,
  #kl_wrapper.kl_box_left_2 #kl_banner_left,
  #kl_wrapper.kl_box_left_3 #kl_banner_left {font-weight: normal; font-size: 16px; line-height: 20px; display: block; float: left; margin-left: 15px; -webkit-box-shadow: 1px 1px 1px #000000; -moz-box-shadow: 1px 1px 1px #000000; box-shadow: 1px 1px 1px #000000; }
  #kl_wrapper.kl_box_left #kl_banner_left .kl_mod_text,
  #kl_wrapper.kl_box_left_2 #kl_banner_left .kl_mod_text,
  #kl_wrapper.kl_box_left_3 #kl_banner_left .kl_mod_text { padding: 10px 5px 10px 10px; display: inline-block; }
  #kl_wrapper.kl_box_left #kl_banner_left .kl_mod_num,
  #kl_wrapper.kl_box_left_2 #kl_banner_left .kl_mod_num,
  #kl_wrapper.kl_box_left_3 #kl_banner_left .kl_mod_num { padding: 10px 10px 10px 5px; display: inline-block; } 
  #kl_wrapper.kl_box_left #kl_banner_right,
  #kl_wrapper.kl_box_left_2 #kl_banner_right,
  #kl_wrapper.kl_box_left_3 #kl_banner_right {font-size: 25px; font-weight: normal; padding: 0px 10px; }
  #kl_wrapper.kl_box_left #kl_banner #kl_banner_right .kl_subtitle,
  #kl_wrapper.kl_box_left_2 #kl_banner #kl_banner_right .kl_subtitle,
  #kl_wrapper.kl_box_left_3 #kl_banner #kl_banner_right .kl_subtitle { font-size: medium; line-height: 15px; position: absolute; bottom: 5px; right: 25px;}
  /* VARIATIONS */
  #kl_wrapper.kl_box_left #kl_banner #kl_banner_left {background: #0F2439; color: #fff; text-shadow: 1px 1px 2px #000000;}
  #kl_wrapper.kl_box_left_2 #kl_banner #kl_banner_left {background: #AC8D73; color: #fff; font-weight: normal; font-size: 16px; text-shadow: 1px 1px 2px #000000; line-height: 20px; display: block; float: left; -webkit-box-shadow: 1px 1px 1px #000000; -moz-box-shadow: 1px 1px 1px #000000; box-shadow: 1px 1px 1px #000000; }
  #kl_wrapper.kl_box_left_3 #kl_banner #kl_banner_left {background: #A4AEB5; color: #fff; font-weight: normal; font-size: 16px; text-shadow: 1px 1px 2px #000000; line-height: 20px; display: block; float: left; -webkit-box-shadow: 1px 1px 1px #000000; -moz-box-shadow: 1px 1px 1px #000000; box-shadow: 1px 1px 1px #000000; }
  #kl_wrapper.kl_box_left h3:before { background: #A4AEB5; color: #fff; text-shadow:  0px 0px 2px #000000; }
  #kl_wrapper.kl_box_left_2 h3:before { background: #0F2439; color: #fff; }
  #kl_wrapper.kl_box_left_3 h3:before { background: #A4AEB5; color: #fff; text-shadow:  0px 0px 2px #000000; }
Variation 1 (.kl_square_right)
Variation 2 (.kl_square_right_2)
Variation 3 (.kl_square_right_3)
Note: All colors associated with this theme can be customized at the course level except the color behind the icons.
Recommended: Customize variations to match institutional colors.
  /*********************************************************************/
  /***** CP: SQUARE RIGHT THEMES 1, 2, 3  ******************************/

  /* BASE */
  #kl_wrapper.kl_square_right .kl_mod_text,
  #kl_wrapper.kl_square_right_2 .kl_mod_text,
  #kl_wrapper.kl_square_right_3 .kl_mod_text {display: block; padding: 8px; line-height: 20px;}
  #kl_wrapper.kl_square_right .kl_mod_num,
  #kl_wrapper.kl_square_right_2 .kl_mod_num,
  #kl_wrapper.kl_square_right_3 .kl_mod_num {font-size: 30px; line-height: 30px; display: block; padding: 0px 0 10px;}
  #kl_wrapper.kl_square_right #kl_banner,
  #kl_wrapper.kl_square_right_2 #kl_banner,
  #kl_wrapper.kl_square_right_3 #kl_banner { margin: 35px -25px 45px;}
  #kl_wrapper.kl_square_right h2,
  #kl_wrapper.kl_square_right_2 h2,
  #kl_wrapper.kl_square_right_3 h2 { position: relative; font-weight: normal; padding: 5px; margin-top: 15px; line-height: 30px;}
  #kl_wrapper.kl_square_right h3,
  #kl_wrapper.kl_square_right_2 h3,
  #kl_wrapper.kl_square_right_3 h3 { position: relative; border: 1px solid #D5D5D5; padding: 0 20px; margin: 35px -26px 20px; line-height: 35px;}
  #kl_wrapper.kl_square_right h3:before,
  #kl_wrapper.kl_square_right_2 h3:before,
  #kl_wrapper.kl_square_right_3 h3:before { display: inline-block; width: 45px; text-align: center; height: 45px; line-height: 45px; font-size: 25px; margin-right: 10px; -webkit-box-shadow: 1px 1px 1px #000000; -moz-box-shadow: 1px 1px 1px #000000; box-shadow: 1px 1px 1px #000000; position: absolute; right: 15px; top: -6px; }
  #kl_wrapper.kl_square_right #kl_banner_left,
  #kl_wrapper.kl_square_right_2 #kl_banner_left,
  #kl_wrapper.kl_square_right_3 #kl_banner_left { color: #fff; float: right; font-size: 16px; height: 75px; min-width: 80px; margin: -23px 25px 0 10px; margin-bottom: 10px; text-align: center; display: inline-block; text-shadow: 1px 1px 2px #000000; -webkit-box-shadow: 1px 1px 1px #000000; -moz-box-shadow: 1px 1px 1px #000000; box-shadow: 1px 1px 1px #000000;}
  #kl_wrapper.kl_square_right #kl_banner_right,
  #kl_wrapper.kl_square_right_2 #kl_banner_right,
  #kl_wrapper.kl_square_right_3 #kl_banner_right { padding: 5px 5px 5px 20px; }
  #kl_wrapper.kl_square_right #kl_banner_right .kl_subtitle,
  #kl_wrapper.kl_square_right_2 #kl_banner_right .kl_subtitle,
  #kl_wrapper.kl_square_right_3 #kl_banner_right .kl_subtitle { padding: 5px 5px 5px 25px; position: absolute; display: block; text-shadow: none; color: #575757; font-size: medium;}

  /* VARIATIONS */
  #kl_wrapper.kl_square_right h2 {background: #A4AEB5; color: #ffffff; text-shadow: 1px 1px 2px #000000;}
  #kl_wrapper.kl_square_right #kl_banner_left {background: #0F2439; }
  #kl_wrapper.kl_square_right h3:before { background: #0F2439; color: #fff;}

  #kl_wrapper.kl_square_right_2 h2 {background: #0F2439; color: #ffffff; }
  #kl_wrapper.kl_square_right_2 #kl_banner_left {background: #AC8D73; }
  #kl_wrapper.kl_square_right_2 h3:before { background: #AC8D73; color: #fff; text-shadow: 1px 1px 2px #000000;}

  #kl_wrapper.kl_square_right_3 h2 {background: #0F2439; color: #ffffff;}
  #kl_wrapper.kl_square_right_3 #kl_banner_left {background: #A4AEB5; }
  #kl_wrapper.kl_square_right_3 h3:before { background: #A4AEB5; color: #fff; text-shadow: 1px 1px 2px #000000;}

Variation 1 (.kl_circle_left)
Variation 2 (.kl_circle_left_2)
Variation 3 (.kl_circle_left_3)
Note: All colors associated with this theme can be customized at the course level except the color behind the icons.
Recommended: Customize variations to match institutional colors.
  /*********************************************************************/
  /***** CP: CIRCLE-LEFT THEMES 1, 2, 3   ******************************/
  
  /* BASE */
  #kl_wrapper.kl_circle_left h3,
  #kl_wrapper.kl_circle_left_2 h3,
  #kl_wrapper.kl_circle_left_3 h3 { position: relative; border: 1px solid #A4AEB5; margin-left: 20px; padding-left: 30px; line-height: 30px; border-radius: 10px;}
  #kl_wrapper.kl_circle_left h3:before,
  #kl_wrapper.kl_circle_left_2 h3:before,
  #kl_wrapper.kl_circle_left_3 h3:before { display: inline-block; width: 40px; text-align: center; height: 40px; line-height: 40px; font-size: 18px; margin-right: 10px; position: absolute; left: -20px; top: -5px; border-radius: 20px;}
  #kl_wrapper.kl_circle_left #kl_banner,
  #kl_wrapper.kl_circle_left_2 #kl_banner,
  #kl_wrapper.kl_circle_left_3 #kl_banner { position:relative; -webkit-box-shadow: 1px 1px 1px #000000; -moz-box-shadow: 1px 1px 1px #000000; box-shadow: 1px 1px 1px #000000; margin: 30px -25px 50px; }
  #kl_wrapper.kl_circle_left #kl_banner_left,
  #kl_wrapper.kl_circle_left_2 #kl_banner_left,
  #kl_wrapper.kl_circle_left_3 #kl_banner_left { float: left; border-radius: 40px; width: 60px; height: 60px; text-align: center; margin: -10px 10px 0 25px; -webkit-box-shadow: 1px 1px 1px #000000; -moz-box-shadow: 1px 1px 1px #000000; box-shadow: 1px 1px 1px #000000; }
  #kl_wrapper.kl_circle_left .kl_mod_text,
  #kl_wrapper.kl_circle_left_2 .kl_mod_text,
  #kl_wrapper.kl_circle_left_3 .kl_mod_text { display:none; }
  #kl_wrapper.kl_circle_left .kl_mod_num,
  #kl_wrapper.kl_circle_left_2 .kl_mod_num,
  #kl_wrapper.kl_circle_left_3 .kl_mod_num { margin-top: 10px; display: block; font-size: 25px; } 
  #kl_wrapper.kl_circle_left #kl_banner_right,
  #kl_wrapper.kl_circle_left_2 #kl_banner_right,
  #kl_wrapper.kl_circle_left_3 #kl_banner_right { padding: 0 10px; font-weight: normal; text-shadow: 1px -1px 1px #000; display: flex; }
  #kl_wrapper.kl_circle_left #kl_banner_right .kl_subtitle,
  #kl_wrapper.kl_circle_left_2 #kl_banner_right .kl_subtitle,
  #kl_wrapper.kl_circle_left_3 #kl_banner_right .kl_subtitle { padding: 5px; position: absolute; display: block; text-shadow: none; color: #575757; font-size: medium; right: 25px; bottom: -40px;}

  /* VARIATIONS */
  #kl_wrapper.kl_circle_left #kl_banner { background: #A4AEB5; color: #fff; }
  #kl_wrapper.kl_circle_left #kl_banner_left { background: #0F2439; }
  #kl_wrapper.kl_circle_left h3:before { background: #0F2439; color: #fff;}

  #kl_wrapper.kl_circle_left_2 #kl_banner { background: #003366; }
  #kl_wrapper.kl_circle_left_2 #kl_banner_left { background: #AC8D73; text-shadow: 1px 1px 2px #000; color: #fff; }
  #kl_wrapper.kl_circle_left_2 #kl_banner_right { color: #fff; }
  #kl_wrapper.kl_circle_left_2 h3:before { background: #AC8D73; color: #fff; text-shadow: 1px 1px 2px #000;}
  
  #kl_wrapper.kl_circle_left_3 #kl_banner { background: #003366; }
  #kl_wrapper.kl_circle_left_3 #kl_banner_left { background: #A4AEB5; text-shadow: 1px 1px 2px #000; color: #fff; }
  #kl_wrapper.kl_circle_left_3 #kl_banner_right { color: #fff; }
  #kl_wrapper.kl_circle_left_3 h3:before { background: #A4AEB5;  text-shadow: 1px 1px 2px #000; color: #fff;}

Variation 1 (.kl_rounded_inset)
Variation 2 (.kl_rounded_inset_2)
Variation 3 (.kl_rounded_inset_3)
Note: All colors associated with this theme can be customized at the course level except the color behind the icons.
Recommended: Customize variations to match institutional colors.
  /*********************************************************************/
  /***** CP: ROUNDED-INSET THEMES 1, 2, 3 ******************************/

  /* BASE */
  #kl_wrapper.kl_rounded_inset #kl_banner,
  #kl_wrapper.kl_rounded_inset_2 #kl_banner,
  #kl_wrapper.kl_rounded_inset_3 #kl_banner { position:relative; padding: 6px 0; margin: 10px -25px 50px;}
  #kl_wrapper.kl_rounded_inset h2,
  #kl_wrapper.kl_rounded_inset_2 h2,
  #kl_wrapper.kl_rounded_inset_3 h2 { width: 90%;  border-top-right-radius: 20px; border-bottom-right-radius: 20px; border: solid 1px #8A8A8A; border-left: none; margin: 0; font-weight: normal; background: #e5e5e5; /* Old browsers */ background: -moz-linear-gradient(top, #e5e5e5 0%, #fcfcfc 20%, #fcfcfc 80%, #e5e5e5 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(20%,#fcfcfc), color-stop(80%,#fcfcfc), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #e5e5e5 0%,#fcfcfc 20%,#fcfcfc 80%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #e5e5e5 0%,#fcfcfc 20%,#fcfcfc 80%,#e5e5e5 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #e5e5e5 0%,#fcfcfc 20%,#fcfcfc 80%,#e5e5e5 100%); /* IE10+ */ background: linear-gradient(to bottom, #e5e5e5 0%,#fcfcfc 20%,#fcfcfc 80%,#e5e5e5 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */}
  #kl_wrapper.kl_rounded_inset #kl_banner_left,
  #kl_wrapper.kl_rounded_inset_2 #kl_banner_left,
  #kl_wrapper.kl_rounded_inset_3 #kl_banner_left { margin-left: 10px; }
  #kl_wrapper.kl_rounded_inset .kl_mod_num,
  #kl_wrapper.kl_rounded_inset_2 .kl_mod_num,
  #kl_wrapper.kl_rounded_inset_3 .kl_mod_num { margin-left: 7px; }
  #kl_wrapper.kl_rounded_inset .kl_mod_num:after,
  #kl_wrapper.kl_rounded_inset_2 .kl_mod_num:after,
  #kl_wrapper.kl_rounded_inset_3 .kl_mod_num:after { content: ":"; }
  #kl_wrapper.kl_rounded_inset #kl_banner_right,
  #kl_wrapper.kl_rounded_inset_2 #kl_banner_right,
  #kl_wrapper.kl_rounded_inset_3 #kl_banner_right { margin-left: 5px; }
  #kl_wrapper.kl_rounded_inset h3,
  #kl_wrapper.kl_rounded_inset_2 h3,
  #kl_wrapper.kl_rounded_inset_3 h3 { text-transform: uppercase; border: 4px solid #efefef; border-left: none; border-top-right-radius: 20px; border-bottom-right-radius: 20px; width: 95%; margin-left: -25px; padding-left: 25px; }
  #kl_wrapper.kl_rounded_inset #kl_banner_right .kl_subtitle,
  #kl_wrapper.kl_rounded_inset_2 #kl_banner_right .kl_subtitle,
  #kl_wrapper.kl_rounded_inset_3 #kl_banner_right .kl_subtitle { padding: 5px; color: #575757; font-size: medium; line-height: 15px; position: absolute; bottom: -25px; right: 20px; }
  /* VARIATIONS */
  #kl_wrapper.kl_rounded_inset #kl_banner { background: #0F2439; }
  #kl_wrapper.kl_rounded_inset_2 #kl_banner { background: #AC8D73; }
  #kl_wrapper.kl_rounded_inset_3 #kl_banner { background: #A4AEB5; }

Notes:

All colors associated with this theme can be customized at the course level except the color of the apple.

The Apple is from the Canvas-icons font. Canvas has been known to change their font causing the :before content number to change.

  /*********************************************************************/
  /***** CP: APPLE THEME    ********************************************/

  #kl_wrapper.kl_apple.kl_show_title #kl_banner { position:relative; margin-top: 10px;}
  #kl_wrapper.kl_apple #kl_banner { position:relative; margin: 10px -20px 50px;}
  #kl_wrapper.kl_apple #kl_banner h2 {line-height: 35px; border-radius: 5px; background: #0F2439;  color: #fff; padding: 5px 10px 5px 2px; }
  #kl_wrapper.kl_apple #kl_banner #kl_banner_left{ float: left; height: 40px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
  #kl_wrapper.kl_apple #kl_banner #kl_banner_left .kl_mod_text { display: none; }
  #kl_wrapper.kl_apple #kl_banner #kl_banner_left .kl_mod_num { display: block; height: 24px; color: #0F2439; font-size: 16px; font-weight: bold; padding: 8px 18px; margin-top: 9px; text-align: center; position: relative; top: -46px; line-height: 20px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
  #kl_wrapper.kl_apple #kl_banner #kl_banner_left:before { font-family: 'canvas-icons'; display: inline-block; vertical-align: middle; position: relative; text-rendering: optimizeLegibility; text-transform: none !important; font-weight: normal !important; font-style: normal !important; top: 0px;  left: 8px; color:#fff; font-size: 32px; content: "\f12b"; }
  #kl_wrapper.kl_apple #kl_banner #kl_banner_right { padding: 0px 10px; border-top-right-radius: 5px; }
  #kl_wrapper.kl_apple #kl_banner_right .kl_subtitle { font-size: medium; position: absolute; bottom: -30px; right: 0; color: #575757; }
  #kl_wrapper.kl_apple h3 { margin: 40px -15px 20px; border: 1px solid #BDBDBD; padding: 0 10px; border-radius: 5px; }

Note: All colors associated with this theme can be customized at the course level except the white badge color.
  /*********************************************************************/
  /***** CP: EMTA THEME     ********************************************/

  #kl_wrapper.kl_emta { color: #0F2439; width: 100%; }
  #kl_wrapper.kl_emta h3 { color: #0F2439; font-family: "PT Sans",Helvetica,Arial,sans-serif; font-weight: bold; margin: 20px 0 0; }
  #kl_wrapper.kl_emta #kl_banner h2 { background-color: #0F2439; height: 2em; margin-bottom: 0; border-top-left-radius: 5px; border-top-right-radius: 5px; font-family: "PT Sans"; padding: 5px;}
  #kl_wrapper.kl_emta #kl_banner #kl_banner_left{ line-height: 1.3em; font-size: 1.2em; margin: 3px 10px 0 5px; padding: 0; float: left; text-align: center; width: 70px; height: 40px; border-right: 2px solid #fff; }
  #kl_wrapper.kl_emta #kl_banner #kl_banner_left .kl_mod_text{ display:none; }
  #kl_wrapper.kl_emta #kl_banner #kl_banner_left .kl_mod_num{ display: block; background: url(images/badge.png) no-repeat left top; background-size: contain; width: 32px; height: 25px; color:#0F2439; margin:4px auto; font-size: 0.6em; font-weight: bold; padding-top: 6px; line-height: 1.1em; }
  #kl_wrapper.kl_emta #kl_banner #kl_banner_right { padding: 2px 10px 0 2px; margin-right: 10px; color: #fff; }
  #kl_wrapper.kl_emta #kl_banner #kl_banner_bottom { background: #CACDCF; margin: 2px 0 10px 0; padding: 0 15px 1px 15px; clear:both; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
  #kl_wrapper.kl_emta #kl_banner #kl_banner_bottom h3{ margin: 0; }
  #kl_wrapper.kl_emta #kl_banner #kl_banner_bottom #kl_description { background: #0F2439; color: #fff; margin: 0 0 10px 0; padding: 1px 15px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }

Note: This is a very generic theme with little need to customize.
  /*********************************************************************/
  /***** CP: GENERIC THEME  ********************************************/

  #kl_wrapper.kl_generic #kl_banner{ margin: 25px 0; }
  #kl_wrapper.kl_generic #kl_banner #kl_banner_left .kl_mod_num{ margin-left: 5px; }
  #kl_wrapper.kl_generic #kl_banner_right .kl_subtitle { font-size: medium; display: block; line-height: 15px;}

  #kl_wrapper.kl_generic #kl_navigation {width: 100%; height: 44px; background-color: #0F2439; color: #fff; overflow: hidden; margin: 7px 0 10px 0; }
  #kl_wrapper.kl_generic #kl_navigation ul {display: table; table-layout: fixed; width: 95%; margin-left: 10px; }
  #kl_wrapper.kl_generic #kl_navigation li {display: table-cell; font-size: 1.2em; font-weight: normal; list-style-type: none; height: 100%; padding: 12px 22px 12px 5px; }
  #kl_wrapper.kl_generic #kl_navigation li {background: url(images/divider.png) no-repeat 100% top; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  #kl_wrapper.kl_generic #kl_navigation li:last-child {background:none; }
  #kl_wrapper.kl_generic #kl_navigation li a,
  #kl_wrapper.kl_generic #kl_navigation li a:hover,
  #kl_wrapper.kl_generic #kl_navigation li a:focus,
  #kl_wrapper.kl_generic #kl_navigation li a:visited { color: #fff; }

Note: All colors associated with this theme can be customized at the course level.
  /*********************************************************************/
  /***** BASIC COLOR THEME  ********************************************/

  #kl_wrapper.kl_basic_color.kl_show_title #kl_banner {margin-top: 22px; }
  #kl_wrapper.kl_basic_color #kl_banner {background-color: #0F2439; color: #FFF; font-family: "PT Sans"; position: relative;}
  #wiki_page_show #kl_wrapper.kl_basic_color #kl_banner { margin: 13px -22px 30px;}
  #kl_wrapper.kl_basic_color #kl_banner h2 { line-height: 26px; font-size: 26px; }
  #kl_wrapper.kl_basic_color #kl_banner h2 small { line-height: 29px; margin-left: 5px; }
  #kl_wrapper.kl_basic_color #kl_banner #kl_banner_left {display: table-cell; border-right: 2px solid #fff; font-size: 1.2em; padding: 10px;}
  #kl_wrapper.kl_basic_color #kl_banner #kl_banner_left .kl_mod_text,
  #kl_wrapper.kl_basic_color #kl_banner #kl_banner_left .kl_mod_num  {width: 100%; padding: 2px 0 1px; display: block; font-size: 24px; line-height: 26px; text-align: center;}
  #kl_wrapper.kl_basic_color #kl_banner #kl_banner_right {display: table-cell; padding: 10px; line-height: 26px; letter-spacing: 0.3px; font-size: 25px; overflow: hidden; text-overflow: ellipsis;}
  #kl_wrapper.kl_basic_color #kl_banner_right .kl_subtitle { font-size: medium; display: block; line-height: 25px;}


Front Theme Content Theme
Notes:

All colors associated with this theme can be customized at the course level except:

  • The hover color for navigation links
  • The background of Icons
  • The bottom border color of icons

Template heading sections have default background and border colors assigned below.

  /*********************************************************************/
  /***** FP & CP COLORED HEADINGS THEME  *******************************/
  
  /* FP */
  #kl_wrapper.kl_fp_colored_headings #kl_banner { border: none; background: #2F4661; color: #fff; margin: 0 0 5px 0; padding: 0 0 5px; overflow: visible;}
  #kl_wrapper.kl_fp_colored_headings #kl_banner h2 { position: relative; text-align: center; text-transform: uppercase; padding: 20px 0 0;}
  #kl_wrapper.kl_fp_colored_headings #kl_banner_image { border: none; margin: 0;}
  #kl_wrapper.kl_fp_colored_headings #kl_banner #kl_banner_left {background-color: #fff; color: #696969; display: inline-block; font-size: 18px; line-height: 20px; padding: 5px 20px; position: absolute; left: 15px; top: 15px; border-bottom: 10px solid #696969;}
  #kl_wrapper.kl_fp_colored_headings #kl_banner #kl_banner_left .kl_mod_text,
  #kl_wrapper.kl_fp_colored_headings #kl_banner #kl_banner_left .kl_mod_num  {width: 100%; padding: 2px 0 1px; display: block; font-size: 24px; line-height: 26px; text-align: center;}
  #kl_wrapper.kl_fp_colored_headings #kl_banner #kl_banner_right {display: block; font-size: 35px; margin: 0 0 0 135px; text-align: left; }
  #kl_wrapper.kl_fp_colored_headings #kl_banner #kl_banner_right .kl_subtitle { display: block; font-size: medium; line-height: 20px; margin-top: 5px;}
  /* CP */
  #kl_wrapper.kl_colored_headings #kl_banner {background: #2F4661; color: #fff; padding: 0 0 5px; margin: 0 -25px 50px; }
  #kl_wrapper.kl_colored_headings #kl_banner h2 { position: relative; text-align: center; text-transform: uppercase; }
  #kl_wrapper.kl_colored_headings #kl_banner #kl_banner_left {background-color: #fff; color: #696969; display: inline-block; font-size: 18px; line-height: 20px; margin: 0 auto 10px; padding: 5px 20px; }
  #kl_wrapper.kl_colored_headings #kl_banner #kl_banner_right {display: block; font-size: 35px; margin-top: 0; }
  #kl_wrapper.kl_colored_headings #kl_banner #kl_banner_right .kl_subtitle { display: block; font-size: medium; line-height: 20px; margin-top: 5px;}
  /* SHARED */
  #kl_wrapper.kl_fp_colored_headings > div,
  #kl_wrapper.kl_colored_headings > div {background-color: #fff; border: 1px solid #c2c2c2; font-size: 16px; margin: 35px 0 10px; overflow: hidden; padding: 20px; }
  #kl_wrapper.kl_fp_colored_headings > div img,
  #kl_wrapper.kl_colored_headings > div img {background: #fff; border: 1px solid #ccc; padding: 5px; }
  #kl_wrapper.kl_fp_colored_headings,
  #kl_wrapper.kl_colored_headings {background-color: #efefef; }
  #kl_wrapper.kl_colored_headings.kl_show_title #kl_banner {margin-top: 25px; }
  #kl_wrapper.kl_fp_colored_headings #kl_navigation,
  #kl_wrapper.kl_colored_headings #kl_navigation {width: 100%; height: 44px; background-color: #0F2439; color: #fff; overflow: hidden; margin: 7px 0 10px 0; }
  #kl_wrapper.kl_fp_colored_headings #kl_navigation ul,
  #kl_wrapper.kl_colored_headings #kl_navigation ul {display: table; table-layout: fixed; width: 95%; margin-left: 10px; }
  #kl_wrapper.kl_fp_colored_headings #kl_navigation li,
  #kl_wrapper.kl_colored_headings #kl_navigation li {display: table-cell; font-size: 1.2em; font-weight: normal; list-style-type: none; height: 100%; padding: 12px 22px 12px 5px; }


  #kl_wrapper.kl_fp_colored_headings #kl_banner_image,
  #kl_wrapper.kl_colored_headings #kl_banner_image {margin-bottom: 5px; padding: 0; }
  #kl_wrapper.kl_fp_colored_headings #kl_banner_image img,
  #kl_wrapper.kl_colored_headings #kl_banner_image img {border: none; padding: 0; }

  #kl_wrapper.kl_fp_colored_headings li[class*=icon-]:before, 
  #kl_wrapper.kl_fp_colored_headings li[class^=icon-]:before, 
  #kl_wrapper.kl_fp_colored_headings li[class*=fa-]:before, 
  #kl_wrapper.kl_fp_colored_headings li[class^=fa-]:before,
  #kl_wrapper.kl_colored_headings li[class*=icon-]:before, 
  #kl_wrapper.kl_colored_headings li[class^=icon-]:before, 
  #kl_wrapper.kl_colored_headings li[class*=fa-]:before, 
  #kl_wrapper.kl_colored_headings li[class^=fa-]:before {display: inline-block; font-size: 1.2em; margin-left: -30px; margin-right: 11px; text-align: right; width: 18px; }

  #kl_wrapper.kl_fp_colored_headings #kl_navigation,
  #kl_wrapper.kl_colored_headings #kl_navigation {background-color: #2F4661; color: #fff; height: inherit; margin: 0 0 20px; overflow: hidden; padding: 0; width: 100%; border:none; }
  #kl_wrapper.kl_fp_colored_headings #kl_navigation ul,
  #kl_wrapper.kl_colored_headings #kl_navigation ul {margin-bottom: 0; }
  #kl_wrapper.kl_fp_colored_headings #kl_navigation li,
  #kl_wrapper.kl_colored_headings #kl_navigation li {background: none; padding: 7px 5px; }
  #kl_wrapper.kl_colored_headings #kl_navigation li a,
  #kl_wrapper.kl_colored_headings #kl_navigation li a:hover,
  #kl_wrapper.kl_colored_headings #kl_navigation li a:focus,
  #kl_wrapper.kl_colored_headings #kl_navigation li a:visited,
  #kl_wrapper.kl_fp_colored_headings #kl_navigation li a,
  #kl_wrapper.kl_fp_colored_headings #kl_navigation li a:hover,
  #kl_wrapper.kl_fp_colored_headings #kl_navigation li a:focus,
  #kl_wrapper.kl_fp_colored_headings #kl_navigation li a:visited { color: #fff; }
  #kl_wrapper.kl_fp_colored_headings #kl_navigation a[class*=icon-]:before,
  #kl_wrapper.kl_fp_colored_headings #kl_navigation a[class^=icon-]:before,
  #kl_wrapper.kl_fp_colored_headings #kl_navigation a[class*=fa-]:before,
  #kl_wrapper.kl_fp_colored_headings #kl_navigation a[class^=fa-]:before,
  #kl_wrapper.kl_colored_headings #kl_navigation a[class*=icon-]:before,
  #kl_wrapper.kl_colored_headings #kl_navigation a[class^=icon-]:before,
  #kl_wrapper.kl_colored_headings #kl_navigation a[class*=fa-]:before,
  #kl_wrapper.kl_colored_headings #kl_navigation a[class^=fa-]:before {display: inline-block; background: #fff; padding: 6px 0px 3px; text-align: center; color: #696969; margin-right: 8px; border-bottom: 5px solid #696969;}

  #kl_wrapper.kl_fp_colored_headings #kl_modules .ui-widget-content,
  #kl_wrapper.kl_colored_headings #kl_modules .ui-widget-content { border: 1px solid #C2C2C2; background: #fff; border-radius: 0;}
  #kl_wrapper.kl_fp_colored_headings .context_module,
  #kl_wrapper.kl_colored_headings .context_module,
  #kl_wrapper.kl_fp_colored_headings .context_module .header,
  #kl_wrapper.kl_colored_headings .context_module .header,
  #kl_wrapper.kl_fp_colored_headings #kl_modules.kl_modules_tabbed ul.ui-tabs-nav li.ui-state-default,
  #kl_wrapper.kl_colored_headings #kl_modules.kl_modules_tabbed ul.ui-tabs-nav li.ui-state-default { background: #fff; }
  #kl_wrapper.kl_fp_colored_headings #kl_modules li[class*=icon-]:before,
  #kl_wrapper.kl_colored_headings #kl_modules li[class*=icon-]:before,
  #kl_wrapper.kl_fp_colored_headings #kl_modules li[class^=icon-]:before,
  #kl_wrapper.kl_colored_headings #kl_modules li[class^=icon-]:before {margin: 4px 10px 5px 0; font-size: 20px; float: left;}
  #kl_wrapper.kl_fp_colored_headings #kl_modules li[class*=fa-]:before,
  #kl_wrapper.kl_colored_headings #kl_modules li[class*=fa-]:before,
  #kl_wrapper.kl_fp_colored_headings #kl_modules li[class^=fa-]:before,
  #kl_wrapper.kl_colored_headings #kl_modules li[class^=fa-]:before {margin: 0 10px 5px 0; font-size: 20px; float: left;}
  #kl_wrapper.kl_fp_colored_headings #kl_modules.kl_modules_tabbed li[class*=icon-]:before,
  #kl_wrapper.kl_colored_headings #kl_modules.kl_modules_tabbed li[class*=icon-]:before,
  #kl_wrapper.kl_fp_colored_headings #kl_modules.kl_modules_tabbed li[class^=icon-]:before,
  #kl_wrapper.kl_colored_headings #kl_modules.kl_modules_tabbed li[class^=icon-]:before {margin: 9px 0 5px 10px; font-size: 20px; float: left;}
  #kl_wrapper.kl_fp_colored_headings #kl_modules.kl_modules_tabbed li[class*=fa-]:before,
  #kl_wrapper.kl_colored_headings #kl_modules.kl_modules_tabbed li[class*=fa-]:before,
  #kl_wrapper.kl_fp_colored_headings #kl_modules.kl_modules_tabbed li[class^=fa-]:before,
  #kl_wrapper.kl_colored_headings #kl_modules.kl_modules_tabbed li[class^=fa-]:before {margin: 7px 0 5px 10px; font-size: 20px; float: left;}
  .mceContentBody #kl_wrapper.kl_fp_colored_headings #kl_modules.kl_modules_tabbed li[class*=icon-]:before,
  .mceContentBody #kl_wrapper.kl_colored_headings #kl_modules.kl_modules_tabbed li[class*=icon-]:before,
  .mceContentBody #kl_wrapper.kl_fp_colored_headings #kl_modules.kl_modules_tabbed li[class^=icon-]:before,
  .mceContentBody #kl_wrapper.kl_colored_headings #kl_modules.kl_modules_tabbed li[class^=icon-]:before,
  .mceContentBody #kl_wrapper.kl_fp_colored_headings #kl_modules.kl_modules_tabbed li[class*=fa-]:before,
  .mceContentBody #kl_wrapper.kl_colored_headings #kl_modules.kl_modules_tabbed li[class*=fa-]:before,
  .mceContentBody #kl_wrapper.kl_fp_colored_headings #kl_modules.kl_modules_tabbed li[class^=fa-]:before,
  .mceContentBody #kl_wrapper.kl_colored_headings #kl_modules.kl_modules_tabbed li[class^=fa-]:before {margin: 0 10px 0 0;}


  /* Default Headings */
  #kl_wrapper.kl_fp_colored_headings h3,
  #kl_wrapper.kl_colored_headings h3 { position: relative; background-color: #9D9D9D; border-top: 5px solid #696969; color: #fff; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 22px; letter-spacing: 3px; line-height: 55px; margin: -21px -21px 20px; text-align: center; text-transform: uppercase; }
  #kl_wrapper.kl_fp_colored_headings h3:before,
  #kl_wrapper.kl_colored_headings h3:before { position: absolute; background-color: #fff; color: #696969; display: block; font-size: 20px; height: 33px; line-height: 35px; text-align: center; width: 35px; top: 10px; left: 10px; border-bottom: 4px solid #696969; }
  /* Introduction */
  #kl_wrapper.kl_fp_colored_headings #kl_introduction,
  #kl_wrapper.kl_colored_headings #kl_introduction {margin: 10px 0; }
  #kl_wrapper.kl_fp_colored_headings #kl_introduction p:first-child,
  #kl_wrapper.kl_colored_headings #kl_introduction p:first-child {font-size: 21px; font-weight: 200; line-height: 30px; }
  /* Objectives Blue*/
  #kl_wrapper.kl_fp_colored_headings #kl_objectives h3,
  #kl_wrapper.kl_colored_headings #kl_objectives h3 {background-color: #3F98D3; border-top: 5px solid #2871A1; color: #fff; }
  /* Readings Red */
  #kl_wrapper.kl_fp_colored_headings #kl_readings h3,
  #kl_wrapper.kl_colored_headings #kl_readings h3 {background-color: #DD4939; border-top: 5px solid #c0392b; color: #fff; }
  /* Lectures Green */
  #kl_wrapper.kl_fp_colored_headings #kl_lectures h3,
  #kl_wrapper.kl_colored_headings #kl_lectures h3 {background-color: #3CC576; border-top: 5px solid #27ae60; color: #fff; }
  /* Activities Orange */
  #kl_wrapper.kl_fp_colored_headings #kl_activities h3,
  #kl_wrapper.kl_colored_headings #kl_activities h3 {background-color: #e67e22; border-top: 5px solid #d35400; color: #fff; }
  /* Assignments Purple */
  #kl_wrapper.kl_fp_colored_headings #kl_assignments h3,
  #kl_wrapper.kl_colored_headings #kl_assignments h3 {background-color: #9b59b6; border-top: 5px solid #8e44ad; color: #fff; }
  /* Other Styles */
  #kl_wrapper.kl_fp_colored_headings h4,
  #kl_wrapper.kl_colored_headings h4 {border-bottom: 1px solid #E0E0E0; color: #000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 18px; letter-spacing: 3px; margin: 40px 0 20px; text-transform: uppercase; }
  #kl_wrapper.kl_fp_colored_headings h5,
  #kl_wrapper.kl_colored_headings h5 {border-bottom: 1px solid #E0E0E0; color: #000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; letter-spacing: 3px; margin: 40px 0 20px; }
  #kl_wrapper.kl_fp_colored_headings .link_holder img,
  #kl_wrapper.kl_colored_headings .link_holder img {background: none; border: none; }
  #kl_wrapper.kl_fp_colored_headings .well,
  #kl_wrapper.kl_colored_headings .well {background-color: #f5f5f5; border-radius: 4px; border: 1px solid #e3e3e3; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); margin-bottom: 20px; min-height: 20px; padding: 19px; }


  @media screen and (max-width: 1350px) {
    #kl_wrapper.kl_fp_colored_headings #kl_banner #kl_banner_right { font-size: 30px; }
    #kl_wrapper.kl_fp_colored_headings #kl_navigation,
    #kl_wrapper.kl_colored_headings #kl_navigation {font-size: 14px; padding-bottom:0px; height: 45px;}
    #kl_wrapper.kl_fp_colored_headings #kl_navigation a[class*=icon-]:before,
    #kl_wrapper.kl_fp_colored_headings #kl_navigation a[class^=icon-]:before,
    #kl_wrapper.kl_fp_colored_headings #kl_navigation a[class*=fa-]:before,
    #kl_wrapper.kl_fp_colored_headings #kl_navigation a[class^=fa-]:before,
    #kl_wrapper.kl_colored_headings #kl_navigation a[class*=icon-]:before,
    #kl_wrapper.kl_colored_headings #kl_navigation a[class^=icon-]:before,
    #kl_wrapper.kl_colored_headings #kl_navigation a[class*=fa-]:before,
    #kl_wrapper.kl_colored_headings #kl_navigation a[class^=fa-]:before {padding: 5px 0px; width:25px; }
  }
  @media screen and (max-width: 1100px) {
    #kl_wrapper.kl_fp_colored_headings #kl_banner #kl_banner_right { font-size: 25px; }
    #kl_wrapper.kl_fp_colored_headings #kl_navigation,
    #kl_wrapper.kl_colored_headings #kl_navigation {font-size: 12px; padding-bottom:0px;height: 40px;}
    #kl_wrapper.kl_fp_colored_headings #kl_navigation a[class*=icon-]:before,
    #kl_wrapper.kl_fp_colored_headings #kl_navigation a[class^=icon-]:before,
    #kl_wrapper.kl_fp_colored_headings #kl_navigation a[class*=fa-]:before,
    #kl_wrapper.kl_fp_colored_headings #kl_navigation a[class^=fa-]:before,
    #kl_wrapper.kl_colored_headings #kl_navigation a[class*=icon-]:before,
    #kl_wrapper.kl_colored_headings #kl_navigation a[class^=icon-]:before,
    #kl_wrapper.kl_colored_headings #kl_navigation a[class*=fa-]:before,
    #kl_wrapper.kl_colored_headings #kl_navigation a[class^=fa-]:before {padding: 4px 0px; width: 21px; font-size: 12px; }
  }
Notes:

This theme utilizes the page title from Canvas which cannot be styled at the course level.

All other colors associated with this theme can be customized at the course level.

  /*********************************************************************/
  /***** CP: BASIC BAR THEME    ****************************************/

  #kl_wrapper.kl_basic_bar #kl_banner { position:relative;}
  #kl_wrapper.kl_basic_bar #kl_banner h2 {line-height: 35px; border-radius: 5px; background: #8F0222; color: #fff; padding: 5px 10px 5px 2px; }
  #kl_wrapper.kl_basic_bar #kl_banner #kl_banner_left{height: 40px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; padding-left: 5px; }
  #kl_wrapper.kl_basic_bar #kl_banner #kl_banner_left{padding-left: 5px; }
  #kl_wrapper.kl_basic_bar #kl_banner_right .kl_subtitle { font-size: medium; position: absolute; bottom: -30px; right: 0; color: #575757; }
  #kl_wrapper.kl_basic_bar h3 { text-transform: uppercase; border-bottom: 1px solid #C7C7C7; height: 40px; margin: 30px 0 25px; }

/**********************************************************************/ /************** BEGIN KENNETHWARE THEMES **************/ /**********************************************************************/ /******************************/ /*** KEY: FP = Front Page ***/ /*** CP = Content Page ***/ /******************************/ /*********************************************************************/ /******* FP: HORIZONTAL NAV THEME (Updated for img) ******************/ #kl_wrapper.kl_fp_horizontal_nav_2 #kl_banner {background-color: #0F2439; color: #FFF; font-family: "PT Sans"; height: 5.5em; margin-bottom:6px; width: 100%; } #kl_wrapper.kl_fp_horizontal_nav_2 #kl_banner h2 { line-height: 26px; font-size: 26px; } #kl_wrapper.kl_fp_horizontal_nav_2 #kl_banner h2 small { line-height: 29px; margin-left: 5px; } #kl_wrapper.kl_fp_horizontal_nav_2 #kl_banner #kl_banner_left {border-right: 5px solid #fff; float: left; width: 100px; height: 72px; display: block; font-size: 1.2em; } #kl_wrapper.kl_fp_horizontal_nav_2 #kl_banner #kl_banner_left .kl_mod_text {width: 100%; padding: 9px 0 1px; display: block; font-size: 24px; line-height: 26px; text-align: center;} #kl_wrapper.kl_fp_horizontal_nav_2 #kl_banner #kl_banner_left .kl_mod_num {width: 100%; padding: 3px 0 7px; display: block; font-size: 17px; line-height: 26px; text-align: center;} #kl_wrapper.kl_fp_horizontal_nav_2 #kl_banner #kl_banner_right {display: block; padding: 7px 10px 3px; line-height: 26px; letter-spacing: 0.3px; font-size: 25px; max-height: 62px; overflow: hidden; text-overflow: ellipsis;} #kl_wrapper.kl_fp_horizontal_nav_2 #kl_banner #kl_banner_right .kl_subtitle { display: block; font-size: medium; line-height: 20px; margin-top: 5px;} /*********************************************************************/ /******* FP: PANEL NAV THEME (Updated for img) ***********************/ #kl_wrapper.kl_fp_panel_nav_2 {position: relative; } #kl_wrapper.kl_fp_panel_nav_2 #kl_banner {background-color: #0F2439; color: #FFF; font-family: "PT Sans"; height: 72px; margin-bottom:6px; width: 100%; } #kl_wrapper.kl_fp_panel_nav_2 #kl_banner {max-width:100%; } #kl_wrapper.kl_fp_panel_nav_2 #kl_banner h2 {line-height: 26px; font-size: 26px; } #kl_wrapper.kl_fp_panel_nav_2 #kl_banner #kl_banner_left {border-right: 5px solid #fff; display: block; float: left; font-size: 1.2em; height: 72px; width: 100px; } #kl_wrapper.kl_fp_panel_nav_2 #kl_banner #kl_banner_left .kl_mod_text {display: block; font-size: 24px; line-height: 26px; padding: 9px 0 1px; text-align: center; width: 100%; } #kl_wrapper.kl_fp_panel_nav_2 #kl_banner #kl_banner_left .kl_mod_num {display: block; font-size: 17px; line-height: 26px; padding: 3px 0 7px; text-align: center; width: 100%; } #kl_wrapper.kl_fp_panel_nav_2 #kl_banner #kl_banner_right {display: block; font-size: 25px; letter-spacing: 0.3px; line-height: 26px; max-height: 62px; overflow: hidden; padding: 7px 10px 3px; text-overflow: ellipsis; } #kl_wrapper.kl_fp_panel_nav_2 #kl_banner #kl_banner_right .kl_subtitle { display: block; font-size: medium; line-height: 20px; margin-top: 5px;} #kl_wrapper.kl_fp_panel_nav_2 #kl_banner_image {margin-bottom: 20px; } #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation {background-color: rgba(255, 255, 255, 0.75); color: #0F2439; font-family: "Helvetica", "Arial", sans-serif; font-size: 16px; font-weight: bold; height: 312px; margin: 0; min-width: 250px; overflow-x:hidden; overflow-y: auto; position: absolute; top: 78px; width: 30%; } #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation ul {margin: 30px 0 0 15px; } #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation ul li {background: none; display: block; list-style-type: none; padding: 0 0 50px 10px; } #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation ul li a {color: #003366; } #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation ul li a:hover {color: #0088CC; } #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation li a:visited { color: #0088CC; } @media screen and (max-width: 1565px) { #kl_wrapper.kl_fp_panel_nav_2 {width: 950px;} #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation {height: 282px; font-size: 15px; } #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation ul li {padding: 0 0 35px 5px; } } @media screen and (max-width: 1465px) { #kl_wrapper.kl_fp_panel_nav_2 {width: 850px;} #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation {height: 253px; font-size: 14px } #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation ul li {padding: 0 0 35px 5px; } } @media screen and (max-width: 1365px) { #kl_wrapper.kl_fp_panel_nav_2 {width: 750px;} #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation {height: 223px;} #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation ul li {padding: 0 0 25px 5px; } } @media screen and (max-width: 1265px) { #kl_wrapper.kl_fp_panel_nav_2 {width: 650px;} #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation {height: 193px;} #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation ul li {padding: 0 0 20px 5px; } #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation ul {margin: 22px 0 0 15px; } } @media screen and (max-width: 1165px) { #kl_wrapper.kl_fp_panel_nav_2 {width: 550px;} #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation {height: 163px; min-width: 220px; font-size: 13px} #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation ul {margin: 10px 0 0 15px; } #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation ul li {padding: 5px 0 10px 5px; } } @media screen and (max-width: 1065px) { #kl_wrapper.kl_fp_panel_nav_2 {width: 460px;} #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation ul {margin: 5px 0 0 15px; } #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation {height: 163px; } #kl_wrapper.kl_fp_panel_nav_2 #kl_navigation ul li {padding: 5px 0 5px 5px; } } /*********************************************************************/ /******** FP: SQUARES 1:1 RATIO THEME ********************************/ #kl_wrapper.kl_fp_squares_1x1 {position: relative; width: 960px; margin:auto;} #kl_wrapper.kl_fp_squares_1x1 #kl_banner {display: block; float: left; margin-bottom: 0px; width: 320px} #kl_wrapper.kl_fp_squares_1x1 #kl_banner h2 {margin: 0px;} #kl_wrapper.kl_fp_squares_1x1 #kl_banner #kl_banner_left {text-align: center; display: block; overflow: hidden; float:left;} #kl_wrapper.kl_fp_squares_1x1 #kl_banner #kl_banner_left .kl_mod_text {background-color: #455660; color: #ACA39A; display: block; float: left; font-size: 1.6em; height: 90px; padding: 60px 10px 10px; width: 140px; } #kl_wrapper.kl_fp_squares_1x1 #kl_banner #kl_banner_left .kl_mod_num {background-color: #ACA39A; color: #455660; display: block; float: left; font-size: 1.6em; height: 90px; padding: 60px 10px 10px; width: 140px; } #kl_wrapper.kl_fp_squares_1x1 #kl_banner #kl_banner_right {background-color: #112F41; float: left; color: #FFF; display: block; float: left; height: 140px; padding: 10px; text-align: center; width: 300px;} #kl_wrapper.kl_fp_squares_1x1 #kl_banner_image {border: none; display: block; float: left; width: 320px; height: 320px; } #kl_wrapper.kl_fp_squares_1x1 #kl_navigation {clear: none; text-align: center; background-color: transparent; overflow: visible; margin-top: 0px; float: left; width: 320px; height: inherit; } #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul {margin: 0px; width: auto; display: block; table-layout: auto; } #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li {display: block; float: left; width: 160px; height: 160px; font-size: 20px; list-style: none; background-image: none; white-space: normal; position:relative; padding:0;} #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li a {color: #fff; font-size: 24px; display: block; padding: 25px 9px 115px;} #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li a:hover {} #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li:nth-child(1) {background-color: #e74c3c; } #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li:nth-child(2) {background-color: #068587; } #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li:nth-child(3) {background-color: #61a271; } #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li:nth-child(4) {background-color: #d08410; } #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li a[class*="icon-"]:before, #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li a[class*="fa"]:before {top: 85px; left: 65px; font-size: 32px; position: absolute; } #kl_wrapper.kl_fp_squares_1x1 div:nth-child(4) {clear:left; } /* should be first unstyled div */ @media screen and (max-width: 1473px) { #kl_wrapper.kl_fp_squares_1x1 {width: 800px;} #kl_wrapper.kl_fp_squares_1x1 #kl_navigation {width: 160px; } #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li {height: 80px; font-size: 18px; } #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li a {padding: 20px 10px 25px 34px; font-size: 16px; text-align: left;} #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li a[class*="icon-"]:before, #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li a[class*="fa"]:before {font-size: 16px; top: 21px; left: 10px; display: inline-block;} } @media screen and (max-width: 1312px) { #kl_wrapper.kl_fp_squares_1x1 {width: 640px;} #kl_wrapper.kl_fp_squares_1x1 #kl_navigation {width: 640px; } #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul {margin: 0px; width: auto; display: block; table-layout: auto; } #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li {width: 160px; height: 150px; font-size: 20px; } #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li a {color: #fff; font-size: 24px; display: block; text-align: center; padding: 25px 9px 115px;} #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li a[class*="icon-"]:before, #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li a[class*="fa"]:before {top: 85px; left: 65px; font-size: 32px; position: absolute; } } @media screen and (max-width: 1153px) { #kl_wrapper.kl_fp_squares_1x1 {width: 490px;} #kl_wrapper.kl_fp_squares_1x1 #kl_banner_image {float: none; display:block;width:320px;height:320px;} #kl_wrapper.kl_fp_squares_1x1 #kl_banner { width: 490px;} #kl_wrapper.kl_fp_squares_1x1 #kl_navigation {clear: none; width: 130px; float: none; margin: -320px 0 0 320px; } #kl_wrapper.kl_fp_squares_1x1 #kl_banner_left {display: block; overflow: hidden;} #kl_wrapper.kl_fp_squares_1x1 #kl_banner #kl_banner_left .kl_mod_text, #kl_wrapper.kl_fp_squares_1x1 #kl_banner #kl_banner_left .kl_mod_num {width: 220px; height: 30px; line-height: 30px; font-size: 30px; padding-top: 10px; } #kl_wrapper.kl_fp_squares_1x1 #kl_banner #kl_banner_right {width: 460px; height: auto; } #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li {height: 80px; font-size: 18px; } #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li a {padding: 20px 10px 25px 34px; font-size: 16px; text-align: left;} #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li a[class*="icon-"]:before, #kl_wrapper.kl_fp_squares_1x1 #kl_navigation ul li a[class*="fa"]:before {font-size: 16px; top: 21px; left: 10px; display: inline-block;} } /*********************************************************************/ /******** FP: CIRCLES 1:1 RATIO THEME ********************************/ #kl_wrapper.kl_fp_circles_1x1 a[class*="icon-"]:before, #kl_wrapper.kl_fp_circles_1x1 a[class^="icon-"]:before, #kl_wrapper.kl_fp_circles_1x1 a[class*="fa-"]:before, #kl_wrapper.kl_fp_circles_1x1 a[class^="fa-"]:before {position: absolute; left: 50px; top: 85px; } #kl_wrapper.kl_fp_circles_1x1 #kl_banner {margin: 0; height: 0;} #kl_wrapper.kl_fp_circles_1x1 #kl_banner #kl_banner_left {background-color: #ac8d73; border-radius: 55px; color: #333; display: block; height: 110px; left: -105px; margin-left: auto; margin-right: auto; position: relative; top: 0; width: 110px; z-index: 1; font-size: 24px; line-height: 30px; } #kl_wrapper.kl_fp_circles_1x1 #kl_banner #kl_banner_left .kl_mod_text {border-top-left-radius: 55px; border-top-right-radius: 55px; display: block; padding-top:25px; text-align: center; width: 100%; } #kl_wrapper.kl_fp_circles_1x1 #kl_banner #kl_banner_left .kl_mod_num {border-bottom-left-radius: 55px; border-bottom-right-radius: 55px; display: block; padding-bottom:25px; text-align: center; width: 100%; } #kl_wrapper.kl_fp_circles_1x1 #kl_banner #kl_banner_right {background-color: #C2C2C2; border-radius: 25px; color: #000; display: inline-block; margin-left: auto; margin-right: auto; padding: 2px 20px; position: relative; top: 210px; z-index: 1; } #kl_wrapper.kl_fp_circles_1x1 #kl_banner_image {height: 320px; margin: 0 auto; position: relative; width: 320px; } #kl_wrapper.kl_fp_circles_1x1 #kl_banner_image img{border: none; border-radius: 160px; } #kl_wrapper.kl_fp_circles_1x1 #kl_navigation {background-color: transparent; display: table; margin: -300px auto 0; overflow: hidden; position: relative; width: 660px; height: 360px; } #kl_wrapper.kl_fp_circles_1x1 #kl_navigation ul {width: 0px; margin: 0px; } #kl_wrapper.kl_fp_circles_1x1 #kl_navigation ul li {background-color: #013953; background-image: none; border-radius: 75px; display: block; font-size: 18px; height: 130px; overflow: hidden; padding: 0; position: absolute; text-align: center; white-space: normal; width: 130px; } #kl_wrapper.kl_fp_circles_1x1 #kl_navigation ul li a {color: #fff; display: block; padding: 35px 0 80px; text-align: center; width: 100%; } #kl_wrapper.kl_fp_circles_1x1 #kl_navigation ul li:nth-child(1) {top: 0px; left: 0px; } #kl_wrapper.kl_fp_circles_1x1 #kl_navigation ul li:nth-child(2) {top: 160px; left: 0px; } #kl_wrapper.kl_fp_circles_1x1 #kl_navigation ul li:nth-child(3) {top: 0px; right: 0px; } #kl_wrapper.kl_fp_circles_1x1 #kl_navigation ul li:nth-child(4) {top: 160px; right: 0px; } @media screen and (max-width: 1170px) { #kl_wrapper.kl_fp_circles_1x1 #kl_navigation {position: initial; margin:0 auto;width: 540px; height: 140px;} #kl_wrapper.kl_fp_circles_1x1 #kl_navigation ul li a {padding: 25px 0 75px; position:relative;} #kl_wrapper.kl_fp_circles_1x1 #kl_banner #kl_banner_right {top: 150px; left: 0px; } #kl_wrapper.kl_fp_circles_1x1 a[class*="icon-"]:before, #kl_wrapper.kl_fp_circles_1x1 a[class^="icon-"]:before, #kl_wrapper.kl_fp_circles_1x1 a[class*="fa-"]:before, #kl_wrapper.kl_fp_circles_1x1 a[class^="fa-"]:before {top: 70px; left: 40px; } #kl_wrapper.kl_fp_circles_1x1 #kl_navigation ul {width: 100%; } #kl_wrapper.kl_fp_circles_1x1 #kl_navigation ul li {border-radius: 55px; font-size: 16px; height: 110px; width: 110px; float: left; margin-right:30px; position: initial;} #kl_wrapper.kl_fp_circles_1x1 #kl_navigation ul li:nth-child(4) {margin-right:0; } } @media screen and (max-width: 1025px) { #kl_wrapper.kl_fp_circles_1x1 #kl_navigation {width: 466px;} #kl_wrapper.kl_fp_circles_1x1 #kl_navigation ul li {margin-right:6px;} #kl_wrapper.kl_fp_circles_1x1 #kl_navigation ul li:nth-child(4) {margin-right:0; } } /*********************************************************************/ /**** FP & CP: FLAT SECTIONS THEME ***********************************/ /* FP */ #kl_wrapper.kl_fp_flat_sections #kl_banner {background: #1e5799; color: #fff; margin-bottom: 5px; padding: 1px; } #kl_wrapper.kl_fp_flat_sections #kl_banner h2 {margin: 10px 5px 9px 120px; text-transform: uppercase; } #kl_wrapper.kl_fp_flat_sections #kl_banner #kl_banner_left .kl_mod_text {display: block; padding: 15px 0 0; text-align: center; } #kl_wrapper.kl_fp_flat_sections #kl_banner #kl_banner_left .kl_mod_num {display: block; padding: 0 0 15px; text-align: center; } #kl_wrapper.kl_fp_flat_sections #kl_introduction p:first-child{font-size: 21px; font-weight: 200; line-height: 30px; } #kl_wrapper.kl_fp_flat_sections #kl_banner #kl_banner_left{background-color: #fff; border-radius: 50px; color: #696969; display: inline-block; font-size: 0.9em; height: 90px; left: 20px; line-height: 30px; margin: 7px 0; overflow: hidden; position: absolute; width: 90px; } #kl_wrapper.kl_fp_flat_sections #kl_banner #kl_banner_right {display: block; font-size: 1em; margin-top: 2px; } #kl_wrapper.kl_fp_flat_sections #kl_banner #kl_banner_right .kl_subtitle { display: block; font-size: medium; line-height: 20px; margin-top: 5px;} /* SHARED */ #kl_wrapper.kl_flat_sections.kl_show_title #kl_banner {margin-top: 25px; } #kl_wrapper.kl_fp_flat_sections #kl_banner_image, #kl_wrapper.kl_flat_sections #kl_banner_image {padding: 0;margin-bottom: 5px;} #kl_wrapper.kl_fp_flat_sections #kl_banner_image img, #kl_wrapper.kl_flat_sections #kl_banner_image img {border: none; padding: 0 0 3px 0; } #kl_wrapper.kl_fp_flat_sections #kl_progress_bar, #kl_wrapper.kl_flat_sections #kl_progress_bar {background: #fff; padding: 5px;margin: 25px 0 40px;} #kl_wrapper.kl_fp_flat_sections #kl_navigation, #kl_wrapper.kl_flat_sections #kl_navigation {width: 100%; background-color: #1e5799; margin: 0 0 20px; color: #fff; height: 48px; overflow: hidden; padding: 0;} #kl_wrapper.kl_fp_flat_sections #kl_navigation ul, #kl_wrapper.kl_flat_sections #kl_navigation ul {margin-bottom: 0;} #kl_wrapper.kl_fp_flat_sections #kl_navigation li, #kl_wrapper.kl_flat_sections #kl_navigation li {padding: 7px 5px; background: none;} #kl_wrapper.kl_fp_flat_sections #kl_navigation a[class*=icon-]:before, #kl_wrapper.kl_fp_flat_sections #kl_navigation a[class^=icon-]:before, #kl_wrapper.kl_fp_flat_sections #kl_navigation a[class*=fa-]:before, #kl_wrapper.kl_fp_flat_sections #kl_navigation a[class^=fa-]:before, #kl_wrapper.kl_flat_sections #kl_navigation a[class*=icon-]:before, #kl_wrapper.kl_flat_sections #kl_navigation a[class^=icon-]:before, #kl_wrapper.kl_flat_sections #kl_navigation a[class*=fa-]:before, #kl_wrapper.kl_flat_sections #kl_navigation a[class^=fa-]:before {display: inline-block; background: #fff; padding: 7px 0px; text-align: center; border-radius: 20px; color: #696969; margin-right: 8px; border: 1px solid #696969;} #kl_wrapper.kl_fp_flat_sections h3, #kl_wrapper.kl_flat_sections h3 {color: #000; border-top: 1px solid #E0E0E0; text-align: center; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 22px; letter-spacing: 3px; text-transform: uppercase; } #kl_wrapper.kl_fp_flat_sections h3:before, #kl_wrapper.kl_flat_sections h3:before {color: #696969; display: block; margin: -25px auto 0; text-align: center; border: 1px solid #E0E0E0; width: 45px; border-radius: 50px; height: 50px; line-height: 50px; background-color: #fff; font-size: 25px; padding-left: 5px; } #kl_wrapper.kl_fp_flat_sections h4, #kl_wrapper.kl_flat_sections h4 {color: #000; border-bottom: 1px solid #E0E0E0; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 18px; letter-spacing: 3px; text-transform: uppercase; margin: 40px 0 20px; } #kl_wrapper.kl_fp_flat_sections h5, #kl_wrapper.kl_flat_sections h5 {color: #000; border-bottom: 1px solid #E0E0E0; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 16px; letter-spacing: 3px; margin: 40px 0 20px; } #kl_wrapper.kl_fp_flat_sections > div, #kl_wrapper.kl_flat_sections > div {padding: 25px 45px 45px; margin-bottom: 25px; font-size: 16px; overflow: hidden } #kl_wrapper.kl_fp_flat_sections > div img, #kl_wrapper.kl_flat_sections > div img {border: 1px solid #ccc; padding: 5px; background: #fff; } #kl_wrapper.kl_fp_flat_sections .link_holder img, #kl_wrapper.kl_flat_sections .link_holder img {border:none; background: none; } #kl_wrapper.kl_fp_flat_sections > div:nth-child(odd), #kl_wrapper.kl_flat_sections > div:nth-child(odd) {background: #f8f8f8; } #kl_wrapper.kl_fp_flat_sections .well, #kl_wrapper.kl_flat_sections .well {min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05); box-shadow: inset 0 1px 1px rgba(0,0,0,.05); } #kl_wrapper.kl_fp_flat_sections #kl_modules li[class*=icon-]:before, #kl_wrapper.kl_flat_sections #kl_modules li[class*=icon-]:before, #kl_wrapper.kl_fp_flat_sections #kl_modules li[class^=icon-]:before, #kl_wrapper.kl_flat_sections #kl_modules li[class^=icon-]:before {margin: 0 10px 5px 0; font-size: 20px; float: left;} #kl_wrapper.kl_fp_flat_sections #kl_modules li[class*=fa-]:before, #kl_wrapper.kl_flat_sections #kl_modules li[class*=fa-]:before, #kl_wrapper.kl_fp_flat_sections #kl_modules li[class^=fa-]:before, #kl_wrapper.kl_flat_sections #kl_modules li[class^=fa-]:before {margin: 0 10px 5px 0; font-size: 20px; float: left;} #kl_wrapper.kl_fp_flat_sections #kl_modules.kl_modules_tabbed li[class*=icon-]:before, #kl_wrapper.kl_flat_sections #kl_modules.kl_modules_tabbed li[class*=icon-]:before, #kl_wrapper.kl_fp_flat_sections #kl_modules.kl_modules_tabbed li[class^=icon-]:before, #kl_wrapper.kl_flat_sections #kl_modules.kl_modules_tabbed li[class^=icon-]:before {margin: 9px 0 5px 10px; font-size: 20px; float: left;} #kl_wrapper.kl_fp_flat_sections #kl_modules.kl_modules_tabbed li[class*=fa-]:before, #kl_wrapper.kl_flat_sections #kl_modules.kl_modules_tabbed li[class*=fa-]:before, #kl_wrapper.kl_fp_flat_sections #kl_modules.kl_modules_tabbed li[class^=fa-]:before, #kl_wrapper.kl_flat_sections #kl_modules.kl_modules_tabbed li[class^=fa-]:before {margin: 7px 0 5px 10px; font-size: 20px; float: left;} .mceContentBody #kl_wrapper.kl_fp_flat_sections #kl_modules.kl_modules_tabbed li[class*=icon-]:before, .mceContentBody #kl_wrapper.kl_flat_sections #kl_modules.kl_modules_tabbed li[class*=icon-]:before, .mceContentBody #kl_wrapper.kl_fp_flat_sections #kl_modules.kl_modules_tabbed li[class^=icon-]:before, .mceContentBody #kl_wrapper.kl_flat_sections #kl_modules.kl_modules_tabbed li[class^=icon-]:before, .mceContentBody #kl_wrapper.kl_fp_flat_sections #kl_modules.kl_modules_tabbed li[class*=fa-]:before, .mceContentBody #kl_wrapper.kl_flat_sections #kl_modules.kl_modules_tabbed li[class*=fa-]:before, .mceContentBody #kl_wrapper.kl_fp_flat_sections #kl_modules.kl_modules_tabbed li[class^=fa-]:before, .mceContentBody #kl_wrapper.kl_flat_sections #kl_modules.kl_modules_tabbed li[class^=fa-]:before {margin: 0 10px 0 0;} #kl_wrapper.kl_fp_flat_sections #kl_introduction p:first-child, #kl_wrapper.kl_flat_sections #kl_introduction p:first-child {font-size: 21px; font-weight: 200; line-height: 30px; } #kl_wrapper.kl_fp_flat_sections blockquote, #kl_wrapper.kl_flat_sections blockquote {border-left: 5px solid #E0E0E0; } /* CP */ #kl_wrapper.kl_flat_sections #kl_banner {background: #1e5799; padding: 20px 0; color: #fff; margin: 0 -25px 50px;} #kl_wrapper.kl_flat_sections #kl_banner h2 {text-transform: uppercase; text-align: center; border-top: 1px solid #fff; } #kl_wrapper.kl_flat_sections #kl_banner #kl_banner_left{display: block; background-color: #fff; font-size: 18px; line-height: 30px; width: 250px; margin: -15px auto 10px; border-radius: 30px; color: #696969; } #kl_wrapper.kl_flat_sections #kl_banner #kl_banner_right {font-size: 35px; margin-top: 20px; display: block; /*text-shadow: 1px 0px 2px #000;*/ } #kl_wrapper.kl_flat_sections #kl_banner #kl_banner_right .kl_subtitle { display: block; font-size: medium; line-height: 20px; margin-top: 5px;} @media screen and (max-width: 1350px) { #kl_wrapper.kl_fp_flat_sections #kl_navigation, #kl_wrapper.kl_flat_sections #kl_navigation {font-size: 14px; padding-bottom:0px; height: 40px;} #kl_wrapper.kl_fp_flat_sections #kl_navigation a[class*=icon-]:before, #kl_wrapper.kl_fp_flat_sections #kl_navigation a[class^=icon-]:before, #kl_wrapper.kl_fp_flat_sections #kl_navigation a[class*=fa-]:before, #kl_wrapper.kl_fp_flat_sections #kl_navigation a[class^=fa-]:before, #kl_wrapper.kl_flat_sections #kl_navigation a[class*=icon-]:before, #kl_wrapper.kl_flat_sections #kl_navigation a[class^=icon-]:before, #kl_wrapper.kl_flat_sections #kl_navigation a[class*=fa-]:before, #kl_wrapper.kl_flat_sections #kl_navigation a[class^=fa-]:before {padding: 5px 0px; width:25px; } } @media screen and (max-width: 1100px) { #kl_wrapper.kl_fp_flat_sections #kl_navigation, #kl_wrapper.kl_flat_sections #kl_navigation {font-size: 12px; padding-bottom:0px;height: 35px;} #kl_wrapper.kl_fp_flat_sections #kl_navigation a[class*=icon-]:before, #kl_wrapper.kl_fp_flat_sections #kl_navigation a[class^=icon-]:before, #kl_wrapper.kl_fp_flat_sections #kl_navigation a[class*=fa-]:before, #kl_wrapper.kl_fp_flat_sections #kl_navigation a[class^=fa-]:before, #kl_wrapper.kl_flat_sections #kl_navigation a[class*=icon-]:before, #kl_wrapper.kl_flat_sections #kl_navigation a[class^=icon-]:before, #kl_wrapper.kl_flat_sections #kl_navigation a[class*=fa-]:before, #kl_wrapper.kl_flat_sections #kl_navigation a[class^=fa-]:before {padding: 4px 0px; width: 21px; font-size: 12px; } } /*********************************************************************/ /***** CP: BOOKMARK THEME ***************************************/ #kl_wrapper.kl_bookmark { color: #0F2439; width: 100%; } #kl_wrapper.kl_bookmark h3 { color: #0F2439; font-family: "PT Sans",Helvetica,Arial,sans-serif; font-weight: bold; border-bottom: 1px solid #E0E0E0; line-height: 25px; margin-top:45px;} #kl_wrapper.kl_bookmark #kl_banner {background-color: #0F2439; color: #FFF; font-family: "PT Sans"; margin: 13px -22px 30px; position: relative;} #kl_wrapper.kl_bookmark.kl_show_title #kl_banner {margin-top: 22px; } #kl_wrapper.kl_bookmark #kl_banner #kl_banner_left{ border-right: 3px solid #fff; display: table-cell; vertical-align: top; min-width: 50px; padding: 5px;} #kl_wrapper.kl_bookmark #kl_banner #kl_banner_left .kl_mod_text { padding: 0 10px; display: block; font-size: 16px; line-height: 19px; } #kl_wrapper.kl_bookmark #kl_banner #kl_banner_left .kl_mod_num { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAA+CAYAAABp/UjKAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABR0RVh0Q3JlYXRpb24gVGltZQA4LzEvMTMCoySgAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAAX9JREFUaIHt2qFuVFEQgOGzNE1DQtIEEnAgwIDBoOrq4AUqQYLjCRpcUwdPAK6VyD4AChQYBAYECBQkJCQEth/irrhplizbe8+eSTP/C8x8e+a6nUA5A51rvcBYJSRaCYlWQqKVkGglJFoJiVZCopWQaCUkWgmJVkKilZBoJSRaCYlWQqKVkGglJFoJiVZCopWQaK0C8qKUsltK+V11inp9w05vzh18qDWsFuQVrs750S7geY2BY0P+YBdrC65gB9/HHDwm5CO2ljjpa7qXG6WxIAfYXO7rLAVreKJ7yUENhfzA/WUBc0Bb+NQK8hrXhyJ6mE0crhJyjD2sj4U4AXqge+mqkM/YrgE4gbmBN7UgL3GxNqKHWce+7gJGgfzEw1UB5oC28WUo5C1utkL0MJd0F3EqyFNstEb0w6PZhfwX5Cvutl76X+EW3i2CHOFy62UXhQ08mwf5hcfT6XTSesllwr3ZBSl4j9utlzptuIKjgvOtlxnS7DEmE2fjP/7lLxeY31JVNwaXAAAAAElFTkSuQmCC) no-repeat center top; background-size: contain; width: 100%; height: 35px; color: #0F2439; margin: 3px auto 0; font-size: 0.8em; font-weight: bold; padding-top: 3px; text-align: center; display: block; line-height: 1em; } #kl_wrapper.kl_bookmark #kl_banner #kl_banner_right {padding: 5px 10px; display: table-cell;} #kl_wrapper.kl_bookmark #kl_banner #kl_banner_right .kl_subtitle { display: block; font-size: medium; line-height: 15px; margin-bottom: 15px;} /*********************************************************************/ /***** CP: BOX LEFT THEMES 1, 2, 3 **********************************/ /* BASE */ #kl_wrapper.kl_box_left h2, #kl_wrapper.kl_box_left_2 h2, #kl_wrapper.kl_box_left_3 h2 {border-bottom: 2px solid #c2c2c2; padding-bottom: 15px; margin: 0 0 35px; } #kl_wrapper.kl_box_left h3, #kl_wrapper.kl_box_left_2 h3, #kl_wrapper.kl_box_left_3 h3 {border-bottom: 1px solid #c2c2c2; border-top: 1px solid #c2c2c2;padding: 5px 10px; margin: 35px 0 20px -10px;} #kl_wrapper.kl_box_left h3:before, #kl_wrapper.kl_box_left_2 h3:before, #kl_wrapper.kl_box_left_3 h3:before { display: inline-block; width: 35px; text-align: center; height: 35px; line-height: 35px; margin-right: 10px; -webkit-box-shadow: 1px 1px 1px #000000; -moz-box-shadow: 1px 1px 1px #000000; box-shadow: 1px 1px 1px #000000; } #kl_wrapper.kl_box_left #kl_banner, #kl_wrapper.kl_box_left_2 #kl_banner, #kl_wrapper.kl_box_left_3 #kl_banner {margin: 15px -25px 50px; position: relative;} #kl_wrapper.kl_box_left #kl_banner_left, #kl_wrapper.kl_box_left_2 #kl_banner_left, #kl_wrapper.kl_box_left_3 #kl_banner_left {font-weight: normal; font-size: 16px; line-height: 20px; display: block; float: left; margin-left: 15px; -webkit-box-shadow: 1px 1px 1px #000000; -moz-box-shadow: 1px 1px 1px #000000; box-shadow: 1px 1px 1px #000000; } #kl_wrapper.kl_box_left #kl_banner_left .kl_mod_text, #kl_wrapper.kl_box_left_2 #kl_banner_left .kl_mod_text, #kl_wrapper.kl_box_left_3 #kl_banner_left .kl_mod_text { padding: 10px 5px 10px 10px; display: inline-block; } #kl_wrapper.kl_box_left #kl_banner_left .kl_mod_num, #kl_wrapper.kl_box_left_2 #kl_banner_left .kl_mod_num, #kl_wrapper.kl_box_left_3 #kl_banner_left .kl_mod_num { padding: 10px 10px 10px 5px; display: inline-block; } #kl_wrapper.kl_box_left #kl_banner_right, #kl_wrapper.kl_box_left_2 #kl_banner_right, #kl_wrapper.kl_box_left_3 #kl_banner_right {font-size: 25px; font-weight: normal; padding: 0px 10px; } #kl_wrapper.kl_box_left #kl_banner #kl_banner_right .kl_subtitle, #kl_wrapper.kl_box_left_2 #kl_banner #kl_banner_right .kl_subtitle, #kl_wrapper.kl_box_left_3 #kl_banner #kl_banner_right .kl_subtitle { font-size: medium; line-height: 15px; position: absolute; bottom: 5px; right: 25px;} /* VARIATIONS */ #kl_wrapper.kl_box_left #kl_banner #kl_banner_left {background: #0F2439; color: #fff; text-shadow: 1px 1px 2px #000000;} #kl_wrapper.kl_box_left_2 #kl_banner #kl_banner_left {background: #AC8D73; color: #fff; font-weight: normal; font-size: 16px; text-shadow: 1px 1px 2px #000000; line-height: 20px; display: block; float: left; -webkit-box-shadow: 1px 1px 1px #000000; -moz-box-shadow: 1px 1px 1px #000000; box-shadow: 1px 1px 1px #000000; } #kl_wrapper.kl_box_left_3 #kl_banner #kl_banner_left {background: #A4AEB5; color: #fff; font-weight: normal; font-size: 16px; text-shadow: 1px 1px 2px #000000; line-height: 20px; display: block; float: left; -webkit-box-shadow: 1px 1px 1px #000000; -moz-box-shadow: 1px 1px 1px #000000; box-shadow: 1px 1px 1px #000000; } #kl_wrapper.kl_box_left h3:before { background: #A4AEB5; color: #fff; text-shadow: 0px 0px 2px #000000; } #kl_wrapper.kl_box_left_2 h3:before { background: #0F2439; color: #fff; } #kl_wrapper.kl_box_left_3 h3:before { background: #A4AEB5; color: #fff; text-shadow: 0px 0px 2px #000000; } /*********************************************************************/ /***** CP: SQUARE RIGHT THEMES 1, 2, 3 ******************************/ /* BASE */ #kl_wrapper.kl_square_right .kl_mod_text, #kl_wrapper.kl_square_right_2 .kl_mod_text, #kl_wrapper.kl_square_right_3 .kl_mod_text {display: block; padding: 8px; line-height: 20px;} #kl_wrapper.kl_square_right .kl_mod_num, #kl_wrapper.kl_square_right_2 .kl_mod_num, #kl_wrapper.kl_square_right_3 .kl_mod_num {font-size: 30px; line-height: 30px; display: block; padding: 0px 0 10px;} #kl_wrapper.kl_square_right #kl_banner, #kl_wrapper.kl_square_right_2 #kl_banner, #kl_wrapper.kl_square_right_3 #kl_banner { margin: 35px -25px 45px;} #kl_wrapper.kl_square_right h2, #kl_wrapper.kl_square_right_2 h2, #kl_wrapper.kl_square_right_3 h2 { position: relative; font-weight: normal; padding: 5px; margin-top: 15px; line-height: 30px;} #kl_wrapper.kl_square_right h3, #kl_wrapper.kl_square_right_2 h3, #kl_wrapper.kl_square_right_3 h3 { position: relative; border: 1px solid #D5D5D5; padding: 0 20px; margin: 35px -26px 20px; line-height: 35px;} #kl_wrapper.kl_square_right h3:before, #kl_wrapper.kl_square_right_2 h3:before, #kl_wrapper.kl_square_right_3 h3:before { display: inline-block; width: 45px; text-align: center; height: 45px; line-height: 45px; font-size: 25px; margin-right: 10px; -webkit-box-shadow: 1px 1px 1px #000000; -moz-box-shadow: 1px 1px 1px #000000; box-shadow: 1px 1px 1px #000000; position: absolute; right: 15px; top: -6px; } #kl_wrapper.kl_square_right #kl_banner_left, #kl_wrapper.kl_square_right_2 #kl_banner_left, #kl_wrapper.kl_square_right_3 #kl_banner_left { color: #fff; float: right; font-size: 16px; height: 75px; min-width: 80px; margin: -23px 25px 0 10px; margin-bottom: 10px; text-align: center; display: inline-block; text-shadow: 1px 1px 2px #000000; -webkit-box-shadow: 1px 1px 1px #000000; -moz-box-shadow: 1px 1px 1px #000000; box-shadow: 1px 1px 1px #000000;} #kl_wrapper.kl_square_right #kl_banner_right, #kl_wrapper.kl_square_right_2 #kl_banner_right, #kl_wrapper.kl_square_right_3 #kl_banner_right { padding: 5px 5px 5px 20px; } #kl_wrapper.kl_square_right #kl_banner_right .kl_subtitle, #kl_wrapper.kl_square_right_2 #kl_banner_right .kl_subtitle, #kl_wrapper.kl_square_right_3 #kl_banner_right .kl_subtitle { padding: 5px 5px 5px 25px; position: absolute; display: block; text-shadow: none; color: #575757; font-size: medium;} /* VARIATIONS */ #kl_wrapper.kl_square_right h2 {background: #A4AEB5; color: #ffffff; text-shadow: 1px 1px 2px #000000;} #kl_wrapper.kl_square_right #kl_banner_left {background: #0F2439; } #kl_wrapper.kl_square_right h3:before { background: #0F2439; color: #fff;} #kl_wrapper.kl_square_right_2 h2 {background: #0F2439; color: #ffffff; } #kl_wrapper.kl_square_right_2 #kl_banner_left {background: #AC8D73; } #kl_wrapper.kl_square_right_2 h3:before { background: #AC8D73; color: #fff; text-shadow: 1px 1px 2px #000000;} #kl_wrapper.kl_square_right_3 h2 {background: #0F2439; color: #ffffff;} #kl_wrapper.kl_square_right_3 #kl_banner_left {background: #A4AEB5; } #kl_wrapper.kl_square_right_3 h3:before { background: #A4AEB5; color: #fff; text-shadow: 1px 1px 2px #000000;} /*********************************************************************/ /***** CP: CIRCLE-LEFT THEMES 1, 2, 3 ******************************/ /* BASE */ #kl_wrapper.kl_circle_left h3, #kl_wrapper.kl_circle_left_2 h3, #kl_wrapper.kl_circle_left_3 h3 { position: relative; border: 1px solid #A4AEB5; margin-left: 20px; padding-left: 30px; line-height: 30px; border-radius: 10px;} #kl_wrapper.kl_circle_left h3:before, #kl_wrapper.kl_circle_left_2 h3:before, #kl_wrapper.kl_circle_left_3 h3:before { display: inline-block; width: 40px; text-align: center; height: 40px; line-height: 40px; font-size: 18px; margin-right: 10px; position: absolute; left: -20px; top: -5px; border-radius: 20px;} #kl_wrapper.kl_circle_left #kl_banner, #kl_wrapper.kl_circle_left_2 #kl_banner, #kl_wrapper.kl_circle_left_3 #kl_banner { position:relative; -webkit-box-shadow: 1px 1px 1px #000000; -moz-box-shadow: 1px 1px 1px #000000; box-shadow: 1px 1px 1px #000000; margin: 30px -25px 50px; } #kl_wrapper.kl_circle_left #kl_banner_left, #kl_wrapper.kl_circle_left_2 #kl_banner_left, #kl_wrapper.kl_circle_left_3 #kl_banner_left { float: left; border-radius: 40px; width: 60px; height: 60px; text-align: center; margin: -10px 10px 0 25px; -webkit-box-shadow: 1px 1px 1px #000000; -moz-box-shadow: 1px 1px 1px #000000; box-shadow: 1px 1px 1px #000000; } #kl_wrapper.kl_circle_left .kl_mod_text, #kl_wrapper.kl_circle_left_2 .kl_mod_text, #kl_wrapper.kl_circle_left_3 .kl_mod_text { display:none; } #kl_wrapper.kl_circle_left .kl_mod_num, #kl_wrapper.kl_circle_left_2 .kl_mod_num, #kl_wrapper.kl_circle_left_3 .kl_mod_num { margin-top: 10px; display: block; font-size: 25px; } #kl_wrapper.kl_circle_left #kl_banner_right, #kl_wrapper.kl_circle_left_2 #kl_banner_right, #kl_wrapper.kl_circle_left_3 #kl_banner_right { padding: 0 10px; font-weight: normal; text-shadow: 1px -1px 1px #000; display: flex; } #kl_wrapper.kl_circle_left #kl_banner_right .kl_subtitle, #kl_wrapper.kl_circle_left_2 #kl_banner_right .kl_subtitle, #kl_wrapper.kl_circle_left_3 #kl_banner_right .kl_subtitle { padding: 5px; position: absolute; display: block; text-shadow: none; color: #575757; font-size: medium; right: 25px; bottom: -40px;} /* VARIATIONS */ #kl_wrapper.kl_circle_left #kl_banner { background: #A4AEB5; color: #fff; } #kl_wrapper.kl_circle_left #kl_banner_left { background: #0F2439; } #kl_wrapper.kl_circle_left h3:before { background: #0F2439; color: #fff;} #kl_wrapper.kl_circle_left_2 #kl_banner { background: #003366; } #kl_wrapper.kl_circle_left_2 #kl_banner_left { background: #AC8D73; text-shadow: 1px 1px 2px #000; color: #fff; } #kl_wrapper.kl_circle_left_2 #kl_banner_right { color: #fff; } #kl_wrapper.kl_circle_left_2 h3:before { background: #AC8D73; color: #fff; text-shadow: 1px 1px 2px #000;} #kl_wrapper.kl_circle_left_3 #kl_banner { background: #003366; } #kl_wrapper.kl_circle_left_3 #kl_banner_left { background: #A4AEB5; text-shadow: 1px 1px 2px #000; color: #fff; } #kl_wrapper.kl_circle_left_3 #kl_banner_right { color: #fff; } #kl_wrapper.kl_circle_left_3 h3:before { background: #A4AEB5; text-shadow: 1px 1px 2px #000; color: #fff;} /*********************************************************************/ /***** CP: ROUNDED-INSET THEMES 1, 2, 3 ******************************/ /* BASE */ #kl_wrapper.kl_rounded_inset #kl_banner, #kl_wrapper.kl_rounded_inset_2 #kl_banner, #kl_wrapper.kl_rounded_inset_3 #kl_banner { position:relative; padding: 6px 0; margin: 10px -25px 50px;} #kl_wrapper.kl_rounded_inset h2, #kl_wrapper.kl_rounded_inset_2 h2, #kl_wrapper.kl_rounded_inset_3 h2 { width: 90%; border-top-right-radius: 20px; border-bottom-right-radius: 20px; border: solid 1px #8A8A8A; border-left: none; margin: 0; font-weight: normal; background: #e5e5e5; /* Old browsers */ background: -moz-linear-gradient(top, #e5e5e5 0%, #fcfcfc 20%, #fcfcfc 80%, #e5e5e5 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(20%,#fcfcfc), color-stop(80%,#fcfcfc), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #e5e5e5 0%,#fcfcfc 20%,#fcfcfc 80%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #e5e5e5 0%,#fcfcfc 20%,#fcfcfc 80%,#e5e5e5 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #e5e5e5 0%,#fcfcfc 20%,#fcfcfc 80%,#e5e5e5 100%); /* IE10+ */ background: linear-gradient(to bottom, #e5e5e5 0%,#fcfcfc 20%,#fcfcfc 80%,#e5e5e5 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */} #kl_wrapper.kl_rounded_inset #kl_banner_left, #kl_wrapper.kl_rounded_inset_2 #kl_banner_left, #kl_wrapper.kl_rounded_inset_3 #kl_banner_left { margin-left: 10px; } #kl_wrapper.kl_rounded_inset .kl_mod_num, #kl_wrapper.kl_rounded_inset_2 .kl_mod_num, #kl_wrapper.kl_rounded_inset_3 .kl_mod_num { margin-left: 7px; } #kl_wrapper.kl_rounded_inset .kl_mod_num:after, #kl_wrapper.kl_rounded_inset_2 .kl_mod_num:after, #kl_wrapper.kl_rounded_inset_3 .kl_mod_num:after { content: ":"; } #kl_wrapper.kl_rounded_inset #kl_banner_right, #kl_wrapper.kl_rounded_inset_2 #kl_banner_right, #kl_wrapper.kl_rounded_inset_3 #kl_banner_right { margin-left: 5px; } #kl_wrapper.kl_rounded_inset h3, #kl_wrapper.kl_rounded_inset_2 h3, #kl_wrapper.kl_rounded_inset_3 h3 { text-transform: uppercase; border: 4px solid #efefef; border-left: none; border-top-right-radius: 20px; border-bottom-right-radius: 20px; width: 95%; margin-left: -25px; padding-left: 25px; } #kl_wrapper.kl_rounded_inset #kl_banner_right .kl_subtitle, #kl_wrapper.kl_rounded_inset_2 #kl_banner_right .kl_subtitle, #kl_wrapper.kl_rounded_inset_3 #kl_banner_right .kl_subtitle { padding: 5px; color: #575757; font-size: medium; line-height: 15px; position: absolute; bottom: -25px; right: 20px; } /* VARIATIONS */ #kl_wrapper.kl_rounded_inset #kl_banner { background: #0F2439; } #kl_wrapper.kl_rounded_inset_2 #kl_banner { background: #AC8D73; } #kl_wrapper.kl_rounded_inset_3 #kl_banner { background: #A4AEB5; } /*********************************************************************/ /***** CP: APPLE THEME ********************************************/ #kl_wrapper.kl_apple.kl_show_title #kl_banner { position:relative; margin-top: 10px;} #kl_wrapper.kl_apple #kl_banner { position:relative; margin: 10px -20px 50px;} #kl_wrapper.kl_apple #kl_banner h2 {line-height: 35px; border-radius: 5px; background: #0F2439; color: #fff; padding: 5px 10px 5px 2px; } #kl_wrapper.kl_apple #kl_banner #kl_banner_left{ float: left; height: 40px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; } #kl_wrapper.kl_apple #kl_banner #kl_banner_left .kl_mod_text { display: none; } #kl_wrapper.kl_apple #kl_banner #kl_banner_left .kl_mod_num { display: block; height: 24px; color: #0F2439; font-size: 16px; font-weight: bold; padding: 8px 18px; margin-top: 9px; text-align: center; position: relative; top: -46px; line-height: 20px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; } #kl_wrapper.kl_apple #kl_banner #kl_banner_left:before { font-family: 'canvas-icons'; display: inline-block; vertical-align: middle; position: relative; text-rendering: optimizeLegibility; text-transform: none !important; font-weight: normal !important; font-style: normal !important; top: 0px; left: 8px; color:#fff; font-size: 32px; content: "\f12b"; } #kl_wrapper.kl_apple #kl_banner #kl_banner_right { padding: 0px 10px; border-top-right-radius: 5px; } #kl_wrapper.kl_apple #kl_banner_right .kl_subtitle { font-size: medium; position: absolute; bottom: -30px; right: 0; color: #575757; } #kl_wrapper.kl_apple h3 { margin: 40px -15px 20px; border: 1px solid #BDBDBD; padding: 0 10px; border-radius: 5px; } /*********************************************************************/ /***** CP: EMTA THEME ********************************************/ #kl_wrapper.kl_emta { color: #0F2439; width: 100%; } #kl_wrapper.kl_emta h3 { color: #0F2439; font-family: "PT Sans",Helvetica,Arial,sans-serif; font-weight: bold; margin: 20px 0 0; } #kl_wrapper.kl_emta #kl_banner h2 { background-color: #0F2439; height: 2em; margin-bottom: 0; border-top-left-radius: 5px; border-top-right-radius: 5px; font-family: "PT Sans"; padding: 5px;} #kl_wrapper.kl_emta #kl_banner #kl_banner_left{ line-height: 1.3em; font-size: 1.2em; margin: 3px 10px 0 5px; padding: 0; float: left; text-align: center; width: 70px; height: 40px; border-right: 2px solid #fff; } #kl_wrapper.kl_emta #kl_banner #kl_banner_left .kl_mod_text{ display:none; } #kl_wrapper.kl_emta #kl_banner #kl_banner_left .kl_mod_num{ display: block; background: url(data:image/png;base64,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) no-repeat left top; background-size: contain; width: 32px; height: 25px; color:#0F2439; margin:4px auto; font-size: 0.6em; font-weight: bold; padding-top: 6px; line-height: 1.1em; } #kl_wrapper.kl_emta #kl_banner #kl_banner_right { padding: 2px 10px 0 2px; margin-right: 10px; color: #fff; } #kl_wrapper.kl_emta #kl_banner #kl_banner_bottom { background: #CACDCF; margin: 2px 0 10px 0; padding: 0 15px 1px 15px; clear:both; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } #kl_wrapper.kl_emta #kl_banner #kl_banner_bottom h3{ margin: 0; } #kl_wrapper.kl_emta #kl_banner #kl_banner_bottom #kl_description { background: #0F2439; color: #fff; margin: 0 0 10px 0; padding: 1px 15px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; } /*********************************************************************/ /***** CP: GENERIC THEME ********************************************/ #kl_wrapper.kl_generic #kl_banner{ margin: 25px 0; } #kl_wrapper.kl_generic #kl_banner #kl_banner_left .kl_mod_num{ margin-left: 5px; } #kl_wrapper.kl_generic #kl_banner_right .kl_subtitle { font-size: medium; display: block; line-height: 15px;} /*********************************************************************/ /***** BASIC COLOR THEME ********************************************/ #kl_wrapper.kl_basic_color.kl_show_title #kl_banner {margin-top: 22px; } #kl_wrapper.kl_basic_color #kl_banner {background-color: #0F2439; color: #FFF; font-family: "PT Sans"; position: relative;} #wiki_page_show #kl_wrapper.kl_basic_color #kl_banner { margin: 13px -22px 30px;} #kl_wrapper.kl_basic_color #kl_banner h2 { line-height: 26px; font-size: 26px; } #kl_wrapper.kl_basic_color #kl_banner h2 small { line-height: 29px; margin-left: 5px; } #kl_wrapper.kl_basic_color #kl_banner #kl_banner_left {display: table-cell; border-right: 2px solid #fff; font-size: 1.2em; padding: 10px;} #kl_wrapper.kl_basic_color #kl_banner #kl_banner_left .kl_mod_text, #kl_wrapper.kl_basic_color #kl_banner #kl_banner_left .kl_mod_num {width: 100%; padding: 2px 0 1px; display: block; font-size: 24px; line-height: 26px; text-align: center;} #kl_wrapper.kl_basic_color #kl_banner #kl_banner_right {display: table-cell; padding: 10px; line-height: 26px; letter-spacing: 0.3px; font-size: 25px; overflow: hidden; text-overflow: ellipsis;} #kl_wrapper.kl_basic_color #kl_banner_right .kl_subtitle { font-size: medium; display: block; line-height: 25px;} /*********************************************************************/ /***** FP & CP COLORED HEADINGS THEME *******************************/ /* FP */ #kl_wrapper.kl_fp_colored_headings #kl_banner { border: none; background: #2F4661; color: #fff; margin: 0 0 5px 0; padding: 0 0 5px; overflow: visible;} #kl_wrapper.kl_fp_colored_headings #kl_banner h2 { position: relative; text-align: center; text-transform: uppercase; padding: 20px 0 0;} #kl_wrapper.kl_fp_colored_headings #kl_banner_image { border: none; margin: 0;} #kl_wrapper.kl_fp_colored_headings #kl_banner #kl_banner_left {background-color: #fff; color: #696969; display: inline-block; font-size: 18px; line-height: 20px; padding: 5px 20px; position: absolute; left: 15px; top: 15px; border-bottom: 10px solid #696969;} #kl_wrapper.kl_fp_colored_headings #kl_banner #kl_banner_left .kl_mod_text, #kl_wrapper.kl_fp_colored_headings #kl_banner #kl_banner_left .kl_mod_num {width: 100%; padding: 2px 0 1px; display: block; font-size: 24px; line-height: 26px; text-align: center;} #kl_wrapper.kl_fp_colored_headings #kl_banner #kl_banner_right {display: block; font-size: 35px; margin: 0 0 0 135px; text-align: left; } #kl_wrapper.kl_fp_colored_headings #kl_banner #kl_banner_right .kl_subtitle { display: block; font-size: medium; line-height: 20px; margin-top: 5px;} /* CP */ #kl_wrapper.kl_colored_headings #kl_banner {background: #2F4661; color: #fff; padding: 0 0 5px; margin: 0 -25px 50px; } #kl_wrapper.kl_colored_headings #kl_banner h2 { position: relative; text-align: center; text-transform: uppercase; } #kl_wrapper.kl_colored_headings #kl_banner #kl_banner_left {background-color: #fff; color: #696969; display: inline-block; font-size: 18px; line-height: 20px; margin: 0 auto 10px; padding: 5px 20px; } #kl_wrapper.kl_colored_headings #kl_banner #kl_banner_right {display: block; font-size: 35px; margin-top: 0; } #kl_wrapper.kl_colored_headings #kl_banner #kl_banner_right .kl_subtitle { display: block; font-size: medium; line-height: 20px; margin-top: 5px;} /* SHARED */ #kl_wrapper.kl_fp_colored_headings > div, #kl_wrapper.kl_colored_headings > div {background-color: #fff; border: 1px solid #c2c2c2; font-size: 16px; margin: 35px 0 10px; overflow: hidden; padding: 20px; } #kl_wrapper.kl_fp_colored_headings > div img, #kl_wrapper.kl_colored_headings > div img {background: #fff; border: 1px solid #ccc; padding: 5px; } #kl_wrapper.kl_fp_colored_headings, #kl_wrapper.kl_colored_headings {background-color: #efefef; } #kl_wrapper.kl_colored_headings.kl_show_title #kl_banner {margin-top: 25px; } #kl_wrapper.kl_fp_colored_headings #kl_banner_image, #kl_wrapper.kl_colored_headings #kl_banner_image {margin-bottom: 5px; padding: 0; } #kl_wrapper.kl_fp_colored_headings #kl_banner_image img, #kl_wrapper.kl_colored_headings #kl_banner_image img {border: none; padding: 0; } #kl_wrapper.kl_fp_colored_headings li[class*=icon-]:before, #kl_wrapper.kl_fp_colored_headings li[class^=icon-]:before, #kl_wrapper.kl_fp_colored_headings li[class*=fa-]:before, #kl_wrapper.kl_fp_colored_headings li[class^=fa-]:before, #kl_wrapper.kl_colored_headings li[class*=icon-]:before, #kl_wrapper.kl_colored_headings li[class^=icon-]:before, #kl_wrapper.kl_colored_headings li[class*=fa-]:before, #kl_wrapper.kl_colored_headings li[class^=fa-]:before {display: inline-block; font-size: 1.2em; margin-left: -30px; margin-right: 11px; text-align: right; width: 18px; } #kl_wrapper.kl_fp_colored_headings #kl_navigation, #kl_wrapper.kl_colored_headings #kl_navigation {background-color: #2F4661; color: #fff; height: inherit; margin: 0 0 20px; overflow: hidden; padding: 0; width: 100%; border:none; } #kl_wrapper.kl_fp_colored_headings #kl_navigation ul, #kl_wrapper.kl_colored_headings #kl_navigation ul {margin-bottom: 0; } #kl_wrapper.kl_fp_colored_headings #kl_navigation li, #kl_wrapper.kl_colored_headings #kl_navigation li {background: none; padding: 7px 5px; } #kl_wrapper.kl_fp_colored_headings #kl_navigation a[class*=icon-]:before, #kl_wrapper.kl_fp_colored_headings #kl_navigation a[class^=icon-]:before, #kl_wrapper.kl_fp_colored_headings #kl_navigation a[class*=fa-]:before, #kl_wrapper.kl_fp_colored_headings #kl_navigation a[class^=fa-]:before, #kl_wrapper.kl_colored_headings #kl_navigation a[class*=icon-]:before, #kl_wrapper.kl_colored_headings #kl_navigation a[class^=icon-]:before, #kl_wrapper.kl_colored_headings #kl_navigation a[class*=fa-]:before, #kl_wrapper.kl_colored_headings #kl_navigation a[class^=fa-]:before {display: inline-block; background: #fff; padding: 6px 0px 3px; text-align: center; color: #696969; margin-right: 8px; border-bottom: 5px solid #696969;} #kl_wrapper.kl_fp_colored_headings #kl_modules .ui-widget-content, #kl_wrapper.kl_colored_headings #kl_modules .ui-widget-content { border: 1px solid #C2C2C2; background: #fff; border-radius: 0;} #kl_wrapper.kl_fp_colored_headings .context_module, #kl_wrapper.kl_colored_headings .context_module, #kl_wrapper.kl_fp_colored_headings .context_module .header, #kl_wrapper.kl_colored_headings .context_module .header, #kl_wrapper.kl_fp_colored_headings #kl_modules.kl_modules_tabbed ul.ui-tabs-nav li.ui-state-default, #kl_wrapper.kl_colored_headings #kl_modules.kl_modules_tabbed ul.ui-tabs-nav li.ui-state-default { background: #fff; } #kl_wrapper.kl_fp_colored_headings #kl_modules li[class*=icon-]:before, #kl_wrapper.kl_colored_headings #kl_modules li[class*=icon-]:before, #kl_wrapper.kl_fp_colored_headings #kl_modules li[class^=icon-]:before, #kl_wrapper.kl_colored_headings #kl_modules li[class^=icon-]:before {margin: 4px 10px 5px 0; font-size: 20px; float: left;} #kl_wrapper.kl_fp_colored_headings #kl_modules li[class*=fa-]:before, #kl_wrapper.kl_colored_headings #kl_modules li[class*=fa-]:before, #kl_wrapper.kl_fp_colored_headings #kl_modules li[class^=fa-]:before, #kl_wrapper.kl_colored_headings #kl_modules li[class^=fa-]:before {margin: 0 10px 5px 0; font-size: 20px; float: left;} #kl_wrapper.kl_fp_colored_headings #kl_modules.kl_modules_tabbed li[class*=icon-]:before, #kl_wrapper.kl_colored_headings #kl_modules.kl_modules_tabbed li[class*=icon-]:before, #kl_wrapper.kl_fp_colored_headings #kl_modules.kl_modules_tabbed li[class^=icon-]:before, #kl_wrapper.kl_colored_headings #kl_modules.kl_modules_tabbed li[class^=icon-]:before {margin: 9px 0 5px 10px; font-size: 20px; float: left;} #kl_wrapper.kl_fp_colored_headings #kl_modules.kl_modules_tabbed li[class*=fa-]:before, #kl_wrapper.kl_colored_headings #kl_modules.kl_modules_tabbed li[class*=fa-]:before, #kl_wrapper.kl_fp_colored_headings #kl_modules.kl_modules_tabbed li[class^=fa-]:before, #kl_wrapper.kl_colored_headings #kl_modules.kl_modules_tabbed li[class^=fa-]:before {margin: 7px 0 5px 10px; font-size: 20px; float: left;} .mceContentBody #kl_wrapper.kl_fp_colored_headings #kl_modules.kl_modules_tabbed li[class*=icon-]:before, .mceContentBody #kl_wrapper.kl_colored_headings #kl_modules.kl_modules_tabbed li[class*=icon-]:before, .mceContentBody #kl_wrapper.kl_fp_colored_headings #kl_modules.kl_modules_tabbed li[class^=icon-]:before, .mceContentBody #kl_wrapper.kl_colored_headings #kl_modules.kl_modules_tabbed li[class^=icon-]:before, .mceContentBody #kl_wrapper.kl_fp_colored_headings #kl_modules.kl_modules_tabbed li[class*=fa-]:before, .mceContentBody #kl_wrapper.kl_colored_headings #kl_modules.kl_modules_tabbed li[class*=fa-]:before, .mceContentBody #kl_wrapper.kl_fp_colored_headings #kl_modules.kl_modules_tabbed li[class^=fa-]:before, .mceContentBody #kl_wrapper.kl_colored_headings #kl_modules.kl_modules_tabbed li[class^=fa-]:before {margin: 0 10px 0 0;} /* Default Headings */ #kl_wrapper.kl_fp_colored_headings h3, #kl_wrapper.kl_colored_headings h3 { position: relative; background-color: #9D9D9D; border-top: 5px solid #696969; color: #fff; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 22px; letter-spacing: 3px; line-height: 55px; margin: -21px -21px 20px; text-align: center; text-transform: uppercase; } #kl_wrapper.kl_fp_colored_headings h3:before, #kl_wrapper.kl_colored_headings h3:before { position: absolute; background-color: #fff; color: #696969; display: block; font-size: 20px; height: 33px; line-height: 35px; text-align: center; width: 35px; top: 10px; left: 10px; border-bottom: 4px solid #696969; } /* Introduction */ #kl_wrapper.kl_fp_colored_headings #kl_introduction, #kl_wrapper.kl_colored_headings #kl_introduction {margin: 10px 0; } #kl_wrapper.kl_fp_colored_headings #kl_introduction p:first-child, #kl_wrapper.kl_colored_headings #kl_introduction p:first-child {font-size: 21px; font-weight: 200; line-height: 30px; } /* Objectives Blue*/ #kl_wrapper.kl_fp_colored_headings #kl_objectives h3, #kl_wrapper.kl_colored_headings #kl_objectives h3 {background-color: #3F98D3; border-top: 5px solid #2871A1; color: #fff; } /* Readings Red */ #kl_wrapper.kl_fp_colored_headings #kl_readings h3, #kl_wrapper.kl_colored_headings #kl_readings h3 {background-color: #DD4939; border-top: 5px solid #c0392b; color: #fff; } /* Lectures Green */ #kl_wrapper.kl_fp_colored_headings #kl_lectures h3, #kl_wrapper.kl_colored_headings #kl_lectures h3 {background-color: #3CC576; border-top: 5px solid #27ae60; color: #fff; } /* Activities Orange */ #kl_wrapper.kl_fp_colored_headings #kl_activities h3, #kl_wrapper.kl_colored_headings #kl_activities h3 {background-color: #e67e22; border-top: 5px solid #d35400; color: #fff; } /* Assignments Purple */ #kl_wrapper.kl_fp_colored_headings #kl_assignments h3, #kl_wrapper.kl_colored_headings #kl_assignments h3 {background-color: #9b59b6; border-top: 5px solid #8e44ad; color: #fff; } /* Other Styles */ #kl_wrapper.kl_fp_colored_headings h4, #kl_wrapper.kl_colored_headings h4 {border-bottom: 1px solid #E0E0E0; color: #000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 18px; letter-spacing: 3px; margin: 40px 0 20px; text-transform: uppercase; } #kl_wrapper.kl_fp_colored_headings h5, #kl_wrapper.kl_colored_headings h5 {border-bottom: 1px solid #E0E0E0; color: #000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; letter-spacing: 3px; margin: 40px 0 20px; } #kl_wrapper.kl_fp_colored_headings .link_holder img, #kl_wrapper.kl_colored_headings .link_holder img {background: none; border: none; } #kl_wrapper.kl_fp_colored_headings .well, #kl_wrapper.kl_colored_headings .well {background-color: #f5f5f5; border-radius: 4px; border: 1px solid #e3e3e3; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); margin-bottom: 20px; min-height: 20px; padding: 19px; } @media screen and (max-width: 1350px) { #kl_wrapper.kl_fp_colored_headings #kl_banner #kl_banner_right { font-size: 30px; } #kl_wrapper.kl_fp_colored_headings #kl_navigation, #kl_wrapper.kl_colored_headings #kl_navigation {font-size: 14px; padding-bottom:0px; height: 45px;} #kl_wrapper.kl_fp_colored_headings #kl_navigation a[class*=icon-]:before, #kl_wrapper.kl_fp_colored_headings #kl_navigation a[class^=icon-]:before, #kl_wrapper.kl_fp_colored_headings #kl_navigation a[class*=fa-]:before, #kl_wrapper.kl_fp_colored_headings #kl_navigation a[class^=fa-]:before, #kl_wrapper.kl_colored_headings #kl_navigation a[class*=icon-]:before, #kl_wrapper.kl_colored_headings #kl_navigation a[class^=icon-]:before, #kl_wrapper.kl_colored_headings #kl_navigation a[class*=fa-]:before, #kl_wrapper.kl_colored_headings #kl_navigation a[class^=fa-]:before {padding: 5px 0px; width:25px; } } @media screen and (max-width: 1100px) { #kl_wrapper.kl_fp_colored_headings #kl_banner #kl_banner_right { font-size: 25px; } #kl_wrapper.kl_fp_colored_headings #kl_navigation, #kl_wrapper.kl_colored_headings #kl_navigation {font-size: 12px; padding-bottom:0px;height: 40px;} #kl_wrapper.kl_fp_colored_headings #kl_navigation a[class*=icon-]:before, #kl_wrapper.kl_fp_colored_headings #kl_navigation a[class^=icon-]:before, #kl_wrapper.kl_fp_colored_headings #kl_navigation a[class*=fa-]:before, #kl_wrapper.kl_fp_colored_headings #kl_navigation a[class^=fa-]:before, #kl_wrapper.kl_colored_headings #kl_navigation a[class*=icon-]:before, #kl_wrapper.kl_colored_headings #kl_navigation a[class^=icon-]:before, #kl_wrapper.kl_colored_headings #kl_navigation a[class*=fa-]:before, #kl_wrapper.kl_colored_headings #kl_navigation a[class^=fa-]:before {padding: 4px 0px; width: 21px; font-size: 12px; } } /*********************************************************************/ /***** CP: BASIC BAR THEME ****************************************/ #kl_wrapper.kl_basic_bar #kl_banner { position:relative;} #kl_wrapper.kl_basic_bar #kl_banner h2 {line-height: 35px; border-radius: 5px; background: #8F0222; color: #fff; padding: 5px 10px 5px 2px; } #kl_wrapper.kl_basic_bar #kl_banner #kl_banner_left{height: 40px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; padding-left: 5px; } #kl_wrapper.kl_basic_bar #kl_banner #kl_banner_left{padding-left: 5px; } #kl_wrapper.kl_basic_bar #kl_banner_right .kl_subtitle { font-size: medium; position: absolute; bottom: -30px; right: 0; color: #575757; } #kl_wrapper.kl_basic_bar h3 { text-transform: uppercase; border-bottom: 1px solid #C7C7C7; height: 40px; margin: 30px 0 25px; } /**********************************************************************/ /************** ********************/ /************** END KENNETHWARE THEMES / CODE ********************/ /************** ********************/ /**********************************************************************/