﻿@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(//fonts.googleapis.com/css?family=Anton:400);

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body, div, h1, h2, h3, h4, h5, form, a, p, ul, li, img, textarea, input, select, option {
    font: 100% "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
    color: #5c5c5c;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}
input[type="submit"]:hover {
    cursor:pointer;
}
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.bold {
    font-weight: 700;
    color: #2C4183;
}
.standout {
    color: #fff;
    display: inline-block;
    background: #2C4183;
    max-width: 600px;
    padding: 16px;
}
.standout i {
    float: left;
    padding-right: 16px;
}
.center {
    text-align: center;
}




span.star.bronze {
    color: #CD7F32;
    text-shadow: 0px 2px 3px #999;
}
span.star.silver {
    color: #C0C0C0;
    text-shadow: 0px 2px 3px #999;
}
span.star.gold {
    color: #FFD700;
    text-shadow: 0px 2px 3px #999;
}
.error {
    font-size: 87.5%;
    display: block;
    background: #D63456;
    color: #fff;
    padding: 5px;
    text-align: center;
}
fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
input:focus, textarea:focus {
    outline: none;
}
textarea {
    resize: none;
}
#topnav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;    
    border-bottom: solid 2px #0e77b6;
    z-index: 999;
}
#topnav img {
    float: left;
}
#topnav div {
    padding: 4px 0 4px 0;
    width: 95%;
    max-width: 1200px;
    margin: auto;
}
#topnav ul.links {
    background: #2C4183;
    text-align: center;
}
#topnav ul li {
    display: inline-block;
    padding: 8px;
}
#topnav ul.links li {
    padding: 12px 32px;
}
#topnav ul.links li sup {
    color: #D63456;
}
#topnav ul.links li i {
    background: #fff;
}
#topnav a {
    color: #243878;
}
#topnav ul.links li a {
    color: #fff;
    font-weight: 700;
}
#topnav li span.badge {
    font-size: 75%;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: super;
    color: #fff;
    background: #D63456;
}
#topnav li a.active:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 50%;
    border-bottom: solid 1px #fff;
}
#topnav li a:hover {
    text-decoration: underline;
}
#topnav li a.active:hover {
    text-decoration: none;
}
#topnav div ul {
    float: right;
    font-size: 80%;
    text-align: center;
    margin-top: 16px;
}
#topnav div li a {
    display: inline-block;
    padding: 4px 0;
}
#topnav div li a i {
    font-size: 24px;
}
#topnav div.subnav {
    width: 100%;
    padding: 0;
    background: #0e77b6;
    max-width: 100%;
}
#topnav div.subnav ul {
    float: none;
    margin-top: 0;
}
#topnav div.subnav a {
    color: #fff;
    padding: 0 16px;
}
#topnav li.dropdown div {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
    background: #0e77b6;
}
#topnav li.dropdown div ul {
    float: none;
    margin-top: 0;
}
#topnav li.dropdown div li {
    padding: 8px;
}
#topnav li.dropdown div li a {
    padding: 0 16px;
    font-weight: normal;
}
#wrapper {
    min-height: calc(100% - 98px);
    width: 100%;
}
.lpane {    
    font-size: 90%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 250px;
    padding: 0 0 32px 0;
    background: #fff;
    overflow-y: auto;
    z-index: 9999;
}
.lpane p.user {
    padding: 8px 20px;
}
.lpane h1 {
    padding: 32px 16px;
    text-align: center;
    border-bottom: solid 1px #E9F4FA;
}
.lpane ul {
    padding-top: 16px;
}
.lpane li {
    margin: 4px 0;
}
.lpane li.border {
    border-top: solid 1px #E9F4FA;
}
.lpane li a {
    display: block;
    font-weight: 700;
    border-left: solid 4px #fff;
    padding: 20px 16px 20px 16px;
}
.lpane a:hover, .lpane a.active {
    background: #E9F4FA;
    border-left: solid 4px #0272A2;
}
.lpane li a i {
    font-size: 16px;
    margin-right: 6px;
}
.lpane li a span {
    font-size: 90%;
    display: block;
    margin-left: 26px;
}
.lpane a.close {
    display: none;
    float: right;
    padding: 2px 4px;
}
#bg {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    z-index: -1;
}
.mobileonly {
    display: none;
}
#slider.regslide {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
#slider .slide {
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#slider .first {
    background-image: url(../images/Log-In-Page2026.jpg);
}
#homenav {
    float: right;
    padding: 16px 4px 16px 8px;
    font-size: 90%;
    color: #fff;
}
#homenav a {
    display: inline-block;
    margin: 0 16px;
    color: #fff;
}
#homenav a:hover {
    color: #ddd;
    text-decoration: underline;
}
#homenav.regnav {
    background: rgba(0,0,0,.3);
    float: none;
    text-align: right;
}
#modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/blurbg.png);
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	transition: visibility .5s, opacity .5s;
	transition-delay: .5s;
}
#modal .modaltop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 36px;
    text-align: right;
    padding: 4px 8px 0 0;
    border-bottom: solid 1px #243878;
    font-size: 125%;
}
#modal .modalhead {
  
    font-size: 125%;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 700;
}

#modal .modalheadBIG {
    font-size: 260%;
    margin-bottom: 16px;
    text-align: left;
    font-weight: 700;
}
#modal .modaltop .modalhead {
    font-size: 125%;
    margin-bottom: 16px;
    text-align: left;
    font-weight: 700;
}
.modalcontent {
    padding: 16px 32px;
    overflow-y: auto;
}
.modalcontent p.headimg img {
    width: 100%;
}
.modalcontent p.header {
    font-size: 112.5%;
    font-weight: 700;
}
.modalcontent ol li {
    list-style: decimal;
    padding: 4px;
}
.modalcontent a {
    color: #0272A2;
}
.modalcontent a:hover {
    text-decoration: underline;
}
.modalcontent img {
    max-width: 100%;
}
#modal.show {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}
.mcontentwrap {
    box-sizing: border-box;
	position: absolute;	
	top: -100%;	
	/*adjusted by ERD on 6/2/2025
	left: 20%;*/
	left: 15%;
	width: 70%;
	max-height: 90%;
    padding: 32px;
	background: #fff;
    overflow-y: auto;
    border: solid 1px #243878;
	z-index: 850;
	transition: top .5s;
	box-shadow: 3px 3px 5px #5c5c5c;
}
.mcontentwrap img {
    opacity: 0;
    transition: opacity .2s 0s;
}
.mcontentwrap .back-up {
	font-size: 125%;
    display: inline-block;
    height: 100%;
    width: 100%;
    line-height: 125%;	
}
.mcontentwrap .back-up:hover {
	color: #aaa;
}
.mcontentwrap .print, #scorecard .print {
    text-align: center;
    font-size: 1.1em;
}

