/*======================================================
| Author: Judah Roden
======================================================*/
/*------------------------------------------------------
| Colors
------------------------------------------------------*/
/*------------------------------------------------------
| Fonts
------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&subset=latin%2Clatin-ext&display=swap");
/* Use 'Rajdhani', sans-serif font-family for headers and 'Public Sans', sans-serif for all other text */
/*------------------------------------------------------
| Responsive Design
------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

.flex {
  display: flex;
  flex-flow: row wrap;
}

/*------------------------------------------------------
| Miscellaneous
------------------------------------------------------*/
/*------------------------------------------------------
| Mixin: gradient-animation
| Author: Judah Roden
|
| Input: 
|
|   - First gradient's angle
|   - First gradient's first color with stop point
|   - First gradient's second color with stop point
|   - First gradient's third color with stop point
|   - First gradient's fourth color with stop point
|   - Second gradient's angle
|   - Second gradient's first color with stop point
|   - Second gradient's second color with stop point
|   - Second gradient's third color with stop point
|   - Second gradient's fourth color with stop point
|   - Transition time (and timing function, if desired)
| 
| Description: Performs a transition/animation from the 
| first gradient given to the second gradient given. 
| Modified from mixin authored by Dave Lunny, originally 
| posted at https://medium.com/@dave_lunny/animating-css-gradients-using-only-css-d2fd7671e759.
------------------------------------------------------*/
html {
  height: 100%;
}

body {
  padding: 0px;
  margin: 0px;
  height: 100%;
  font-size: 1.1rem;
  color: #151515;
  font-family: "Public Sans", sans-serif;
}

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
video {
  display: block;
  padding: 0px;
  margin: 0px;
}

h1, h2, h3, h4, h5, h6, ul, li, p {
  padding: 0px;
  margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

ul, li, p {
  font-weight: 300;
}

button, input[type=button] {
  font-family: "Public Sans", sans-serif;
}

h1 {
  display: block;
  font-family: "Rajdhani", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  color: #1a3d7d;
}

h2 {
  display: block;
  padding-bottom: 4px;
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #1a3d7d;
  margin-top: 6px;
  margin-bottom: 30px;
}

h2.formula {
  display: block;
  padding-bottom: 4px;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.34rem;
  text-transform: uppercase;
  color: #1a3d7d;
  margin-bottom: 10px;
}

.first {
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #1a3d7d;
}

h3 {
  display: block;
  padding-bottom: 4px;
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #1a3d7d;
}

img {
  border: 0px;
  width: 100%;
  height: auto;
}

hr {
  background: #6d6e70;
}

a {
  text-decoration: none;
  color: #14a0d3;
  font-family: "Public Sans", sans-serif;
  transition: all 0.4s;
}

a:hover,
a.active {
  color: #5dc9f0;
  box-shadow: 0 0.175rem transparent, 0 0.1rem #f75909;
}

p {
  padding-bottom: 16px;
}

.clear {
  clear: both;
}

#shadow-bg {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  background: url(../images/shadow.jpg) no-repeat center top;
  min-height: 620px;
}

#wrapper {
  width: 940px;
  margin: 0px auto;
}

header {
  padding: 0px 0px 0px;
}

#logo {
  align-items: center;
  justify-content: center;
}
#logo a {
  box-shadow: none;
}
#logo img {
  padding: 1rem;
  height: 8rem;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#logo img:hover {
  transform: scale(1.05, 1.05);
  border: none;
}

#h-right {
  float: right;
  width: 292px;
}

#h-right p {
  padding-bottom: 0px;
  font-size: 12px;
  text-align: right;
}

.login {
  color: #1a3d7d;
  float: left;
  width: 200px;
  padding-top: 13px;
  display: block;
}

.login li {
  list-style: none;
  display: inline;
  float: left;
  padding: 0px 3px;
  font-size: 14px;
  background: url(../images/login-li-dvdr.jpg) no-repeat left;
}

.login li:first-child {
  padding-left: 0px;
  background: none;
}

.login span {
  float: left;
  line-height: 10px;
  padding-top: 6px;
}

.login li a {
  color: #7092a1;
  font-size: 13px;
}

.login li a:hover {
  color: #fff;
  text-decoration: none;
}

#play-store {
  padding: 0px 0px 10px 0px;
  width: 86px;
  float: right;
}

#play-store li {
  background: none;
  padding: 0 8px;
}

#play-store li:last-child {
  padding-right: 0px;
}

#banner {
  padding-bottom: 10px;
}

.home-pro {
  background: url(../images/btm-bg.png) repeat-x bottom;
  /*	padding-bottom:1px;
  margin-bottom:15px; */
}

.home-pro li {
  text-align: center;
  list-style: none;
  display: inline;
  float: left;
  padding: 40px 54px 40px;
  font-size: 24px;
  text-transform: uppercase;
}

.home-pro li a {
  color: #1a3d7d;
  font-weight: 800;
}

.home-pro li span {
  display: block;
  text-align: center;
  padding-bottom: 8px;
}

.home-pro li:nth-child(2) {
  padding-left: 95px;
}

.home-pro li:last-child {
  padding-right: 0px;
}

.home-pro ul.scl {
  padding-left: 0px;
}

.scl li:nth-child(2) {
  padding-left: 0px;
}

nav {
  background: url(../images/nav-bg.jpg) repeat-x;
  border: 1px solid #11202b;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 15px;
}

nav li {
  list-style: none;
  display: inline;
  float: left;
  background: url(../images/nav-dvdr.jpg) no-repeat right;
  padding-right: 2px;
}

nav li:last-child {
  background: none;
  padding-right: 0px;
}

nav li a {
  display: block;
  padding: 14px 25px 14px 24px;
  text-shadow: 1px 1px 2px #333;
  color: #151515;
}

nav li:last-child a {
  padding: 14px 26px 14px 27px;
}

nav li a:hover,
nav li a.active {
  text-decoration: none;
  color: #f75909;
  background: url(../images/nav-hover-bg.jpg) repeat-x;
}

:root nav li a {
  padding: 14px 25px \0 /IE9;
}

:root nav li:last-child a {
  padding: 14px 25px 14px 25px \0 /IE9;
}

.lt-ie9 nav li a {
  padding: 14px 25px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  nav li:last-child a {
    padding: 14px 25px;
  }
}
#copy-right-pan {
  background: url(../images/btm-bg.png) repeat-x top;
  padding: 15px 5px 80px;
  color: #778087;
  font-size: 12px;
}

#copy-left {
  float: left;
}

#copy-right {
  float: right;
}

#copy-right img {
  vertical-align: middle;
}

/** Inner pages **/
#container {
  padding-top: 15px;
  min-height: 450px;
}

#cont-left {
  float: left;
  width: 700px;
}

#cont-left1 {
  float: left;
  width: 100%;
}

#cont-left p {
  padding-bottom: 20px;
  line-height: 18px;
}

#cont-right {
  float: left;
  width: 220px;
  padding-right: 20px;
}

#cont-right ul {
  background: url(../images/right-ul-bg.jpg) repeat;
  margin: 20px 0 40px 0;
  border: 1px solid #0f1720;
  padding: 6px 0px;
}

