@font-face {
  font-family: "gotham";
  src: url(GothamRnd-Book.ttf);
}

 @font-face {
  font-family: "garamond";
  src: url(Garamond Regular.ttf);
}

@font-face {
  font-family: "roboto";
  src: url(Roboto-Regular.ttf);
}

@font-face {
  font-family: "PTSerif-Regular";
  src: url(PTSerif-Regular.ttf);
}

@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');

html{
    margin: 0;
    padding: 0;
    background-image: linear-gradient(to bottom right, #fdfdfd, #efefef) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {margin:0; font-family:roboto; color: #666666;}

.content{
width: 100%;
}
.swal2-popup {
  //font-size: 1.6rem !important;
  font-family: roboto;
}

#backgrounder{
display: none;
background-color:#3b5564;
position:fixed;
width:100%;
height:100%;
top:0px;
left:0px;
opacity: .6;
z-index: 8;
backdrop-filter: blur(10px);
}

.topnav {
background-color: #5c0c6c;
font-family: "fredoka";
position: fixed;
top: 0;
width: 100%;
z-index: 99;
-webkit-transition: all 0.7s ease-out;  /* Chrome 1-25, Safari 3.2+ */
-moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
-o-transition: all 0.5s ease-out;  /* Opera 10.50�12.00 */
transition: all 0.5s ease-out;
vertical-align: top;
}

.topnav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
text-decoration: none;
font-size: 17px;
-webkit-transition: all 0.7s ease-out;  /* Chrome 1-25, Safari 3.2+ */
-moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
-o-transition: all 0.5s ease-out;  /* Opera 10.50�12.00 */
transition: all 0.5s ease-out;
}

.active {
background-color: #04AA6D;
color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
  border-right: 1px solid #777777;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f8f8f8;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-size: 14px;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
-webkit-transition: all 0.7s ease-out;  /* Chrome 1-25, Safari 3.2+ */
-moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
-o-transition: all 0.5s ease-out;  /* Opera 10.50�12.00 */
transition: all 0.5s ease-out;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-image: linear-gradient(#3b5564, #536d7c, #3b5564);
  color: #a2e162;
}

.separator{
        padding-top: 30px;
        display: none;
        background: #3b5564;
    }

.dropdown-content a:hover {
  background-color: #ddd;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.pharmName{
  float: right;
  display: inline-block;
  font-size: 22px;
  color: #fff;
  margin-right: 20px;
  padding: 10px;
}

.rfLogo{
    display: inline-block;
    float: right;
    position: fixed;
    z-index: 9999;
    top: 7px;
    right: 20px;
    width: 80px;
}

.rightHeader{
  float: right;
  margin-right: 25px;
  display: inline-block;
  padding-top: 8px;
}

.alertBell{
  background-image: url("../media/alertBell.svg");
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(237, 196, 11, 0.964);
  cursor: pointer;
}

.alertNum{
  color: #000; 
  padding-top: 15px; 
  font-size: 12px;
  -webkit-transition: all 0.7s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
  -o-transition: all 0.5s ease-out;  /* Opera 10.50�12.00 */
  transition: all 0.5s ease-out;
  z-index: 999;
}

.alertNum:hover{
 color: #ffffff;
}

#companyName{
  position: fixed;
  right: 120px;
  display: none;
  color: #9cbcd7;
  font-family: cabin;
  font-weight: 300;
  font-style: normal;
  z-index: 9999;
  background: #811b91; 
  border: none;
  outline: none;
  padding: 14px 16px 14px 16px;
  margin: 0;
  cursor: pointer;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transition: all 0.7s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
  -o-transition: all 0.5s ease-out;  /* Opera 10.50�12.00 */
  transition: all 0.5s ease-out;
}

#companyName:hover{
  background: #56195f;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}

.homeLogo{
display: inline-block; 
margin: 20px 40px 0 0;
vertical-align: top;
width: 30%;
float: right;
}

.homeCopy{
display: inline-block; 
margin-top: 20px;
background: #ffffff;
font-family: Libre Caslon Display;
font-size: 20px;
opacity: .875;
padding: 20px;
border-radius: 10px;
width: calc(100% - 300px);
box-shadow: 0px 0px 20px 10px rgb(59 85 100 / 0.3);
}

