@charset "utf-8";
/*** Global Styles ***/
/*** Scroll Container ***/
.scroll-container {  height: 300px; 
overflow-y: scroll; 
} 
 
.scroll-container::-webkit-scrollbar { 
width: 10px; 
border-radius: 10px;
} 
  
.scroll-container::-webkit-scrollbar-track { 
background: #002d56; 
border-radius: 10px;
} 
 
.scroll-container::-webkit-scrollbar-thumb { 
background: #0D569E;
border-radius: 10px;  } 
  
.scroll-container::-webkit-scrollbar-thumb:hover
{  background: #0D569E; 
border-radius: 10px;
} 
  
.scroll-container::-webkit-scrollbar-button 
{  display: none; 
} 
 
/**** End Scroll Container ****/

/** Add ons ****/
.Assess_Hide, .Data_Hide, .Meds_Hide, .Docs_Hide, .Notes_Hide, .Corr_Hide {display: none;} 
.site-footer__aux ul {
    position: relative;
    margin: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: center;
    list-style: none;
}

.site-footer__aux {
    position: relative;
    width: 100%;
 
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
}
 .site-footer__aux ul li {
        -ms-flex: unset;
        flex: unset;
        margin: 5px 10px;
    }
.site-footer__aux ul a {
    color: #fff;
    transition: all .25s ease;}
.bluesky_footer_top {
  border-top:#d7dded 1px solid;
    padding-top: 20px;
   }
   .BS_Social{width:25px; float: right; margin-top: 10px;}
   	.BS_Social a{
		position: relative;
		display: flex;
		width: 100%;
	}
	.BS_Social svg{
		fill: #3955A4;
		transition: all .25s ease;
	}
	.BS_Social a:hover svg{
		fill: #3DB2E5;
	}

/** End add ons  ***/

.site-footer_main .block_links {
	flex-flow: column;
}

.site-footer_main .block {
	position:relative;
	display: flex;
	justify-content: flex-end;
}
/********************/
legend {
    display: flex;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: inherit;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #e5e5e5;}

/*** Patient Demographics Care team Pop up fix ***/
.popup .popuptextCareTeam, .popup .popuptextPhone 
{
-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
box-shadow: 0 5px 10px rgba(0,0,0,.2);
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.2);
padding: 5px;
}
/**** 2023 TS styles *****/
.SMC label {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: grey;
    font-weight: normal;
     display: inline-block;
	margin-bottom: 0px; }

.SMC span {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #686868;
    font-weight: 700;
	display: block;    display: inline-block;}
.horizontalTab_Top_1 .resp-tab-content .resp_margin {
    margin-left: 10px;
    margin-right: 10px;
}
.resp-tabs-container {
    padding: 0;
    margin: 0;
    clear: both;
    border: 1px solid #e8e8e8 !important;
}
.Merck-ol-list-item {
  margin-bottom:  20px !important;}
.SMCD_DrugName {font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 12px; line-height: 20px;color:#686868; }
.OD_HR {border-bottom: 1px solid #c1c1c1; padding-bottom: 10px; margin-bottom: 15px; clear: both;}
.OD_HeaderIcons{
    color: #003a5f;
    font-size: 30px;
    vertical-align: unset;
    float: left;
    display: inline-block;
    margin-right: 5px;
}
/********** Care Chart Tabs styles **********/
.horizontalTab_Top_1 ul.resp-tabs-list li span {
  padding:5px 10px; }
.horizontalTab_Top_1 .resp-tabs-container {
}
.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active {
  border-top: 1px solid #003a5f;
  border-bottom: 1px solid #003a5f;
  border-left: 1px solid #003a5f !important;
  border-right: 1px solid #003a5f;
}
.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active span:before {
  border-color: #B00920 transparent transparent transparent;
}
.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active span {
  background-color: #003a5f;color: #ffffff !important;
}
.horizontalTab_Top_1 .resp-tab-content .resp_margin p {
  display: block;
}
.horizontalTab_Top_1 ul.resp-tabs-list li:hover span {
  color: #11ab68;
}
/********** Care Chart Tabs styles End **********/

/****** Inner Banners *****/

.header-content-inner {

	height: 225px;
    border-top: 1px #d1d1d1 solid;
    background-color: #FFF0D6 ;
    background-image: url(/Portals/0/RelianceRx_banner.png);
    background-position: 0px 0px;
    background-size: 100% 100%;
     min-height: 20vh;
    background-repeat: no-repeat;
}

.cta-primary-inner {
    margin-left: -111px;
    margin-top: 125px;
}
/***** Inner Banners End ******/
/********** Scroll Bar styles **********/
.scrollbar {

  max-height: 300px;
  width: 100%;
  background: #fff;
  overflow-y: scroll;

}
.force-overflow {
  min-height: 450px;
}

.scrollbar-primary::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}

.scrollbar-primary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #ddd;
}
/*
.scrollbar-primary {
  scrollbar-color: #002d56 #F5F5F5;
}
*/
.scrollbar-danger::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-danger::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

