@charset "UTF-8";
/* CSS Document */
/* media queries */
@media only screen and (min-width: 1400px){ /* over sized desktop */
  
}
@media only screen and (max-width: 1399px){ /* up to largest desktop */
  
}
@media only screen and (max-width: 1199px){ /* up to large desktop */
  
}
@media only screen and (max-width: 991px){ /* up to small desktop */
  
}
@media only screen and (max-width: 767px){ /* up to tablet device */
  
}
@media only screen and (max-width: 575px){ /* smallest device */
  
}

/* FONTS

.averia-serif-libre-light {
  font-family: "Averia Serif Libre", serif;
  font-weight: 300;
  font-style: normal;
}

.averia-serif-libre-regular {
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  font-style: normal;
}

.averia-serif-libre-bold {
  font-family: "Averia Serif Libre", serif;
  font-weight: 700;
  font-style: normal;
}

.averia-serif-libre-light-italic {
  font-family: "Averia Serif Libre", serif;
  font-weight: 300;
  font-style: italic;
}

.averia-serif-libre-regular-italic {
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  font-style: italic;
}

.averia-serif-libre-bold-italic {
  font-family: "Averia Serif Libre", serif;
  font-weight: 700;
  font-style: italic;
}


.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}


*/

#viewport {
  background:rgba(0,0,0,.9);
  color:#fff;
  height:30px;
  position: fixed;
  text-align:center;
  top:0;
  width:100%;
  z-index:5000;
}

/*universal fonts*/
h1,
h2,
h3,
h4,
h5,
h6,
body,
p,
ul li,
ol li {
  font-family: "Roboto", sans-serif;
  font-weight:400;
}

/*set body bg color for each section*/
body {
  background: #e4e4e4 url("../img/wallpaper.svg") center center repeat;
  background-size:1800px;
  color: #000;
}
.footer {
  bottom:0px;
  color:#222222;
  font-size:16px;
  font-weight: 300;
  padding:30px;
  position: fixed;
  text-align: left;
  width:100%;
  z-index:2003;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}
@media only screen and (max-width: 767px){ /* up to tablet device */
  .footer {
    /*padding:10px;*/
    padding:30px;
  }
}

.sections {
  z-index: 1;
}
section.sec {
  height:100vh;
  overflow: hidden;
  width: 100%;
  z-index: 2;
}
section.sec.sec-5 {
  height:150vh;
}
/* bootstrap buttons */
.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  align-items: center !important;
	background:#ffbc00 !important;
	border:4px solid #ffbc00 !important;
	border-radius:4px !important;
	color:#333 !important;
  display:flex !important;
  justify-content: center !important;
  margin:0 auto !important;
  min-height:44px !important;
	outline:0 !important;
  width:250px !important;
	box-shadow:none !important;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.btn-primary:hover {
	border-color:#ffe59c !important;
}
@media only screen and (max-width: 767px){ /* up to tablet device */
  .btn-primary,
  .btn-primary:focus,
  .btn-primary:active,
  .btn-primary.active {
    min-height:44px !important;
    width:100% !important;
  }
}

.link-close-preview,
.link-close-preview:hover,
.link-close-preview:focus,
.link-close-preview:active,
.link-close-preview.active {
  color: rgba(0,0,0,0.5) !important;
  font-size:1rem !important;
  font-weight:300 !important;
  text-decoration: none !important;
}

/*card*/
.card {
  background:transparent;
  border:0;
  border-radius: 0px;
  min-height: 548px !important;
  opacity: 1;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  z-index: 999;
}
.card p.quote {
  font-size: 22px;
}
body.open .card {
  display:none;
  opacity:0;
}


/* content */
.content {
  height:100%;
  position: fixed;
  padding:15px 15px 65px 15px;
  text-align: center;
  width:100%;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}
@media only screen and (max-width: 767px){ /* up to tablet device */
  .content {
    /*padding: 5px 5px 40px 5px;*/
    padding:15px 15px 65px 15px;
  }
}

