<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    
    #page-content * h2 {font-size:1.5rem;}
    
	.stage * h2.subheader.text-secondary {
	    color: #444 !important;
	}
 	.stage * h1.display-4 {
     color:black !important;
    }
    
    .stage * p {
    	font-size:1.1rem !important;
        color:#444 !important;
    }
  
 .isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.nav-stacked &gt; li {
border:1px solid #ddd;
border-radius:6px;
}

.nav-stacked &gt; li:hover {
border:1px solid #30656d;
background-color:#30656d;
color:#fff;
}

.nav-stacked &gt; li &gt; a:hover {
color:#fff;
}


.dtable {
    display: table;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom:20px;
  }

  .dtable_cell {
    padding-left:8px;
    padding-right:8px;
  }
  
  .dtable_row {
    display: table-row;
  }
  
  .theader {
    display: table-row;
  }
  
  .dtable_header {
    display: table-cell;
    border-bottom: #ccc 1px solid;
    border-top: #ccc 1px solid;
    background: #30656d;
    color: #e5e5e5;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:8px;
    padding-right:8px;
    font-weight: 700;
  }
  
  .dtable_header:first-child {
    border-left: #ccc 1px solid;
    border-top-left-radius: 5px;
  }
  
  .dtable_header:last-child {
    border-right: #ccc 1px solid;
    border-top-right-radius: 5px;
  }
  
  .dtable_small {
    display: table-cell;
  }
  
  .dtable_row &gt; .dtable_small &gt; .dtable_cell:nth-child(odd) {
    display: none;
    background: #30656d;
    color: #e5e5e5;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .dtable_row &gt; .dtable_small &gt; .dtable_cell {
    padding-top: 3px;
    padding-bottom: 3px;
    color: #5b5b5b;
    border-top: #ccc 1px solid;
  }
  
  .dtable_row &gt; .dtable_small:first-child &gt; .dtable_cell {
  }
  
  .dtable_row &gt; .dtable_small:last-child &gt; .dtable_cell {

  }
  
  .dtable_row:last-child &gt; .dtable_small:last-child &gt; .dtable_cell:last-child {
    border-bottom-right-radius: 5px;
  }
  
  .dtable_row:last-child &gt; .dtable_small:first-child &gt; .dtable_cell:last-child {
    border-bottom-left-radius: 5px;
  }
  
  .dtable_row:nth-child(2n+3) {
    background: #e9e9e9;
  }
  
  @media screen and (max-width: 900px) {
    .dtable {
      width: 90%
    }
  }
  
  @media screen and (max-width: 650px) {
    .dtable {
      display: block;
    }
    .dtable_row:nth-child(2n+3) {
      background: none;
    }
    .theader {
      display: none;
    }
    .dtable_row &gt; .dtable_small &gt; .dtable_cell:nth-child(odd) {
      display: table-cell;
      width: 50%;
    }
    .dtable_cell {
      display: table-cell;
      width: 50%;
      padding-left:8px;
      padding-right:8px;
    }
    .dtable_row {
      display: table;
      width: 100%;
      border-collapse: separate;
      padding-bottom: 20px;
      margin: 5% auto 0;
      text-align: left;
    }
    .dtable_small {
      display: table-row;
    }
    .dtable_row &gt; .dtable_small:first-child &gt; .dtable_cell:last-child {
      border-left: none;
    }
    .dtable_row &gt; .dtable_small &gt; .dtable_cell:first-child {
      border-left: #ccc 1px solid;
    }
    .dtable_row &gt; .dtable_small:first-child &gt; .dtable_cell:first-child {
      border-top-left-radius: 5px;
      border-top: #ccc 1px solid;
    }
    .dtable_row &gt; .dtable_small:first-child &gt; .dtable_cell:last-child {
      border-top-right-radius: 5px;
      border-top: #ccc 1px solid;
    }
    .dtable_row &gt; .dtable_small:last-child &gt; .dtable_cell:first-child {
      border-right: none;
    }
    .dtable_row &gt; .dtable_small &gt; .dtable_cell:last-child {
      border-right: #ccc 1px solid;
    }
    .dtable_row &gt; .dtable_small:last-child &gt; .dtable_cell:first-child {
      border-bottom-left-radius: 5px;
    }
    .dtable_row &gt; .dtable_small:last-child &gt; .dtable_cell:last-child {
      border-bottom-right-radius: 5px;
    }
  }


    @media screen and (max-width:767px) {
      .container.page-content {
         padding-bottom: 133px;
      }

    }

    @media screen and (min-width: 768px)  {

       .background-image {min-height:400px;}
       
    }

    @media screen and (min-width:1400px) {
      
       section.background-image &gt; div {
         max-width:40%;
       } 
    }

    .noContainer &gt; div &gt; ul, ul.ce-menu, ul.ce-menu-2, ul.tree {
      list-style-type: none;
      margin: 0px;
      padding-left: 15px;
    }


    #page-footer h4 {
      color: #cfcfcf;
      display: block;
      border-bottom: 1px solid #fff;
    }

    .navbar {
      min-height:80px !important;
      padding-top:14px !important;
    }
    
    .navbar &gt; .container .navbar-brand, .navbar &gt; .container-fluid .navbar-brand {
      margin-left: -15px;
      min-width: 160px;
    }
    .navbar-header .navbar-brand &gt; img {
      display: block;
      height: 50px;
      width: auto;
      margin-top: -15px;
      padding-left: 6px;
      float: left;
    }
    .navbar-brand b {
      float: right;
    }

   .container.navBar-container {
     padding-bottom:15px;
   }

   .navbar-default {
     border-color: #30656d;
   }

   #main-navbar {
     background-color: #fff;
     border-bottom: 16px solid #3a7a84;
   }

.navbar-default .navbar-nav &gt; li &gt; a {
    color: #3a7a84 !important;
    font-size: 1.6rem;
}

  .navbar-right {
    margin-top:20px !important;
}

.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
    color: #ffffff !important;
    background-color: #3a7a84 !important;
}

.navbar-toggle {
  margin-top:30px !important;
}
    
    
.tagcloud05 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagcloud05 ul li {
  display: inline-block;
  margin: 0 0 .3em 1em;
  padding: 0;
}
.tagcloud05 ul li {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 1em;
  background-color: #3498db;
  border-radius: 0 3px 3px 0;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}
.tagcloud05 ul li::before {
  position: absolute;
  top: 0;
  left: -15px;
  content: '';
  width: 0;
  height: 0;
  border-color: transparent #3498db transparent transparent;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  -webkit-transition: .2s;
  transition: .2s;
}
.tagcloud05 ul li::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -3px;
  /*background-color: #fff;*/
  border-radius: 100%;
}
.tagcloud05 ul li span {
  display: block;
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tagcloud05 ul li:hover {
  background-color: #555;
  color: #fff;
}
.tagcloud05 ul li:hover::before {
  border-right-color: #555;
}

.workers {
    background-color: #30656d;
    color: white;
}

.workers.gray {
    background-color: gray;
}

.container-fluid.border {
    border: 1px solid gray;
    border-radius: 3px;
}

h4, .h4, h5, .h5 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.wsection:first-child {
    padding-top: 10px;
}


</pre></body></html>