.scrollbar-danger::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #ff3547;
}

.scrollbar-danger {
  scrollbar-color: #ff3547 #F5F5F5;
}

.scrollbar-warning::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-warning::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

.scrollbar-warning::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #FF8800;
}

.scrollbar-warning {
  scrollbar-color: #FF8800 #F5F5F5;
}

.scrollbar-success::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-success::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

.scrollbar-success::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #00C851;
}

.scrollbar-success {
  scrollbar-color: #00C851 #F5F5F5;
}

.scrollbar-info::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-info::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

.scrollbar-info::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #33b5e5;
}

.scrollbar-info {
  scrollbar-color: #33b5e5 #F5F5F5;
}

.scrollbar-default::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-default::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

.scrollbar-default::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #2BBBAD;
}

.scrollbar-default {
  scrollbar-color: #2BBBAD #F5F5F5;
}

.scrollbar-secondary::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-secondary::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

.scrollbar-secondary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #aa66cc;
}

.scrollbar-secondary {
  scrollbar-color: #aa66cc #F5F5F5;
}
/********** Scroll Bar styles End **********/


/*** New PD Styles ***/

.PD_Banner_Top {background:#18608a; height: 5px;-webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.33);
-moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.33);
  box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.33);}

/*** end new styles ***/

body {
  font-family: "Open Sans", sans-serif !important;
}

p {
  font-family:  "Open Sans", sans-serif;
}

.btn {margin-top: 5px;}{
}

.btn:hover,
.btn:focus {
  color: #fff;
  background-color: #002d56;
  text-decoration: none;
  border-color: #002d56;
  outline: none;
}
.btn-sm, .btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 8px;
}

.mt-1 {
  margin-top: 16px !important;
}

.mt-2 {
  margin-top: 32px !important;
}

.mb-1 {
  margin-bottom: 16px !important;
}
.create-account {
padding: 15px;
}
.mb-2 {
  margin-bottom: 32px !important;
}

.RowOne_Grid3_Pane {
  border-right: none !important;
}

.modal-header {
 /* display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);*/
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-footer {
 /** padding: 15px 15px 0; **/
}

.horizontalTab_Top_1 .resp-tabs-container {
  border: none;
}

.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active {
  border-top: 1px solid #0d5481;
  border-bottom: 1px solid #0d5481;
  border-left: 1px solid #0d5481 !important;
  border-right: 1px solid #0d5481;
}

.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active span:before {
  border-color: #0d5481 transparent transparent transparent;
}

.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active span {
  background-color: #002d56;
}

.horizontalTab_Top_1 .resp-tab-content .resp_margin p {
  display: block;
}

.horizontalTab_Top_1 ul.resp-tabs-list li:hover span {
  color: #0d5481 !important;
}

.btn-outline {
  border: 1px solid #0d5481 !important;
  font-size: 10px !important;
}

/*** Header ***/
/**************/

.header2 .head_nav:before {
  background-color: #fff;
  border-bottom: 1px solid #d8d8d8;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.15);
}

.header-content {
  border-top: none !important;
  border-bottom: 1px solid #d1d1d1;
}

/*** Nav Buttons ***/
/*******************/
#dnngo_megamenu > div > ul > li.current > a > span {
  background-color: #0d5481;
}

#dnngo_megamenu > div > ul > li > a:hover > span,
#dnngo_megamenu > div > ul > li.menu_hover > a > span,
#dnngo_megamenu > div > ul > li.current > a > span {
  background-color: #cc9138;
}