#cont-right li {
  list-style: none;
  display: block;
  border-top: 1px solid #0f1720;
  border-bottom: 1px solid #1e374c;
  padding: 10px 10px 10px 15px;
}

#cont-right li:first-child {
  border-top: 0px;
}

#cont-right li:last-child {
  border-bottom: 0px;
}

#cont-right li a {
  color: #FFF;
  font-size: 16px;
  text-transform: capitalize;
}

#cont-right li a:hover,
#cont-right li a.active {
  text-decoration: none;
  color: #f75909;
}

#cont-right span {
  color: #1a3d7d;
}

.txt a {
  text-decoration: underline;
}

#left-pan {
  float: left;
  width: 220px;
  padding-right: 20px;
}

#left-pan h3 {
  font-size: 24px;
  color: #eeeeee;
  background: #1a3d7d;
  padding: 16px 18px 13px;
  display: block;
  margin-bottom: 8px;
}

#left-pan ul {
  background: url(../images/right-ul-bg.jpg) repeat;
  border: 1px solid #0f1720;
  padding: 10px 0px 15px;
}

#left-pan li {
  list-style: none;
  display: block;
  padding: 5px 18px;
}

#left-pan li a {
  color: #151515;
  text-transform: capitalize;
}

#left-pan li a:hover,
#left-pan li a.active {
  text-decoration: none;
  color: #f75909;
}

#right-pan {
  float: left;
  width: 700px;
}

#right-pan h1 {
  padding-top: 6px;
}

.calc-pan p {
  padding: 9px 0px;
}

.calc-panleft {
  width: 65%;
  float: left;
}

.calc-panleft p {
  padding: 9px 0px;
}

.calc {
  padding: 3px 0px;
}

.calc label {
  width: 105px;
  float: left;
  text-align: left;
  padding-top: 3px;
}

.calc input,
.calc select {
  background: url(../images/right-ul-bg.jpg) repeat;
  border: 1px solid #0f1720;
  padding: 6px 9px;
  width: 180px;
  float: left;
  margin-right: 20px;
  color: #FFF;
}

.calc select {
  width: 450px;
}

.calc a {
  background: url(../images/calc-a-bg.jpg) repeat-x;
  border: 1px solid #71813a;
  float: left;
  width: 140px;
  display: block;
  padding: 4px 0 3px;
  color: #eee;
  text-align: center;
}

.calc a:hover {
  color: #151515;
  box-shadow: none;
  text-decoration: none;
}

#contact {
  padding-bottom: 50px;
}

#contact input,
#contact textarea {
  background: white;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 8px;
  color: #151515;
  font-size: 12px;
  margin: 10px 0px;
  width: 398px;
  border: 0px;
  font-family: "Public Sans", sans-serif;
}

#contact textarea {
  width: 415px;
  height: 200px;
}

#contact input[type=button],
#contact input[type=submit] {
  background: #1a3d7d;
  font-weight: 600;
  color: #0F1720;
}

#contact input[type=button]:hover,
#contact input[type=submit]:hover {
  background: #f75909;
  font-weight: 600;
  color: #0F1720;
}

.inner-pro li {
  list-style: none;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
}

.inner-pro li span {
  display: block;
  text-align: center;
  padding-bottom: 8px;
}

.inner-pro ul.scl {
  padding-left: 115px;
}

.con_submit {
  cursor: pointer;
  display: block;
  width: auto !important;
}

#contact.contact-block {
  width: 100%;
}

#help {
  row-gap: 0.5rem;
}
#help div {
  padding: 1rem 1rem;
  align-content: center;
}
#help div h1 {
  text-align: center;
  border-top: 0.1rem solid;
  border-bottom: 0.1rem solid;
  -o-border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
     border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
}
#help div h2 {
  font-size: 1.18rem;
  text-align: center;
  margin: 0rem;
  padding: 0rem;
}
#help div.separator {
  -o-border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
     border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
}

.helpclick {
  background-color: #1a3d7d;
  border: 1px solid #000328;
  border-radius: 15px;
  color: #151515;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 8px;
  padding: 2px 6px 10px 7px;
  width: 8px;
  cursor: pointer;
}

#cont-leftmessage {
  background: none repeat scroll 0 0 #1a3d7d;
  border-radius: 3px;
  font-size: 14px;
  line-height: 18px;
  margin: 5px 0;
  padding: 8px;
  width: 95%;
}

.but_style {
  float: right;
  margin-right: -262%;
}

ul.bluebullet {
  display: block;
  margin: 0 0 50px 20px;
}

ul.bluebullet li {
  background: url("../images/bullet-arrow.png") no-repeat scroll 0px 2px rgba(0, 0, 0, 0);
  list-style: none;
  padding-left: 20px;
}

.mainContentBullets h3 {
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0.1rem 0.1rem 0.05rem #7092a1;
  margin-bottom: 10px;
}

.mainContentBullets td {
  padding-right: 30px;
}

.thrColLiqHdr #sidebar2 {
  float: right;
  /* this element must precede in the source order any element you would like it be positioned next to */
  width: 145px;
  /* the background color will be displayed for the length of the content in the column, but no further  */
  padding: 0px 10px;
  border-width: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 10px;
  margin-bottom: 3px;
}

.thrColLiqHdr #sidebar2 h1 {
  padding-top: 5px;
  padding-bottom: 5px;
}

#sidebar2 {
  background: none repeat scroll 0 0 #172A39;
  float: right;
  font-size: 80%;
  padding: 2px;
  text-align: center;
  width: 220px;
  border: 1px solid #0F1720;
}

#sidebar2 h1 {
  font-size: 100%;
}

.innerhead {
  margin-bottom: 10px;
  margin-top: 7px;
}

.input-error {
  position: relative;
  width: 70%;
  border: none !important;
  font-size: 0.94rem;
}

.message {
  text-align: center;
  font-weight: bold;
  color: #14a0d3;
}

.errorMessage {
  border: 1px solid #FF4040;
  border-radius: 4px;
  color: #FF4040;
  text-align: center;
  font-size: 1.1rem;
  padding: 6px 11px 6px 15px;
}

.errorMessage1 {
  border: 1px solid #FF4040;
  border-radius: 4px;
  color: #FF4040;
  font-size: 1.1rem;
  padding: 6px 1px 6px 15px;
}

#contact1 {
  padding-bottom: 50px;
}

#contact1 input,
#contact1 textarea,
#contact1 select {
  background: white;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 8px;
  color: #151515;
  font-size: 12px;
  margin: 10px 0px;
  width: 184px;
  border: 0px;
  font-family: "Public Sans", sans-serif;
}

#contact1 input[type=button],
#contact1 input[type=submit] {
  background: #1a3d7d;
  font-weight: 600;
  color: #0F1720;
}

#contact1 input[type=button]:hover,
#contact1 input[type=submit]:hover {
  background: #f75909;
  font-weight: 600;
  color: #0F1720;
}

#contact1 select {
  width: 200px;
}

