/*********************************************************************/
/***** BEGIN DESIGNPLUS THEME IMPORT & CUSTOMIZATION  ****************/
/*********************************************************************/

:root {
    --dt-color-primary: #C9C9C9;
    --dt-color-primary-contrast: #000000;
    --dt-color-primary-dark-text: #000000;
    --dt-color-secondary: #DC242C;
    --dt-color-secondary-contrast: #FFFFFF;
    --dt-color-secondary-dark-text: #E68686;
    --dt-color-accent: #e6e6e6;
    --dt-color-accent-contrast: #000000;
    --dt-color-accent-dark-text: #A59B78;
    --dt-color-gray: #c9c9c9;
    --dt-color-gray-contrast: #000000;
    --dt-color-gray-dark-text: #636363;
    --dt-color-white: #FFFFFF;
    --dt-color-white-contrast: #000000;
    --dt-color-white-dark-text: #707070;
}

/*********************************************************************/
/***** END DESIGNPLUS THEME IMPORT & CUSTOMIZATION   *****************/
/*********************************************************************/

/*** XAVIER CUSTOMIZATIONS ***/
/*** XAVIER BRANDED BANNER ***/

.dp-wrapper.dp-flat-sections .dp-header,
.dp-wrapper .dp-header.dp-flat-sections
{
  background-image: url(https://www.xavierllandilo.catholic.edu.au/-/media/Files/CEDP/Sites/Secondary/XavierCollegeLlandilo-Files/2023-files/xavier-college-logo.png) !important;
  background-repeat: no-repeat !important;
  background-position: 5px 5px !important;
  background-size: auto 94% !important;
}

.dp-wrapper.dp-flat-sections .dp-header.dp-flat-sections .dp-heading,
.dp-wrapper .dp-header.dp-flat-sections .dp-heading,
.dp-wrapper.dp-flat-sections.variation-2 .dp-header.dp-flat-sections.variation-2 .dp-heading,
.dp-wrapper .dp-header.dp-flat-sections.variation-2 .dp-heading,
.dp-wrapper.dp-flat-sections.extended .dp-header.dp-flat-sections.extended .dp-heading,
.dp-wrapper .dp-header.dp-flat-sections.extended .dp-heading,
.dp-wrapper.dp-flat-sections.variation-2.extended .dp-header.dp-flat-sections.variation-2.extended .dp-heading,
.dp-wrapper .dp-header.dp-flat-sections.variation-2.extended .dp-heading
{
	border-top: 1px solid #dc242c;
   Width: 70%;
   margin-left: 15%;
}

.dp-wrapper.dp-flat-sections .dp-header.dp-flat-sections .dp-header-subtitle,
.dp-wrapper .dp-header.dp-flat-sections .dp-header-subtitle,
.dp-wrapper.dp-flat-sections.variation-2 .dp-header.dp-flat-sections.variation-2 .dp-header-subtitle,
.dp-wrapper .dp-header.dp-flat-sections.variation-2 .dp-header-subtitle,
.dp-wrapper.dp-flat-sections.extended .dp-header.dp-flat-sections.extended .dp-header-subtitle,
.dp-wrapper .dp-header.dp-flat-sections.extended .dp-header-subtitle,
.dp-wrapper.dp-flat-sections.variation-2.extended .dp-header.dp-flat-sections.variation-2.extended .dp-header-subtitle,
.dp-wrapper .dp-header.dp-flat-sections.variation-2.extended .dp-header-subtitle
{
   background: #fff;
   color: #696969;
   Width: 66%;
   Margin-left: 17%;
}

/*** XAVIER THEME ***/
/*** FLAT SECTIONS 2 ***/

/*** BANNER ***/
.dp-wrapper header.dp-header.dp-flat-sections.variation-2 span.dp-header-pre {
	background-color: #dc242c;
	color: #fff;
}


/*** LINK GRID ***/

.dp-wrapper nav.dp-link-grid.container-fluid.dp-flat-sections.variation-2,
.dp-wrapper nav.dp-link-grid.container-fluid.dp-flat-sections.variation-2.dp-fs-2 {
    padding: 0px;
}

.dp-wrapper nav.dp-link-grid.container-fluid.dp-flat-sections.variation-2 li a,
.dp-wrapper nav.dp-link-grid.container-fluid.dp-flat-sections.variation-2.dp-fs-2 li a {
    background-color: var(--dt-color-secondary);
    color: var(--dt-color-white);
    align-items: center;    
    justify-content: center;
}

.dp-wrapper nav.dp-link-grid.container-fluid.dp-flat-sections.variation-2 li a:hover,
.dp-wrapper nav.dp-link-grid.container-fluid.dp-flat-sections.variation-2.dp-fs-2 li a:hover {   
    background-color: var(--dt-color-primary-contrast);
    color: var(--dt-color-white);
    Text-decoration: none !important;
}

/*** FLAT SECTIONS EXTENDED ***/

.dp-wrapper nav.container-fluid.dp-link-grid.dp-flat-sections,
.dp-wrapper nav.container-fluid.dp-link-grid.dp-flat-sections.extended {
    padding: 0px;
}

.dp-wrapper nav.container-fluid.dp-link-grid.dp-flat-sections li a,
.dp-wrapper nav.container-fluid.dp-link-grid.dp-flat-sections.extended li a {
    background-color: var(--dt-color-secondary);
    color: var(--dt-color-white);
    align-items: center;    
    justify-content: center;
}

.dp-wrapper nav.container-fluid.dp-link-grid.dp-flat-sections li a:hover,
.dp-wrapper nav.container-fluid.dp-link-grid.dp-flat-sections.extended li a:hover,
.dp-wrapper nav.container-fluid.dp-link-grid.dp-flat-sections.extended li a:hover.xc-link-no-style {   
    background-color: var(--dt-color-primary-contrast);
    color: var(--dt-color-white);
    text-decoration: none !important;
}

.dp-wrapper nav.container-fluid.dp-link-grid.dp-flat-sections li a:visited i.fas.fa-home,
.dp-wrapper nav.container-fluid.dp-link-grid.dp-flat-sections li a:hover i.fas.fa-home,
.dp-wrapper nav.container-fluid.dp-link-grid.dp-flat-sections li a:active i.fas.fa-home,
.dp-wrapper nav.container-fluid.dp-link-grid.dp-flat-sections.extended li a:visited i,
.dp-wrapper nav.container-fluid.dp-link-grid.dp-flat-sections.extended li a:hover i,
.dp-wrapper nav.container-fluid.dp-link-grid.dp-flat-sections.extended li a:active i {
    background-color: var(--dt-color-white);
    color: var(--dt-color-primary-contrast);
}

/*** FLASH CARDS ***/
/*** Responsive Grid ***/

.xc-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 16px;
  padding: 16px;
  box-sizing: border-box;
  Text-align: center;
}