#dnngo_megamenu .dnngo_slide_menu li a:hover,
#dnngo_megamenu .dnngo_slide_menu li.menu_hover > a {
  background-color: #cc9138;
  color: #fff;
}

#dnngo_megamenu .primary_structure > li {
  padding-right: 5px;
}

#dnngo_megamenu .dnngo_slide_menu,
#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu,
#dnngo_megamenu .dnngo_boxslide {
  border-top: 3px solid #cc9138;
}

#dnngo_megamenu .dnngo_menuslide {
  top: 80%;
}

/*** Home Page ***/
/*******************/
.RowThirteen_Grid4_Pane1 {
  padding: 15px;
}

.dnnLoginService input[type="text"],
.dnnLoginService input[type="password"] {
  min-width: 250px !important;
}

.ms-need-help {
  display: block;
  margin: auto;
  width: 35%;
}

.need-help-header {
  color: #0d5481;
  font-size: 35px;
  text-align: center;
}

.header-2 {
  font-size: 24px;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.text-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.btn-primary {
  border: 1px solid #0d5481;
  background-color: #0d5481;
  color: #fff;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.btn-primary:hover {
    border-color: #0d5481;
}

.btn-primary:focus-visible {
    outline: none;
}

.btn-outline {
  border: 2px solid #0d5481;
  background-color: #0d5481 !important;
  color: #fff !important;
  font-size: 10px;
  font-family: "Open-sans", sans-serif;
  font-weight: normal;
}

.btn:hover {
    background-color: #fff !important;
    color: #0d5481 !important;
}

a,
a:link,
a:active,
a:visited {
  color: #0d5481;
  text-decoration: none;
  cursor: pointer;
}

[class*="Pane"],
.row [class*="Pane"] {
  padding: 0px 0px 20px 0px;
}
#dnn_ctr404_Login_Login_DNN_cancelLink {
  display: none;
}
.card_statusbar {
  max-width: 240px;
  margin-bottom: 10px;
}
.Full_Screen_PaneH {
  background-color: #f5f2f2;
}
.Full_Screen_PaneI {
  background-color: #003d79;
}
.copyright-and-links,
.copyright-and-links a {
  color: #ffffff !important;
}
.copyright_style {
  display: none;
}
/* Block Styles */
.benefit-block {
  height: 215px;
  padding: 24px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 6px;
  text-align: center;
}
.benefit-block2 {
  padding: 24px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 6px;
}
.benefit-block3 {
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 6px;
  margin-bottom: 8px;
}
.benefits-heading {
  margin-top: 16px;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}
.text-block-6 {
  margin: 16px 0px 0px;
  padding-right: 16px;
  padding-left: 16px;
  font-family: "Open Sans", sans-serif;
  color: #485151;
  font-size: 18px;
  line-height: 24px;
}
/* Inside Header Styles */
.ins_hero-container2 h1 {
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  position: absolute;
  text-align: left;
  width: 50%;
}
.ins_hero-container2 {
  border-top: 1px #d1d1d1 solid;
  background: #f7f8f9;
  margin-bottom: 15px;
}
.ins_hero-container2 .container {
  position: relative;
}
.ins_hero-container2 h1 {
  color: #fff;
  position: absolute;
  font-size: 25px;
  /* width: 32%; */
  font-weight: bold;
}
.ins_hero-container2 .container {
}
.ins_hero-container2 .container h1 {
}
.ins_hero-container2 .header-content {
  height: 300px;
  position: absolute;
  width: 100%;
}
.ins_hero-container2 .header-content h1 {
  margin: 0;
  position: relative;
  top: 35%;
  color: #fff;
  float: left;
  line-height: 35px;
}
/***ACOUNT DETAILS***/

fa fa-user {
	color: #11ab68;
}
/* New DEMO Styles */
a#bbblink.bbblogo {
  display: block;
  width: 100px;
  height: 38px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
img#bbblinkimg {
  padding: 0px;
  border: none;
  width: 200px;
  height: 38px;
}
a#bbblink.bbblogo:hover img {
  background-image: url("/Portals/0/edgepark-medical-supplies-3000348.png");
  margin-left: -100px;
}
.header1 .head_nav {
  border: 1px solid #e6e6e6;
}
.card-footer h3 {
  font-size: 15px;
  line-height: 5px;
  color: #262d2d;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: "Open Sans", sans-serif;
}
.card-footer ul,
double {
  margin-left: 0px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  font-size: 0.875rem;
}

