@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&family=Ubuntu:wght@300;400;500;700&display=swap');

html, body {
  margin: 0;
  padding: 0;
  color: #747474;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  font-family: 'PT Sans', sans-serif;
}

.fusion-panel {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #e0dede;
  border-radius: 0;
  background-clip: padding-box;
  line-height: 26px;
}

.panel-title {
  font-size: 15px;
  line-height: 30px;
  font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
  position: relative;
  line-height: 22px;
  font-size: 16px;
  font-weight: 700;
  color: inherit;
  color: #000000;
  text-transform: uppercase;
}

.panel-title a {
  color: #000000;
  text-decoration: none;
}

.panel-title a:hover {
  color: #11335A;
}

a#btn-load-more {
  line-height: 1.63;
  text-decoration: none;
  color: #00499c;
}

a#btn-load-more:hover {
  text-decoration: none;
  color: #00499c;
}

select {
  background-color: #fafafa;
  font-size: 13px;
  color: #000000;
  height: 29px;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  vertical-align: middle;
  border-width: 1px 1px 1px 1px;
  border-color: #cfcfcf;
  border-radius: 0px;
}