/*** XC LARGE LINK GRID ***/

.dp-content-block ul.xc-large-link-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 16px;
  padding: 16px;
  box-sizing: border-box;
  Text-align: center;
  list-style-type: none;
  margin: 0; 
}

@media (max-width: 1099px) {
.dp-content-block ul.xc-large-link-grid {
  grid-template-columns: 1fr;
}
}

.dp-content-block ul.xc-large-link-grid li {
  Background-color: #fff;
  Font-size: 1.5em;
  padding: 30px 10px;
  box-shadow: 5px 8px 18px #888888;
}

.dp-content-block ul.xc-large-link-grid li:hover {
  Background-color: var(--dt-color-secondary);
}

.dp-wrapper .dp-content-block ul.xc-large-link-grid li a {
  Text-decoration: none !important;
}

.dp-wrapper .dp-content-block ul.xc-large-link-grid li:hover a {
  Color: var(--dt-color-white);
  Text-decoration: none !important;
}

/*** XC SMALL LINK GRID ***/

.dp-content-block ul.xc-small-link-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 16px;
  padding: 0px;
  box-sizing: border-box;
  Text-align: center;
  list-style-type: none;
  margin: 0; 
}

@media (max-width: 1099px) {
.dp-content-block ul.xc-small-link-grid {
  grid-template-columns: 1fr;
}
}