.mbottom {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 37px;
    text-align: right;
    padding: 4px 8px 4px 32px;
    border-top: solid 1px #243878;
    font-size: 125%;
}
.mbottom .buttons a {
    display: inline-block;
    background: transparent;
    border: solid 1px #4D5485;
    border-radius: 4px;
    color: #243878;
    width: auto;
    margin: auto;
    font-size: 87.5%;
    padding: 5px 10px;
    box-sizing: border-box;
    text-align: center;
}












#scorecard .print {
    margin-top: 8px;
}
.mcontentwrap .print a {
    display: inline-block;
    height: 37px;
    width: 37px;
    padding: 8px;
    border: solid 1px #0272A2;
    border-radius: 50%;
}
#scorecard .print a {
    box-sizing: border-box;
    display: inline-block;
    height: 150px;
    width: 150px;
    padding: 8px;
    border: solid 4px #0272A2;
    border-radius: 50%;
}
.mcontentwrap .print a:hover, #scorecard .print a:hover {
    text-decoration: none;
    border: solid 1px #5c5c5c;
    color: #5c5c5c;
}
.mcontentwrap .print i, #scorecard .print i {
    font-size: 1.4em;
}
#modal.show .mcontentwrap {
	top: 40px;
	transition: top .5s;
}
#modal.show .mcontentwrap img {
	opacity: 1;
    transition: opacity .4s .3s;
}
.mcontentwrap.small {
	left: 50%;
	width: 355px;
    max-width:100%;
	height: 255px;
    margin-left: -177.5px;
    overflow-y: auto;
}
#modal.show .mcontentwrap.small {
	top: 25%;
}
#faqcontent {
    display: none;
}
#helpcontent {
    display: none;
}
#contactcontent {
    display: none;
}
#excontent {
    display: none;
}
#excontent img {
    margin-top: 25px;
}
#eligible {
    display: none;
}
#eligible p.header {
    padding: 0 16px;
}
#eligible.reveal {
    display: block;
}
#eligible div.table {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 16px;
}
#eligible div.reasons {
    display: table-cell;
    vertical-align: bottom;
    background: #90ee90;
    text-align: center;
    padding: 8px;
    margin: 0 16px 16px 16px;
}
#eligible div.reasons.caption {
    display: table-caption;
    caption-side: bottom;
}
#eligible div.reasons.caption.fail {
    background: #D63456;
}
#eligible div.reasons.caption.pass {
    background: #06891C;
}
#eligible div.reasons.fail {
    background: #D63456;
}
#eligible div.reasons p {
    color: #fff;
}
#eligible div.reasons p.header {
    padding: 0 0 8px 0;
}




#contactdets {
    display: none;
}
#contactdets p {
    margin: 8px 0;
}
#inner {
    min-height: 90%;
    box-sizing: border-box;
    padding-bottom: 12px;
}
#inner form {
    text-align: center;
}
#inner #login form p {
    padding: 4px 0;
}
#inner div.info {
    box-sizing: border-box;
    float: left;
    width: 30.33%;
    height: 200px;
    border: solid 1px #fff;
}
#inner div.info:nth-child(odd) {
    margin: 0 4.5%;
}
#inner div.info a {
    box-sizing: border-box;
    display: inline-block;
    font-size: 200%;
    text-align: center;
    color: #fff;
    height: 100%;
    width: 100%;
    padding-top: 70px;
    text-shadow: 1px 1px 3px #5c5c5c;
    transition: all .2s;
}
#inner div.info a:hover {
    transform: scale(1.2,1.2);
}
#inner div.faq {
    background: url(../images/bannerimg.jpg) no-repeat;
    background-size: cover;
}
#inner div.help {
    background: url(../images/placeholderbg4.jpg) bottom left no-repeat;
    background-size: cover;
}
#inner div.account {
    background: url(../images/biking.jpg) no-repeat;
    background-size: cover;
}
#header {
    width: 1024px;
    margin: auto;
}
#home {
    box-sizing: border-box;
    float: left;
    z-index: 100;
}
#home.reghome {
    padding-top: 8px;
    float: none;
}
#home p.lalign {
    text-align: left;
}
#home p.justify {
    text-align: justify;
}
#home .loginlab {
    display: block;
    margin-bottom: 8px;
    text-align: center;
}
#profilemenu {
    position: absolute;
    top: 4px;
    right: 8px;
    color: #fff;
}
#smprofilemenu {
    position: absolute;
    top: 10px;
    left: 2.5%;
    font-size: 75%;
    text-align: center;
    margin-left: 16px;
    padding: 4px 0;
}
#profilemenu div, #smprofilemenu div {
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    display: block;
    visibility: hidden;
    height: 0;
    width: 100%;
    min-width: 100px;
    padding: 0 8px;
    background: #fff;
    border: solid 1px #ddd;
    overflow: hidden;
    transition: all .3s;
}
#profilemenu span, #smprofilemenu span {
    display: block;
    border-bottom: solid 1px #ddd;
}
#profilemenu a, #smprofilemenu a {
    display: inline-block;
    font-size: 87.5%;
    padding-bottom: 8px;
    text-align: right;
}
#profilemenu i, #smprofilemenu i {
    text-align: left;
}
#profilemenu:hover, #smprofilemenu:hover {
    cursor: default;
}
#profilemenu:hover div, #smprofilemenu:hover div {
    height: 140px;
    visibility: visible;
    padding: 8px;
}
#profilemenu:focus div, #smprofilemenu:focus div {
    height: 110px;
    visibility: visible;
    padding: 8px;
}
#profilemenu div i, #smprofilemenu div i {
    color: #5c5c5c;
}
#welcome {
    box-sizing: border-box;
    width: 75%;
    margin: 16px auto;
    text-align: center;
}
#welcome h1 {
    font-size: 150%;
    margin-bottom: 8px;
}
#welcome img {
    float: left;
    padding-right: 6px;
}
#landing {
    position: relative;
    width: 900px;
    margin: auto;
}
#scorecard {
    position: relative;
    padding: 140px 80px 32px 80px;
    max-width: 1920px;
    margin: auto;
}
#scorecard.welcome {
    padding: 125px 0 0 0;
    max-width: 100%;
}
#scorecard.healthcredit {
    padding: 140px 0 0 0;
}
#scorecard .section {
    position: relative;
    min-height: calc(100vh - 98px);
}
#scorecard .section-left {
    width: 55%;
    min-height: 100vh;
    /*min-height: 910px;*/
    padding: 16px 16px 32px 32px;
    background: #fff;
    border-radius: 0 0 66% 0;
}
#scorecard.welcome .section-left {   
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 55%; 
    width: auto;
    min-height: auto;
    text-align: center;
    display: flex;
    /*flex-direction: column;*/
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    border-radius: 0 50% 50% 0;
}
#scorecard.welcome .video-overlay {
    position: absolute;
    top: -150px;
    bottom: 0;
    left: 0;
    right: 0; 
    /*background: rgba(0, 0, 0, .5);*/
    min-height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