.card-footer a {
  color: #262d2d;
  font-size: 0.875rem;
  font-weight: normal;
  text-decoration: none;
}
.card-footer h4 {
  font-weight: normal;
  font-size: 0.875rem;
  color: #485151;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 8px;
  margin: 0;
  padding: 0;
}
.card-footer h3 {
  font-size: 1rem;
}
.card-footer {
  margin-top: 20px;
}
.card-footer .row {
  padding-left: 20px;
}
.card-box-border {
  height: auto;
  padding: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 4px;
}
/*Cardinal Homepage Header*/
.card-h-primary {
  margin-bottom: 10px;
  margin-left: 200px;
  margin-top: 100px;
	color: #002d56;
    text-align: left;
	font-family: Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size:40px;

}
.card-h-secondary {
  margin-bottom: 5px;
font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 8px;
  font-weight: 300;
}
.paragraph-4 {
  color: #333333 !important;
}

.paragraph-4 {
  max-width: 500px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
}
.cta-button {
  width: 140px;
  margin-top: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 4px;
  background-color: #003a5f;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}
.cta-primary a,
.cta-button a:link,
.cta-button a:active,
.cta-button a:visited {
  color: #ffffff;
  text-decoration: none;
}
.cta-primary {
  margin-left: 22px;
  margin-top: 50px;
}
.cta-primary-ins {
  margin-left: 22px;
  margin-top: 50px;
}
/*Old Styles*/
#dnn_dnnLOGO_imgLogo {
  max-width: 190px;
}
/* #dnn_dnnLOGO_imgLogo { max-width: 140px;}*/
.header2 {
  border-top: 0px solid #52ba69;
}
#PatientSelectorContent {
  margin-top: 15px;
}
#Body,
html,
body,
.Head,
.SubHead,
.SubSubHead,
.Normal {
  color: #000000;
  font-size: 13px;
  line-height: 1.5;
  font-family:  "Open Sans", sans-serif;
}
.demographics-content {
  color: #777;
  font-size: inherit !important;
}
.Merck-ol-list-item-selected::before {
  background: #52ba69 !important;
}

.hero-container2 h1 {
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  position: absolute;
  right: 0;
  text-align: left;
  width: 50%;
}
.hero-container2 {
  margin-bottom: 0px;
}
.hero-container2 .container {
  position: relative;
}
.hero-container2 h1 {
  color: #fff;
  position: absolute;
  right: 0;
  font-size: 25px;
  /* width: 32%; */
  font-weight: bold;
}
.hero-container2 .container {
}
.hero-container2 .container h1 {
}
.hero-container2 .header-content h1 {
  margin: 0;
  position: relative;
  top: 35%;
  color: #fff;
  float: left;
  /* right: 45px;*/
  line-height: 35px;
}
.SmallHeaderFix {
  top: 20% !important;
}
.header-content {
  height: 250px;
  border-top: 1px #d1d1d1 solid;
  background-color: #FFF0D6;
  background-image: url(/Portals/0/RelianceRx_banner.png);
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.header-content2 {
  height: 200px;
  position: absolute;
  width: 100%;
}
.panel {
  margin-bottom: 3px !important;
}
#dnn_content {
  padding: 0px 0 0 0 !important;
}
.TopPane {
  padding: 0px 0px 0px 0px !important;
}
.AcariaBorderShadow {
  box-shadow: 2px 2px 7px 3px rgba(166, 166, 166, 0.52);
  background-color: #ffffff;
  padding: 35px;
}
/* Acaria 2017 Container */
.AcariaInnerContainer {
  -webkit-box-shadow: 2px 2px 7px 3px rgba(166, 166, 166, 0.52);
  -moz-box-shadow: 2px 2px 7px 3px rgba(166, 166, 166, 0.52);
  box-shadow: 2px 2px 7px 3px rgba(166, 166, 166, 0.52);
  border-left: 0px solid #9ecd41;
  background-color: #ffffff;
  min-height: 220px;
  margin-bottom: 10px;
}