.dp-content-block ul.xc-small-link-grid li {
  Font-size: 0.9em;
  padding: 5px 10px;
  box-shadow: 5px 8px 18px #888888;
  border-radius: 5px;
}

.dp-content-block ul.xc-small-link-grid li a {
  color: var(--dt-color-white);
}

.dp-content-block ul.xc-small-link-grid li:nth-child(4n+1),
.dp-content-block ul.xc-small-link-grid li:nth-child(4n+4) {
  Background-color: var(--dt-color-primary-dark-text);
}

.dp-content-block ul.xc-small-link-grid li:nth-child(4n+2),
.dp-content-block ul.xc-small-link-grid li:nth-child(4n+3) {
  Background-color: var(--dt-color-gray-dark-text);
}

.dp-content-block ul.xc-small-link-grid li:hover {
  Background-color: var(--dt-color-secondary);
}

.dp-wrapper .dp-content-block ul.xc-small-link-grid li a {
  Text-decoration: none !important;
}

.dp-wrapper .dp-content-block ul.xc-small-link-grid li:hover a {
  Color: var(--dt-color-white);
  Text-decoration: none !important;
}

/*** XC COURSE BANNER ***/

/* Scope all rules to this component to avoid Canvas/DesignPLUS collisions */
.xc-banner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  container-type: inline-size;          /* enables container query units (cqw) */
  --lower-third: 75%;                   /* vertical position of overlay */
  --side-gutter: 2vw;                   /* horizontal padding for overlay */
color: #fff;
}

.xc-banner, .xc-banner * {
  box-sizing: border-box;               /* predictable sizing */
}

/* Make the image fill the container width without cropping */
.xc-banner > img {
  display: block;
  width: 100%;
  height: auto;
}

/* Full-width overlay anchored to lower third */
.xc-banner__overlay {
  position: absolute;
  left: 0;
  right: 0;                             /* span full container width */
  top: var(--lower-third);              /* ~lower third */
  transform: translateY(-50%);          /* center on that line */
  width: 100%;
  text-align: center;
  padding: 0 var(--side-gutter);        /* keep a little gutter */
}

/* Title: kill default margins and scale responsively */
.xc-banner__title {
  margin: 0;
  line-height: 1.15;
  text-shadow: 0 2px 10px rgba(0,0,0,.5);

  /* Fallback: scale with viewport */
  font-size: clamp(12px, 4.5vw, 80px);
}

/* Prefer container-based scaling (supported in modern browsers) */
@supports (font-size: 1cqw) {
  .xc-banner__title {
    /* Scales with the width of .xc-banner, not the whole window */
    font-size: clamp(12px, 4.5vw, 80px);
  }
}

/*** LEGACY STYLING ***/
/*** XAVIER BANNER ****/

#kl_wrapper_3.kl_flat_sections #kl_banner {
  background-image: url(https://www.xavierllandilo.catholic.edu.au/-/media/Files/CEDP/Sites/Secondary/XavierCollegeLlandilo-Files/2023-files/xavier-college-logo.png) !important;
  background-repeat: no-repeat !important;
  background-position: 5px 5px !important;
  background-size: auto 94% !important;
}

#kl_wrapper_3.kl_flat_sections #kl_banner h2 {
   border-top: 1px solid #dc242c;
   Width: 70%;
   Margin-left: 15%;
}

#kl_wrapper_3.kl_flat_sections #kl_banner .kl_subtitle {
   background: #fff;
   color: #696969;
   Width: 66%;
   Margin-left: 17%;
}

#footer {
    display:none !important;
}

#cedpss-footer .footer__logo {
    background-color: transparent !important;
    background-image: url("https://www.xavierllandilo.catholic.edu.au/-/media/Files/CEDP/Sites/Secondary/XavierCollegeLlandilo-Files/2023-files/xavier-college-logo.png") !important;
    background-repeat: no-repeat !important;
    background-position: left top !important;
    background-size: cover !important;
    display: inline-block !important;
    height: 50px !important;
    margin: 0 20px 0 0 !important;
    width: 50px !important;
}

#cedpss-footer .ic-app-footer {
    background-color: #fff !important;
}