#scorecard.welcome .video-overlay .overlay-splash {
    position: relative;
    padding: 32px;
    max-width: 875px;
    margin: 0 auto;
    z-index: 0;
}
#scorecard.welcome .video-overlay .overlay-splash::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1), rgba(255, 255, 255, .95), rgba(255, 255, 255, .9), rgba(255, 255, 255, .8));
  z-index: -1;
  filter: blur(40px);
  pointer-events: none;
}
#scorecard.welcome #overview .section-left {
    display: grid;
    position: relative;
    min-height: calc(100vh - 98px);
    width: 45%;
    padding-top: 8px;
}
#scorecard.welcome #overview .section-left p, #scorecard.welcome .video-overlay p {
    color: #0e77b6;
    font-size: 150%;
    padding-bottom: 80px;
}
#scorecard.welcome #overview .section-left p.head, #scorecard.welcome .video-overlay p.head {
    color: #2c4183;
    font-size: 250%;
    padding-bottom: 16px;
}
#scorecard.welcome .video-overlay p, #scorecard.welcome .video-overlay p.head {
    max-width: 1200px;
    margin: 0 auto;
}
#scorecard.welcome .section-left.full-image {   
    align-content: flex-start;
    overflow: hidden;
}
#scorecard .section-left p.head {
    text-align: center;
    font-size: 175%;
    padding-bottom: 16px;
    color: #2c4183;
}
#scorecard.welcome .section-left p {
    padding: 0 64px;
}
#scorecard.welcome .video-overlay p {
    padding: 0 64px;
    color: #2c4183;
}
#scorecard.welcome .section-left p.head {
    font-size: 250%;
}
/*#scorecard .section-left p.head:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 25%;
    border-bottom: solid 1px #2c4183;
}*/
#scorecard .section-left p.head img {
    padding-top: 32px;
    max-width: 100%;
}
#scorecard .section-left p {
    color: #0e77b6;
    padding-right: 64px;
}
#scorecard .section-left p.round-padding {
    width: 100%;
    height: 600px;
    shape-outside: polygon(nonzero, 100% 0%, 100% 100%, 25% 100%) border-box;
    float: right;
    padding: 0;
}
#scorecard .section-left #watch {
    padding-right: 100px;
}
#scorecard .section-left ul {
    margin: 0 24px;
}
#scorecard .section-left ol {
    margin-right: 24px;
}
#scorecard .section-left li {
    color: #0e77b6;
}
#scorecard .section-left li.bold {
    color: #2c4183;
}
#scorecard.welcome .support {   
    background: #fff;
    width: 55%;
    min-height: auto;
    padding: 32px 64px;
}


#scorecard.welcome .section-right {
    display: flex;
    /*flex-direction: column;*/
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 55%;
}
#scorecard.welcome .section-right p.head {
    font-size: 250%;
    padding-bottom: 16px; 
    color: #2c4183;
}
/*#scorecard.welcome .section-right p.head:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 25%;
    border-bottom: solid 1px #2c4183;
}*/
#scorecard.welcome .section-right p.head img {
    max-width: 100%;
}
#scorecard.welcome .section-right p {
    color: #0e77b6;
    padding: 0 64px;
}
#scorecard.welcome #health-credit .section-right {
    display: grid;
    position: relative;
    min-height: calc(100vh - 98px);
    width: 45%;
    padding: 16px 0;
}
#scorecard.welcome #health-credit .section-right p {
    font-size: 150%;
}
#scorecard.welcome #health-credit .section-right p.head {
    font-size: 250%;
}
#scorecard.welcome #overview {
    position: relative;
    background: url(../Images/Welcome-Page-Top.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}
#scorecard.welcome #overview video {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
}
#scorecard.welcome #health-credit {
    background: url(../Images/Home-Page-Bottom.jpg);
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
}
#scorecard.welcome #wellness-navigator {
    background: url(../Images/Wellness-Navigation-Team-crop.jpg);
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}
#scorecard.welcome #message-center {
    background: url(../Images/Wellness-Navigator-Tab.jpg);
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}
#wrapper.support {
    background: url(../Images/FAQ-Support.jpg);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


