  .notSelected {
            display: none;
        }
        
        .select-plan-button {
            cursor: pointer;
        }
				
		/** START CONTENT CSS **/	
   .notSelected {
            display: none;
        }
        .select-plan-button {
            cursor: pointer;
        }
/*
		.dec-supp-results-alt.green-alt .score-badge-alt:before {
    border-top-color: #27c24c;
    border-right-color: #27c24c;
}
.dec-supp-results-alt.yellow-alt {
    background-color: #fcf8e3;
    border-color: #ffa000;
}
.dec-supp-results-alt.red-alt {
    background-color: #f3dbdb;
    border-color: #af3d3b;
}
.dec-supp-results-alt.yellow-alt .score-badge-alt {
    border-left-color: #ffa000;
    border-right-color: #ffa000;
}
.dec-supp-results-alt.red-alt .score-badge-alt {
    border-left-color: #e74c3c;
    border-right-color: #e74c3c;
}
.dec-supp-results-alt.yellow-alt .cost-estimate-alt {
    color: #8a6d3b;
}
.dec-supp-results-alt.red-alt .cost-estimate-alt {
    color: #b34240;
}
dec-supp-results-alt .score-badge-alt .score-alt {
    font-weight: 700;
    font-size: 22px;
    line-height: 12px;
}
*/
/** START CONTENT CSS **/	
.plan-name {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    margin: 10px 0 5px;
	}
	
.result-col-all {
padding-right: 15px !important;
}	
.result-col-1 {
padding-right: 0px !important;
}
.result-col-2 {
padding-left: 0px !important;
padding-right: 0px !important;
}
.result-col-3 {
padding-left: 0px !important;
}
.result-table td {
padding: 0px !important;
border: 0px !important;
vertical-align: middle;
}
/** END CONTENT CSS **/	
/** SAFE ZONE **/

.text-yellow {
	color: #ffa000;
	}

.text-green {
	color: #27c24c;
	}

.medical-choice-container {
	display: block;
	vertical-align: top;
	margin: 15px 0;
}

.medical-choice-container a {
    width: 100%;
}

/** RIBBON **/

.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.corner-ribbon{
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}

/** END RIBBON **/



.plan-details-section, .plan-action-section {
	background-color: #fff;
}

.green-txt {
    color: #16722c;
}

.yellow-txt {
	color: #8a6d3b;
}

.red-txt {
	color: #b34240;
}

.summary-border-1 {
	padding: 15px;
}

.plan-title {
	font-size: 22px;
	line-height: 40px;
	color: #505050;
	font-weight: 400;
	padding: 5px;
}	

.plan-heading-section {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    position: relative;
}

.plan-container-green {
    margin: 20px 0;
    border: 1px solid #ddd;
    border-radius: 2px;
	background-color: #f9f9f9;	
}

.plan-container-yellow {
    margin: 20px 0;
    border: 1px solid #ddd;
    border-radius: 2px;
	background-color: #f9f9f9;
}

.plan-container-red {
    margin: 20px 0;
    border: 1px solid #ddd;
    border-radius: 2px;
	background-color: #f9f9f9;
}

/** GREEN **/

.hexagon-summary-green .label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 0;
	color: #27c24c;
}
.hexagon-summary-green .score {
	font-weight: 700;
	font-size: 22px;
	line-height: 12px;
	color: #27c24c;
}
.hexagon-summary-green {
  position: relative;
  width: 70px; 
  height: 40.41px;
  background-color: #ffffff;
  margin: 20.21px 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.35);
  border-left: solid 3px #27c24c;
  border-right: solid 3px #27c24c;
}
.hexagon-summary-green:before, .hexagon-summary-green:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 49.50px;
  height: 49.50px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 7.2513px;
  box-shadow: 0 0 10px rgba(0,0,0,0.35);
}
.hexagon-summary-green:before {
  top: -24.7487px;
  border-top: solid 4.2426px #27c24c;
  border-right: solid 4.2426px #27c24c;
}
.hexagon-summary-green:after {
  bottom: -24.7487px;
  border-bottom: solid 4.2426px #27c24c;
  border-left: solid 4.2426px #27c24c;
}
/*cover up extra shadows*/
.hexagon-summary-green span {
  display: block;
  position: absolute;
  top:1.7320508075688772px;
  left: 0;
  width:64px;
  height:36.9504px;
  z-index: 2;
  background: inherit;
}

.cost-estimate-summary-green {
	color: #16722c;
}

/** YELLOW **/

.hexagon-summary-yellow .label {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	line-height: 0;
	color: #ffa000;
}
.hexagon-summary-yellow .score {
	font-weight: 700;
	font-size: 22px;
	line-height: 12px;
	color: #ffa000;
}
.hexagon-summary-yellow {
  position: relative;
  width: 70px; 
  height: 40.41px;
  background-color: #ffffff;
  margin: 20.21px 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.35);
  border-left: solid 3px #ffa000;
  border-right: solid 3px #ffa000;
}
.hexagon-summary-yellow:before, .hexagon-summary-yellow:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 49.50px;
  height: 49.50px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 7.2513px;
  box-shadow: 0 0 10px rgba(0,0,0,0.35);
}
.hexagon-summary-yellow:before {
  top: -24.7487px;
  border-top: solid 4.2426px #ffa000;
  border-right: solid 4.2426px #ffa000;
}
.hexagon-summary-yellow:after {
  bottom: -24.7487px;
  border-bottom: solid 4.2426px #ffa000;
  border-left: solid 4.2426px #ffa000;
}
/*cover up extra shadows*/
.hexagon-summary-yellow span {
  display: block;
  position: absolute;
  top:1.7320508075688772px;
  left: 0;
  width:64px;
  height:36.9504px;
  z-index: 2;
  background: inherit;
}