/* blocks */
.blocks {
  /*background:rgba(255,255,255,0.3);*/
  display:block;
  height:100%;
  position: relative;
  margin:0 auto;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}
.block {
  display: block;
  height: 33.3%;
  padding:15px;
  position: absolute;
  width: 33.3%;
  text-align: left;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}
.block-inner {
  border-radius:10px;
  cursor: pointer;
  display:block;
  height:100%;
  position: relative;
  opacity: 1;
  width:100%;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  z-index: 2001;
}
body.rollover-blocks .block-inner {
  opacity:0.025;
}
body.rollover-blocks .block-inner:hover {
  opacity: 1 !important;
  transform: scale(1.04);
  z-index: 2002;
}
@media only screen and (max-width: 767px){ /* up to tablet device */
  .block {
    /*padding:5px;*/
    padding:15px;
  }
  .block-inner {
    /*border-radius:5px;*/
    border-radius:15px;
  }
  body.rollover-blocks .block-inner:hover {
    transform: scale(1);
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
}


/*animations*/
.animation-element {
  position: relative;
}
/*fade in animation*/
.fade-in {
  opacity: 0;
}
@-moz-keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in.in-view,
.fade-in-once.animated {
  -moz-animation: fade_in 1000ms ease-in both;
  -webkit-animation: fade_in 1000ms ease-in both;
  -o-animation: fade_in 1000ms ease-in both;
  animation: fade_in 1000ms ease-in both;
}
/*blocks 3up*/
.blocks-3up .block1 {
  height: 50%;
  left: 0%;
  top: 0%;
  width: 50%;
}
.blocks-3up .block2 {
  height: 50%;
  left: 50%;
  top: 0%;
  width: 50%;
}
.blocks-3up .block3 {
  height: 50%;
  left: 0%;
  top: 50%;
  width: 100%;
}
/* set2 */
.blocks-3up.set2 .block1 {
  height: 50%;
  left: 0%;
  top: 0%;
  width: 100%;
}
.blocks-3up.set2 .block2 {
  height: 50%;
  left: 50%;
  top: 50%;
  width: 50%;
}
.blocks-3up.set2 .block3 {
  height: 50%;
  left: 0%;
  top: 50%;
  width: 50%;
}
/* set3 */
.blocks-3up.set3 .block1 {
  height: 50%;
  left: 50%;
  top: 0%;
  width: 50%;
}
.blocks-3up.set3 .block2 {
  height: 50%;
  left: 0%;
  top: 50%;
  width: 100%;
}
.blocks-3up.set3 .block3 {
  height: 50%;
  left: 0%;
  top: 0%;
  width: 50%;
}
/* set4 */
.blocks-3up.set4 .block1 {
  height: 50%;
  left: 50%;
  top: 50%;
  width: 50%;
}
.blocks-3up.set4 .block2 {
  height: 50%;
  left: 0%;
  top: 50%;
  width: 50%;
}
.blocks-3up.set4 .block3 {
  height: 50%;
  left: 0%;
  top: 0%;
  width: 100%;
}
/* set5 */
.blocks-3up.set5 .block1 {
  height: 50%;
  left: 0%;
  top: 50%;
  width: 100%;
}
.blocks-3up.set5 .block2 {
  height: 50%;
  left: 0%;
  top: 0%;
  width: 50%;
}
.blocks-3up.set5 .block3 {
  height: 50%;
  left: 50%;
  top: 0%;
  width: 50%;
}
/* set6 */
.blocks-3up.set6 .block1 {
  height: 50%;
  left: 0%;
  top: 50%;
  width: 50%;
}
.blocks-3up.set6 .block2 {
  height: 50%;
  left: 0%;
  top: 0%;
  width: 100%;
}
.blocks-3up.set6 .block3 {
  height: 50%;
  left: 50%;
  top: 50%;
  width: 50%;
}

/* modal */
body.modal-open .modal-backdrop {
  background:rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  -moz-backdrop-filter: blur(15px);
  opacity:1;
  z-index:2012;
}
body.modal-open .modal-pass  .modal-content,
body.modal-open .modal-pass  .modal-header,
body.modal-open .modal-pass  .modal-footer {
  border:0px;
}
body.modal-open .modal-pass  .modal-content {
  border-radius:1rem;
  -webkit-box-shadow: 0px 40px 80px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 40px 80px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 40px 80px 0px rgba(0,0,0,0.25);
}
body.modal-open .modal-pass  .modal-body,
body.modal-open .modal-pass  .modal-header,
body.modal-open .modal-pass  .modal-footer {
  padding-left:18px;
  padding-right:18px;
}
body.modal-open .modal-pass  .modal-footer {
  border-radius:1rem;
  -webkit-box-shadow: inset 0px -4px 2px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px -4px 2px 0px rgba(0,0,0,0.1);
  box-shadow: inset 0px -4px 2px 0px rgba(0,0,0,0.1);
}
body.modal-open .modal-pass .form-control:focus {
  border-color:#ffe59c !important;
  box-shadow:0 0 0 .25rem #ffe59c;
  -webkit-box-shadow:0 0 0 .25rem #ffe59c;
  -moz-box-shadow: 0 0 0 .25rem #ffe59c;
}
body.modal-open .modal-pass .form-control {
  border-radius:8px;
  font-size:30px;
}
body.modal-open .modal-pass .input {
  position: relative;
}
body.modal-open .modal-pass .input .fa {
  cursor:pointer;
  font-size:22px;
  position: absolute;
  bottom:18px;
  right:15px;
}
body.modal-open .modal-pass .form-control.error {
  border-color:red !important;
  box-shadow:0 0 0 .25rem red;
  -webkit-box-shadow:0 0 0 .25rem red;
  -moz-box-shadow: 0 0 0 .25rem red;
}
body.modal-open .modal-pass .btn-link {
  text-decoration:none;
  color:rgba(0,0,0,0.5);
}
body.modal-open .modal-footer {
  justify-content: space-between !important;
}
body.modal-open .modal-footer .btn {
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
body.modal-open .modal-footer .btn-primary {
  margin:0 !important;
}
@media only screen and (max-width: 767px){ /* up to tablet device */
  body.modal-open .modal-footer {
    justify-content: center !important;
  }
  body.modal-open .modal-footer .btn {
    width:100% !important;
  }
}
body.modal-open .modal-body {
  overflow:hidden;
}
body.modal-open .modal-pass .error-msg {
  height:190px;
  position: relative;
  top:0;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}
body.modal-open .modal-pass .error-msg.hide-error {
  height:0px;
  top:-250px;
}
body.modal-open .modal-pass .img {
  text-align:left;
}
body.modal-open .modal-pass .img .newman {
  border-radius:8px;
}

/*preview*/
body.open {
  overflow-x: hidden;
  overflow-y: hidden !important;
}
.preview {
  background: #fff;
  height:100vh;
  left: 0;
  min-height:100vh;
  opacity:0;
  overflow-y: auto;
  padding:0 18px;
  position: fixed;
  text-align: center;
  top:-100vh;
  width: 100%;
  z-index: 2010;
}
body.open .preview {
  opacity:1;
  top: 0;
}
.preview-content {
  display: none;
  height:auto;
  margin:0 auto;
  padding: 100px 0px 30px 0;
  position: relative;
  -webkit-transition: padding .8s ease;
  -moz-transition: padding .8s ease;
  -o-transition: padding .8s ease;
  transition: padding .8s ease;
}
body.open .preview-content {
  display: block;
}
.preview h2 {
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 .4rem 0;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}
.preview h4 {
  font-size: 18px;
  font-weight:500;
  margin: 0;
  text-transform: uppercase;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}
@media only screen and (max-width: 767px){ /* up to tablet device */
  .preview-content {
    padding:60px 0 30px 0;
  }
  .preview h2 {
    font-size: 24px;
  }
  .preview h4 {
   font-size: 14px;
  }
}
.preview .img {
  cursor: pointer;
  margin:0 auto;
  max-width:900px;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}

/*skins*/
/*member protals*/
body.member-portals .btn-primary,
body.member-portals .btn-primary:focus,
body.member-portals .btn-primary:active,
body.member-portals .btn-primary.active {
  background:#B3D234 !important;
  border-radius: 4px !important;
  border-width:0px !important;
  color:#074A2D !important;
}
body.member-portals .btn-primary:hover {
  background:#074A2D !important;
  color:#B3D234 !important;
}
body.modal-open.member-portals .modal-pass .form-control:focus {
  border-color:#074A2D !important;
  box-shadow:0 0 0 .25rem #074A2D;
  -webkit-box-shadow:0 0 0 .25rem #074A2D;
  -moz-box-shadow: 0 0 0 .25rem #074A2D;
}
/*health plans*/
body.health-plans .btn-primary,
body.health-plans .btn-primary:focus,
body.health-plans .btn-primary:active,
body.health-plans .btn-primary.active {
  background:#003a45 !important;
  border-color:#003a45 !important;
  border-radius: 6px !important;
  color:#fff !important;
}
body.health-plans .btn-primary:hover {
  border-color:#003a45 !important; 
  opacity:.8;
}
body.modal-open.health-plans .modal-pass .form-control:focus {
  border-color:#003a45 !important;
  box-shadow:0 0 0 .25rem #003a45;
  -webkit-box-shadow:0 0 0 .25rem #003a45;
  -moz-box-shadow: 0 0 0 .25rem #003a45;
}

/*online pharmacy*/
body.online-pharmacy .btn-primary,
body.online-pharmacy .btn-primary:focus,
body.online-pharmacy .btn-primary:active,
body.online-pharmacy .btn-primary.active {
  background:#03a4dc !important;
  border-color:#03a4dc !important;
  border-radius: 100px !important;
  color:#fff !important;
}
body.online-pharmacy .btn-primary:hover {
  background:#27487b !important;
  border-color:#27487b !important;
}
body.modal-open.online-pharmacy .modal-pass .form-control:focus {
  border-color:#03a4dc !important;
  box-shadow:0 0 0 .25rem #03a4dc;
  -webkit-box-shadow:0 0 0 .25rem #03a4dc;
  -moz-box-shadow: 0 0 0 .25rem #03a4dc;
}

/*diabetic ecommerce*/
body.diabetic-ecommerce .btn-primary,
body.diabetic-ecommerce .btn-primary:focus,
body.diabetic-ecommerce .btn-primary:active,
body.diabetic-ecommerce .btn-primary.active {
  background:#19829f !important;
  border-color:#19829f !important;
  border-radius: 6px !important;
  border-width: 2px !important;
  color:#fff !important;text-transform: uppercase;
  letter-spacing: 2px;
}
body.diabetic-ecommerce .btn-primary:hover {
  background:#fff !important;
  border-color:#363636 !important;
  color:#19829f !important;
}
body.modal-open.diabetic-ecommerce .modal-pass .form-control:focus {
  border-color:#19829f !important;
  box-shadow:0 0 0 .25rem #19829f;
  -webkit-box-shadow:0 0 0 .25rem #19829f;
  -moz-box-shadow: 0 0 0 .25rem #19829f;
}
/*discount rx app*/
body.discount-rx-app .btn-primary,
body.discount-rx-app .btn-primary:focus,
body.discount-rx-app .btn-primary:active,
body.discount-rx-app .btn-primary.active {
  background:#6f2c91 !important;
  border-color:#6f2c91 !important;
  border-radius: 6px !important;
  border-width: 2px !important;
  color:#fff !important;text-transform: uppercase;
  letter-spacing: 2px;
}
body.discount-rx-app .btn-primary:hover {
  background:#fff !important;
  border-color:#363636 !important;
  color:#6f2c91 !important;
}
body.modal-open.discount-rx-app .modal-pass .form-control:focus {
  border-color:#6f2c91 !important;
  box-shadow:0 0 0 .25rem #6f2c91;
  -webkit-box-shadow:0 0 0 .25rem #6f2c91;
  -moz-box-shadow: 0 0 0 .25rem #6f2c91;
}