.homeCopyTitle{
    font-size: 40px;
    color: #000;
    margin-bottom: 20px;
    display: inline-block;
    width: 60%;
}

.sloganHome{
display:inline-block; 
color: #a2e162; 
font-size: 35px; 
padding-bottom: 35px; 
text-shadow: 2px 2px 8px #000;
margin-top: 120px;
}

.bigEnvelope{
    width: calc(100% - 80px);
    padding: 40px;
    margin-top: 50px;
}

.contentHolder{
display: inline-block;
width: calc(100% - 80px);
color: #666666;
font-size: 17px;
font-family: roboto;
padding: 40px;
vertical-align: top;
}

.rowHolder{
    width: 95%;
    margin: 0 20px 50px 20px;
}

.halfLeft{
display: inline-block;
width: 45%;
color: #666666;
padding: 40px 0 0 20px;
vertical-align: top;
line-height: 25px;
}

.halfRight{
display: inline-block;
width: 45%;
color: #666666;
padding: 40px 0 0 20px;
vertical-align: top;
}

.column{
display: inline-block;
width: 22%;
padding: 5px;
vertical-align: top;
min-width: 150px;
}

.docColumn{
display: inline-block;
width: 30%;
padding: 5px;
vertical-align: top;
min-width: 150px;
}

.outerDouble{
display: inline-block; 
width: 45%;
vertical-align: top;
}

.doublet{
display: inline-block;
width: calc(45% - 10px);
padding: 0 5px 0 5px;
vertical-align: top;
}

.triplet{
display: inline-block;
width: calc(30% - 10px);
padding: 0 5px 0 5px;
vertical-align: top;
}

.quadruplet{
display: inline-block;
width: calc(25% - 20px);
max-width: 321px;
padding: 20px 5px 20px 5px;
vertical-align: top;
}

.title{
padding: 0 0 20px 0px;
font-family: cabin;
font-size: 30px;
color: #666666;
}

.titleWhite{
padding: 0 0 20px 0px;
font-family: cabin;
font-size: 30px;
color: #ffffff;
}

.subHeader{
font-size: 22px;
margin-bottom: 25px;
width: 100%;
background: #cf7d13;
padding: 3px 10px 3px 10px;
color: #fff;
}

.bodyCopy{
padding: 10px 0 20px 0px;
}

.wholeRow{
width: 100%; 
padding: 5px; 
margin: 3px 0 3px 0; 
border: 1px solid #cccccc; 
border-radius: 5px;
}

.bigRow{
display: inline-block; 
width: calc(90% - 10px);
}

.smRow{
display: inline-block; 
background: #cf7d13; 
padding: 5px; 
float: right; 
border-radius: 5px;
}

.cmpListRow{
font-size: 17px;
padding: 5px 5px 5px 15px;
margin-right: 15px;
}

.cmpRowItem{
display: inline-block;
margin-right: 15px;
}

.cmpChkBox{
display: inline-block;
margin-right: 5px;
border: 1px solid #ddd;
border-radius: 3px;
padding: 2px;
}

.inlineReg{
color: #78909c;
text-decoration: none;
font-family: cabin;
}

.inlineReg:hover{
color: #517489;
text-decoration: none;
}

.inlineTimes{
color: #78909c;
text-decoration: none;
font-family: caslon;
font-size: 25px;
}

.inlineTimes:hover{
color: #517489;
text-decoration: none;
}

.formLine{
padding: 10px;
width:80%;
}

.formElemL{
display: inline-block;
margin-right:15px;
text-align: right;
vertical-align: top;
width: 150px;
font-size: 17px;
}

.formElemL2{
display: inline-block;
text-align: left;
vertical-align: top;
font-size: 17px;
margin-bottom: 5px;
}

.formElemR{
display: inline-block;
margin-right:15px;
text-align: left;
vertical-align: top;
}

.displayType{
  display: inline-block;
}

.compDisplayType{
  border-bottom: 1px solid #999;
  padding: 20px;
  width: 100%;
}