.cost-estimate-summary-yellow {
	color: #8a6d3b;
}

/** RED **/

.hexagon-summary-red .label {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	line-height: 0;
	color: #b34240;
}
.hexagon-summary-red .score {
	font-weight: 700;
	font-size: 22px;
	line-height: 12px;
	color: #b34240;
}
.hexagon-summary-red {
	position: relative;
	width: 70px; 
	height: 40.41px;
	background-color: #ffffff;
	margin: 20.21px 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.35);
	border-left: solid 3px #e74c3c;
	border-right: solid 3px #e74c3c;
}
.hexagon-summary-red:before, .hexagon-summary-red:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 49.50px;
	height: 49.50px;
	-webkit-transform: scaleY(0.5774) rotate(-45deg);
	-ms-transform: scaleY(0.5774) rotate(-45deg);
	transform: scaleY(0.5774) rotate(-45deg);
	background-color: inherit;
	left: 7.2513px;
	box-shadow: 0 0 10px rgba(0,0,0,0.35);
}
.hexagon-summary-red:before {
  top: -24.7487px;
  border-top: solid 4.2426px #e74c3c;
  border-right: solid 4.2426px #e74c3c;
}
.hexagon-summary-red:after {
  bottom: -24.7487px;
  border-bottom: solid 4.2426px #e74c3c;
  border-left: solid 4.2426px #e74c3c;
}
/*cover up extra shadows*/
.hexagon-summary-red span {
  display: block;
  position: absolute;
  top:1.7320508075688772px;
  left: 0;
  width:64px;
  height:36.9504px;
  z-index: 2;
  background: inherit;
}

.cost-estimate-summary-red {
	color: #b34240;
}

/** END COLORS **/

.mbe-panel .plan-container .plan-details-section {
    padding: 15px;
}
.plan-details-section, .plan-action-section {
padding: 5px;
}
.sec-name {
background-color: #000; 
color: #fff; 
font-weight: bold; 
text-transform: uppercase;
border: 1px solid #000; 
text-align: center;
}
.plan-details-button {
text-align: center;
}
.dec-supp-results-alt.green-alt {
    background-color: #d4f3db;
}
.dec-supp-results-alt .cost-estimate-alt .cost-alt {
    display: inline-block;
    vertical-align: middle;
}
.dec-supp-results-alt .cost-estimate-alt .text-alt {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
}
.dec-supp-results-alt .cost-estimate-alt {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 30px;
    margin-left: 0px;
}
.dec-supp-results-alt.green-alt .cost-estimate-alt {
    color: #16722c;
}
.dec-supp-results-alt .hexagon-green .label-alt{
text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
    color: #27c24c;
    line-height: 46px;
}
.dec-supp-results-alt .hexagon-green .score-alt {
    font-weight: 700;
    line-height: 48px;
    font-size: 72px;
    color: #27c24c;
}
.plan-values-section td {
    border-bottom: none !important;
    border-top: none !important;
    padding: 5px !important;
}
.dec-supp-results-alt {
    padding: 8px 15px;
    text-align: center;
}
.dec-supp-results-alt.green .score-badge .score {
    color: #27c24c;
}
.dec-supp-results-alt .score-badge .score {
    font-weight: 700;
    font-size: 22px;
    line-height: 12px;
}
.dec-supp-results-alt .score-badge .label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 0;
}
.dec-supp-results-alt .score-badge span.no-shadow {
    display: block;
    position: absolute;
    top: 1.2px;
    left: 0;
    width: 54px;
    height: 31.1769px;
    z-index: 2;
    background: inherit;
    text-align: center;
    cursor: default;
}
.dec-supp-results.green-alt .score-badge:before {
    border-top-color: #27c24c;
    border-right-color: #27c24c;
}
.dec-supp-results-alt .score-badge:before {
    top: -21.2132px;
    border-top: solid 4.2426px;
    border-right: solid 4.2426px;
}
dec-supp-results-alt .score-badge:before, .dec-supp-results-alt .score-badge:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 42.43px;
    height: 42.43px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 5.7868px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.dec-supp-results-alt.green .score-badge {
    border-left-color: #27c24c;
    border-right-color: #27c24c;
}
.dec-supp-results-alt .score-badge {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 60px;
    height: 34.64px;
    background-color: #ffffff;
    margin: 17.32px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    border-left: solid 3px;
    border-right: solid 3px;
}
.dec-supp-results-alt.green {
    background-color: #d4f3db;
    border-color: #27c24c;
}
.dec-supp-results-alt .cost-estimate .text {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
}
.dec-supp-results-alt .cost-estimate .cost {
    display: inline-block;
    vertical-align: middle;
}
.dec-supp-results-alt.green .cost-estimate {
    color: #16722c;
}
.dec-supp-results-alt.green .score-badge:after {
    border-bottom-color: #27c24c;
    border-left-color: #27c24c;
}
.dec-supp-results-alt .score-badge:after {
    bottom: -21.2132px;
    border-bottom: solid 4.2426px;
    border-left: solid 4.2426px;
}
.dec-supp-results-alt.green .score-badge:before {
    border-top-color: #27c24c;
    border-right-color: #27c24c;
}
.dec-supp-results-alt .score-badge:before {
    top: -21.2132px;
    border-top: solid 4.2426px;
    border-right: solid 4.2426px;
}
.dec-supp-results-alt .score-badge:before, .dec-supp-results-alt .score-badge:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 42.43px;
    height: 42.43px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 5.7868px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}