/********************************************************************/
/****** DEFAULT FLAT SECTIONS *******************************/

/**** FLAT SECTIONS ****/
#kl_wrapper_3.kl_flat_sections #kl_banner {
    background: #d3d3d3;
    color: #000;
}
#kl_wrapper_3.kl_flat_sections #kl_banner h2 {
   border-top: 1px solid #dc242c;
   Width: 66%;
   Margin-left: 17%;
}
#kl_wrapper_3.kl_flat_sections #kl_banner #kl_banner_left{
   background-color: #dc242c;
   color: #fff;
}
#kl_wrapper_3.kl_flat_sections #kl_banner .kl_subtitle {
   background: #fff;
   color: #696969;
   Width: 50%;
   Margin-left: 25%;
}
#kl_wrapper_3.kl_flat_sections #kl_banner #kl_description
 {
   border-radius: 25px;
   Text-align: center;
   background: #fff;
   color: #696969;
   width: 64%;
   Margin-left: 18%;
}

/***** FLAT SECTIONS MAIN ******/

#kl_wrapper_3.kl_flat_sections_main #kl_banner {
    background: #d3d3d3;
    color: #000;
}
#kl_wrapper_3.kl_flat_sections_main #kl_banner #kl_banner_left {
    background-color: #fff;
    color: #696969;
}
#kl_wrapper_3.kl_flat_sections_main #kl_banner .kl_subtitle {
   background: #fff;
   color: black;
}
#kl_wrapper_3.kl_flat_sections_main #kl_banner #kl_description {
   border-top: 2px solid #fff;
}

/**** SHARED ****/
#kl_wrapper_3.kl_flat_sections_main #kl_navigation,
#kl_wrapper_3.kl_flat_sections #kl_navigation {
    border: 0.5px solid black;
}
#kl_wrapper_3.kl_flat_sections_main #kl_navigation ul,
#kl_wrapper_3.kl_flat_sections #kl_navigation ul {
    text-align: center;
    background-color: #dc242c;
    color: #fff;
    Border: 0.5px solid black;
}
#kl_wrapper_3.kl_flat_sections #kl_navigation li a,
#kl_wrapper_3.kl_flat_sections #kl_navigation li a:visited,
#kl_wrapper_3.kl_flat_sections_main #kl_navigation li a,
#kl_wrapper_3.kl_flat_sections_main #kl_navigation li a:visited {
   color: #fff;
   border: 0.5px solid black;
}

#kl_wrapper_3.kl_flat_sections #kl_navigation li a:hover,
#kl_wrapper_3.kl_flat_sections #kl_navigation li a:focus,
#kl_wrapper_3.kl_flat_sections_main #kl_navigation li a:hover,
#kl_wrapper_3.kl_flat_sections_main #kl_navigation li a:focus {
    background: #000;
    color: #fff;
    Border: 0.5px solid black;
}
#kl_wrapper_3.kl_flat_sections #kl_navigation i:hover,
#kl_wrapper_3.kl_flat_sections #kl_navigation i:focus,
#kl_wrapper_3.kl_flat_sections_main #kl_navigation i:hover,
#kl_wrapper_3.kl_flat_sections_main #kl_navigation i:focus,
#kl_wrapper_3.kl_flat_sections_main #kl_navigation i,
#kl_wrapper_3.kl_flat_sections #kl_navigation i {
   background: #fff;
   color: #000;
   border: 1px solid #000;
}
/* Content */
#kl_wrapper_3.kl_flat_sections_main h3:not(.ui-state-default),
#kl_wrapper_3.kl_flat_sections h3:not(.ui-state-default) {
    color: #000;
    border-top: 1px solid lightgray;
}
#kl_wrapper_3.kl_flat_sections_main > div > i,
#kl_wrapper_3.kl_flat_sections > div > i {
    color: #696969;
    border: 1px solid #E0E0E0;
    background: #fff;
}
#kl_wrapper_3.kl_flat_sections_main h3:not(.ui-state-default) i:first-child,
#kl_wrapper_3.kl_flat_sections h3:not(.ui-state-default) i:first-child {
    color: #000;
    border: 1px solid #E0E0E0;
    background: #d3d3d3;
}
#kl_wrapper_3.kl_flat_sections_main h4,
#kl_wrapper_3.kl_flat_sections h4 {
    color: #000;
    border-bottom: 1px solid #E0E0E0;
}
#kl_wrapper_3.kl_flat_sections_main h5,
#kl_wrapper_3.kl_flat_sections h5 {
    color: #000;
    border-bottom: 1px solid #E0E0E0;
}
#kl_wrapper_3.kl_flat_sections_main > div:nth-child(odd),
#kl_wrapper_3.kl_flat_sections > div:nth-child(odd) {
    background: whitesmoke;
}
#kl_wrapper_3.kl_flat_sections_main .well,
#kl_wrapper_3.kl_flat_sections .well {
   background-color: #f5f5f5;
   border: 1px solid #e3e3e3;
   -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_3.kl_flat_sections_main blockquote,