#basicX{
  display: none;
}

#selectX{
  display: none;
}

#sliderX{
  display: none;
}

.listHeader{
    font-size: 20px;
    color: #666666;
    margin: 15px 0 15px 0;
    font-weight: bold;
}

.dasInput{
width: 200px;
border: 1px solid #ccc;
border-radius: 5px;
padding: 5px;
font-family: cabin;
font-size: 15px;
color: #666666;
}

.dasSelect{
padding: 5px 10px 5px 10px;
border-radius: 5px;
background: #fef3fe;
font-size: 20px;
min-width: 200px;
width: 100%;
}

.compCartouche{
  display: inline-block; 
  padding: 5px; 
  border: 1px solid #ccc; 
  border-radius: 3px; 
  background: #dad9d8;
  margin-bottom: 5px;
}

.butt{
display:inline-block;
background: #3b5564;
color: #a2e162;
border: 1px solid #afb9c0;
border-radius: 5px;
font-size: 17px;
padding: 7px 14px 7px 14px;
cursor: pointer;
font-family: fredoka;
font-weight: 400;
text-decoration: none;
-webkit-transition: all 0.7s ease-out;  /* Chrome 1-25, Safari 3.2+ */
-moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
-o-transition: all 0.5s ease-out;  /* Opera 10.50�12.00 */
transition: all 0.5s ease-out;
}

.butt:hover{
background: #517489;
border: 1px solid #3b5564;
color: #fff;
}

.buttErr{
  display:inline-block;
  background: #873312;
  color: #e1ce62;
  border: 1px solid #afb9c0;
  border-radius: 5px;
  font-size: 17px;
  padding: 7px 14px 7px 14px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.7s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
  -o-transition: all 0.5s ease-out;  /* Opera 10.50�12.00 */
  transition: all 0.5s ease-out;
  }
  
  .buttErr:hover{
  background: #c34a1a;
  color: #ded393;
  border: 1px solid #3b5564;
  color: #fff;
  }

.buttSm{
background: #3b5564;
color: #a2e162;
border: 1px solid #afb9c0;
border-radius: 5px;
font-size: 12px;
padding: 4px 8px 4px 8px;
margin: 30px 0px 30px 0px;
text-decoration: none;
-webkit-transition: all 0.7s ease-out;  /* Chrome 1-25, Safari 3.2+ */
-moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
-o-transition: all 0.5s ease-out;  /* Opera 10.50�12.00 */
transition: all 0.5s ease-out;
}

.buttSm:hover{
background: #517489;
border: 1px solid #3b5564;
color: #fff;
}

.tableButt{
    width: 100%;
}

.genPopuppo{
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: none;
//width: calc(100% - 400px);
border: 1px solid #3b5564;
border-radius: 10px;
padding: 15px;
background: #ffffff;
box-shadow: 0px 0px 20px 10px rgb(59 85 100 / 0.2);
z-index: 10;
}

#elPopuppo{
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: none;
//flex-flow: column;
height: 80vh;
width: calc(100% - 600px);
border: 1px solid #3b5564;
border-radius: 10px;
padding: 15px;
background: #ffffff;
box-shadow: 0px 0px 20px 10px rgb(59 85 100 / 0.2);
z-index: 10;
overflow-y: scroll;
overflow-x: hidden;
}

#closer{
position: absolute;
top: 5px;
right: 5px;
display: inline-block;
cursor: pointer;
-webkit-transition: all 0.7s ease-out;  /* Chrome 1-25, Safari 3.2+ */
-moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
-o-transition: all 0.5s ease-out;  /* Opera 10.50Ð12.00 */
transition: all 0.5s ease-out;
}

#closer:hover{
position: absolute;
top: 3px;
right: 3px;
display: inline-block;
cursor: pointer;
filter: invert(100%);
}

li{
line-height: 25px;
}

li.subbull { 
margin-left: 5px; 
color: #888888;
}

.inverseColor{
display: inline-block;
width: calc(50% - 100px);
background: #3b5564;
color: #fff;
border-radius: 10px;
padding: 15px;
margin: 10px;
vertical-align: top;
}