@media (max-width: 992px) {

.medical-choice-container a {
    margin-left: 0;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.result-col-1, .result-col-2, .result-col-3 {
padding: 0 15px !important; 
}
.details-border-1, .details-border-2, .details-border-3 {
border: 1px solid #000;
}
.summary-border-1, .summary-border-2, .summary-border-3 {
/* border: 1px solid #000; */
}

.details-border-1-x4, .details-border-2-x4, .details-border-3-x4 {
border: 1px solid #000;
}

.plan-button-container-fin {
	border-top: 1px solid #000;

    padding: 20px 0px;
}


/** GREEN **/

.hexagon-summary-green {
	margin-top: 32px;
}

.hexagon-details-green {
    margin-top: 32px;
}
.results-green {
	background-color: #d4f3db;
	height: 150px;
}
.hexagon-details-green .label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 0;
	color: #27c24c;
}
.hexagon-details-green .score {
	font-weight: 700;
	font-size: 22px;
	line-height: 12px;
	color: #27c24c;
}
.hexagon-details-green {
  position: relative;
  width: 70px; 
  height: 40.41px;
  background-color: #ffffff;
  margin: 20.21px 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.35);
  border-left: solid 3px #27c24c;
  border-right: solid 3px #27c24c;
}
.hexagon-details-green:before, .hexagon-details-green:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 49.50px;
  height: 49.50px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 7.2513px;
  box-shadow: 0 0 10px rgba(0,0,0,0.35);
}
.hexagon-details-green:before {
  top: -24.7487px;
  border-top: solid 4.2426px #27c24c;
  border-right: solid 4.2426px #27c24c;
}
.hexagon-details-green:after {
  bottom: -24.7487px;
  border-bottom: solid 4.2426px #27c24c;
  border-left: solid 4.2426px #27c24c;
}
/*cover up extra shadows*/
.hexagon-details-green span {
  display: block;
  position: absolute;
  top:1.7320508075688772px;
  left: 0;
  width:64px;
  height:36.9504px;
  z-index: 2;
  background: inherit;
}

.cost-estimate-details-green {
	color: #16722c;
}

.green .score-realcost-txt {
	color: #16722c;
}

/** YELLOW **/

.hexagon-summary-yellow {
    margin-top: 32px;
}

.hexagon-details-yellow {
    margin-top: 32px;
}

.results-yellow {
	background-color: #fcf8e3;
	height: 150px;
}

.hexagon-details-yellow .label {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	line-height: 0;
	color: #ffa000;
}
.hexagon-details-yellow .score {
	font-weight: 700;
	font-size: 22px;
	line-height: 12px;
	color: #ffa000;
}
.hexagon-details-yellow {
  position: relative;
  width: 70px; 
  height: 40.41px;
  background-color: #ffffff;
  margin: 20.21px 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.35);
  border-left: solid 3px #ffa000;
  border-right: solid 3px #ffa000;
}
.hexagon-details-yellow:before, .hexagon-details-yellow:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 49.50px;
  height: 49.50px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 7.2513px;
  box-shadow: 0 0 10px rgba(0,0,0,0.35);
}
.hexagon-details-yellow:before {
  top: -24.7487px;
  border-top: solid 4.2426px #ffa000;
  border-right: solid 4.2426px #ffa000;
}
.hexagon-details-yellow:after {
  bottom: -24.7487px;
  border-bottom: solid 4.2426px #ffa000;
  border-left: solid 4.2426px #ffa000;
}
/*cover up extra shadows*/
.hexagon-details-yellow span {
  display: block;
  position: absolute;
  top:1.7320508075688772px;
  left: 0;
  width:64px;
  height:36.9504px;
  z-index: 2;
  background: inherit;
}

.cost-estimate-details-yellow {
	color: #8a6d3b;
}

.cost-estimate-summary-yellow {
	color: #8a6d3b;
}

/** RED **/

.results-red {
	background-color: #f3dbdb;
	height: 150px;
}
.hexagon-summary-red {
    margin-top: 32px;
}

.hexagon-details-red {
    margin-top: 32px;
}
.cost-estimate-summary-red {
	color: #b34240;
}

.box-format {
    padding: 0px 15px;
    text-align: center;
}

