/* =Theme customization starts here */
#main-header {
    border-bottom: 3px solid rgba(0,0,0,.1);
}
#product-menu-icons {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  vertical-align: top;
}
#product-menu-icons .product-menu-container {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 1em;
}
#product-menu-icons div.aos-init.aos-animate {
  transition: all 1s ease .2s;
}
#product-menu-icons div {
  transition: all 0.2s ease 0s;
}
/*-------------------product-menu-container.disc-tiled------------------*/
#product-menu-icons .product-menu-container.disc-tiled {
  width: 100%;
  max-width: 347px;
  margin: 0 5px 20px;
  line-height: 1.25em;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 87.5%;
  box-shadow: 0px 20px 10px -20px #ccc;
}
@media only screen and (max-width: 676px) {
  #product-menu-icons .product-menu-container.disc-tiled {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
  }
}
#product-menu-icons .product-menu-container .disc-tiled-text {
  font-weight: 300;
  font-size: 120%;
  line-height: 1.5em;
}
#product-menu-icons .product-menu-container.disc-tiled img {
  max-width: 120px;
  width: 100%;
}
.disc-tiled-line {
  display: inline-flex;
  width: 100%;
  padding: 10px;
}
.view-link a {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #cc0000;
    border-radius: 5px;
    padding: 2px 10px;
    color: #cc0000;
    font-size: 87.5%;
}
.view-link a:hover {
  text-decoration: none;
  background-color: #ccc;
  color: #fff !important;
  border: 1px solid #ccc;
}
.disc-tiled-line:nth-child(2n+0) {
  background-color: rgba(0, 0, 0, 0.03);
}
.disc-tiled-line-left {
  text-align: left;
  width: 100%;
  font-weight: 700;
}
.disc-tiled-line-right {
  text-align: right;
  width: 100%;
}
/*-------------------[tables]------------------*/
.vrf-table.data-list {
  overflow: scroll;
	max-height: 67vh;
  overflow-wrap: normal;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  white-space: normal;
  vertical-align: text-top;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0 10px 10px 0;
  font-size: 87.5%;
  box-shadow: 0px 20px 10px -20px #ccc;
  background-color: #fff;
}
.material-symbols-outlined.small-info,
.vrf-table-1 .material-symbols-outlined {
    font-size: 1.25em;
    color: rgba(0,0,0,0.5);
    margin-top: -1px;
	cursor: pointer;
}
.vrf-table-1 {
  display: inline-flex;
  width: 100%;
  vertical-align: top;
}
.data-box {
  width: auto;
  padding: 0;
  display: inline-block;
  min-width: 100%;
  text-align: right;
}
.data-box:nth-child(even) {
  background-color: #f7f7f7;
}
.data-box.data-box-header {
  font-weight: 900;
  position: sticky;
  top: 0;
  z-index: 500;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
	font-size: .875em;
}
.data-box.data-box-header .data-column {
	display: inline-flex;
}
.data-box div.data-column {
  word-break: break-word;
  line-height: 1em;
  margin: 0;
  display: inline-block;
  width: 100%;
  min-width: 160px;
  white-space: break-spaces;
  padding: 15px 20px;
	justify-content: flex-end;
}
.data-box .column-1 {
  width: 200px;
  position: sticky;
  left: 0;
  background-color: #fff;
  font-weight: 700;
  text-align: left;
  border-right: 1px solid #ccc;
 justify-content: flex-start !important;
}
.data-box:nth-child(even) .column-1 {
  background-color: #f7f7f7;
}
.data-box .column-2 {}
.data-box .column-3 {}
.data-box .column-4 {}
.data-box .column-5 {}
.data-box .column-6 {}
.data-box .column-7 {}
#top-menu-nav li.donate-link a {
    padding: 12px 20px!important;
    border-radius: 20px;
    margin-top: -12px;
    background: #0066cc;
    color: #fff !important;
}
#top-menu-nav li.donate-link a:hover {
    text-decoration: none;
    background-color: #ccc;
}
#et_mobile_nav_menu li.donate-link a {
    padding: 12px 20px!important;
    border-radius: 50px;
    margin-top: 10px;
    background: #0066cc;
    color: #fff !important;
}
#et_mobile_nav_menu li.donate-link a:hover {
    text-decoration: none;
    background-color: #ccc;
}
/*-------------------[meta]------------------*/
.breadcrumbs {
  font-size: 87.5%;
  margin: 1em 0;
}
@media only screen and (max-width: 479px) {
  .breadcrumbs {
    text-align: center;
  }
}
.result-liner, .breadcrumbs a {
  white-space: nowrap;
  margin: 0 10px 0 0;
  margin-right: 10px;
}
.result-liner span,
.breadcrumbs span {
  margin: 0 5px 0 0;
  line-break: anywhere;
}
.breadcrumbs a:last-child {
  font-weight: 700;
  color: #000;
  pointer-events: none;
}
.box-form.search-add {
  display: flex;
  justify-content: space-between;
}
.box-form.search-add .mdc-text-field {
  width: 100% !important;
}
.data-sort-filter-search-box {
  display: block;
  width: 100%;
  border-bottom: 3px solid #cc0000;
  padding-bottom: 1em;
}
.data-sort-filter-search {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
}
.sort-results {
  width: 100%;
  font-size: 87.5%;
  margin: 1em 0;
}
.sort-results span {
}
.sort-results span.category {
  font-weight: 300;
}
.sort-results span.results {
  font-weight: 700;
}
.less-active,
.office-holders {
  margin: 0 5px;
}
.office-holders.disabled .material-symbols-outlined.check {
	display: none;
}
.office-holders.disabled .material-symbols-outlined.block {
	display: inline-flex;
	font-size: 16px;
	color: #cc0000;
	margin-top: -2px;
}
.less-active.disabled .material-symbols-outlined.check {
	display: none;
}
.less-active.disabled .material-symbols-outlined.block {
	display: inline-flex;
	font-size: 16px;
	color: #cc0000;
	margin-top: -2px;
}
.office-holders .material-symbols-outlined.check {
	display: inline-flex;
	font-size: 16px;
	color: green;
	margin-top: -2px;
}
.office-holders .material-symbols-outlined.block {
	display: none;
}
.less-active .material-symbols-outlined.check {
	display: inline-flex;
	font-size: 16px;
	color: green;
	margin-top: -2px;
}
.less-active .material-symbols-outlined.block {
	display: none;
}
	
