<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @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    */
/*****************************************/
.top_content{
  display:none;
}
.sticky-bar{
  background-color:#B2D4EA;
  /*background-color:#E3E3E3;*/
  text-align:center;
 /* padding: 10px 16px !important;*/
  /*top:80px;*/
  z-index: 10;
  /*position:fixed;*/
  margin:0 important;
  width:100%;
  margin: 0 !important;
  /*box-shadow: 0 3px 3px rgb(0 0 0 / 4%);
  border-bottom: 1px solid #d9d9d973;*/
}
.sticky-bar &gt; p {
   /*font-size: 1rem;*/
  margin: 0 auto;
  padding: 8px 10px !important;
  /*width:1240px;*/
  display:block;
  color: #0A081F !important;
  font-family: 'Roboto', sans-serif !important;
}
.sticky-bar &gt; p &gt; span:hover{
  text-decoration:none !important;
}
.sticky-bar &gt; p &gt; span{
  /*color: #0055b8;*/
  color: #000;
}
.sticky-bar &gt; p a{
  font-family: 'Roboto', sans-serif !important;
  font-weight:bold;
  text-decoration:underline;
}
/*.sticky-bar &gt; p &gt; span:hover{
 text-decoration:underline;
}*/
/* Styles for the modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0; /* Initial opacity */
  transition: opacity 0.3s ease-in-out; /* Transition for opacity */
  
 
}

.modal.show {
  opacity: 1; /* Opacity when shown */
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 768px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close &gt; img{

 }
.close &gt; img:hover,
.close &gt; img:focus {
  /*color: black;*/
  text-decoration: none;
  cursor: pointer;
  opacity:0.5;
}
.modal-content &gt; h4{
  font-weight:bold;
  font-size:32px;
}
.modal-content &gt; h5{
/*font-family:'Gotham-HTF-C',Montserrat,Verdana,serif !important;*/
  font-size:16px;
  font-weight:bold;
}
.modal-content &gt; ol li{
/*font-family:'Gotham-HTF-C',Montserrat,Verdana,serif !important;*/
  list-style-type:none;
}
.modal-content &gt; ol li &gt; span{
text-decoration:underline;
  font-weight:bold;
}


.modal-content &gt; ol li &gt; ul &gt; li{
  
  font-weight:normal;
  list-style-type: disc;
  text-decoration:none !important;
}
.modal-content &gt; ol li &gt; ul &gt; li a{
  text-decoration:underline;
}
#openModalBtn{
  text-decoration:underline;

}
#openModalBtn:hover{
  cursor:pointer;
  opacity:0.75;
}
.modal-content p &gt; a{
text-decoration:underline;
}
/*Mobile*/
@media only screen and (max-width: 1125px){
  .sticky-bar{
    z-index: 10;
    
}
  .sticky-bar &gt; p{
   width:auto;
  }
@media only screen and (max-width: 600px){
  .sticky-bar &gt; p &gt; span{
    display:flex;
    justify-content: center;
    
  }
  .sticky-bar &gt; p{
    font-size:0.813rem !important;
   padding: 4px 4px !important;
    width:auto;
  }
}</pre></body></html>