.hexagon-details-red .label {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	line-height: 0;
	color: #b34240;
}
.hexagon-details-red .score {
	font-weight: 700;
	font-size: 22px;
	line-height: 12px;
	color: #b34240;
}
.hexagon-details-red {
	position: relative;
	width: 70px; 
	height: 40.41px;
	background-color: #ffffff;
	margin: 20.21px 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.35);
	border-left: solid 3px #e74c3c;
	border-right: solid 3px #e74c3c;
}
.hexagon-details-red:before, .hexagon-details-red:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 49.50px;
	height: 49.50px;
	-webkit-transform: scaleY(0.5774) rotate(-45deg);
	-ms-transform: scaleY(0.5774) rotate(-45deg);
	transform: scaleY(0.5774) rotate(-45deg);
	background-color: inherit;
	left: 7.2513px;
	box-shadow: 0 0 10px rgba(0,0,0,0.35);
}
.hexagon-details-red:before {
  top: -24.7487px;
  border-top: solid 4.2426px #e74c3c;
  border-right: solid 4.2426px #e74c3c;
}
.hexagon-details-red:after {
  bottom: -24.7487px;
  border-bottom: solid 4.2426px #e74c3c;
  border-left: solid 4.2426px #e74c3c;
}
/*cover up extra shadows*/
.hexagon-details-red span {
  display: block;
  position: absolute;
  top:1.7320508075688772px;
  left: 0;
  width:64px;
  height:36.9504px;
  z-index: 2;
  background: inherit;
}

.cost-estimate-details-red {
	color: #b34240;
}
/** END COLORS **/
}


@media (max-width: 767px) {
.plan-values-section {
    border-bottom: 0px !important;
    padding-bottom: 10px;
    margin: 0;
}
.dec-supp-results-alt {
    padding: 0px 15px !important;
}
.hexagon-green {
  position: relative;
  width: 100px; 
  height: 115.47px;
  background-color: #ffffff;
  margin: 57.74px 0;
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
  border-left: solid 5px #27c24c;
  border-right: solid 5px #27c24c;
}
.hexagon-green:before,
.hexagon-green:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 41.42px;
  height: 41.42px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 24.2893px;
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
}
.hexagon-green:before {
  top: -70.7107px;
  border-top: solid 7.0711px #27c24c;
  border-right: solid 7.0711px #27c24c;
}
.hexagon-green:after {
  bottom: -70.7107px;
  border-bottom: solid 7.0711px #27c24c;
  border-left: solid 7.0711px #27c24c;
}
.hexagon-green span {
  display: block;
  position: absolute;
  top:2.8867513459481287px;
  left: 0;
  width:90px;
  height:09.6966px;
  z-index: 2;
  background: inherit;
}
.dec-supp-results-alt .score-badge span.no-shadow {
    display: block;
    position: absolute;
    top: 1.2px;
    left: 0;
    width: 54px;
    height: 31.1769px;
    z-index: 2;
    background: inherit;
    text-align: center;
    cursor: default;
}
.dec-supp-results-alt .score-badge {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 60px;
    height: 34.64px;
    background-color: #ffffff;
    margin: 17.32px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    border-left: solid 3px;
    border-right: solid 3px;
}
.dec-supp-results-alt .score-badge:before, .dec-supp-results-alt .score-badge:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 42.43px;
    height: 42.43px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 5.7868px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
}

.details-border-all {
    border: 1px solid #000;
}

