/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.widget-type-rich_text ul li:before {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0;
    width: 0.35rem;
    height: 0.35rem;
    background: rgb(0 0 0 / 60%);
    border-radius: 50%;
}

/* w3 modal code start */
/* The Modal (background) */
.modalA {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modalB {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-contentA {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.modal-contentB {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
/* The Close Button */
.closeA {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.closeB {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.closeA:hover,
.closeA:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.closeB:hover,
.closeB:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Button Styles */
.hs-button {
  background-color: rgba(255, 199, 44,1.0) !important;
  color: #003da5 !important;
  border-color: rgba(255, 199, 44,1.0) !important;
}

.hs-button a:active, a:focus, a:hover, a:visited, a:visited{
  border-color: rgba(255, 199, 44,1.0) !important;  
  background-color: rgba(255, 199, 44,1.0) !important;
}

</style>
</head>
<body>