.rfFooter{
width: 100%;
background: #011f4b;
padding: 5px 0 5px 40px;
color: #cccccc;
font-size: 14px;
position: fixed;
bottom: 0;
}

.footerUnit{
display: inline-block;
padding: 5px 5px 5px 40px;
color: #128780;
}

.inlineFooter{
color: #8eabd7;
text-decoration: none;
padding: 5px 5px 5px 40px;
}

.fullWidthEnvelope{
width: 100%;
padding: 25px 10px 25px 10px;
border-bottom: 1px solid #cccccc;
}

.logoHolder{
display: inline-block;
margin-right: 20px;
vertical-align: top;
width: 10%;
}

.copyHolder{
display: inline-block;
vertical-align: top;
width: 80%;
}

.inlineFooter:hover{
color: #ffffff;
text-decoration: none;
}

.contactHolder{
padding: 35px;
border: solid 1px #cccccc;
border-radius: 10px;
margin-bottom: 200px;
max-width: 700px;
font-size: 20px;
}

.contactHolderAdmin{
padding: 35px;
border: solid 1px #cccccc;
border-radius: 10px;
padding-bottom: 200px;
font-size: 20px;
}

.submitButt{
background: #333695;
color: #ffffff;
border: 1px solid #666666;
border-radius: 5px;
padding: 5px 15px 5px 15px;
font-size: 17px;
cursor: pointer;
-webkit-transition: all 0.7s ease-out;  /* Chrome 1-25, Safari 3.2+ */
-moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
-o-transition: all 0.5s ease-out;  /* Opera 10.50Ð12.00 */
transition: all 0.5s ease-out;
}

.submitButt:hover{
font-size: 20px;
color: #cccccc;
}

.regCell{
    display: inline-block;
    padding: 3px;
}

.bottomInfo{
width: 100%;
text-align: center; 
margin-top: 25px;
}

hr{
border: none;
height: 1px;
color: #ccc;
background-color: #ccc;
}

.dobHolder{
display: inline-block;
padding: 10px 15px 10px 0;
}

.asterisk{
color: red;
display: inline-block;
font-size: 25px;
}

.emptyBox{
color: #666666;
border: solid 1px #ccc;
border-radius: 5px;
display: inline-block;
padding: 20px;
font-family: Assistant;
font-weight: 500;
}

.emptyBox2{
vertical-align: top;
border: solid 1px #ccc;
border-radius: 5px;
display: inline-block;
padding: 5px;
max-width: 250px;
margin-bottom: 10px;
}

.pwBg{
background: #cf7d13; 
padding: 4px; 
border-radius: 3px;
cursor: pointer;
color: #ffffff;
-webkit-transition: all 0.7s ease-out;  /* Chrome 1-25, Safari 3.2+ */
-moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
-o-transition: all 0.5s ease-out;  /* Opera 10.50�12.00 */
transition: all 0.5s ease-out;
}

.pwBg:hover{
background: #c5bc8a;
}

@media screen and (max-width: 938px) {
    
.homeCopy{
display: block; 
margin: 60px auto 10px auto;
background: #ffffff;
font-family: caslon;
font-size: 17px;
padding: 10px;
border-radius: 5px;
width: 90%;
box-shadow: 0px 0px 20px 10px rgb(59 85 100 / 0.3);
}

.homeCopyTitle{
    width: 100%;
    font-size: 30px;
    color: #000;
    margin: 0 0 20px 0;
}
    
.wholeRow{
width: 98%; 
padding: 5px; 
margin: 3px 0 3px 0; 
border: 1px solid #cccccc; 
border-radius: 5px;
}

.rowHolder{
width: 95%;
margin: 5px 5px 50px 5px;
}

#companyName{
    display: none;
    }
    
    #elPopuppo{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    width: 90%;
    border: 1px solid #3b5564;
    border-radius: 10px;
    padding: 15px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 10px rgb(59 85 100 / 0.2);
    z-index: 10;
    overflow-y: scroll;
    }
}



@media screen and (max-width: 842px) {
#companyName{
    display: none;
    }
}