#kl_wrapper_3.kl_flat_sections blockquote {
    border-left: 5px solid #E0E0E0;
}


/********************************************************************/
/**** FLAT SECTIONS & FLAT SECTIONS MAIN EXTENDED THEMES ************/

/**** FLAT SECTIONS ****/
#kl_wrapper_3.kl_flat_sections.extended #kl_banner {
    background: #d3d3d3;
    color: #000;
}
#kl_wrapper_3.kl_flat_sections.extended #kl_banner h2 {
   border-top: 1px solid #dc242c;
   Width: 66%;
   Margin-left: 17%;
}
#kl_wrapper_3.kl_flat_sections.extended #kl_banner #kl_banner_left{
   background-color: #dc242c;
   color: #fff;
}
#kl_wrapper_3.kl_flat_sections.extended #kl_banner .kl_subtitle {
   background: #fff;
   color: #696969;
   Width: 50%;
   Margin-left: 25%;
}
#kl_wrapper_3.kl_flat_sections.extended #kl_banner #kl_description
 {
   border-radius: 25px;
   Text-align: center;
   background: #fff;
   color: #696969;
   width: 64%;
   Margin-left: 18%;
}

/**** FLAT SECTIONS MAIN ****/
#kl_wrapper_3.kl_flat_sections_main.extended #kl_banner {
    background: #d3d3d3;
    color: #000;
}
#kl_wrapper_3.kl_flat_sections_main.extended #kl_banner #kl_banner_left{
    background-color: #fff;
    color: #696969;
}
#kl_wrapper_3.kl_flat_sections_main.extended #kl_banner .kl_subtitle {
   background: #fff;
   color: black;
}
#kl_wrapper_3.kl_flat_sections_main.extended #kl_banner #kl_description {
   border-top: 2px solid #fff;
}