#scorecard.welcome #wellness-navigator .section-left, #scorecard.welcome #message-center .section-left {
    border-radius: 0;
}
#scorecard.welcome #wellness-navigator .section-right, #scorecard.welcome #message-center .section-right {
    position: static;
    display: block;
    align-content: normal;
    padding: 50px 150px 64px 64px;
    text-align: left;
    margin-left: 45%;
}
#scorecard.welcome #wellness-navigator .section-right.wellness-navigator {
    margin: -8px 0 0 40%;
    min-height: 100vh;
    border-radius: 0 0 0 35%;
}
#scorecard.welcome #wellness-navigator .section-right.message-center, #scorecard.welcome #message-center .section-right.message-center {
    margin-left: 25%;
    min-height: 100vh;
    border-radius: 0 0 0 35%;
}
#scorecard.welcome #wellness-navigator .section-right p, #scorecard.welcome #message-center .section-right p {
    text-align: left;
    padding: 0;
}
#scorecard.welcome #wellness-navigator .section-right p.head, #scorecard.welcome #message-center .section-right p.head {
    font-size: 200%;
}
#scorecard.welcome #wellness-navigator .section-right ul, #scorecard.welcome #message-center .section-right ul {
    text-align: left;
    padding: 0 32px;
}
#scorecard.welcome #wellness-navigator .section-right li, #scorecard.welcome #message-center .section-right li {
    list-style: disc;
    margin-left: 16px;
}
#scorecard.printed {
    margin-left: 0;
}
.logoimg h2 {
    font-size: 225%;
    font-weight: 700;
    color: #2C4183;
}
.logoimg h3 {
    font-size: 150%;
    color: #2B95CF;
}
#scorecard table {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    text-align: left;
}
#scorecard th, #scorecard td {
    border: none;
}
#scorecard th {
    background: #0272A2;
    text-align: left;
}
#scorecard th a {
    color: #fff;
}
#scorecard .stepDetails {
    position: relative;
}
#scorecard br.hidden {
    display:none;
}
#highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}
#highlights div.articlehead {
    position: relative;
    margin: 0 0 16px 0;
    border: solid 1px #eee;
}
#highlights div.newshead {
    position: relative;
    background: #808080;
}
#highlights div.newshead p {
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: 60%;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}
#highlights div.newshead p a {
    font-size: 225%;
    color: #fff;
}
#highlights div.newshead p span {
    display: block;
    font-size: 90%;
}
#highlights div.newshead div.frost {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.3);
    overflow-x: hidden;
}
#highlights div.newsbody {
    position: static;
    padding: 4px 8px;
    margin-bottom: 24px;
}

#highlights div.newsbody a {
    position: absolute;
    bottom: 0;
    right: 8px;
    text-align: right;
    font-size: 90%;
    display: block;
    padding: 4px 0;
}

/* NEW CLASS - JRF 7/26/2022 */
#scorecard.resources .resourcehead-full {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#scorecard.resources .resourcehead-full .resourcedetailhead {
    padding: 75px 0;
    text-align: center;
}
#scorecard.resources .resourcehead-full .resourcedetailhead p {
    display: inline-block;
    color: #2C4183;
    font: 275% "Anton", sans-serif;
    background: #fff;
    padding: 0 16px;
    border: solid 8px #2C4183;
    border-radius: 64px;
}
#scorecard.resources .resourcehead-full .resourcedetailhead p:after {
    border-color: #fff;
}


/* NEW CLASS - JRF 6/13/2022 */
#scorecard form.highlightsresource-form {
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 8px;
}
#scorecard form.highlightsresource-form label {
    font-size: 100%;
}
/* -----------------------  */
#highlightsresource {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 16px;
    padding-bottom: 32px;
}
#highlightsresource div.resourcehead {
    position: relative;
    background: #eee;
    margin: 0 0 16px 0;
    border: solid 1px #eee;
    text-align: center;
}
#highlightsresource p.resourcehead {
    background: #eee;
    padding: 4px;
}
#highlightsresource div.resourcedetailhead {
    position: relative;
    background: #eee;
}
#highlightsresource div.resourcedetailhead p {
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: 90%;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}
#highlightsresource div.resourcedetailhead img {
    width: 100%;
}
#highlightsresource div.resourcedetailhead p a {
    font-size: 125%;
    color: #fff;
}
#highlightsresource div.resourcedetailhead p span {
    display: block;
    font-size: 80%;
}
#highlightsresource div.resourcedetailhead div.frost {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.3);
    overflow-x: hidden;
}
#highlightsresource div.resourcebody {
    position: static;
    padding: 4px 8px;
    margin-bottom: 24px;
}
#highlightsresource div.resourcebody a {
    position: absolute;
    bottom: 0;
    right: 8px;
    text-align: right;
    font-size: 90%;
    display: block;
    padding: 4px 0;
}