@media screen and (max-width: 600px) {
    .separator{
        padding-top: 30px;
        display: block;
        background: #3b5564;
    }
    
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    position: absolute;
    right: 10px;
    top: -5px;
    display: block;
    font-size: 45px;
    vertical-align: top;
    background: none;
  }
  
#companyName{
    display: inline-block;
    }
  
  .bigEnvelope{
    width: calc(100% - 20px);
    padding: 10px;
    margin-top: 0;
    margin-bottom: 5px;
}
  
  .contentHolder{
display: inline-block;
width: 95%;
color: #666666;
font-size: 17px;
font-family: roboto;
padding: 10px;
vertical-align: top;
}
  
  .halfLeft{
	display: inline-block;
	width: calc(100% - 20px);
	color: #666666;
	padding: 20px 10px 0 10px;
	vertical-align: top;
	}
	
	.halfRight{
	display: inline-block;
	width: calc(100% - 20px);
	color: #666666;
	padding: 20px 10px 10px 10px;
	vertical-align: top;
	}
	
.rfLogo{
    display: inline-block;
    float: right;
    position: relative;
    z-index: 9999;
    top: 5px;
    right: -20px;
    width: 40px;
}

.rfFooter{
width: 100%;
background: #3b5564;
padding: 5px 0 5px 0px;
color: #cccccc;
font-size: 12px;
position: fixed;
bottom: 0;
}
	
.homeLogo{
display: none;
}

.title{
padding: 60px 0 0px 0px;
font-family: cabin;
font-size: 30px;
color: #666666;
}

.bottomInfo{
width: 100%;
text-align: center; 
margin: 0 0 50px 0;
}

.sloganHome{
display:inline-block; 
color: #a2e162; 
font-size: 35px; 
padding-bottom: 35px; 
text-shadow: 2px 2px 8px #000;
margin-top: 40px;
}
	
.whole{
display: inline-block;
width: calc(100% - 20px);
color: #666666;
padding: 30px 10px 0 10px;
vertical-align: top;
}

.inverseColor{
display: inline-block;
width: calc(100% - 30px);
background: #3b5564;
color: #fff;
border-radius: 10px;
padding: 5px;
margin: 5px;
vertical-align: top;
}

.subHeader{
font-size: 15px;
margin-bottom: 25px;
display: inline-block;
width: 100%;
line-height: 30px;
}

.outerDouble{
display: inline-block; 
width: 95%;
vertical-align: top;
}

.doublet{
display: inline-block;
width: calc(45% - 10px);
padding: 0 5px 0 5px;
vertical-align: top;
max-width: 400px;
}

.triplet{
display: inline-block;
width: calc(30% - 10px);
padding: 0 5px 0 5px;
vertical-align: top;
max-width: 400px;
}

.fullWidthEnvelope{
width: calc(100% - 20px);
padding: 25px 10px 25px 10px;
border-bottom: 1px solid #cccccc;
}

.bigRow{
display: inline-block; 
width: calc(80% - 10px);
}

.smRow{
//position: absolute;
display: block; 
background: #878d96; 
padding: 5px; 
float: none;
//top: 5px;
border-radius: 5px;
}

.formElemL{
display: inline-block;
text-align: left;
vertical-align: top;
width: 150px;
font-size: 17px;
}

.formElemR{
display: inline-block;
margin-right:15px;
text-align: left;
vertical-align: top;
}

.cmpListRow{
font-size: 17px;
padding: 5px 5px 5px 15px;
margin-right: 15px;
border-bottom: 1px solid #cccccc;
margin: 5px 0 5px 0;
padding: 5px 0 5px 0;
}

.cmpRowItem{
display: inline-block;
margin-right: 15px;
margin-top: 5px;
}

.emptyBox2{
vertical-align: top;
border: solid 1px #ccc;
border-radius: 5px;
display: inline-block;
padding: 5px;
width: 90%;
max-width: 90%;
margin-bottom: 10px;
}

.column{
display: inline-block;
//width: 22%;
padding: 5px;
vertical-align: top;
min-width: 90%;
}
}
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}