/**** SHARED ****/
#kl_wrapper_3.kl_flat_sections_main.extended #kl_navigation,
#kl_wrapper_3.kl_flat_sections.extended #kl_navigation {
    border: 0.5px solid black;
}
#kl_wrapper_3.kl_flat_sections_main.extended #kl_navigation ul,
#kl_wrapper_3.kl_flat_sections.extended #kl_navigation ul {
    text-align: center;
    background-color: #dc242c;
    color: #fff;
    Border: 0.5px solid black;
}
#kl_wrapper_3.kl_flat_sections.extended #kl_navigation li a,
#kl_wrapper_3.kl_flat_sections.extended #kl_navigation li a:visited,
#kl_wrapper_3.kl_flat_sections_main.extended #kl_navigation li a,
#kl_wrapper_3.kl_flat_sections_main.extended #kl_navigation li a:visited {
   color: #fff;
   border: 0.5px solid black;
}
#kl_wrapper_3.kl_flat_sections.extended #kl_navigation li a:hover,
#kl_wrapper_3.kl_flat_sections.extended #kl_navigation li a:focus,
#kl_wrapper_3.kl_flat_sections_main.extended #kl_navigation li a:hover,
#kl_wrapper_3.kl_flat_sections_main.extended #kl_navigation li a:focus {
    background: #000;
    color: #fff;
    Border: 0.5px solid black;
}
#kl_wrapper_3.kl_flat_sections.extended #kl_navigation i:hover,
#kl_wrapper_3.kl_flat_sections.extended #kl_navigation i:focus,
#kl_wrapper_3.kl_flat_sections_main.extended #kl_navigation i:hover,
#kl_wrapper_3.kl_flat_sections_main.extended #kl_navigation i:focus,
#kl_wrapper_3.kl_flat_sections_main.extended #kl_navigation i,
#kl_wrapper_3.kl_flat_sections.extended #kl_navigation i {
   background: #fff;
   color: #000;
   border: 1px solid #000;
}
/* Content */
#kl_wrapper_3.kl_flat_sections_main.extended h3:not(.ui-state-default),
#kl_wrapper_3.kl_flat_sections.extended h3:not(.ui-state-default) {
    color: #000;
    border-top: 1px solid lightgray;
}
#kl_wrapper_3.kl_flat_sections_main.extended > div > i,
#kl_wrapper_3.kl_flat_sections.extended > div > i {
    color: #696969;
    border: 1px solid #E0E0E0;
    background: #fff;
}
#kl_wrapper_3.kl_flat_sections_main.extended h3:not(.ui-state-default) i:first-child,
#kl_wrapper_3.kl_flat_sections.extended h3:not(.ui-state-default) i:first-child {
    color: #000;
    border: 1px solid #E0E0E0;
    background: #d3d3d3;
}
#kl_wrapper_3.kl_flat_sections_main.extended h4,
#kl_wrapper_3.kl_flat_sections.extended h4 {
    color: #000;
    border-bottom: 1px solid #E0E0E0;
}
#kl_wrapper_3.kl_flat_sections_main.extended h5,
#kl_wrapper_3.kl_flat_sections.extended h5 {
    color: #000;
    border-bottom: 1px solid #E0E0E0;
}
#kl_wrapper_3.kl_flat_sections_main.extended > div:nth-child(odd),
#kl_wrapper_3.kl_flat_sections.extended > div:nth-child(odd) {
    background: whitesmoke;
}
#kl_wrapper_3.kl_flat_sections_main.extended .well,
#kl_wrapper_3.kl_flat_sections.extended .well {
   background-color: #f5f5f5;
   border: 1px solid #e3e3e3;
   -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_3.kl_flat_sections_main.extended blockquote,
#kl_wrapper_3.kl_flat_sections.extended blockquote {
    border-left: 5px solid #E0E0E0;
}

/****** FLAT SECTIONS VAR2 CSPD IMPORTS ********/

/**** FLAT SECTIONS MAIN ****/
#kl_wrapper_3.kl_flat_sections_main.variation_2 #kl_banner {
    background: #d3d3d3;
    color: #000;
}
#kl_wrapper_3.kl_flat_sections_main.variation_2 #kl_banner #kl_banner_left{
    background-color: #fff;
    color: #696969;
}
#kl_wrapper_3.kl_flat_sections_main.variation_2 #kl_banner .kl_subtitle {
   background: #fff;
   color: black;
}
#kl_wrapper_3.kl_flat_sections_main.variation_2 #kl_banner #kl_description {
   border-top: 2px solid #fff;
}

/**** FLAT SECTIONS ****/
#kl_wrapper_3.kl_flat_sections.variation_2 #kl_banner {
    background: #d3d3d3;
    color: #000;
}
#kl_wrapper_3.kl_flat_sections.variation_2 #kl_banner h2 {
   border-top: 1px solid #dc242c;
   Width: 66%;
   Margin-left: 17%;
}
#kl_wrapper_3.kl_flat_sections.variation_2 #kl_banner #kl_banner_left{
   background-color: #dc242c;
   color: #fff;
}
#kl_wrapper_3.kl_flat_sections.variation_2 #kl_banner .kl_subtitle {
   background: #fff;
   color: #696969;
   Width: 50%;
   Margin-left: 25%;
}
#kl_wrapper_3.kl_flat_sections.variation_2 #kl_banner #kl_description  {
   border-radius: 25px;
   Text-align: center;
   background: #fff;
   color: #696969;
   width: 64%;
   Margin-left: 18%;
}