.search-data, .filter-data {
}
.viewing-data a {
  line-height: 24px;
  display: inline-flex;
  margin-right: 10px;
  border: 1px solid #cc0000;
  border-radius: 5px;
  padding: 5px;
  margin: 0 5px 10px 0;
  color: #fff;
  background-color: #cc0000;
}
.viewing-data a span {
  margin-right: 5px;
}
@media only screen and (max-width: 980px) {
  .viewing-data a span.viewing-data-title {
    display: none;
  }
  .viewing-data a span {
    margin-right: 0;
  }
}
.search-data-voter-name a.active, .viewing-data a.active {
  color: #999;
  pointer-events: none;
}
.viewing-data a.active {
  border: 1px solid #999;
  background-color: rgba(255, 255, 255, 0.5);
}
.viewing-data a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ccc;
  border: 1px solid #ccc;
}
.viewing-data a .material-symbols-outlined {
  font-size: 24px;
}
.showing-data {
  font-size: 75%;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .tablenav .showing-data {
    text-align: center;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 479px) {
  .data-sort-filter-search {
    display: inline-block;
  }
  .search-data, .filter-data, .viewing-data, .showing-data {
    width: 100%;
    text-align: center;
  }
  #product-menu-icons .product-menu-container.disc-tiled {
    max-width: 100%;
  }
}
.filter-data-top, .search-data-top {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
}
.search-data-top {}
.filter-button {
  width: 33%;
}
.sort-selection {
  font-size: 75%;
}
.sort-selection span {
  font-weight: 700;
  margin: 0 10px;
}
.material-symbols-outlined {
  vertical-align: middle;
}
select,
.tablenav-pages input.current-page,
.tablenav-pages .button {
  display: inline-block;
  vertical-align: baseline;
  min-width: 30px;
  min-height: 30px;
  margin: 0;
  padding: 0 4px;
  line-height: 2;
  color: #cc0000;
  background-color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #cc0000;
  border-radius: 5px;
  white-space: nowrap;
  box-sizing: border-box;
}
.tablenav-pages input.current-page,
.tablenav-pages .button {
  text-align: center;
}
.tablenav-pages .button:hover {
  color: #fff;
  background-color: #ccc;
  border: 1px solid #ccc;
}
select {
  color: #000;
  border: 1px solid #999;
  padding: 5px;
  margin: 0 5px 0 0;
  font-weight: 600;
}
.category select {
  padding: 10px;
	font-size: 120%;
}
.tablenav {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .tablenav {
    display: inline-block;
    text-align: center;
  }
}
.tablenav-pages .button.disabled {
  color: #ccc;
  border: 1px solid #ccc;
  pointer-events: none;
}
.displaying-num, .tablenav-paging-text {
  font-size: 75%;
  font-weight: 700;
}
.tablenav-pages input.current-page {
  border: 1px solid #000;
  color: #000;
  padding: 0 4px;
  font-weight: 500;
}
a.tablenav-button {
  background-color: #cc0000;
  border: 1px solid #cc0000;
  border-radius: 5px;
  color: #fff;
  padding: 0 10px;
  /* height: 24px; */
  line-height: 36px;
  display: block;
}
.export-button a.tablenav-button {
  background-color: rgba(255, 255, 255, 0.5);
  color: #cc0000;
}
a.tablenav-button:hover {
  text-decoration: none;
  background-color: #ccc;
  color: #fff !important;
  border: 1px solid #ccc;
}
.sos-footer-menu .et_pb_menu .et_pb_menu__menu a {
  color: #fff;
}
@media (max-width: 980px) {
  .sos-footer-menu .et_pb_menu .et_pb_menu__menu {
    display: block;
  }
  .sos-footer-menu .et_pb_menu .et_mobile_nav_menu {
    display: none;
  }
}
.checkbox-box {
  display: inline-flex;
  flex-direction: row;
  margin-bottom: 0.75em;
}
.select-field {
  display: grid;
  margin-bottom: 0.75em;
}
.select-field-box {
  display: inline-flex;
  width: 100%;
}
.select-field-box .select-field {
  width: 50%;
}
.filter-slider {
  padding: 3em 0 0;
}
@media (max-width: 980px) {
.filter-slider {
  padding: 1em 0 0;
}
}
.filter-slider .load-button {
  margin-bottom: 0.75em;
}
.filter-top {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1em;
}
#search_div1,
#search_div2 {
  display: none;
}
form.search {
    display: inline-flex;
    width: 100%;
}
input[type=search] {
    width: 100%;
    padding: 15px;
    margin: 0 0 1em;
    display: inline-block;
    border: 2px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.02);
}
form.search input[type=search] {
    padding: 10px 20px;
    font-size: 1em;
    border: 2px solid #ddd;
    width: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-weight: 500;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.02);
}
form.search button {
    width: 80px;
    padding: 10px;
    background: #cc0000;
    color: #fff;
    font-size: 17px;
    border: 2px solid #cc0000;
    cursor: pointer;
}
form.search button.clear-search {
    color: #cc0000;
    background: #fff;
    border: 2px solid #cc0000;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
form.search button:hover, form.search button.clear-search:hover {
    background: #ccc;
    border: 2px solid #ccc;
    color: #fff;
}
