<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Tabs*/
.tabs {
  max-width: 100%;
  float: none;
  list-style: none;
  padding: 0;
  margin: 75px auto;
  /*border-bottom: 4px solid #ccc;*/
  border-bottom: 4px solid #3498db;
}
.tab:after {
  content: '';
  display: table;
  clear: both;
}
.tab input[type=radio] {
  display:none;
}
.tab label {
  display: block;
  float: right;
  width: 30.3333% !important;
  color: #ccc;
  font-size: 1.6rem;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  line-height: 2;
  cursor: pointer;
  box-shadow: inset 0 4px #ccc;
  border-bottom: 4px solid #ccc;
  -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
  transition: all 0.5s;
}
.tab label span {
  display: none;
}
.tab label i {
  padding: 5px;
  margin-right: 0;
}
.tab label:hover {
  color: #384479;
  box-shadow: inset 0 4px #384479;
  border-bottom: 4px solid #384479;
}
.flu:hover {
  color: #384479 !important;
  box-shadow: inset 0 4px #384479 !important;
  border-bottom: 4px solid #384479 !important;
}
.tab-content {
  display: none;
  width: 100%;
  float: left;
  padding: 15px;
  box-sizing: border-box;
  background-color:#ffffff;
  border-radius: 10px;
}
/*.tab-content * {
  -webkit-animation: scale 0.7s ease-in-out;
  -moz-animation: scale 0.7s ease-in-out;
  animation: scale 0.7s ease-in-out;
}*/
#content1,#content2,#content3,#content4,#content5,#content6,#content7 {
  -webkit-animation: scale 0.7s ease-in-out;
  -moz-animation: scale 0.7s ease-in-out;
  animation: scale 0.7s ease-in-out;
}
@keyframes scale {
0% {
  transform: scale(0.9);
  opacity: 0;
  }
50% {
  transform: scale(1.01);
  opacity: 0.5;
  }
100% {
  transform: scale(1);
  opacity: 1;
}
}

#med_advice.tabs1{
  border-bottom: 4px solid #d99255 !important;
}
.tabs1 {
  max-width: 100%;
  float: none;
  list-style: none;
  padding: 0;
  margin: 25px auto;
  /*border-bottom: 4px solid #ccc;*/
  
}
.tabs1:after {
  content: '';
  display: table;
  clear: both;
}
.tabs1 input[type=radio] {
  display:none;
}
.tabs1 label {
  display: block;
  float: right;
  width: 49.5% !important;
  /*color: #ccc;*/
  color: #652b57;
  font-size: 1.3rem;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  line-height: 1.8;
  cursor: pointer;
  /*box-shadow: inset 0 4px #ccc;
  border-bottom: 4px solid #ccc;*/
  box-shadow: inset 0 4px #652b57;
  border-bottom: 4px solid #652b57;
  -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
  transition: all 0.5s;
  padding: 0 12px;
}

@media(max-width:1017px){
  .uppercase:not(#fentanyl):not(#xylazine) {
    padding: 15.5px 0px;
  }
  .tabs1 label {
    padding: unset;
  }
}

@media(max-width:780px){
  .uppercase:not(#fentanyl):not(#xylazine) {
    padding: 16px 0px;
  }
  .tabs1 label {
    padding: unset;
  }
}

.tabs1 label span {
  display: none;
}
.tabs1 label i {
  padding: 5px;
  margin-right: 0;
}
.tabs1 label:hover {
  color: #384479;
  box-shadow: inset 0 4px #384479;
  border-bottom: 4px solid #384479;
}
.tabs2 {
  max-width: 100%;
  float: none;
  list-style: none;
  padding: 0;
  margin: 25px auto;
  /*border-bottom: 4px solid #ccc;*/
  
}
.tabs2:after {
  content: '';
  display: table;
  clear: both;
}
.tabs2 input[type=radio] {
  display:none;
}
.tabs2 label {
  display: block;
  float: right;
  width: 24% !important;
  /*color: #ccc;*/
  color: #652b57;
  font-size: 1.3rem;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  line-height: 1.8;
  cursor: pointer;
  /*box-shadow: inset 0 4px #ccc;
  border-bottom: 4px solid #ccc;*/
  box-shadow: inset 0 4px #652b57;
  border-bottom: 4px solid #652b57;
  -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
  transition: all 0.5s;
}
.tabs2 label span {
  display: none;
}
.tabs2 label i {
  padding: 5px;
  margin-right: 0;
}
.tabs2 label:hover {
  color: #384479;
  box-shadow: inset 0 4px #384479;
  border-bottom: 4px solid #384479;
}
.tab-content1 {
  display: none;
  width: 100%;
  float: left;
  padding: 15px;
  box-sizing: border-box;
  background-color:#ffffff;
  padding: 25px;
  border-radius:5px;
}