.AcariaInnerModHeader {
  background-color: #003a5f;
  padding: 21px 12px 21px 12px;
  text-align: center;
}
.AcariaInnerModTitle {
  font-family: "Open Sans", sans-serif !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px !important;
  color: #ffffff;
}
.AcariaInnnerBody {
  padding: 21px 30px 21px 30px;
  background-color: #ffffff;
}
/* End of 2017 Container */
/* Acaria Credit Card Images */
.VISA_CreditCard,
.MC_CreditCard,
.AMEX_CreditCard,
.DISC_CreditCard {
  width: 60px;
  height: 32px;
  margin-right: 20px;
}
.VISA_CreditCard {
  background: url(/Portals/0/MyShare_Visa2018.png) no-repeat;
}
.MC_CreditCard {
  background: url(/Portals/0/MyShare_MC2018.png) no-repeat;
}
.AMEX_CreditCard {
  background: url(/Portals/0/MyShare_Amex2018.png) no-repeat;
}
.DISC_CreditCard {
  background: url(/smccard/Portals/0/MyShare_Discover2018.png) no-repeat;
}
/* End Credit Card */
.AcariaConfirmationHeader {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #80c347;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 15px;
}
/* Medication and Open Orders css */
.MedicationWrapper {
  -webkit-box-shadow: 2px 2px 7px 3px rgba(166, 166, 166, 0.52);
  -moz-box-shadow: 2px 2px 7px 3px rgba(166, 166, 166, 0.52);
  box-shadow: 2px 2px 7px 3px rgba(166, 166, 166, 0.52);

  background-color: #ffffff;
  margin: auto;
  min-height: 440px;
}
.MedicationInnerWrapper {
  padding: 35px 35px 35px 35px;
  margin-bottom: 20px;
}
.Medication-content label {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: grey;
  font-weight: normal;
  display: block;
  margin-bottom: 0px;
}
.Medication-content span {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: black;
  font-weight: 700;
  display: block;
}
.Medication-header label {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: black;
  font-weight: 700;
  display: block;
}
.Medication-header span {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: grey;
  font-weight: 300;
  display: inline-block;
}
.InsMarg {
  margin-bottom: 22px;
}
.Pharmacy-header label {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.Pharmacy-header span {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: grey;
  font-weight: 300;
  display: block;
}

/* Insurance Styles */
.InsuranceWrapper {
  -webkit-box-shadow: 2px 2px 7px 3px rgba(166, 166, 166, 0.52);
  -moz-box-shadow: 2px 2px 7px 3px rgba(166, 166, 166, 0.52);
  box-shadow: 2px 2px 7px 3px rgba(166, 166, 166, 0.52);

  background-color: #ffffff;
  margin: auto;
}

.InsuranceInnerWrapper {
  padding: 35px 35px 15px 35px;
  margin-bottom: 20px;
}
.insurance-content label {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: grey;
  font-weight: normal;
  display: block;
  margin-bottom: 0px;
}
.insurance-content span {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #686868;
  font-weight: 700;
  display: block;
}
/*psso styles */
.AcariaMainWrapper {
  -webkit-box-shadow: 2px 2px 7px 3px rgba(166, 166, 166, 0.52);
  -moz-box-shadow: 2px 2px 7px 3px rgba(166, 166, 166, 0.52);
  box-shadow: 2px 2px 7px 3px rgba(166, 166, 166, 0.52);
  background-color: #ffffff;
  padding: 35px;
}
.PSSOHr {
  border: 1px solid #ddd;
  margin-top: 35px;
  margin-bottom: 25px;
}
.DeliveryIns {
  min-width: 210px;
  max-width: 100%;
}
.PSSOAddress label {
  padding-left: 0px !important;
}

#ui-datepicker-div > .ui-widget-header {
  border: 1px solid #11ab68 !important;
  background: #11ab68 !important;
}
.Container-H2 {
  margin-bottom: 20px;
}