/**** SHARED ****/
#kl_wrapper_3.kl_flat_sections_main.variation_2 #kl_navigation,
#kl_wrapper_3.kl_flat_sections.variation_2 #kl_navigation {
    border: 0.5px solid black;
}
#kl_wrapper_3.kl_flat_sections_main.variation_2 #kl_navigation ul,
#kl_wrapper_3.kl_flat_sections.variation_2 #kl_navigation ul {
    text-align: center;
    background-color: #dc242c;
    color: #fff;
    Border: 0.5px solid black;
}
#kl_wrapper_3.kl_flat_sections.variation_2 #kl_navigation li a,
#kl_wrapper_3.kl_flat_sections.variation_2 #kl_navigation li a:visited,
#kl_wrapper_3.kl_flat_sections_main.variation_2 #kl_navigation li a,
#kl_wrapper_3.kl_flat_sections_main.variation_2 #kl_navigation li a:visited {
   color: #fff;
   border: 1px solid black;
}
#kl_wrapper_3.kl_flat_sections.variation_2 #kl_navigation li a:hover,
#kl_wrapper_3.kl_flat_sections.variation_2 #kl_navigation li a:focus,
#kl_wrapper_3.kl_flat_sections_main.variation_2 #kl_navigation li a:hover,
#kl_wrapper_3.kl_flat_sections_main.variation_2 #kl_navigation li a:focus {
    background: #000;
    color: #fff;
    Border: 0.5px solid black;
}
#kl_wrapper_3.kl_flat_sections.variation_2 #kl_navigation i:hover,
#kl_wrapper_3.kl_flat_sections.variation_2 #kl_navigation i:focus,
#kl_wrapper_3.kl_flat_sections_main.variation_2 #kl_navigation i:hover,
#kl_wrapper_3.kl_flat_sections_main.variation_2 #kl_navigation i:focus,
#kl_wrapper_3.kl_flat_sections_main.variation_2 #kl_navigation i,
#kl_wrapper_3.kl_flat_sections.variation_2 #kl_navigation i {
   background: #fff;
   color: #000;
   border: 1px solid #000;
}
/* Content */
#kl_wrapper_3.kl_flat_sections_main.variation_2 h3:not(.ui-state-default),
#kl_wrapper_3.kl_flat_sections.variation_2 h3:not(.ui-state-default) {
    color: #000;
    border-top: 1px solid lightgray;
}
#kl_wrapper_3.kl_flat_sections_main.variation_2 > div > i,
#kl_wrapper_3.kl_flat_sections.variation_2 > div > i {
    color: #696969;
    border: 1px solid #E0E0E0;
    background: #fff;
}
#kl_wrapper_3.kl_flat_sections_main.variation_2 h3:not(.ui-state-default) i:first-child,
#kl_wrapper_3.kl_flat_sections.variation_2 h3:not(.ui-state-default) i:first-child {
    color: #000;
    border: 1px solid #E0E0E0;
    background: #d3d3d3;
}
#kl_wrapper_3.kl_flat_sections_main.variation_2 h4,
#kl_wrapper_3.kl_flat_sections.variation_2 h4 {
    color: #000;
    border-bottom: 1px solid #E0E0E0;
}
#kl_wrapper_3.kl_flat_sections_main.variation_2 h5,
#kl_wrapper_3.kl_flat_sections.variation_2 h5 {
    color: #000;
    border-bottom: 1px solid #E0E0E0;
}
#kl_wrapper_3.kl_flat_sections_main.variation_2 > div:nth-child(odd),
#kl_wrapper_3.kl_flat_sections.variation_2 > div:nth-child(odd) {
    background: whitesmoke;
}
#kl_wrapper_3.kl_flat_sections_main.variation_2 .well,
#kl_wrapper_3.kl_flat_sections.variation_2 .well {
   background-color: #f5f5f5;
   border: 1px solid #e3e3e3;
   -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_3.kl_flat_sections_main.variation_2 blockquote,
#kl_wrapper_3.kl_flat_sections.variation_2 blockquote {
    border-left: 5px solid #E0E0E0;
}