@media (min-width: 993px) {

.btn-dbl-a {
	padding: 29px 5px !important;
	}

.btn-dbl-b {
	padding: 18px 5px !important;
	font-size: 14px !important;
	}
	
.plan-button-container-fin {
	border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    padding: 20px 0px;
}	
	
	
.box-format {
    padding: 0px 15px;
    text-align: center;
}

.SummaryInformation-green, SummaryInformation-yellow, .SummaryInformation-red {
	background-color: #fff;
}

.realcost-details-section {
height: 500px;
}
.base-med-realcost-details-gap {
height: 279px;
}

.base-med-realcost-details-gap-x4 {
height: 279px;
}

.summary-border-1 {
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
height: 161px;
}
.summary-border-2, .summary-border-3 {
border-right: 1px solid #000; 
border-bottom: 1px solid #000;
height: 161px;
}
.details-border-1 {
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
height: 500px;
}

.summary-border-1x {
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
height: 331px;
}

.summary-border-2x {
border-right: 1px solid #000; 
border-bottom: 1px solid #000;
height: 310px;
}

.summary-border-3x {
height: 310px;
}


.summary-border-2x, .summary-border-3x {
border-right: 1px solid #000; 
border-bottom: 1px solid #000;
}

.details-border-1-x4 {
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

.details-border-2-x4 {
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

.details-border-3-x4 {
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
}


.details-border-2, .details-border-3 {
border-right: 1px solid #000; 
border-bottom: 1px solid #000;
height: 500px;
}


.score-realcost-det-txt {
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	height: 26px;
}
.score-realcost-det-txt .cost-estimate .text {
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	height: 26px;
}

.results-green {
    background-color: #d4f3db;
}
.hexagon-details-green {
  position: relative;
  width: 200px; 
  height: 115.47px;
  background-color: #ffffff;
  margin: 57.74px 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.35);
  border-left: solid 3px #27c24c;
  border-right: solid 3px #27c24c;
}
.hexagon-details-green:before,
.hexagon-details-green:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 141.42px;
  height: 141.42px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 26.2893px;
  box-shadow: 0 0 10px rgba(0,0,0,0.35);
}
.hexagon-details-green:before {
  top: -70.7107px;
  border-top: solid 4.2426px #27c24c;
  border-right: solid 4.2426px #27c24c;
}
.hexagon-details-green:after {
  bottom: -70.7107px;
  border-bottom: solid 4.2426px #27c24c;
  border-left: solid 4.2426px #27c24c;
}
/*cover up extra shadows*/
.hexagon-details-green span {
  display: block;
  position: absolute;
  top:1.7320508075688772px;
  left: 0;
  width:194px;
  height:112.0060px;
  z-index: 2;
  background: inherit;
}

.hexagon-details-green .score {
    font-weight: 700;
    font-size: 94px;
    line-height: 82px;
    color: #27c24c;
}

.hexagon-details-green .label {
text-transform: uppercase;
    font-weight: 600;
    font-size: 34px;
    line-height: 33px;
	color: #27c24c;
}

.cost-estimate-details-green {
	color: #16722c;
	line-height: 36px;
}

.hex-placement {
	position: relative;
	/** top: 50%;
	transform: translateY(-50%); **/
}

/** YELLOW **/

.cost-estimate-details-yellow {
	color: #8a6d3b;
	line-height: 36px;
}

.results-yellow {
    background-color: #fcf8e3;
}
.hexagon-details-yellow {
  position: relative;
  width: 200px; 
  height: 115.47px;
  background-color: #ffffff;
  margin: 57.74px 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.35);
  border-left: solid 3px #ffa000;
  border-right: solid 3px #ffa000;
}
.hexagon-details-yellow:before,
.hexagon-details-yellow:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 141.42px;
  height: 141.42px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 26.2893px;
  box-shadow: 0 0 10px rgba(0,0,0,0.35);
}
.hexagon-details-yellow:before {
  top: -70.7107px;
  border-top: solid 4.2426px #ffa000;
  border-right: solid 4.2426px #ffa000;
}
.hexagon-details-yellow:after {
  bottom: -70.7107px;
  border-bottom: solid 4.2426px #ffa000;
  border-left: solid 4.2426px #ffa000;
}
/*cover up extra shadows*/
.hexagon-details-yellow span {
  display: block;
  position: absolute;
  top:1.7320508075688772px;
  left: 0;
  width:194px;
  height:112.0060px;
  z-index: 2;
  background: inherit;
}

.hexagon-details-yellow .score {
    font-weight: 700;
    font-size: 94px;
    line-height: 82px;
    color: #ffa000;
}

.hexagon-details-yellow .label {
text-transform: uppercase;
    font-weight: 600;
    font-size: 34px;
    line-height: 33px;
	color: #ffa000;
}


/** RED **/

.cost-estimate-details-red {
	color: #b34240;
	line-height: 36px;
}

.results-red {
    background-color: #f3dbdb;
}
.hexagon-details-red {
  position: relative;
  width: 200px; 
  height: 115.47px;
  background-color: #ffffff;
  margin: 57.74px 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.35);
  border-left: solid 3px #e74c3c;
  border-right: solid 3px #e74c3c;
}
.hexagon-details-red:before,
.hexagon-details-red:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 141.42px;
  height: 141.42px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 26.2893px;
  box-shadow: 0 0 10px rgba(0,0,0,0.35);
}
.hexagon-details-red:before {
  top: -70.7107px;
  border-top: solid 4.2426px #e74c3c;
  border-right: solid 4.2426px #e74c3c;
}
.hexagon-details-red:after {
  bottom: -70.7107px;
  border-bottom: solid 4.2426px #e74c3c;
  border-left: solid 4.2426px #e74c3c;
}
/*cover up extra shadows*/
.hexagon-details-red span {
  display: block;
  position: absolute;
  top:1.7320508075688772px;
  left: 0;
  width:194px;
  height:112.0060px;
  z-index: 2;
  background: inherit;
}

.hexagon-details-red .score {
    font-weight: 700;
    font-size: 94px;
    line-height: 82px;
    color: #e74c3c;
}