#contact1 input[type=radio] {
  background: none;
  width: 20px;
}

#contact1 input[type=checkbox] {
  background: none;
}

.drug_search {
  margin-bottom: 30px;
}

table.search_res {
  border: 1px solid #000000;
  border-collapse: collapse;
  margin: 30px 0;
  width: 100%;
}

table.search_res th {
  background: none repeat scroll 0 0 #14a0d3;
  padding: 2px 5px;
  font-size: 0.88rem;
  text-align: center;
  border: 1px solid #151515;
}

table.search_res td {
  background: none repeat scroll 0 0 white;
  color: #151515;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  font-size: 0.88rem;
  padding: 4px 5px;
  text-align: center;
}

h3.search_medic {
  font-size: 15px;
  margin: 15px 0;
}

.participate-block-tab {
  margin-bottom: 30px;
  width: 100%;
}

.participate-block-tab td:first-child {
  width: 35%;
}

.text-bold {
  font-weight: bold;
}

.text-small {
  font-size: 1.02rem;
}

.hint {
  position: absolute;
  font-style: italic;
  font-size: 0.94rem;
  margin-bottom: 3rem;
  transition: all 0.2s;
  border: 0.1rem solid #bae8f9;
  border-bottom: none;
  border-radius: 2rem;
  background: white;
  opacity: 0;
  transition: all 0.4s;
}

.hint-hover {
  position: absolute;
  font-style: italic;
  font-size: 0.94rem;
  margin-bottom: 3rem;
  transition: all 0.2s;
  border: 0.1rem solid #bae8f9;
  border-bottom: none;
  border-radius: 0.2rem;
  background: white;
  opacity: 1;
  transition: all 0.4s;
}

.input-label {
  padding: 0.2rem 0rem;
  border: 0.1rem solid #7fa3e4;
  border-bottom: none;
  border-radius: 0.15rem;
  color: #7092a1;
}

.separator {
  border-top: 0.1rem solid;
  -o-border-image: linear-gradient(90deg, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
     border-image: linear-gradient(90deg, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
}

.form {
  row-gap: 1.75rem;
}
.form input[type=text], .form input[type=password], .form textarea {
  font-size: 1.18rem;
  background-color: white;
  color: #14a0d3;
  outline: none;
  border: none;
  border: 0.1rem solid #dce4e8;
  border-radius: 0.2rem;
  transition: all 0.1333333333s;
}
.form input[type=text]:hover, .form input[type=text]:focus,
.form input[type=password]:hover, .form input[type=password]:focus,
.form textarea:hover, .form textarea:focus {
  background-color: white;
  border-left: 0.3rem solid #bae8f9;
  border-right: 0.1rem solid #7fa3e4;
  border-top: 0.1rem solid #7fa3e4;
  border-bottom: 0.1rem solid #7fa3e4;
}
.form input[type=text]:focus, .form input[type=password]:focus, .form textarea:focus {
  background-color: white;
  border-left: 0.4rem solid #bae8f9;
  box-shadow: 0.05rem 0.05rem 0.25rem #7092a1;
}
.form input[type=button], .form input[type=submit] {
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-size: 1.14rem;
  font-weight: bold;
  background: #f75909;
  color: #e9f8fd;
  border: 0.1rem solid #f75909;
  border-radius: 0.2rem;
  transition: all 0.1333333333s;
}
.form input[type=button]:hover, .form input[type=submit]:hover {
  color: white;
  box-shadow: 0.1rem 0.1rem 0.15rem #7092a1;
  border-left: 0.2rem solid #f75909;
  cursor: pointer;
}
.form .button-input {
  display: flex;
  flex-direction: row;
  font-size: 1.18rem;
  background-color: white;
  color: #14a0d3;
  outline: none;
  border: none;
  border: 0.1rem solid #dce4e8;
  border-radius: 0.2rem;
  transition: all 0.1333333333s;
}
.form .button-input input {
  flex: 0 0 90%;
  border: none;
  background: none;
  padding-left: 5%;
  text-align: center;
}
.form .button-input input:hover, .form .button-input input:focus {
  background: none;
  border: none;
  box-shadow: none;
}
.form .button-input-hover:hover {
  background-color: white;
  border-left: 0.3rem solid #bae8f9;
  border-right: 0.1rem solid #7fa3e4;
  border-top: 0.1rem solid #7fa3e4;
  border-bottom: 0.1rem solid #7fa3e4;
}
.form .button-input-focus {
  background-color: white;
  border-left: 0.4rem solid #bae8f9;
  border-right: 0.1rem solid #7fa3e4;
  border-top: 0.1rem solid #7fa3e4;
  border-bottom: 0.1rem solid #7fa3e4;
  box-shadow: 0.05rem 0.05rem 0.25rem #7092a1;
}

select {
  font-size: 1.18rem;
  background-color: white;
  color: #14a0d3;
  outline: none;
  border: none;
  border: 0.1rem solid #dce4e8;
  border-radius: 0.2rem;
  transition: all 0.1333333333s;
}

#signin-block, #contact-us-block, #edit-account-block, #register-block, #forgot-password-block {
  row-gap: 1.5rem;
}
#signin-block h1, #contact-us-block h1, #edit-account-block h1, #register-block h1, #forgot-password-block h1 {
  text-align: center;
  border-top: 0.05rem solid;
  border-bottom: 0.1rem solid;
  -o-border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
     border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
}
#signin-block div, #contact-us-block div, #edit-account-block div, #register-block div, #forgot-password-block div {
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  text-align: center;
}
#signin-block div.separator, #contact-us-block div.separator, #edit-account-block div.separator, #register-block div.separator, #forgot-password-block div.separator {
  width: 35%;
  -o-border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
     border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
}
#signin-block form, #contact-us-block form, #edit-account-block form, #register-block form, #forgot-password-block form {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#signin-block form div, #contact-us-block form div, #edit-account-block form div, #register-block form div, #forgot-password-block form div {
  width: 50%;
}
#signin-block .button-input, #contact-us-block .button-input, #edit-account-block .button-input, #register-block .button-input, #forgot-password-block .button-input, #signin-block .simple-input input[type=text], #contact-us-block .simple-input input[type=text], #edit-account-block .simple-input input[type=text], #register-block .simple-input input[type=text], #forgot-password-block .simple-input input[type=text], #signin-block .simple-input input[type=password], #contact-us-block .simple-input input[type=password], #edit-account-block .simple-input input[type=password], #register-block .simple-input input[type=password], #forgot-password-block .simple-input input[type=password] {
  width: 70%;
  text-align: center;
}
#signin-block .button-input-hover:hover, #contact-us-block .button-input-hover:hover, #edit-account-block .button-input-hover:hover, #register-block .button-input-hover:hover, #forgot-password-block .button-input-hover:hover, #signin-block .simple-input input[type=text]:hover, #contact-us-block .simple-input input[type=text]:hover, #edit-account-block .simple-input input[type=text]:hover, #register-block .simple-input input[type=text]:hover, #forgot-password-block .simple-input input[type=text]:hover, #signin-block .simple-input input[type=password]:hover, #contact-us-block .simple-input input[type=password]:hover, #edit-account-block .simple-input input[type=password]:hover, #register-block .simple-input input[type=password]:hover, #forgot-password-block .simple-input input[type=password]:hover {
  width: 70.5%;
  border-right: 0.3rem solid #bae8f9;
}
#signin-block .button-input-focus, #contact-us-block .button-input-focus, #edit-account-block .button-input-focus, #register-block .button-input-focus, #forgot-password-block .button-input-focus, #signin-block .simple-input input[type=text]:focus, #contact-us-block .simple-input input[type=text]:focus, #edit-account-block .simple-input input[type=text]:focus, #register-block .simple-input input[type=text]:focus, #forgot-password-block .simple-input input[type=text]:focus, #signin-block .simple-input input[type=password]:focus, #contact-us-block .simple-input input[type=password]:focus, #edit-account-block .simple-input input[type=password]:focus, #register-block .simple-input input[type=password]:focus, #forgot-password-block .simple-input input[type=password]:focus {
  border-right: 0.4rem solid #bae8f9;
}
#signin-block input[type=submit], #contact-us-block input[type=submit], #edit-account-block input[type=submit], #register-block input[type=submit], #forgot-password-block input[type=submit] {
  width: 10%;
}
#signin-block input[type=submit]:hover, #contact-us-block input[type=submit]:hover, #edit-account-block input[type=submit]:hover, #register-block input[type=submit]:hover, #forgot-password-block input[type=submit]:hover, #signin-block input[type=submit]:focus, #contact-us-block input[type=submit]:focus, #edit-account-block input[type=submit]:focus, #register-block input[type=submit]:focus, #forgot-password-block input[type=submit]:focus {
  width: 10.5%;
}
#signin-block .hint, #contact-us-block .hint, #edit-account-block .hint, #register-block .hint, #forgot-password-block .hint {
  max-width: 21%;
}
#signin-block .input-label, #contact-us-block .input-label, #edit-account-block .input-label, #register-block .input-label, #forgot-password-block .input-label, #signin-block .input-error, #contact-us-block .input-error, #edit-account-block .input-error, #register-block .input-error, #forgot-password-block .input-error {
  width: 70%;
}