#highlights img {
    display: block;
    width: 100%;
}
button.scorecat {
    position: relative;
    display: block;
    padding: 8px 0 8px 48px;
    width: 350px;
    text-align: left;
    background: #fff;
    color: #2C4183;
    overflow: hidden;
    border: none;
}
span.star {
    color: #ccc;
}
button.scorecat:hover {
    cursor: pointer;
}
.scorecat span {
    display: block;
}
.scorecat span.star {
    position: absolute;
    top: 8px;
    left: 6px;
}
.scorecat span.instructions {
    position: absolute;
    top: 12px;
    left: 6px;
}
button.active {
    color: #fff;
    background: #2C4183;   
}
.scorecat span.arrow-right {
    display: none;
}
button.active .arrow-right {
    display: block;
    width: 0; 
    height: 0; 
    border-top: 28px solid #fff; 
    border-bottom: 28px solid #fff;
    border-left: 32px solid #2C4183;
    position:absolute;
    right: 0; 
    top: 0;
}
.starinfo {
    font-size: 90%;
    padding: 12px 0 0 12px;
}
#scorecard form div#completion-key {
    font-size: 90%;
    position: absolute;
    background: #fff;
    padding: 8px 8px 8px 0;
    border: solid 1px #ccc;
    margin-left: -12px;
    text-align: center;
    z-index: 9999;
}
#completion-key {
    display: none;
}
#scorecard .starinfo a:hover {
    text-decoration: none;
}
.starinfo a:hover #completion-key, .starinfo a:focus #completion-key {
    display: block;    
}
#completion-key ul {
    text-align: left;
}
.moreinfo {
    position: relative;
}
.topright {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    margin-left: -25px;
    padding: 2px 5px;
    text-align: left;
    transition: all .5s;
    transition-delay: .5s;
}
.topright span {
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    display: inline-block;
    padding: 0 2.5%;
    color: #000;
}
.topright:hover {
    left: 25px;
    background: #f0f0f0;
    background: rgba(240, 240, 240, .9);
    transition-delay: 0s;
}
.topright:hover span {
    opacity: 1;
    visibility: visible;
    transition-delay: .5s;
}
.scorehead {
    font-size: 137.5%;
    margin: 8px 0;
}
.active p.scorehead {
    font-size: 162.5%;
}
#scoretable, #verifytable {
    /*border: solid 4px #0e77b6;
    padding: 0 16px;*/
    box-sizing: border-box;
}
#scoretable .bg-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    min-height: 100vh;
    overflow: hidden;
    z-index: -1;
}
#scoretable .bg-image img {
    position: absolute;
    right: 0;
    min-height: 100vh;
}
#scoretable p.toggle a, #scorecard p.toggle a {
    display: block;
    background: #0272A2;
    border: solid 1px #0272A2;
    color: #fff;
    padding: 10px 5px;
    transition: all .2s;
}
#scoretable p.toggle a:hover, #scoretable p.toggle a.open, #scorecard p.toggle a:hover, #scorecard p.toggle a.open {
    text-decoration: none;
    background: #fff;
    color: #0272A2;
}
#scoretable div.toggleme {
    border: solid 1px #0272A2;
    border-top: none;
    width: 100%;
    padding: 10px 0;
    margin: auto;
    box-sizing: border-box;
}
#scorecard div.toggleme {
    border: solid 1px #0272A2;
    border-top: none;
    padding: 10px 0;
}
#scoretable div.toggleme p, #scorecard div.toggleme p {
    padding: 0 10px;
    margin: 0;
}
#scoretable div.toggleme ul, #scorecard div.toggleme ul {
    margin-left: 32px;
}
#scoretable div.toggleme ul li, #scorecard div.toggleme ul li {
    list-style: disc;
}
#verifytable {
    background: #fff;
    border: solid 1px #ddd;
    margin: -1px 2.2% 0 2.2%;
    padding: 20px 20px 40px 20px;
}
div.border {
    box-sizing: border-box;
    background: #fff;
    border-right: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
    width: 400px;
    padding: 20px;
}
#register, #reset {
    border: solid 1px #aaa;
    width: 100%;
    max-width: 620px;
    margin: auto;
}
div.registration {
    background: #fff;
    padding: 20px;
}
#login {
    border: solid 1px #aaa;
    width: 100%;
    max-width: 400px;
    margin: 128px auto 0 auto;
}
#login img {
    max-width: 100%;
}
div.login {
    background: #fff;
    width: 100%;
    max-width: 400px;
    padding: 20px;
}
div.login a {
    color: #0272A2;
    text-decoration: underline;
}
div.border button, div.border input[type="submit"] {
    color: #fff;
    box-sizing: border-box;
    border: solid 1px #4D5485;
    background: #243878;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
}
div.registration button, div.registration input[type="submit"], div.login button, div.login input[type="submit"], #scorecard a.button, .modalcontent a.button {
    display: inline-block;
    font-size: 125%;
    color: #fff;
    box-sizing: border-box;
    margin: 10px 0 0 0;
    padding: 6px;
    border: solid 1px #4D5485;
    background: #243878;
    border-radius: 4px;
}
div.border button:hover, div.registration button:hover, div.border input[type="submit"]:hover, div.registration input[type="submit"]:hover, #scorecard a.button:hover {
    cursor: pointer;
    background: #3E446B;   
}
div.border a, #scorecard a {
    color: #0272A2;
}
div.border a:hover, #scorecard a:hover {
    text-decoration: underline;
}
#home h1 {
    font-size: 187.5%;
    text-align: center;
    word-spacing: -5px;
}
#home h2 {
    font-size: 125%;
    text-align: center;
}
#home p {
    text-align: center;
}
#scorecard p.head {
    display: inline-block;
    font: 200% "Anton", sans-serif;
    color: #2C4183;    
    padding-top: 16px;
}
/*#scorecard p.head:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 25%;
    border-bottom: solid 1px #2c4183;
}*/
#scoretable p.head {
    font-size: 175%;
}
#scorecard h2 {
    font-size: 125%;
}
#scorecard label {
    display: block;
    margin: auto;
    font-size: 125%;
}
#scorecard input, #scorecard select, #scorecard textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 10px;
    margin: auto;
    border: solid 1px #ddd;
    background: #eee;
    border-radius: 0;
    font-size: 125%;
}
#scorecard .actions, #scorecard .status {
    display: table;
    table-layout: fixed;
    border-collapse: separate;
    width: 95%;
    margin: auto;
}
#scorecard .actions .error {
    font-size: 100%;
    text-align: left;
}
#scorecard .actions .lgicon {
    position: absolute;
    bottom: auto;
}
#scorecard .cell {
    position: relative;
    display: table-cell;
    border: solid 1px #ddd;
    border-right: none;
    padding: 16px 16px 48px 16px;
}
#scorecard .cell:last-child {
    border-right: solid 1px #ddd;
}
#scorecard .cell p, #scorecard .cell li {
    color: #000;
    padding: 4px 0;
}
#scorecard.printed .cell li {
    color: #5c5c5c;
}
#scorecard .cell a.button {
    position: absolute;
    bottom: 8px;
    right: 8px;
}
#scorecard .status .cell {
    padding: 0 16px 16px 16px;
    background: #FFFFFF;
    color: #000000;
}
#scorecard.printed .status .cell {
    background: #fff;
    color: #5c5c5c;
}
#scorecard .status .statushead {
    display: block;
    text-align: center;
    border-bottom: solid 1px #bbb;
    padding: 4px;   
    margin-bottom: 8px;
    font-size: 112.5%;
    font-weight: 700;
}
#scorecard .status i {
    font-size: 20px;
    color: #fff;
}
#scorecard .status i.fa-check {
    color: #9AFF9A;
}
#scorecard .status i.fa-times {
    color: #D63456;
}
#scorecard .status .incomplete {
    background: #2476A9;
    color: #fff;
}
#scorecard .status .complete {
    background: #06891C;
    color: #fff;
}
#scorecard .status .print a {
    color: #fff;
    border: solid 1px #fff;
}
#watermark {    
    position: fixed;
    top: 25%;
    left: 33.33%;
    font-size: 500%;
    color: #ccc;
    z-index: -1;
}
#scorecard div.activitybuttons {
    display: table;
    table-layout:auto;
    border-collapse: separate;
    border-spacing: 16px 0;
    width: 90%;
    margin: auto;
    align-items:center;
}
#scorecard div.activitybuttons a.button {
    display: table-cell;
}
#scorecard div.myhealthbuttons {
    font-size: 85%;
    width: 90%;
    margin: auto;
    text-align: center;
}
#scorecard div.myhealthbuttons input[type="submit"] {
    display: inline-block;
}
#scorecard input[type="date"] {
    -webkit-min-logical-width: 85%
}
#scorecard.link {
    padding-top: 200px;
}
#scorecard.link input[type="date"] {
     -webkit-min-logical-width: 85%
}
#scorecard.link input, #scorecard.link select {
    background: #fff;
}
#scorecard.link label {
    display: block;
    width: 95%;
    margin: auto;
    font-size: 150%;
}
#scorecard.link input, #scorecard.link select {
    display: block;
    width: 95%;
    margin: auto;
}
#scorecard.link input[type="submit"] {    
    border-radius: 4px;
    width: auto;
    margin-left: 2.5%;
    display: inline-block;
    font-size: 100%;
}
#scorecard input[type="submit"], #scorecard.link input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#scorecard span.shortnum {
    display: block;
    width: 90%;
    padding: 0 10px;
    margin: auto;
}
#scorecard .shortnum input  {
    width: 25%;
    display: inline;
}
#scorecard .systolic  {
    width: 25%;
    display: inline-block;
}
#scorecard .diastolic{
    width: 25%;
    display: inline-block;
}
#numbuttons2 {
    padding: 0;
    margin: auto;
}
#numbuttons {
    padding: 0;
    margin: auto;
}
.numbersbutton, #scorecard input.numbersbutton {
    font-size: 125%;
    padding: 5px 10px;
    margin-right: 20px;
    border: solid 1px #aaa;
    width: auto;
    display: inline;
    border-radius: 4px;
}
.numbersbutton:hover, #scorecard .numbersbutton:hover, #scorecard input.numbersbutton:hover, #scorecard a.button:hover {
    cursor: pointer;
    text-decoration: none;
}