.hexagon-details-red .label {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 34px;
	line-height: 33px;
	color: #e74c3c;
	}
}
/*
@media screen and (min-width: 993px) and (max-width: 1011px) {
.details-border-1-x4, .details-border-2-x4, .details-border-3-x4 {
	height: 780px;
}	
	.base-med-realcost-details-gap-x4 {
    height: 489px;
}
}
@media screen and (min-width: 1012px) and (max-width: 1029px) {
.details-border-1-x4, .details-border-2-x4, .details-border-3-x4 {
	height: 759px;
}	
	.base-med-realcost-details-gap-x4 {
    height: 468px;
}
}
@media screen and (min-width: 1030px) and (max-width: 1033px) {
.details-border-1-x4, .details-border-2-x4, .details-border-3-x4 {
	height: 695px;
}	
	.base-med-realcost-details-gap-x4 {
    height: 405px;
}
}
@media screen and (min-width: 1034px) and (max-width: 1041px) {
.details-border-1-x4, .details-border-2-x4, .details-border-3-x4 {
	height: 676px;
}	
	.base-med-realcost-details-gap-x4 {
    height: 405px;
}
}
@media screen and (min-width: 1042px) and (max-width: 1052px) {
.details-border-1-x4, .details-border-2-x4, .details-border-3-x4 {
	height: 654px;
}	
	.base-med-realcost-details-gap-x4 {
    height: 405px;
}
}
@media screen and (min-width: 1053px) and (max-width: 1069px) {
.details-border-1-x4, .details-border-2-x4, .details-border-3-x4 {
	height: 634px;
}	
	.base-med-realcost-details-gap-x4 {
    height: 384px;
}
}
@media screen and (min-width: 1070px) and (max-width: 1123px) {
.details-border-1-x4, .details-border-2-x4, .details-border-3-x4 {
	height: 612px;
}	
	.base-med-realcost-details-gap-x4 {
    height: 363px;
}
} 

@media screen and (min-width: 993px) and (max-width: 1199px) {
.details-border-2-x4 {
	height: 500px;
}	
	.base-med-realcost-details-gap-x4 {
    height: 237px;
}
}


@media screen and (min-width: 993px) and (max-width: 1199px) {
.details-border-1-x4, .details-border-3-x4 {
	height: 500px;
}	
	.base-med-realcost-details-gap-x4 {
    height: 237px;
}
}*/

.plan-details-button-hsa-mbe {
	border-right: 1px solid #000;
    border-left: 1px solid #000;
	border-bottom: 2px solid #000;
	
}

.base-med-realcost-details-gap-x4 {
    min-height: 100% !important;
}

@media screen and (min-width: 1200px) and (max-width: 1231px) {
.details-border-1-x4, .details-border-2-x4, .details-border-3-x4 {
	height: 591px;
}	
}
@media screen and (min-width: 1232px) and (max-width: 1312px) {
.details-border-1-x4, .details-border-2-x4, .details-border-3-x4 {
	height: 821px !important;
}	
}

@media screen and (min-width: 1313px) and (max-width: 1346px) {
.details-border-1-x4, .details-border-2-x4, .details-border-3-x4 {
	height: 779px !important;
}	
}

@media screen and (min-width: 1388px) and (max-width: 1426px) {
.details-border-1-x4, .details-border-2-x4, .details-border-3-x4 {
	height: 630px !important;
}	
}


@media screen and (min-width: 1427px) and (max-width: 1459px) {
.details-border-1-x4, .details-border-2-x4, .details-border-3-x4 {
	height: 604px !important;
}	
}


@media screen and (min-width: 1460px) and (max-width: 1583px) {
.details-border-1-x4, .details-border-2-x4, .details-border-3-x4 {
	height: 584px !important;
}		
}


@media screen and (min-width: 1584px) and (max-width: 1612px) {
.details-border-1-x4, .details-border-2-x4, .details-border-3-x4 {
	height: 563px !important;
}	
}

@media screen and (min-width: 1613px) and (max-width: 1800px) {
.details-border-1-x4, .details-border-2-x4, .details-border-3-x4 {
	height: 542px !important;
}	
}

@media screen and (min-width: 1801px) and (max-width: 1910px) {
.details-border-1-x4, .details-border-2-x4, .details-border-3-x4 {
	height: 520px;
}	
}

@media screen and (min-width: 1911px)  {
.details-border-1-x4, .details-border-2-x4, .details-border-3-x4 {
	height: 332px;
}	
}

@media screen and (min-width: 960px) and (max-width: 992px) {
.summary-border-1x {
	height: 332px;
}	
.summary-border-2x {
	height: 352px;
}	
.summary-border-3x {
	height: 352px;
}	
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
.summary-border-1x {
	height: 332px;
}	
.summary-border-2x {
	height: 352px;
}	
.summary-border-3x {
	height: 352px;
}	
}


@media screen and (min-width: 1200px) and (max-width: 1329px) {
.summary-border-1x {
	height: 586px;
}	
.summary-border-2x {
	height: 565px;
}	
.summary-border-3x {
	height: 565px;
}	
}

@media screen and (min-width: 1330px) and (max-width: 1367px) {
.summary-border-1x {
	height: 572px;
}	
.summary-border-2x {
	height: 551px;
}	
.summary-border-3x {
	height: 551px;
}	
}

@media screen and (min-width: 1368px) and (max-width: 1381px) {
.summary-border-1x {
	height: 552px;
}	
.summary-border-2x {
	height: 531px;
}	
.summary-border-3x {
	height: 531px;
}	
}


@media screen and (min-width: 1382px) and (max-width: 1386px) {
.summary-border-1x {
	height: 532px;
}	
.summary-border-2x {
	height: 511px;
}	
.summary-border-3x {
	height: 511px;
}	
}

@media screen and (min-width: 1387px) and (max-width: 1399px) {
.summary-border-1x {
	height: 512px;
}	
.summary-border-2x {
	height: 491px;
}	
.summary-border-3x {
	height: 491px;
}	
}

@media screen and (min-width: 1400px) and (max-width: 1432px) {
.summary-border-1x {
	height: 511px;
}	
.summary-border-2x {
	height: 490px;
}	
.summary-border-3x {
	height: 490px;
}	
}