h2 {
  font-size: 18px;
  margin-bottom: 0px;
  color: #003a5f;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  font-weight: bold;
}
.dnnPrimaryAction2,
.dnnFormItem input[type="submit"],
a.dnnPrimaryAction2 {
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #003a5f;
  color: #ffffff !important;
  border-radius: 6px;
  padding: 7px 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #003a5f !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0),
    inset 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  text-shadow: 0px 0px 0px #ffffff !important;
}
.pull-right {
  float: right !important;
  margin-left: 5px;
}
.dnnPrimaryAction2:hover,
.dnnFormItem input[type="submit"]:hover,
a.dnnPrimaryAction:hover {
  border: 1px solid #003a5f;
  color: #003a5f !important;
  background: #ffffff !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0),
    inset 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  text-shadow: 0px 0px 0px #ffffff !important;
}
.dnnPrimaryAction2,
.dnnFormItem input[type="submit"],
a.dnnPrimaryAction {
  color: #fff !important;
  text-decoration: none !important;
}
.Merck-ol-list-item-selected2::before {
  background: #003a5f !important;
}
h4 {
  color: #003a5f;
}

.RefillButton2 {
  background: #fff;
  position: relative;
  cursor: pointer;
  font-family: "Open Sans";
  font-size: 12px;
  text-decoration: none;
  border: 1px solid #ccc;
  color: #333 !important;
  border-radius: 6px;
  padding: 7px 12px;
  letter-spacing: 1px;
}
.RefillButton2.badge-top-right:before {
  left: auto;
  right: -7px;
}
.RefillButton2:before {
  content: attr(data-count);
  width: 18px;
  height: 18px;
  font-family: "Open Sans", Arial, "sans-serif" !important;
  line-height: 18px;
  text-align: center;
  display: block;
  border-radius: 50%;
  background: red;
  border: 1px solid #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  color: #fff;
  position: absolute;
  top: -7px;
  left: -7px;
}
.dnnPrimaryAction,
.dnnFormItem input[type="submit"],
a.dnnPrimaryAction {
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  border: 1px solid #003a5f;
  color: #ffffff !important;
  border-radius: 4px;
  padding: 7px 12px;
  letter-spacing: 1px;
  background: #003a5f !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0),
    inset 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  text-shadow: 0px 0px 0px #ffffff !important;
}
.pull-right {
  float: right !important;
}
.dnnPrimaryAction:hover,
.dnnFormItem input[type="submit"]:hover,
a.dnnPrimaryAction:hover {
  border: 1px solid #003a5f;
  color: #003a5f !important;
  background: #ffffff !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0),
    inset 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  text-shadow: 0px 0px 0px #ffffff !important;
}
.dnnPrimaryAction,
.dnnFormItem input[type="submit"],
a.dnnPrimaryAction {
  color: #fff !important;
  text-decoration: none !important;
}

#dnngo_megamenu > div > ul > li > a:hover > span,
#dnngo_megamenu > div > ul > li.menu_hover > a > span,
#dnngo_megamenu > div > ul > li.current > a > span {
  border-radius: 3px;
}
A:visited {
  /*  color: #333 !important; */
  text-decoration: none;
}
.SmallHeaderFix SPAN {
  font-size: 14px;
}
.progress-bar-width {
  width: 30%;
}

