.genericListTable tr td, .membersTable tr td {
  background-color: #d4eded;
}
.WaGadgetContactProfileStateFinances .genericListTable .bottomRow .memberDirectoryBottomRow {
  background-color: #d4eded;
}
.log-in a {
  /*color:#212121!important;*/
}
a[class*="loginLink"] {
  color:#fff!important;
}
.zonePlace.zoneHeader1 {
    background-color: #ffea49 !important;
    padding:10px;
}
.zonePlace.zoneHeader2 {
    background-color: #206699 !important;
}
.zonePlace.zoneFooter2 {
    background-color: #599FD2;
}
.site-logo {
  padding-top:10px;
  width:100%
}
.WaGadgetMobilePanel .mobilePanel .menuInner ul ul li.sel>.item>a, .WaGadgetMobilePanel .mobilePanel .menuInner ul.firstLevel>li.sel>.item>a {
    background-color: #2B475B!important;
    color:#fff!important;
}
.WaGadgetMobilePanel .mobilePanel .mobilePanelButton:hover {
  color: #2B475B!important;
}

@media screen and (max-width: 768px) {
  .site-logo img {
    width: 100px;
    height: auto;
  }
  .ct-row-list {
    grid-template-rows: repeat(9, auto)!important; 
  }
}
h1 {
  font-weight: 600!important;
  font-family: Ubuntu!important;
}
h2 {
  font-weight: 500!important;
  font-family: Ubuntu!important;
}
h3 {
  font-family: Ubuntu!important;
}
.ct-div {
  background-color:#206699!important;
  border-radius:4px!important;
  color:#ffffff!important;
}
.ct-list-social ul {
  list-style-type: "\2605";
}
.ct-list-social ul li {
  padding-left: 5px;
}
.ct-list-sponsor ul {
  list-style-type: "\2713";
}
.ct-list-sponsor ul li {
  padding-left: 5px;
}
.ct-div-about {
  background-color:#206699!important;
  border-radius:4px!important;
  color:#ffffff!important;
  margin: 0px 28px;
}
.ct-div-about a {
  color:#ffea49!important;
}
.ct-div-about ul, .ct-sponsors ul {
  width: auto!important;
}
.ct-div-about ul li, .ct-sponsors ul li {
  margin: 0px 5px;
}
.ct-btn a {
  /*background:#0000ff!important;*/
}
.ct-events h3 {
  margin: 0;
  padding: 0;
  font-size: 30px!important;
  font-weight: 600!important;
}
body, p, li {
  font-family: Ubuntu!important;
  font-size:15px!important;
}
.ct-table, .ct-levels, .ct-placeholder > div, .ct-store {
  padding: 0px 28px!important;
}
.ct-table td:nth-child(odd) {
  background-color:#e3e3e3!important;
  border-radius:4px!important;
}
.ct-table > div table, .ct-levels > div table  {
  margin: 0 0 50px 0;
  min-width: 500px;
  width: 100%
}
.ct-table td div, .ct-levels td div {
  padding:5px!important;
  
}
.ct-levels td:nth-child(odd) {
  background-color:#206699!important;
  border-radius:4px!important;
}
.ct-levels h3 {
  color:#ffea49!important;
  font-weight:500!important;
}
.ct-levels div {
    color:#ffffff!important;
}

.ct-card-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 10px;
    padding: 0px 28px;
  }

  .ct-card {
    border: 1px solid #ddd;
    padding: 15px;
    display: flex;
    flex-direction: column;
    background-color:#206699!important;
  border-radius:4px!important;
  color:#ffffff!important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }

  .ct-card h2 {
    margin-top: 0;
    text-align: center;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
  }
.ct-card h3 {
  color:#ffea49!important;
  font-weight:500!important;
}
.ct-card h4 {
  color:#fff!important;
  margin: 0px!important;
}

  .ct-row-list {
    /*display: grid;
    grid-template-rows: repeat(9, 1fr); 
    flex-grow: 1;
    list-style: none;
    padding: 0;
    margin: 0;*/
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    flex-direction: column;
  }

  .ct-row {
    /*padding: 10px;*/
  }

  .ct-row:last-child {
    border-bottom: none;
  }

.ct-gadget h4 {
    font-weight: 500 !important;
    font-family: Ubuntu !important;
    font-sixe:28px;
}