.tabs [id^="tab"]:checked + label {
  /*background: #FFF;
  box-shadow: inset 0 4px #3498db;
  border-bottom: 4px solid #3498db;
  color: #3498db;*/
  background: #384479;
  box-shadow: inset 0 4px #384479;
  border-bottom: 4px solid #384479;
  color: #FFF;
}

.tabs1 [id^="tab"]:checked + label {
  background: #384479;
  box-shadow: inset 0 4px #384479;
  border-bottom: 4px solid #384479;
  color: #fff;
}

.tabs1 [id^="flu"]:checked + label {
  background: #FFF;
  color: #384479 !important;
  box-shadow: inset 0 4px #384479 !important;
  border-bottom: 4px solid #384479 !important;
}
.tabs2 [id^="tab"]:checked + label {
  background: #384479;
  box-shadow: inset 0 4px #384479;
  border-bottom: 4px solid #384479;
  color: #fff;
}

.tabs2 [id^="flu"]:checked + label {
  background: #FFF;
  color: #384479 !important;
  box-shadow: inset 0 4px #384479 !important;
  border-bottom: 4px solid #384479 !important;
}
#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3,
#tab4:checked ~ #tab-content4,
#tab5:checked ~ #tab-content5,
#tab6:checked ~ #tab-content6 {
  display: block;
  background-color: ghostwhite;
  color: #243877;
  box-shadow:0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  padding: 25px;
}
@media (min-width: 768px) {
  .tabs1 i {
      padding: 5px;
      margin-right: 10px;
  }
  .tabs1 label span {
      display: inline-block;
  }
  .tabs1 {
  max-width: 1003px;
  margin: 50px auto;
  }

  .tabs1 i {
    padding: 5px;
    margin-right: 10px;
  }
  .tabs1 label span {
      display: inline-block;
  }
  .tabs1 {
    max-width:1003px;
    margin: 35px auto;
  }
  .tabs2 i {
    padding: 5px;
    margin-right: 10px;
  }
  .tabs2 label span {
      display: inline-block;
  }
  .tabs2 {
  max-width: 1003px;
  margin: 50px auto;
  }

  .tabs2 i {
    padding: 5px;
    margin-right: 10px;
  }
  .tabs2 label span {
      display: inline-block;
  }
  .tabs2 {
    max-width: 1003px;
    margin: 35px auto;
  }
}

@media (max-width: 768px) {
  .tabs label span {
    display: inline-block;
  }
  .tabs label{
    font-size:1.2rem;
    line-height: 1.2;
    width:26%;
  }
  .tabs label i{
    padding:0px;
  }
  .tabs1 label span {
    display: inline-block;
  }
  .tabs1 label i{
    padding:0px;
  }
  .tabs1 label{
    font-size:1rem;
    line-height: 2;
    width: 17%;
  }
  .tabs2 label span {
    display: inline-block;
  }
  .tabs2 label i{
    padding:0px;
  }
  .tabs2 label{
    font-size:1rem;
    line-height: 2;
  }
}

@media(max-width:544px){
  .tabs1 label{
    font-size:1rem;
    line-height: 2;
    width:20%;
  }
}

@media(max-width:419px){
  .tabs1 label{
    font-size:1rem;
    line-height: 2;
    width:50%;
  }
  .desktop{display: none;}
  .mobile{display: block;}
  .tabs1 label{
    float: left;
  }
}

div.outer-div {
    height: 85%;
  }

div.outer-div h5{ font-weight: 600; }

p, ul, blockquote, pre, td, th, label {
    margin-top: 0px;
    color: #384479;
}</pre></body></html>