@media screen and (min-width: 1433px) and (max-width: 1543px) {
.summary-border-1x {
	height: 529px;
}	
.summary-border-2x {
	height: 508px;
}	
.summary-border-3x {
	height: 508px;
}	
}

@media screen and (min-width: 1544px) and (max-width: 1695px) {
.summary-border-1x {
	height: 458px;
}	
.summary-border-2x {
	height: 437px;
}	
.summary-border-3x {
	height: 437px;
}	
}

@media screen and (min-width: 1696px) and (max-width: 1767px) {
.summary-border-1x {
	height: 427px;
}	
.summary-border-2x {
	height: 406px;
}	
.summary-border-3x {
	height: 406px;
}	
}


@media screen and (min-width: 1768px)  {
.summary-border-1x {
	height: 383px;
}	
.summary-border-2x {
	height: 362px;
}	
.summary-border-3x {
	height: 362px;
}	
}

@media (min-width: 1615px) {

.btn-dbl-a {
	padding: 18px 25px !important;
	}

.btn-dbl-b {
	padding: 18px 5px !important;
	}
}
	
@media screen and (min-width: 993px) and (max-width: 1011px) {
.details-border-1, .details-border-2, .details-border-3 {
	height: 780px;
}	
	.base-med-realcost-details-gap {
    height: 489px;
}
}
@media screen and (min-width: 1012px) and (max-width: 1029px) {
.details-border-1, .details-border-2, .details-border-3 {
	height: 759px;
}	
	.base-med-realcost-details-gap {
    height: 468px;
}
}
@media screen and (min-width: 1030px) and (max-width: 1033px) {
.details-border-1, .details-border-2, .details-border-3 {
	height: 695px;
}	
	.base-med-realcost-details-gap {
    height: 405px;
}
}
@media screen and (min-width: 1034px) and (max-width: 1041px) {
.details-border-1, .details-border-2, .details-border-3 {
	height: 676px;
}	
	.base-med-realcost-details-gap {
    height: 405px;
}
}
@media screen and (min-width: 1042px) and (max-width: 1052px) {
.details-border-1, .details-border-2, .details-border-3 {
	height: 654px;
}	
	.base-med-realcost-details-gap {
    height: 405px;
}
}
@media screen and (min-width: 1053px) and (max-width: 1069px) {
.details-border-1, .details-border-2, .details-border-3 {
	height: 634px;
}	
	.base-med-realcost-details-gap {
    height: 384px;
}
}
@media screen and (min-width: 1070px) and (max-width: 1123px) {
.details-border-1, .details-border-2, .details-border-3 {
	height: 612px;
}	
	.base-med-realcost-details-gap {
    height: 363px;
}
}
@media screen and (min-width: 1124px) and (max-width: 1217px) {
.details-border-1, .details-border-2, .details-border-3 {
	height: 591px;
}	
	.base-med-realcost-details-gap {
    height: 342px;
}
}
@media screen and (min-width: 1218px) and (max-width: 1238px) {
.details-border-1, .details-border-2, .details-border-3 {
	height: 568px;
}	
	.base-med-realcost-details-gap {
    height: 322px;
}
}
@media screen and (min-width: 1239px) and (max-width: 1379px) {
.details-border-1, .details-border-2, .details-border-3 {
	height: 548px;
}	
	.base-med-realcost-details-gap {
    height: 300px;
}
}
@media screen and (min-width: 1380px) and (max-width: 1461px) {
.details-border-1, .details-border-2, .details-border-3 {
	height: 521px !important;
}	
	.base-med-realcost-details-gap {
    height: 279px;
}
}

@media screen and (min-width: 1610px)  {
.details-border-1, .details-border-2, .details-border-3 {
	height: 503px;
}	
	.base-med-realcost-details-gap {
    height: 258px; 
}
}



table.sidebyside {
    width: 800px;
    overflow-x: scroll;
}

.sidebyside th {
    background-color: #4b91ea;
    height: 63px;
}	
.sidebyside tr:nth-child(even)  > td:nth-child(1) {
    background-color: #fff;
}
.sidebyside tr:nth-child(odd) > td:nth-child(1) {
    background-color: #f7fafa;
}


@media screen and (min-width: 768px) {
.sidebyside th:nth-child(1), .sidebyside td:nth-child(1) {
    width: 300px !important;
    position:absolute;
	}
.sidebyside th:nth-child(2), .sidebyside td:nth-child(2) {
    padding-left: 300px !important;
	}
	
.plan-info-details-hsa-cont {
    border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}	
}

.side-table-sep {
	background-color: #4b91ea !important;
}

.hex-placement {
	position: relative;
	/** top: 50%;
	transform: translateY(-50%); **/
}

table.hsa, div.hsa {
	width: 100%;
	}

table.hsa td:nth-child(1) {
	width: 80%;
	}
	
table.hsa td:nth-child(2) {
	width: 20%;
	}	

	
div#SummaryInformation-green, div#SummaryInformation-yellow, div#SummaryInformation-red {
	border-left: 1px solid #000;
    border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}	
	
div#DetailedInformation-green, div#DetailedInformation-yellow, div#DetailedInformation-red {
    padding-left: 15px;
    padding-right: 15px;
	border-left: 1px solid #000;
    border-right: 1px solid #000;
}	