#scorecard form input[type="submit"].cancel {
    margin-left: 16px;
    background: transparent;
    color: #243878;
}
#scorecard form a.cancel {
    margin-left: 16px;
    background: transparent;
    color: #243878;
}
#scorecard form a.cancel:hover {
    background: #eee;
}
.loginform label, .resetform label {
    display: inline-block;
    background: #eee;
    color: #aaa;
    margin: 0;
    padding: 6px;
    border-top: solid 1px #aaa;
    border-left: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
}
.loginform input {
    box-sizing: border-box;
    padding: 6px 2px;
    border: none;
    border-bottom: solid 1px #aaa;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    width: 300px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
}
.resetform input {
    box-sizing: border-box;
    padding: 6px 2px;
    border: none;
    border-bottom: solid 1px #aaa;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
}
.loginform input[type="submit"], .resetform input[type="submit"] {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#regform {
    position: relative;
}
#regform span {
    position: relative;
    display: block;
    box-sizing: border-box;
    margin: 15px 0 0 0;
    padding: 0 2px;
    border-bottom: solid 1px #aaa;
    border-radius: 0;
    overflow: hidden;
}
#regform span.ta {
    height: 100px;
}
#regform input[type="text"], #regform input[type="password"], #regform input[type="email"], #regform input[type="tel"], #regform textarea {
    position: absolute;
    top: 0;
    left: -100%;
    padding: 0 10px;
    line-height: 40px;
    width: 60%;
    height: 100%;
    border: none;
    transition: left 0.5s;
    border-right: solid 1px #ddd;
    border-radius: 0;
}
#regform label {
    z-index: 10;
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px 0;
    text-align: left;
    cursor: text;
    transition: padding-left .5s, background .5s .2s;
}
#regform p.example {
    font-size: 80%;
    color: #aaa;
    text-align: left;
    padding-left: 8px;
}
#regform p.example a {
    color: #aaa;
}
#regform input[type="text"]:focus, #regform input[type="password"]:focus, #regform input[type="email"]:focus, #regform input[type="tel"]:focus, #regform textarea:focus,
#regform input.filled, #regform textarea.filled {
    left: 0;
}
#regform input[type="text"]:focus + label, #regform input[type="password"]:focus + label, #regform input[type="email"]:focus + label, #regform input[type="tel"]:focus + label, #regform textarea:focus + label,
#regform input.filled + label, #regform textarea.filled + label {
    padding-left: 66%;
    background: #eee;
}
#regform textarea {
    line-height: normal;
}
#regform select {
    box-sizing: border-box;
    margin: 0 0 0 -10px;
    padding: 0 0 0 10px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 580px;
}
#regform option[disabled] {
    color: #ddd;
}
#regform input[type="checkbox"] {
    display: block;
    margin-top: 5px;
    width: 16px;
    height: 16px;
    float: left;
}
#regform div.check {
    margin-top: 15px;
    text-align: left;
}
#regform div.check label {
    background: transparent;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 0 0 25px;
    cursor: default;
    border: none;    
    text-align: left;
}
#scorecard form {
    display: grid;
    grid-template-columns: 350px 1fr;
}
#scorecard form.nogrid {
    display: block;
}
#scorecard form.contact {
    font-size: 90%;
    text-align: left;
    padding: 0 16px;
}
#scorecard form div {
    position: relative;
}
#scorecard form div#diabetestable_complete, #scorecard form div#scoretable_landing {
    padding-left: 32px;
}
#scorecard form #buttons {
    background: #fff;
    max-height: 100vh;
    padding-top: 16px;
    overflow: auto;
}
#scorecard.healthcredit form {
    padding-left: 80px;
}
#scorecard.healthcredit form div#diabetestable_complete, #scorecard form div#scoretable_landing {
    padding-right: 80px;
}
#scorecard form input[type="submit"] {
    display: inline-block;
    width: auto;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 125%;
    color: #fff;
    box-sizing: border-box;
    margin: auto;
    border: solid 1px #4D5485;
    background: #243878;
    text-align: center;
}
#scorecard input[type="radio"] {
  display: inline-block;
  width: auto;
  margin: 0 10px 0 0;
  vertical-align: middle;
  background: transparent;
}
#scorecard .radio {
  display: block;
  width: 100%;
  margin: auto;
}
#scorecard .radio label {
  display: inline-block;
  margin: 0 0 10px 0;
}
/*#scorecard form img {
    max-width: 100%;
}*/
#scorecard form li {
    list-style: disc;
    margin-left: 40px;
}
#scorecard ol {
    text-align: left;
    padding: 0;
    margin: 0;
}
#scorecard ol li {
    list-style: decimal;
    margin-left: 0;
    padding: 4px 0;
}
#scorecard ol li ul li {
    list-style: disc;
}
#scorecard ol.steplist {
    counter-reset: number;
}
#scorecard ol.steplist li {
    list-style: none;
    counter-increment: number;
}
#scorecard ol.steplist li:before {
    content: "Step " counter(number) " - ";
    position: relative;
    left: 0;
    font-weight: 700;
    color: #2C4183;
}
#scorecard #schedule iframe {
    width: 95%;
    margin: 8px 2.5% 0 2.5%;
}
#scorecard .nutqs div {
    display: none;
}
#scorecard .nutqs div.wrong p, #scorecard .nutqs div.correct p.bold {
    display: inline-block;
    width: auto;
    margin: 0 2.5%;
    padding: 4px 6px;


    background: #D63456;
    color: #fff;
}
#scorecard .nutqs div.correct p.bold {
    background: #06891C;
}
#scorecard .video iframe {
    width: 560px;
    height: 315px;
    max-width: 100%;
    
}