#forgot-password-block p {
  padding: 0rem 1rem;
}

#register-block .left-align {
  text-align: left;
}
#register-block .left-align ol {
  margin: 0rem;
  padding: 0rem 1.5rem;
}
#register-block form div.info-button {
  display: inline-flex;
}

#edit-account-block form div.info-button {
  display: inline-flex;
}

.small-header {
  font-size: 1.18rem;
  font-weight: 600;
  color: #1a3d7d;
}

.logout-link {
  background: none !important;
  border: none;
  outline: none;
  font-size: 1.1rem;
  padding: 0 !important;
  color: #7092a1;
  cursor: pointer;
}

.logout-link:hover {
  text-decoration: underline;
}

#header-bar {
  height: 2.5vh;
  background-color: #1a3d7d;
}

#menu-bar {
  height: 5vh;
  background-image: linear-gradient(241deg, #1a3d7d 1%, #21b4ea 5%, #14a0d3 6%, white 96%, #2c66d1 97%, #1a3d7d 98%);
}

.account-menu {
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}

.account-menu div {
  border: #FFFFFF thin none;
  transform-origin: bottom;
  transition: all 0.1333333333s;
}
.account-menu div a {
  display: inline-block;
  padding: 0.3rem 0.25rem;
  font-size: 1.1rem;
  text-decoration: none;
  color: #14a0d3;
  font-weight: 500;
  transition: all 0.4s;
}
.account-menu div a:hover {
  color: #5dc9f0;
  box-shadow: none;
}
.account-menu div a:hover img {
  filter: invert(47%) sepia(64%) saturate(4780%) hue-rotate(358deg) brightness(149%) contrast(96%);
}
.account-menu div button {
  border: none;
  padding: 0.25rem 0.25rem;
  background: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  text-decoration: none;
  color: #14a0d3;
  font-weight: 500;
  transition: all 0.4s;
}
.account-menu div button:hover {
  color: #fa9c6c;
}
.account-menu div button:hover img {
  filter: invert(47%) sepia(64%) saturate(4780%) hue-rotate(358deg) brightness(149%) contrast(96%);
}
.account-menu div img {
  width: 1rem;
  height: 1rem;
  filter: invert(47%) sepia(64%) saturate(4780%) hue-rotate(358deg) brightness(99%) contrast(96%);
  transition: all 0.4s;
}

.account-menu div:hover {
  transform: scale(1.05, 1.05);
}

#main-menu {
  align-items: center;
  justify-content: center;
  margin: 1.3rem 0rem;
  gap: 1.6vw;
  border-style: solid;
  -o-border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
     border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
}
#main-menu h3 {
  padding-bottom: 0.2rem;
  font-weight: bold;
}
#main-menu div {
  background: #e9f8fd;
  border: #FFFFFF thin none;
  border-radius: 1.5rem;
  background-size: 100%;
  background-image: linear-gradient(180deg, white 20%, #f5f8fd 30%, #f5f8fd 70%, white 80%);
  position: relative;
  z-index: 100;
}
#main-menu div:before {
  background-image: linear-gradient(180deg, white 10%, #f9fbfe 20%, #f9fbfe 80%, white 90%);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: opacity 0.4s;
}
#main-menu div:hover:before {
  opacity: 1;
}
#main-menu div a {
  display: inline-block;
  padding: 1.5rem 0.5rem;
  font-size: 1.1rem;
  text-decoration: none;
  color: #f75909;
  font-weight: 600;
  transition: all 0.4s;
}
#main-menu div a:hover {
  color: #1a3d7d;
  box-shadow: none;
}
#main-menu .active {
  color: #1a3d7d;
  box-shadow: none;
  background-image: linear-gradient(180deg, white 10%, #f9fbfe 20%, #f9fbfe 80%, white 90%);
}

#about-us-block, #hippa-block, #privacy-policy-block, #terms-conditions-block {
  padding: 0rem 2rem;
}
#about-us-block .image, #hippa-block .image, #privacy-policy-block .image, #terms-conditions-block .image {
  justify-content: center;
}
#about-us-block img, #hippa-block img, #privacy-policy-block img, #terms-conditions-block img {
  width: 50%;
  padding: 1rem 0rem;
}
#about-us-block h1, #hippa-block h1, #privacy-policy-block h1, #terms-conditions-block h1 {
  text-align: center;
  margin-bottom: 2rem;
  border-top: 0.05rem solid;
  border-bottom: 0.1rem solid;
  -o-border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
     border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
}
#about-us-block h2, #hippa-block h2, #privacy-policy-block h2, #terms-conditions-block h2 {
  text-align: center;
  border-bottom: 0.1rem solid;
  -o-border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
     border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
}