.plan-button-container {
	margin: 20px 0px;
}


.plan-info-details-hsa-cont {
	padding: 0px 10px;
    margin: 0px;
}

@media screen and (max-width: 767px) {

.view-details-button-hsa {
	width: 100%;
	display: block;
}

.hide-details-button-hsa {
	width: 100%;
	display: block;
}

.plan-info-button-hsa {
	width: 100%;
	display: block;
}


.select-plan-button-hsa {
	width: 100%;
	display: block;
}

.plan-info-details-hsa-cont {
	border-top: 1px solid #000;
}

}

@media screen and (min-width: 992px) and (max-width: 1200px) {

.result-col-all {
padding-right: 15px !important;
}	
.result-col-1 {
padding-right: 15px !important;
}
.result-col-2 {
padding-left: 15px !important;
padding-right: 15px !important;
}
.result-col-3 {
padding-left: 15px !important;
}
.summary-border-1x {
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
}
.summary-border-2x {
border-left: 1px solid #000; 
border-right: 1px solid #000; 
border-bottom: 1px solid #000;
}

.summary-border-3x {
border-left: 1px solid #000; 
border-right: 1px solid #000; 
border-bottom: 1px solid #000;
}
}

@media screen and (max-width: 991px) {
.summary-border-1 {
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
}
.summary-border-1x {
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
height: 262px;
}
.summary-border-2x {
border-left: 1px solid #000; 
border-right: 1px solid #000; 
border-bottom: 1px solid #000;
height: 260px;
}
.summary-border-3x {
border-left: 1px solid #000; 
border-right: 1px solid #000; 
border-bottom: 1px solid #000;
height: 325px;
}
}

.hsa-table {
	margin: 0px 0px !important;
}

td.lt-sep {
    border-bottom: 1px solid #ddd !important;
}

/** add gray 08-02-2018 cjp **/

.gray-txt {
	color: #b34240;
}

.plan-container-gray {
    margin: 20px 0;
    border: 1px solid #ddd;
    border-radius: 2px;
	background-color: #f9f9f9;
}

/** gray **/

.hexagon-summary-gray .label {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	line-height: 0;
	color: #cccccc;
}
.hexagon-summary-gray .score {
	font-weight: 700;
	font-size: 22px;
	line-height: 12px;
	color: #cccccc;
}
.hexagon-summary-gray {
	position: relative;
	width: 70px; 
	height: 40.41px;
	background-color: #ffffff;
	margin: 20.21px 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.35);
	border-left: solid 3px #bbbbbb;
	border-right: solid 3px #bbbbbb;
}
.hexagon-summary-gray:before, .hexagon-summary-gray:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 49.50px;
	height: 49.50px;
	-webkit-transform: scaleY(0.5774) rotate(-45deg);
	-ms-transform: scaleY(0.5774) rotate(-45deg);
	transform: scaleY(0.5774) rotate(-45deg);
	background-color: inherit;
	left: 7.2513px;
	box-shadow: 0 0 10px rgba(0,0,0,0.35);
}
.hexagon-summary-gray:before {
  top: -24.7487px;
  border-top: solid 4.2426px #bbbbbb;
  border-right: solid 4.2426px #bbbbbb;
}
.hexagon-summary-gray:after {
  bottom: -24.7487px;
  border-bottom: solid 4.2426px #bbbbbb;
  border-left: solid 4.2426px #bbbbbb;
}
/*cover up extra shadows*/
.hexagon-summary-gray span {
  display: block;
  position: absolute;
  top:1.7320508075688772px;
  left: 0;
  width:64px;
  height:36.9504px;
  z-index: 2;
  background: inherit;
}

.cost-estimate-summary-gray {
	color: #aaaaaa;
}

.SummaryInformation-gray {
	background-color: #fff;
}

.cost-estimate-details-gray {
	color: #cccccc;
	line-height: 36px;
}

.results-gray {
    background-color: #eeeeee;
}
.hexagon-details-gray {
  position: relative;
  width: 200px; 
  height: 115.47px;
  background-color: #ffffff;
  margin: 57.74px 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.35);
  border-left: solid 3px #bbbbbb;
  border-right: solid 3px #bbbbbb;
}
.hexagon-details-gray:before,
.hexagon-details-gray:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 141.42px;
  height: 141.42px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 26.2893px;
  box-shadow: 0 0 10px rgba(0,0,0,0.35);
}
.hexagon-details-gray:before {
  top: -70.7107px;
  border-top: solid 4.2426px #bbbbbb;
  border-right: solid 4.2426px #bbbbbb;
}
.hexagon-details-gray:after {
  bottom: -70.7107px;
  border-bottom: solid 4.2426px #bbbbbb;
  border-left: solid 4.2426px #bbbbbb;
}
/*cover up extra shadows*/
.hexagon-details-gray span {
  display: block;
  position: absolute;
  top:1.7320508075688772px;
  left: 0;
  width:194px;
  height:112.0060px;
  z-index: 2;
  background: inherit;
}

.hexagon-details-gray .score {
    font-weight: 700;
    font-size: 94px;
    line-height: 82px;
    color: #bbbbbb;
}

.hexagon-details-gray .label {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 34px;
	line-height: 33px;
	color: #bbbbbb;
	}
}