#scorecard .videoLARGE iframe {
    width: 870px;
    height: 500px;
    max-width: 100%;
    
}

#scorecard .grid {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(125px, 1fr) );
    align-items: start;
    gap: 32px;
}
#scorecard.resources .grid {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(200px, 1fr) );
    align-items: start;
    gap: 16px;
}
#scorecard .grid div {
    padding: 16px;
}
#scorecard .grid div.category {
    font-size: 125%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#scorecard .grid div.category a {
    position: relative;
    display: block;
}
#scorecard .grid div.category a span.check {
    position: absolute;
    top: 0;
    background: #fff;
    color: #4c9a23;
    right: 50%;
    margin-right: -16px;
    border-radius: 50%;
}
#scorecard .grid div.category.triple {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 10px;
    font-size: 100%;
}
#scorecard .grid div.category.triple a.bottom {
    grid-column: span 2;
}
#scorecard.resources .resource-cards {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(200px, 1fr) );
    align-items: stretch;
    gap: 16px;
}
#scorecard.resources .resource-cards .card {
    display: block;
    background: #0272A2;
    color: #fff;
    text-align: center;
    padding: 64px 16px;
    box-shadow: 1px 1px 5px #ccc;
}

#scorecard.resources .resource-cards .cardALT {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    color: #0272A2;
    text-align: center;
    padding: 16px;
    box-shadow: 1px 1px 5px #ccc;
}
#scorecard.resources .resource-cards .cardALT i {
    padding-bottom: 4px;
}
#verifytable input {
    width: 90%;
}
#verifytable label {
    width: 90%;
    font-weight: 700;
}
#verifytable input[type="radio"] {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
  background: transparent;
}
#verifytable .radio {
    display: block;
    width: 90%;
    margin: auto;
}
#verifytable .radio label {
    display: inline;
    width: 50px;
    margin: 0;
    font-size: 100%;
    font-weight: normal;
}
div.bottombuttons {
    border-top: none;
    border-left: solid 1px #aaa;
    border-right: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
}
div.reg {
    border-top: solid 1px #aaa;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin: 0;
}
div.res, div.log {    
    width: 440px;
}
div.bottombuttons p.middle {
    border-top: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
}
div.bottombuttons a {
    display: block;
    text-align: center; 
    padding: 10px 0;
    background: #F8F8F8;
}
div.log a {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
}
div.log a:first-child + a {
    border-left: solid 1px #aaa;
    border-right: solid 1px #aaa;
}
div.log #contact {
    float: none;
    width: 100%;
    border-top: solid 1px #aaa;
}
div.res a, div.reg a {
    width: 100%;
}
div.bottombuttons a:hover {
    background: #ddd;    
}

#footer {
    box-sizing: border-box;
    min-height: 98px;
    width: 100%;
    background: #F5D13E;
    padding: 0 16px 8px 16px;
}
#footer p {
    font-size: 150%;
    color: #2C4183;
}
#footer p.foothead {
    font-size: 225%;
    font-weight: 700;
}

/* required css for formToWizard plugin */
#scorecard .prev, #scorecard .next {
    display: block;
    background: transparent;
    border: solid 1px #4D5485;
    border-radius: 4px;
    color: #243878;
    margin: 16px auto;
    font-size: 112.5%;
    padding: 5px 10px;
    box-sizing: border-box;
    text-align: center;
}
#scorecard .prev {
    float: left;
}
#scorecard .next {
    float: right;
}
#scorecard .prev:hover, #scorecard .next:hover {
    text-decoration: none;
}
#scorecard .steps {
    list-style:none;
    margin:0;
    padding:0;
}
#scorecard .steps li {
    float: left;
    margin: 0 5px;
    border: solid 1px #666;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
#scorecard .steps li span {
    font-size:11px;
    display:block;
}
#scorecard .steps li.current {
    color:#000;
}
#scorecard .breadcrumb {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -54px;
}
#scorecard .breadcrumb li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
#scorecard .breadcrumb li:hover {
    cursor: pointer;
}
#scorecard .breadcrumb li.current {
    background: #0272A2;
    color: #eee;
    position: relative;
}
#regform .prev {
    float: left;
}
#regform .next {
    float: right;
}
#regform .prev, #regform .next {
    display: block;
    font-size: 100%;
    box-sizing: border-box;
    margin: 10px 0 0 0;
    padding: 5px 8px;
    border: solid 1px #aaa;
    border-radius: 4px;
    background: #eee;
}
#regform .prev:hover, #regform .next:hover {
    background-color: #ddd;
    text-decoration: none;
}
#regform .steps {
    list-style:none;
    margin:0px;
    padding:0px;
}
#regform .steps li {
    float: left;
    margin: 0 5px;
    border: solid 1px #666;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
#regform a.next i, #regform a.prev i {
    font-size: 112.5%;
}
#regform .steps li span {
    font-size:11px;
    display:block;
}
#regform .steps li.current {
    color:#000;
}
#regform .breadcrumb {
    margin: 0 0 20px 250px;
}
#regform .breadcrumb li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
#regform .breadcrumb li:hover {
    cursor: pointer;
}
#regform .breadcrumb li.current {
    background: #0272A2;
    color: #eee;
    position: relative;
}
#scorecard.welcome #wellness-navigator .section-right.message-center p, #scorecard.welcome #message-center .section-right.message-center p {
    padding: 16px;
}
.message-center .message-grid {
    float: right;
    display: grid;
    grid-template-columns: .75fr .25fr;
    width: 50%;
    gap: 8px;
    padding-left: 8px;
    margin-bottom: 24px;
    align-items: center;
    justify-items: right;
}
.message-center .bubble {
    position: relative;
}
.message-center .bubble p {
    display: inline-block;
    border: 4px solid #ddd;
    padding: 16px;
    background: #ddd;
    border-radius: 8px;
}
.message-center .bubble p:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid #ddd;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -20px;
}  
.message-center .date {
    font-size: 75%;
}
.message-center .message-grid.ws-reply {
    float: none;
    grid-template-columns: .25fr .75fr;
    justify-items: left;
    padding-left: 0;
    padding-right: 8px;
}
.message-center .message-grid.ws-reply .bubble p {
    border: 4px solid #2C4183;
    background: #2C4183;
}
.message-center .message-grid.ws-reply .bubble p:before {
    border-left: 10px solid transparent;
    border-right: 10px solid #2C4183;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -20px;
}  
.message-center .send-message {
    padding-top: 16px;
}
#scorecard .message-center .send-message form {
    grid-template-columns: 1fr 80px;
    padding: 0 16px;
}
#scorecard .message-center .send-message form input[type="submit"] {
    margin: 0;
}
#scorecard.welcome #wellness-navigator .section-right.message-center .message-grid.ws-reply .bubble p, #scorecard.welcome #message-center .section-right.message-center .message-grid.ws-reply .bubble p {
    color: #fff;
}