#contact-us-block p {
  padding: 0rem;
}
#contact-us-block div {
  align-content: center;
}
#contact-us-block div .info-panel {
  width: 30%;
}
#contact-us-block div .info-panel .panel-item {
  width: 100%;
}
#contact-us-block div .info-panel .panel-item .panel-item-content {
  width: 100%;
}
#contact-us-block textarea {
  width: 70%;
  height: 20vh;
  font-family: "Public Sans", sans-serif;
}
#contact-us-block textarea:hover {
  width: 70.5%;
  border-right: 0.3rem solid #bae8f9;
}
#contact-us-block textarea:focus {
  text-align: left;
  border-right: 0.4rem solid #bae8f9;
}

#member-menu {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
  border-style: solid;
  -o-border-image: linear-gradient(180deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
     border-image: linear-gradient(180deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
}
#member-menu div {
  background-size: 100%;
  background-image: linear-gradient(90deg, transparent, transparent, transparent, transparent);
  position: relative;
  z-index: 100;
  border-top: 0.1rem solid;
  -o-border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
     border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
}
#member-menu div:before {
  background-image: linear-gradient(90deg, white 2.5%, white 5%, white 95%, white 97.5%);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: opacity 0.4s;
}
#member-menu div:hover:before {
  opacity: 1;
}
#member-menu div a {
  display: inline-block;
  padding: 2vh 1vw;
  width: 100%;
  font-size: 1.1rem;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #f75909;
  transition: all 0.4s;
}
#member-menu div a:hover {
  color: #1a3d7d;
  box-shadow: none;
  cursor: pointer;
}
#member-menu h3 {
  text-align: center;
  padding-bottom: 2vh;
}
#member-menu .active {
  color: #1a3d7d;
  box-shadow: none;
  font-size: 1.1rem;
  background-image: linear-gradient(90deg, white 2.5%, white 5%, white 95%, white 97.5%);
}

#content {
  margin: 2rem 0rem;
}

.content-block {
  padding: 0rem 1rem;
}

#footer {
  min-height: 2rem;
  background-color: #1a3d7d;
}

#welcome-block {
  row-gap: 2rem;
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
  justify-content: space-evenly;
  padding: 0rem 4rem;
}
#welcome-block h3 {
  font-weight: 600;
  padding-bottom: 2rem;
}
#welcome-block ul {
  margin-left: 1.2rem;
}
#welcome-block ul li {
  padding: 0.2rem 0rem;
  margin-left: 1rem;
}
#welcome-block div {
  padding: 0rem 1rem;
}
#welcome-block div h1 {
  text-align: center;
  border-top: 0.1rem solid;
  border-bottom: 0.1rem solid;
  -o-border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
     border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
}
#welcome-block div.separator {
  -o-border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
     border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
}
#welcome-block .info-panel {
  text-align: start;
  padding: 1rem 1rem;
  background-image: linear-gradient(61deg, #1a3d7d 1%, #21b4ea 5%, white 6%, white 96%, #2c66d1 97%, #1a3d7d 98%);
}

#mail-order-block {
  row-gap: 1rem;
  padding: 0rem 1.5rem;
}
#mail-order-block h1 {
  text-align: center;
  border-top: 0.1rem solid;
  border-bottom: 0.1rem solid;
  -o-border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
     border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
}
#mail-order-block h3 {
  border-bottom: 0.1rem solid;
  -o-border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
     border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
}
#mail-order-block .info-panel p {
  padding: 0rem;
}
#mail-order-block div {
  justify-content: center;
  align-content: flex-start;
}
#mail-order-block img {
  max-width: 12rem;
  padding: 1.5rem 0rem;
}
#mail-order-block #pmart-link {
  box-shadow: none;
}
#mail-order-block #pmart-link img {
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#mail-order-block #pmart-link img:hover {
  transform: scale(1.05, 1.05);
  border: none;
}

#specialty-block {
  row-gap: 1rem;
  padding: 0rem 1.5rem;
}
#specialty-block h1 {
  text-align: center;
  border-top: 0.1rem solid;
  border-bottom: 0.1rem solid;
  -o-border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
     border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
}
#specialty-block h3 {
  border-bottom: 0.1rem solid;
  -o-border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
     border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
}
#specialty-block div {
  justify-content: center;
  align-content: center;
}
#specialty-block ul {
  padding-left: 4rem;
}
#specialty-block img {
  max-width: 14rem;
  padding: 1rem 0rem;
}

#disclaimer-bullets {
  margin-left: 2rem;
}

#calculator-search-block {
  row-gap: 1rem;
  padding: 0rem 1.5rem;
}
#calculator-search-block h1 {
  text-align: center;
  border-top: 0.1rem solid;
  border-bottom: 0.1rem solid;
  -o-border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
     border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
}
#calculator-search-block div {
  justify-content: center;
  align-content: center;
}
#calculator-search-block .form-block {
  justify-content: flex-start;
}
#calculator-search-block .image-block {
  justify-content: flex-end;
}
#calculator-search-block img {
  max-width: 18rem;
}
#calculator-search-block form {
  flex-direction: column;
}
#calculator-search-block input[type=text] {
  width: 50%;
}
#calculator-search-block input[type=text]:hover, #calculator-search-block input[type=text]:focus {
  width: 50.5%;
}
#calculator-search-block input[type=button] {
  width: 25%;
}
#calculator-search-block input[type=button]:hover, #calculator-search-block input[type=button]:focus {
  width: 25.5%;
}

#calculator-list-block, #formulary-list-block {
  row-gap: 1rem;
  padding: 0rem 1.5rem;
}
#calculator-list-block h1, #formulary-list-block h1 {
  text-align: center;
  border-top: 0.1rem solid;
  border-bottom: 0.1rem solid;
  -o-border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
     border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
}
#calculator-list-block div, #formulary-list-block div {
  justify-content: center;
  align-content: center;
}
#calculator-list-block ul, #formulary-list-block ul {
  list-style: none;
  text-align: center;
}
#calculator-list-block ul li, #formulary-list-block ul li {
  padding: 0.1rem 0rem;
}

#calculator-options-block {
  row-gap: 1rem;
  padding: 0rem 1.5rem;
}
#calculator-options-block h1 {
  text-align: center;
  border-top: 0.1rem solid;
  border-bottom: 0.1rem solid;
  -o-border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
     border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
}
#calculator-options-block div {
  justify-content: flex-start;
  align-content: center;
}
#calculator-options-block form {
  flex-direction: row;
  padding-left: 2rem;
}
#calculator-options-block input[type=text] {
  width: 17%;
}
#calculator-options-block input[type=text]:hover, #calculator-options-block input[type=text]:focus {
  width: 17.5%;
}
#calculator-options-block input[type=button] {
  width: 25%;
}
#calculator-options-block input[type=button]:hover, #calculator-options-block input[type=button]:focus {
  width: 25.5%;
}
#calculator-options-block input[type=radio] {
  display: none;
}
#calculator-options-block label {
  display: block;
  height: 100%;
  transition: all 0.4s;
  cursor: pointer;
}
#calculator-options-block label:hover {
  color: #f75909;
}
#calculator-options-block select {
  width: 60%;
}
#calculator-options-block select:hover, #calculator-options-block select:focus {
  width: 60.5%;
}
#calculator-options-block .unselected-calc-option {
  color: #8fa9b5;
}
#calculator-options-block .unselected-calc-option input[type=text] {
  color: #9eb5bf;
  background: #fafcfc;
  border-color: #dce4e8;
}
#calculator-options-block .unselected-calc-option input[type=text]:hover {
  width: 17%;
  border-left: 0.1rem solid #dce4e8;
}