/* Secondary Action */
.dnnSecondaryAction,
.dnnFormItem input[type="submit"],
a.dnnSecondaryAction {
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  border: 1px solid #86888a;
  color: #86888a !important;
  border-radius: 6px;
  padding: 7px 12px;
  letter-spacing: 1px;
  background: #ffffff !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0),
    inset 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  text-shadow: 0px 0px 0px #ffffff !important;
}
.dnnSecondaryAction:hover,
.dnnFormItem input[type="submit"]:hover,
a.dnnSecondaryAction:hover {
  border: 1px solid #86888a;
  color: #ffffff !important;
  background: #86888a !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0),
    inset 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  text-shadow: 0px 0px 0px #ffffff !important;
}
.dnnSecondaryAction:active,
.dnnFormItem input[type="submit"]:active,
a.dnnSecondaryAction:active {
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #86888a;
  color: #86888a !important;
  border-radius: 6px;
  padding: 7px 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.dnnSecondaryAction[disabled],
.dnnSecondaryAction[disabled]:hover,
.dnnSecondaryAction[disabled]:active {
  background: #ccc !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #aaa !important;
  text-shadow: none;
}

/*Element Hide*/
@media only screen and (max-width: 767px) {
.card-h-primary {
    
    margin-left: 40px;
    margin-top: 10px;
   
}
h2[aria-controls="tab_item-3"] {
    display: none !important;
}
h2[aria-controls="tab_item-4"] {
    display: none !important;
}
h2[aria-controls="tab_item-6"] {
    display: none !important;
}
    
  .cta-primary-inner {
    margin-top: 40px;
}
  .header-content-inner {
    height: 120px;
    background-position: -100px 0px; }
  .hero-container2 .header-content {
    height: 100px;
  }
  .hero-container2 h1 {
    font-size: 15px;
    width: 160px;
  }
  .hero-container2 .header-content h1 {
    line-height: 21px;
  }

  .SmallHeaderFix SPAN {
    font-size: 11px;
  }

  .progress-bar-width {
    width: 100%;
  }

  .AcariaMainWrapper {
    padding: 10px;
  }

  [class*="Pane"],
  .row [class*="Pane"] {
    padding: 0px 0px 10px 0px;
  }
  .RefillTable tr th:nth-of-type(3),
  .RefillTable tr th:nth-of-type(4) {
    display: none;
  }
  .RefillTable tr td:nth-of-type(3),
  .RefillTable tr td:nth-of-type(4) {
    display: none;
  }
  .ConfirmTable tr th:nth-of-type(2),
  .RefillTable tr th:nth-of-type(3) {
    display: none;
  }
  .ConfirmTable tr td:nth-of-type(2),
  .RefillTable tr td:nth-of-type(3) {
    display: none;
  }
  .h-primary {
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
    color: #003a5f;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
  }

  .h-mobile {
  }
  .cta-primary {
    margin-top: 40px;
  }
  .card-h-secondary {
    font-size: 15px;
  }
   .card-h-secondary img {
   display: none;
  }
  #dnn_dnnLOGOphone_imgLogo {
    max-width: 190px;
  }
  .card-h-primary {
    font-size: 18px;
    line-height: 22px;
  }
.create-account {
padding: 0px;
}
  .cta-primary-ins {
    margin-top: 30px;
  }
  .col-xs-6 {
    width: 100%;
  }
  .account_list {
    display: none;
  }
  .RowOne_Grid3_Pane {
    border-right: 0px !important;
  }
}
.insurancebody input,
.insurancebody select {
  max-width: 300px;
}
.insurance-content label,
.insurance-content span {
  display: inline-block;
}
.fa-lg {
  font-size: 17px;
  line-height: 0.75em;
  vertical-align: -15%;
  color: #002d56 !important;
}
.RowOne_Grid3_Pane {
  border-right: 1px solid #ececec;
}

.Full_Screen_PaneH {
  margin-top: 20px;
}

.terms-and-conditions {
  border-radius: 4px;
  border: 1px solid #737a7a;
  margin: 16px 0;
  max-height: 200px;
  overflow: auto;
  padding: 16px;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}


/*** Cart Icon Module ***/
.MS_Cart_Head {
  float: right;
  margin-top: 20px;
  text-align: center;
}
.MS_Cart_Head_Icon {
  pointer-events: none;
  border-color: #11ab68;
  background-color: #11ab68;
}
.MS_Cart_Link {
  cursor: pointer;
  color: #11ab68;
}
/*** Side Menu Styles ***/
.SM_LeftMenu_list_on {
  style-color: #003a5f!important;
  font-weight: 700;
}
.SM_LeftMenu_list_on a {
  text-decoration: none;
  color: #003a5f !important;
}
.SM_LeftMenu_list_off a {
  text-decoration: none;
  color: #333333 !important;
}

.alert-warning, .alert-info {

}

.alert-danger {

}

.alert-success {

}

.alert.alert-warning.alert-dismissible .close {
  top: -21px !important;
}

/* Products Page CSS Hack */

.caption-custom {
    height: 240px !important;
}

.thumbnail-custom {
    height: 455px !important; 
}

div.in-stock {
    border-color: black;
    border: 1px solid black;
    border-radius: 14px;
    width: 45%;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.rx-requirement {
    font-size: 10px;
    display: flex;
    align-items: center;
}


/* Checkout Page CSS Hack */

.active-color {
    color: #11ab68 !important;
    font-weight: 600;
}

.inactive-color {
    color: #E86A4A;
    font-weight: 600;
}

.active-label {
    background-color: #262D2D;
    display: inline;
    color: rgb(255, 255, 255);
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    padding: 2px;
}
.checkout-tabs {
    padding-bottom: 2rem;
}