/* Media Queries */
@media screen and (max-width: 1439px) {
    #slider .slide, #wrapper.support, #scorecard.welcome #health-credit, #scorecard.welcome #overview {
        background-size: cover;
    }
    #scorecard {
        padding: 140px 16px 0 16px;
    }
    #scorecard .section-left {
        border-radius: 0;
    }
    .message-center .message-grid {
        width: 75%;
    }
    #scorecard.welcome #wellness-navigator .section-right.wellness-navigator, #scorecard.welcome #message-center .section-right.message-center {
        padding: 32px 16px 32px 75px;
    }
}
@media screen and (max-width: 1023px) {
    #topnav ul.links li {
        padding: 12px 24px;
        font-size: 80%;
    }
    #scorecard .section-left {
        width: 100%;
        border-radius: 0;
    }
    #scorecard .section-left p.round-padding {
        display: none;
    }
    .scorehead {
        font-size: 125%;
    }
    #scoretable {
        font-size: 80%;
    }
    #scorecard.welcome #wellness-navigator .section-left, #scorecard.welcome #wellness-navigator .section-right, #scorecard.welcome #message-center .section-right, #scorecard.welcome #message-center .section-left {
        position: static;
    }
    #scorecard.welcome #wellness-navigator .section-right, #scorecard.welcome #message-center .section-right {
        margin-left: 0;
        padding: 32px 16px;
    }
    #scorecard.welcome #wellness-navigator .section-right p.head, #scorecard.welcome #message-center .section-right p.head {
        font-size: 125%;
    }
    #scorecard.welcome #wellness-navigator .section-right.wellness-navigator, #scorecard.welcome #message-center .section-right.message-center {
        margin-left: 0;
    }
    #scorecard.welcome .support {
        width: 100%;
    }
    #highlights div.newshead p a {
        font-size: 150%;
    }
    .message-center .message-grid {
        width: 100%;
    }
}
@media screen and (max-width: 799px) {
    #login {
        margin: 0 auto;
    }
    #topnav ul li {
        padding: 8px 4px;
        font-size: 66%;
    }
    #topnav ul.links li {
        padding: 6px 16px;
        font-size: 75%;
    }
    #scorecard, #scorecard.healthcredit {
        padding-top: 150px;
    }
    #scorecard.healthcredit form {
        padding-left: 32px;
    }
    #scorecard.healthcredit form div#diabetestable_complete, #scorecard form div#scoretable_landing {
        padding-right: 32px;
    }
    #scorecard.welcome .section-left {
        right: 25%;
    }
    #scorecard.welcome .section-right {
        left: 25%;
    }
    #scorecard.welcome .video-overlay {
        width: 100%;
        position: static;
        display: block;
        font-size: 75%;
        border-radius: 0;
        padding: 0;
        min-height: auto;
    }
    #scorecard.welcome .video-overlay p {
        padding: 0;
    }
    #scorecard.welcome #overview .section-left, #scorecard.welcome #health-credit .section-right {
        width: 75%;
    }
    #scorecard form {
        grid-template-columns: 1fr;
    }
    #scorecard p.head {
        font-size: 125%;
    }
    #scorecard p.print {
        flex-basis: 100%;
        font-size: .8em;
    }
    #scorecard .print a {
        height: 120px;
        width: 120px;
    }
    #scorecard.resources .resourcehead-full .resourcedetailhead p {
        font-size: 200%;
    }
    #buttons {
        display: flex;
        flex-wrap: wrap;
        border-bottom: solid 1px #ccc;
        margin-bottom: 8px;
    }
    button.scorecat {
        width: auto;
        flex: 1 0 50%;
        font-size: 66.66%;
    }
    button.active .arrow-right {
        display: none;
    }
    #verifytable {
        font-size: 80%;
    }
    #highlights {
        display: block;
    }
    #highlightsresource {
        grid-template-columns: repeat( auto-fit, minmax(150px, 1fr) );
    }
}
@media screen and (max-width: 499px) {
    #scorecard.welcome .section-left {
        position: static;
        display: block;
        border-radius: 0;
        padding: 32px 0;
    }
    #scorecard .section-left p, #scorecard.welcome #overview .section-left p, #scorecard.welcome .section-right p {
        padding: 0 8px;
    }
    #scorecard.welcome .section-right {
        position: static;
        display: block;
        border-radius: 0;
        padding: 32px 0;
    }
    #scorecard.welcome #overview .section-left, #scorecard.welcome #health-credit .section-right {
        width: 100%;
        position: static;
        display: block;
        font-size: 75%;
        border-radius: 0;
        padding: 32px 0;
        min-height: auto;
    }
    #scorecard .section-left p {
        padding: 0 8px;
    }
    #scorecard.welcome #wellness-navigator .section-right p.head, #scorecard.welcome #message-center .section-right p.head {
        text-align: center;
    }
    /* NEW CLASS - JRF 6/13/2022 */
    #scorecard form.highlightsresource-form {
        display: block;
    }
    /* ----------------------- */
}
@media screen and (max-width: 349px) {
    #topnav h1 img {
        width: 72px;
    }
    #scorecard, #scorecard.healthcredit {
        padding-top: 180px;
    }
}

@media print {
    .modalcontent {
        display: block;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        overflow: auto;
    }
    .modalcontent .back-up, .modalcontent .print, .print {
        display: none;
    }
}