#calculator-results-block {
  padding: 0rem 4rem;
}
#calculator-results-block h3 {
  border-bottom: 0.1rem solid;
  -o-border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
     border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
}
#calculator-results-block div {
  align-content: center;
}
#calculator-results-block div h1 {
  text-align: center;
  margin-bottom: 2rem;
  border-top: 0.1rem solid;
  border-bottom: 0.1rem solid;
  -o-border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
     border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
}
#calculator-results-block .content-block {
  padding-left: 0rem;
}
#calculator-results-block .content-block table {
  margin-top: 2rem;
}
#calculator-results-block .content-block table a {
  white-space: pre-wrap;
  word-break: break-word;
}
#calculator-results-block .info-panel {
  align-self: self-start;
  margin: 1rem 0;
  padding: 1rem 0.5vw;
}
#calculator-results-block .panel-item-content {
  font-size: 0.8vw;
  row-gap: 1rem;
}
#calculator-results-block .panel-item-content .field {
  text-align: left;
}
#calculator-results-block .panel-item-content .value {
  text-align: right;
}

#pharmacy-search-block, #formulary-search-block {
  row-gap: 1rem;
  padding: 0rem 1.5rem;
  text-align: center;
  justify-content: center;
}
#pharmacy-search-block h1, #formulary-search-block h1 {
  text-align: center;
  border-top: 0.1rem solid;
  border-bottom: 0.1rem solid;
  -o-border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
     border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
  text-align: center;
}
#pharmacy-search-block div, #formulary-search-block div {
  justify-content: center;
  align-content: flex-start;
  text-align: center;
}
#pharmacy-search-block div.content-block, #formulary-search-block div.content-block {
  padding: 1rem 0rem;
  border-radius: 2rem;
  background-image: linear-gradient(90deg, transparent 5%, #d2f0fb 6%, #e7f7fd 15%, #e7f7fd 85%, #d2f0fb 94%, transparent 95%);
}
#pharmacy-search-block form, #formulary-search-block form {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#pharmacy-search-block input[type=text], #formulary-search-block input[type=text] {
  width: 50%;
  text-align: center;
}
#pharmacy-search-block input[type=text]:hover, #formulary-search-block input[type=text]:hover, #pharmacy-search-block input[type=text]:focus, #formulary-search-block input[type=text]:focus {
  width: 50.5%;
  border-right: 0.3rem solid #bae8f9;
}
#pharmacy-search-block input[type=button], #formulary-search-block input[type=button] {
  width: 25%;
}
#pharmacy-search-block input[type=button]:hover, #formulary-search-block input[type=button]:hover, #pharmacy-search-block input[type=button]:focus, #formulary-search-block input[type=button]:focus {
  width: 25.5%;
}
#pharmacy-search-block select, #formulary-search-block select {
  text-align: center;
}

#adobe-reader-icon {
  box-shadow: none;
}
#adobe-reader-icon img {
  max-width: 112px !important;
}

#pharmacy-city-list-block, #pharmacy-results-block {
  padding: 0rem 4rem;
}
#pharmacy-city-list-block h3, #pharmacy-results-block h3 {
  padding-bottom: 2rem;
}
#pharmacy-city-list-block div, #pharmacy-results-block div {
  align-content: center;
  text-align: center;
}
#pharmacy-city-list-block div h1, #pharmacy-results-block div h1 {
  text-align: center;
  margin-bottom: 2rem;
  border-top: 0.1rem solid;
  border-bottom: 0.1rem solid;
  -o-border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
     border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
}
#pharmacy-city-list-block table, #pharmacy-results-block table {
  margin-top: 2rem;
}

#formulary-search-block {
  row-gap: 2rem;
}
#formulary-search-block div.content-block {
  padding: 1rem 2rem;
}
#formulary-search-block input[type=text] {
  width: 75%;
}
#formulary-search-block input[type=text]:hover, #formulary-search-block input[type=text]:focus {
  width: 75.5%;
}

#therapeutic-class-block {
  row-gap: 0.5rem;
  padding: 0rem 1.5rem;
}
#therapeutic-class-block h1 {
  text-align: center;
  border-top: 0.1rem solid;
  border-bottom: 0.1rem solid;
  -o-border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
     border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
}
#therapeutic-class-block select {
  margin-bottom: 1rem;
  width: 69.5%;
}
#therapeutic-class-block select:hover, #therapeutic-class-block select:focus {
  width: 70%;
}
#therapeutic-class-block form {
  padding: 1rem 2rem;
  font-size: 1.1rem;
}
#therapeutic-class-block div {
  justify-content: flex-start;
  align-content: center;
}
#therapeutic-class-block div.separator {
  margin-bottom: 1rem;
}
#therapeutic-class-block ul {
  margin: 0.5rem 3rem;
}
#therapeutic-class-block ul li {
  padding: 0.1rem 0rem;
}

#formulary-results-block {
  padding: 0rem 4rem;
}
#formulary-results-block h3 {
  padding: 0rem;
  margin: 0rem;
}
#formulary-results-block h2 {
  text-transform: uppercase;
  font-size: 1.18rem;
  color: #1a3d7d;
  padding: 0rem;
  margin: 0rem;
}
#formulary-results-block div {
  align-content: center;
}
#formulary-results-block div h1 {
  text-align: center;
  margin-bottom: 2rem;
  border-top: 0.1rem solid;
  border-bottom: 0.1rem solid;
  -o-border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
     border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
}
#formulary-results-block div.separator {
  margin: 1rem 0rem;
}
#formulary-results-block table {
  margin-top: 2rem;
}
#formulary-results-block table a {
  white-space: pre-wrap;
  word-break: break-word;
}
#formulary-results-block ul {
  margin: 0.5rem 3rem;
}
#formulary-results-block ul li {
  padding: 0.1rem 0rem;
}

#reimbursement-block {
  row-gap: 1rem;
  padding: 0rem 1.5rem;
}
#reimbursement-block h1 {
  text-align: center;
  border-top: 0.1rem solid;
  border-bottom: 0.1rem solid;
  -o-border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
     border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
}
#reimbursement-block h3 {
  border-bottom: 0.1rem solid;
  -o-border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
     border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
}
#reimbursement-block div {
  justify-content: center;
  align-content: center;
}
#reimbursement-block div.content-block {
  padding: 0rem 1.5rem;
}
#reimbursement-block .panel-item {
  padding-top: 1rem;
}
#reimbursement-block .panel-item-content {
  row-gap: 1rem;
}

#downloads-block {
  row-gap: 1.5rem;
  padding: 0rem 4rem;
}
#downloads-block ul {
  margin-left: 2.2rem;
  padding-right: 12rem;
}
#downloads-block ul li {
  padding: 0.2rem 0rem;
}
#downloads-block div.separator {
  margin-bottom: 1rem;
  width: 75%;
}
#downloads-block div h1 {
  text-align: center;
  border-top: 0.1rem solid;
  border-bottom: 0.1rem solid;
  -o-border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
     border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
}
#downloads-block div h2 {
  text-transform: uppercase;
  font-size: 1.34rem;
  color: #1a3d7d;
  padding: 0rem;
  margin: 0rem;
}

#prescription-history-block {
  row-gap: 2rem;
  padding: 0rem 4rem;
}
#prescription-history-block div {
  text-align: center;
  justify-content: center;
}
#prescription-history-block div h1 {
  text-align: center;
  border-top: 0.1rem solid;
  border-bottom: 0.1rem solid;
  -o-border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
     border-image: linear-gradient(95deg, white 2%, #d9d9d9 10%, #1a3d7d 30%, #1a3d7d 70%, #d9d9d9 90%, white 98%) 1;
}

.info-panel {
  flex-direction: column;
  text-align: center;
  background-image: linear-gradient(61deg, #1a3d7d 1%, #21b4ea 5%, white 6%, white 96%, #2c66d1 97%, #1a3d7d 98%);
  border: solid 0.1rem #112853;
  border-radius: 0.25rem;
  box-shadow: 0.2rem 0.2rem 0.2rem #7092a1;
  padding: 1rem 2rem;
}

.panel-item {
  flex-direction: column;
  width: 100%;
}

.panel-item-content {
  font-size: 1.02rem;
  padding: 1rem 0rem;
}
.panel-item-content a {
  white-space: pre-wrap;
  word-break: break-word;
}

.info-button {
  width: 1.1rem !important;
  min-width: 1.1rem;
  height: 1.1rem !important;
  border: 0.1rem solid #7092a1;
  border-radius: 1rem;
  color: #7092a1;
  display: flex;
  font-size: 0.94rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.1333333333s;
}
.info-button:hover {
  color: #f75909;
  border-color: #f75909;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

#site {
  min-width: 85.375rem;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}

/*------------------------------------------------------
| Responsive Design Media Queries
------------------------------------------------------*/
/*------------------------------------------------------
| Mixin: create-media-query
| Author: Judah Roden
|
| Input: 
|
|   - Given display type (small, medium, large, etc.)
| 
| Description: Creates a media query for the given 
| display type. In other words, it sets a query with a 
| specific screen size as minimum width.
------------------------------------------------------*/
/*------------------------------------------------------
| Mixin: create-flex-classes
| Author: Judah Roden
|
| Input: 
|
|   - Given display type (small, medium, large, etc.)
|   - Number of "columns" to create per given display type
| 
| Description: Creates all flex classes for a given 
| display type (size). Number of flex classes created is
| equal to $flex_columns. 
------------------------------------------------------*/
/* 
    For each display type defined in $display_sizes,
    create a number of flex classes equal to $flex_columns
    flex class usage: ".flex-item-[display_type]-[num_flex_columns]"
*/
@media screen and (min-width: 0rem) {
  .flex-item-xxsmall-0 {
    flex: 0 0 0%;
  }
}

@media screen and (min-width: 0rem) {
  .flex-item-xxsmall-1 {
    flex: 0 0 10%;
  }
}

@media screen and (min-width: 0rem) {
  .flex-item-xxsmall-2 {
    flex: 0 0 20%;
  }
}

@media screen and (min-width: 0rem) {
  .flex-item-xxsmall-3 {
    flex: 0 0 30%;
  }
}

@media screen and (min-width: 0rem) {
  .flex-item-xxsmall-4 {
    flex: 0 0 40%;
  }
}

@media screen and (min-width: 0rem) {
  .flex-item-xxsmall-5 {
    flex: 0 0 50%;
  }
}

@media screen and (min-width: 0rem) {
  .flex-item-xxsmall-6 {
    flex: 0 0 60%;
  }
}

@media screen and (min-width: 0rem) {
  .flex-item-xxsmall-7 {
    flex: 0 0 70%;
  }
}

@media screen and (min-width: 0rem) {
  .flex-item-xxsmall-8 {
    flex: 0 0 80%;
  }
}

@media screen and (min-width: 0rem) {
  .flex-item-xxsmall-9 {
    flex: 0 0 90%;
  }
}

@media screen and (min-width: 0rem) {
  .flex-item-xxsmall-10 {
    flex: 0 0 100%;
  }
}

@media screen and (min-width: 37.5rem) {
  .flex-item-xsmall-0 {
    flex: 0 0 0%;
  }
}

@media screen and (min-width: 37.5rem) {
  .flex-item-xsmall-1 {
    flex: 0 0 10%;
  }
}

@media screen and (min-width: 37.5rem) {
  .flex-item-xsmall-2 {
    flex: 0 0 20%;
  }
}

@media screen and (min-width: 37.5rem) {
  .flex-item-xsmall-3 {
    flex: 0 0 30%;
  }
}

@media screen and (min-width: 37.5rem) {
  .flex-item-xsmall-4 {
    flex: 0 0 40%;
  }
}

@media screen and (min-width: 37.5rem) {
  .flex-item-xsmall-5 {
    flex: 0 0 50%;
  }
}

@media screen and (min-width: 37.5rem) {
  .flex-item-xsmall-6 {
    flex: 0 0 60%;
  }
}

@media screen and (min-width: 37.5rem) {
  .flex-item-xsmall-7 {
    flex: 0 0 70%;
  }
}

@media screen and (min-width: 37.5rem) {
  .flex-item-xsmall-8 {
    flex: 0 0 80%;
  }
}

@media screen and (min-width: 37.5rem) {
  .flex-item-xsmall-9 {
    flex: 0 0 90%;
  }
}

@media screen and (min-width: 37.5rem) {
  .flex-item-xsmall-10 {
    flex: 0 0 100%;
  }
}

@media screen and (min-width: 48rem) {
  .flex-item-small-0 {
    flex: 0 0 0%;
  }
}

@media screen and (min-width: 48rem) {
  .flex-item-small-1 {
    flex: 0 0 10%;
  }
}

@media screen and (min-width: 48rem) {
  .flex-item-small-2 {
    flex: 0 0 20%;
  }
}

@media screen and (min-width: 48rem) {
  .flex-item-small-3 {
    flex: 0 0 30%;
  }
}

@media screen and (min-width: 48rem) {
  .flex-item-small-4 {
    flex: 0 0 40%;
  }
}

@media screen and (min-width: 48rem) {
  .flex-item-small-5 {
    flex: 0 0 50%;
  }
}

@media screen and (min-width: 48rem) {
  .flex-item-small-6 {
    flex: 0 0 60%;
  }
}

@media screen and (min-width: 48rem) {
  .flex-item-small-7 {
    flex: 0 0 70%;
  }
}

@media screen and (min-width: 48rem) {
  .flex-item-small-8 {
    flex: 0 0 80%;
  }
}

@media screen and (min-width: 48rem) {
  .flex-item-small-9 {
    flex: 0 0 90%;
  }
}

@media screen and (min-width: 48rem) {
  .flex-item-small-10 {
    flex: 0 0 100%;
  }
}

@media screen and (min-width: 62rem) {
  .flex-item-medium-0 {
    flex: 0 0 0%;
  }
}

@media screen and (min-width: 62rem) {
  .flex-item-medium-1 {
    flex: 0 0 10%;
  }
}

@media screen and (min-width: 62rem) {
  .flex-item-medium-2 {
    flex: 0 0 20%;
  }
}

@media screen and (min-width: 62rem) {
  .flex-item-medium-3 {
    flex: 0 0 30%;
  }
}

@media screen and (min-width: 62rem) {
  .flex-item-medium-4 {
    flex: 0 0 40%;
  }
}

@media screen and (min-width: 62rem) {
  .flex-item-medium-5 {
    flex: 0 0 50%;
  }
}

@media screen and (min-width: 62rem) {
  .flex-item-medium-6 {
    flex: 0 0 60%;
  }
}

@media screen and (min-width: 62rem) {
  .flex-item-medium-7 {
    flex: 0 0 70%;
  }
}

@media screen and (min-width: 62rem) {
  .flex-item-medium-8 {
    flex: 0 0 80%;
  }
}

@media screen and (min-width: 62rem) {
  .flex-item-medium-9 {
    flex: 0 0 90%;
  }
}

@media screen and (min-width: 62rem) {
  .flex-item-medium-10 {
    flex: 0 0 100%;
  }
}

@media screen and (min-width: 75rem) {
  .flex-item-large-0 {
    flex: 0 0 0%;
  }
}

@media screen and (min-width: 75rem) {
  .flex-item-large-1 {
    flex: 0 0 10%;
  }
}

@media screen and (min-width: 75rem) {
  .flex-item-large-2 {
    flex: 0 0 20%;
  }
}

@media screen and (min-width: 75rem) {
  .flex-item-large-3 {
    flex: 0 0 30%;
  }
}

@media screen and (min-width: 75rem) {
  .flex-item-large-4 {
    flex: 0 0 40%;
  }
}

@media screen and (min-width: 75rem) {
  .flex-item-large-5 {
    flex: 0 0 50%;
  }
}

@media screen and (min-width: 75rem) {
  .flex-item-large-6 {
    flex: 0 0 60%;
  }
}

@media screen and (min-width: 75rem) {
  .flex-item-large-7 {
    flex: 0 0 70%;
  }
}

@media screen and (min-width: 75rem) {
  .flex-item-large-8 {
    flex: 0 0 80%;
  }
}

@media screen and (min-width: 75rem) {
  .flex-item-large-9 {
    flex: 0 0 90%;
  }
}

@media screen and (min-width: 75rem) {
  .flex-item-large-10 {
    flex: 0 0 100%;
  }
}

@media screen and (min-width: 85.375rem) {
  .flex-item-xlarge-0 {
    flex: 0 0 0%;
  }
}

@media screen and (min-width: 85.375rem) {
  .flex-item-xlarge-1 {
    flex: 0 0 10%;
  }
}

@media screen and (min-width: 85.375rem) {
  .flex-item-xlarge-2 {
    flex: 0 0 20%;
  }
}

@media screen and (min-width: 85.375rem) {
  .flex-item-xlarge-3 {
    flex: 0 0 30%;
  }
}

@media screen and (min-width: 85.375rem) {
  .flex-item-xlarge-4 {
    flex: 0 0 40%;
  }
}

@media screen and (min-width: 85.375rem) {
  .flex-item-xlarge-5 {
    flex: 0 0 50%;
  }
}

@media screen and (min-width: 85.375rem) {
  .flex-item-xlarge-6 {
    flex: 0 0 60%;
  }
}

@media screen and (min-width: 85.375rem) {
  .flex-item-xlarge-7 {
    flex: 0 0 70%;
  }
}

@media screen and (min-width: 85.375rem) {
  .flex-item-xlarge-8 {
    flex: 0 0 80%;
  }
}

@media screen and (min-width: 85.375rem) {
  .flex-item-xlarge-9 {
    flex: 0 0 90%;
  }
}

@media screen and (min-width: 85.375rem) {
  .flex-item-xlarge-10 {
    flex: 0 0 100%;
  }
}

@media screen and (min-width: 120rem) {
  .flex-item-xxlarge-0 {
    flex: 0 0 0%;
  }
}

@media screen and (min-width: 120rem) {
  .flex-item-xxlarge-1 {
    flex: 0 0 10%;
  }
}

@media screen and (min-width: 120rem) {
  .flex-item-xxlarge-2 {
    flex: 0 0 20%;
  }
}

@media screen and (min-width: 120rem) {
  .flex-item-xxlarge-3 {
    flex: 0 0 30%;
  }
}

@media screen and (min-width: 120rem) {
  .flex-item-xxlarge-4 {
    flex: 0 0 40%;
  }
}

@media screen and (min-width: 120rem) {
  .flex-item-xxlarge-5 {
    flex: 0 0 50%;
  }
}

@media screen and (min-width: 120rem) {
  .flex-item-xxlarge-6 {
    flex: 0 0 60%;
  }
}

@media screen and (min-width: 120rem) {
  .flex-item-xxlarge-7 {
    flex: 0 0 70%;
  }
}

@media screen and (min-width: 120rem) {
  .flex-item-xxlarge-8 {
    flex: 0 0 80%;
  }
}

@media screen and (min-width: 120rem) {
  .flex-item-xxlarge-9 {
    flex: 0 0 90%;
  }
}

@media screen and (min-width: 120rem) {
  .flex-item-xxlarge-10 {
    flex: 0 0 100%;
  }
}

@media screen and (min-width: 160rem) {
  .flex-item-xxxlarge-0 {
    flex: 0 0 0%;
  }
}

@media screen and (min-width: 160rem) {
  .flex-item-xxxlarge-1 {
    flex: 0 0 10%;
  }
}

@media screen and (min-width: 160rem) {
  .flex-item-xxxlarge-2 {
    flex: 0 0 20%;
  }
}

@media screen and (min-width: 160rem) {
  .flex-item-xxxlarge-3 {
    flex: 0 0 30%;
  }
}

@media screen and (min-width: 160rem) {
  .flex-item-xxxlarge-4 {
    flex: 0 0 40%;
  }
}

@media screen and (min-width: 160rem) {
  .flex-item-xxxlarge-5 {
    flex: 0 0 50%;
  }
}

@media screen and (min-width: 160rem) {
  .flex-item-xxxlarge-6 {
    flex: 0 0 60%;
  }
}

@media screen and (min-width: 160rem) {
  .flex-item-xxxlarge-7 {
    flex: 0 0 70%;
  }
}

@media screen and (min-width: 160rem) {
  .flex-item-xxxlarge-8 {
    flex: 0 0 80%;
  }
}

@media screen and (min-width: 160rem) {
  .flex-item-xxxlarge-9 {
    flex: 0 0 90%;
  }
}

@media screen and (min-width: 160rem) {
  .flex-item-xxxlarge-10 {
    flex: 0 0 100%;
  }
}/*# sourceMappingURL=styles.css.map */