.pcCard {
	margin-bottom: 10% !important;
	width: 100%;
	filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.2));
}

.pcPromoCard {
	/* margin-bottom: 10% !important; */
	filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.2));
}

.pcContainer .col-md-4, .pcContainer .col-md-8 {
	padding: 0px;
} 

.pcCard .card-img-top {
	height: 200px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
    object-position: 75%;
}

.pcCard #colorfulBrain {
	object-position: 75% 65%;
}

.bodyOfCard {
	background: #F5F5F5;
    border-radius: 0px 0px 15px 15px;
    height: 165px;
    padding: 0 30px !important;
}

.pcPromoCard {
	width: 100%;
}

.promoCardBody {
	padding: 0 30px !important;
	background-color: #F5F5F5;
    height: 165px;
    width: 100%;
    border-radius: 0 0 15px 15px;
    justify-content: center;
    align-items: flex-start;
}

.promoImg {
	border-radius: 15px 15px 0 0;
    height: 200px;
    object-fit: cover;
}

.promoRow {
	display: flex;
	flex-direction: column;
}

.promoCardImg, .promoCardContent {
	width: 100%;
}
	
.pcCardTitle {
	text-align: left;
    margin-left: 0px;
    margin-top: 20px;
    font-family: 'Verdana';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 17px;
	color: #202020;
}

.pcCardText {
	text-align: left;
    font-family: 'Verdana';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 135.03%;
    color: #202020;
    width: 100%;
    padding-left: 0px;
    margin-left: 0 !important;
}
.pagetitle {
	font-family: SourceSans3;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	}
.pagetitle-unauth {
       padding-top: 30px !important;
       padding-left:70px !important;
       background: #f5f5f5;
}

.pcCard .buttonClear_bottomRight, .pcPromoCard .buttonClear_bottomRight {
	padding-top: 0px;
	padding-bottom: 0px;
}

.pcCard .buttonClear_bottomRight, .pcPromoCard .buttonClear_bottomRight {
	padding-left: 0px !important;
}

.pcCard .buttonBlueOnWhiteNew, .pcPromoCard .buttonBlueOnWhiteNew {
	padding-right: 15px;
}

.newLargeCardImage-dekstop {
	display:block !important;
}

.newLargeCardImage-tablet {
	display:none !important;	
}
@media screen and  (max-width: 767.9px) {
	.pcContainer {
		width: 90%;
	}
	
	.col-4, .col-6, .col-8 {
		width: 100%;
	}
	
	.promoImg {
		border-radius: 15px 15px 0 0;
	    height: 200px;
	    object-position
	}
	
	.pcCard #colorfulBrain {
		object-position: 45% 65%;
	}
	
	.bodyOfCard {
		height: 200px;
	}
	
	.promoCardBody {
	    border-radius: 0px 0px 15px 15px;
	    height: 200px;
	    padding: 0 30px !important;
	    align-items: normal;
	}
	
	.pcCardTitle {
		text-align: center;
		margin-left: 0px;
	}
	
	.pcCardText {
	    padding-left: 15px;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	}
	
	.pcCard .buttonBlueOnWhiteNew, .pcPromoCard .buttonBlueOnWhiteNew {
		padding-right: 0px;
		margin-bottom: 5px;
	}
	
	.pcCard .buttonBlueOnWhiteNew .btn, .pcPromoCard .buttonBlueOnWhiteNew .btn {
		margin-left: 0px;
	}
}

@media screen and (min-width:768px) and (max-width: 1023.9px) {
	.pcContainer {
		width: 85%;
	}
	
	.col-4, .col-6, .col-8 {
		width: 100%;
	}
	
	.pcCard, .pcPromoCard  {
		margin-bottom: 5% !important;
	}
	
	.promoImg {
	    object-position: 0%;
	}
	
	.pcCard #houseWrapped, .pcPromoCard #promoHouseWrapped {
		object-position: 0% 30%;
	}
	
	.pcCard #pinkMoneyLightbulb {
		object-position: 0% 30%;
	}
	
	.newLargeCardImage-dekstop {
		display:none !important;
	}
	
	.newLargeCardImage-tablet {
		display:block !important;	
	}
}

@media screen and (min-width:1024px) and (max-width:1439.9px) {
	.pcContainer {
		width: 80%;
	}
	.col-4, .col-6, .col-8 {
		width: 100%;
	}
	
	.pcCard, .pcPromoCard {
		margin-bottom: 5% !important;
	}
	
	.pcCard #houseWrapped, .pcPromoCard #promoHouseWrapped {
		object-position: 0% 33%;
	}
	
	.pcCard #pinkMoneyLightbulb {
		object-position: 0% 25%;
	}
	
	.pcCard #puzzlePerson {
	    object-position: 0% 40%;
	}
	
	.pcCard #groceryCart {
	    object-position: 0% 55%;
	}
	
	.pcCard #colorfulBrain {
	    object-position: 0% 45%;
	}
}

@media screen and (min-width: 1440px) {
	.pcContainer {
		max-width: 1125px !important;
	}
	
	/* .pcPromoCard {
		margin-bottom: 3% !important;
	} */
	
	.promoCardBody {
		padding: 0 65px !important;
		height: 365px;
		border-radius: 0 15px 15px 0;
	}
	
	.promoImg {
		border-radius: 15px 0 0 15px;
		height: 365px;
	}

	.promoRow {
		display: flex;
		flex-direction: row;
	}
	
	.promoCardImg {
		width: 33.3333333333%;
	}
	
	.promoCardContent {
		width: 66.6666666667%;
	}
}

.elegibilityCard {
	display: flex;
	padding: 20px 72px 20px 72px;
	gap: 16px;
	flex-direction: column;
	align-items: center;
	align-self: stretch;
	flex-direction: column;
}

.eligibilityCardContent {
	display: flex;
	padding: 12px 72px 12px 72px;
	justify-content: center;
	align-items: center;
	gap: 32px;
	align-self: stretch;
	background: rgba(255, 255, 255, 0.00);
	width: 100%;
	margin: 0;
	background: #CAFAE4;
}

.eligibilityCardImage {
	width: 106.5px;
	height: 111px;
	padding: 0 0 8px 0.5px;
	position: relative;
}

.eligibilityCardBody {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 16px;
	flex: 1 0 0;
}

.elegibilityCardTitle, .elegibilityCardTitle:visited {
	color: #01384D !important;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 33.6px */
	text-decoration: underline !important;
	text-decoration-line: underline !important;
	text-decoration-style: solid !important;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto !important;
	text-underline-offset: auto;
	text-underline-position: from-font;
	font-family: SourceSans3;
}

.elegibilityCardText {
	color: #01384D;
	width: 100%;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	font-family: SourceSans3;
}
.cardContentFrame {
	display: flex;
	align-content: flex-start;
	gap: 12px;
	align-self: stretch;
	flex-wrap: wrap;
	align-items: stretch;
}
/* iPad and up */
@media ( min-width : 768px) {
	.newLandingCardsContainer {
		flex: 0 1 calc(50% - 6px) !important; /* 2 cards per row */
	}
	.landing-container-layout {
		padding: 16px !important;
		gap: 16px !important;
	}
	.cardContentFrame {
		gap: 24px 12px !important;
	}		
}
@media (min-width: 1024px) {
	.newLandingCardsContainer {
		flex: 0 1 calc(50% - 12px) !important; /* 2 cards per row */
	}
	.landing-container-layout {
		padding: 40px 72px !important;
	}
	.cardContentFrame {
		gap: 24px !important;
	}
	.bulletCardContent {
		gap: 48px !important;
	}
	.card-footer-two-btn {
		flex-direction: row !important;
	}
}
@media (min-width: 1275px) {
	.newLandingThreeCardsContainer {
		flex: 0 1 calc(33.333% - 1rem) !important; /* 3 cards per row */
	}
}

.newLandingCardsWrapper {
	display: flex;
	flex-direction: column;
	padding: 16px;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
	height: 100%;
}
.newLandingCardsContainer{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 4px;
	border: 1px solid var(--Components-Card-Border, rgba(0, 0, 0, 0.17));
	background: var(--Gray-White, #FFF);
	flex: 0 1 100%;
	cursor: pointer;
}

.newLandingBannerBGColor{
	background: #CCEAF6 !important;
}

.newCardGroup {
	/*display: flex;*/
	align-items: flex-start;
	align-content: flex-start;
	border-top: 1px;
}

.newCardsRow {
	align-items: normal !important;
	margin: 0px;
	gap: 24px;
	column-count: 2;
}
.landing-container-layout {
	display: flex;
	padding: 20px 12px 32px 12px;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	background: var(--Gray-100, #F6F6F6);
}
.landingBannerCardTitlePad{
	display: flex;
	padding: 8px 16px 8px 24px;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	font-family: SourceSans3;
}

.landingBannerCardImagePad{
	width: 150px;
    height: 150px;
    padding-right: 20px;
    padding-top: 10px;
}

.newCard {
	padding: 0px;
	flex: 1 1 calc(50% - 24px);
	border: 1px;
    border-radius: 4px;
}

.newCardContent {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	flex: 1 0 0;
	align-self: stretch;
}
.bulletCardContent {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	align-self: stretch;
}
.card-footer-two-btn {
    display: flex;
    justify-content: space-between;
    align-self: stretch;
    flex-direction: column;
}
.imgCardHeader {
	display: flex;
	gap: 16px;
	align-self: stretch;
}
.cardImage {
	display: flex;
	aspect-ratio: 1.5;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	border-radius: 0px;
}

.newCardBody {
	display: flex;
	background: #FFFFFF !important;
	margin: 0px !important;
	padding: 16px !important;
	flex-direction: column;
	align-items: flex-start;
	flex: 1 0 0;
	align-self: stretch;
	height: 100%;
	gap: 16px;
}

.newCardTitle, .newLargeCardTitle{
	display: flex;
	padding-bottom: 8px !important;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	align-self: stretch;
	background: rgba(255, 255, 255, 0.00);
	margin: 0px !important;
	padding: 0px 0px 8px 0px;
	font-size: 24px !important;
	font-weight: 600;
	line-height: 120%;
	font-family: SourceSans3;
}

.newCardText {
	align-self: stretch;
	color: var(--Body-Text-Body-Color, #212529);
	font-family: SourceSans3;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}

.newCardButton {
	color: var(- -Components-Button-Link-Hovered-Text, #0A58CA);
	font-family: SourceSans3;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	background: var(--HitBox, rgba(255, 255, 255, 0.00));
}
.newCardButton:focus, .newCardButton:hover {
	color: #FFFFFF !important;
	background: #0b5ed7 !important;
}

.newLargeCard {
	margin: 0px !important;
	display: flex !important;
	padding: 0px;
	flex: 1 1 calc(33.333% - 24px);
}
.newLargeCardTitle{
	font-size: 24px ;
}

.newLargeCardContent {
	display: flex !important;
	border-radius: 0px;
}

.newLargeCardImage {
	display: flex;
	aspect-ratio: 2/1;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	border-radius: 0px;
}

.newLargeCardText {
	display: flex;
	margin: 0px !important;
	padding: 0px 0px 16px 0px !important;
	flex-direction: column;
	align-items: flex-start;
	flex: 1 0 0;
	align-self: stretch;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	color: #212529 !important;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newImagePad {
	padding-right: 16px;
}

.child-card-ul{
	display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 1rem;	
}

.child-card-li{
	flex: 0 0 48%;
    font-size: 16px !important;
    font-weight: 400;
    color: #212529 !important;
    font-family: SourceSans3;	
}

.info-cards-first-row-height{
	min-height: 13rem;
}

.info-cards-second-row-height{
	min-height: 17rem;
}

.info-cards-third-row-height{
	min-height: 11rem;
}

.info-voter-card-buttons{
	display: flex; 
	justify-content: space-between; 
	width: 100%;
}

.card-voterRegMailReq-font {
	font-family: SourceSans3;
}

.voteLink-unauth{
	font-family: SourceSans3;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
    color: #0A58CA !important;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    width: -webkit-fill-available
}

@media screen and (min-width:1024px) {
	.newLargeCard {
		padding: 0px 0px 40px 0px !important;
	}
	.newLargeCardContent {
		flex-flow: row;
		display: flex !important;
		border-radius: 0px;
		width: 100%;
	}
	.newLargeCardImage {
		height: 100%;
		width: 250px !important;
		display: flex;
		aspect-ratio: 1;
		flex-direction: column;
		align-items: flex-start;
		align-self: stretch;
		border-radius: 0px;
		object-fit: none;
	}
	.newLargeCardText {
		display: flex;
		margin: 0px !important;
		padding: 0px 0px 16px 0px !important;
		flex-direction: column;
		align-items: flex-start;
		align-self: stretch;
		font-size: 16px;
		font-weight: 400;
		line-height: 150%;
		flex: initial;
	}
	
	.info-cards-first-row-height{
		min-height: 100%;
	}
	
	.info-cards-second-row-height{
		min-height: 100%;
	}
	
	.info-cards-third-row-height{
		min-height: 100%;
	}
	
	.child-card-li{
		flex: 0 0 48%;
	    font-size: 16px !important;
	    font-weight: 400;
	    color: #212529 !important;
	    font-family: SourceSans3;	
	}
	
	.info-cards-first-row-margin{
		margin-top: 0rem;
	}
	
	.info-cards-second-row-margin{
		margin-top: 0rem;
	}
	
	.info-cards-third-row-margin{
		margin-top: 0rem;
	}
	
	.info-voter-card-buttons{
		display: flex; 
		justify-content: space-between; 
		width: 100%;
	}
	
	.voteLink-unauth{
		font-family: SourceSans3;
	    font-weight: 400;
	    font-style: normal;
	    font-size: 20px;
	    line-height: 150%;
	    letter-spacing: 0;
	    color: #0A58CA !important;
	    padding: 8px 16px;
	    border-radius: 6px;
	    text-decoration: none;
	    display: inline-block;
	    width: -webkit-fill-available
	}	
}

@media screen and (min-width:768px) and (max-width: 1023.9px) {
	.elegibilityCard {
		padding: 20px 12px 20px 12px;
		gap: 16px;
		align-items: center;
		align-self: stretch;
	}
	.eligibilityCardContent {
		padding: 12px 72px 12px 72px;
		gap: 12px;
		background: #CAFAE4;
		flex-direction: column;
	}
	.elegibilityCardTitle {
		width: 100%;
		padding: 8px 0px 8px 0px;
		font-size: 24px;
	}
	.elegibilityCardText {
		text-align: center;
	}
	.eligibilityCardImage {
		padding: 0px;
	}
	.newCardsRow {
		align-items: normal !important;
		padding: 0px;
		gap: 24px;
	}
	.newCardGroup {
		display: flex;
		align-items: flex-start;
		align-content: flex-start;
		gap: 24px;
	}
	.newCard, .newLargeCard {
		border: 0px !important;
		display: flex !important;
		padding: 0px;
		flex: 1 1 calc(50% - 24px);
	}
	.cardImage {
		display: flex;
		aspect-ratio: 2/1;
		flex-direction: column;
		align-items: flex-start;
		align-self: stretch;
		border-radius: 0px;
	}
	.newCardTitle {
		flex: 1 0 0;
		color: var(- -Body-Text-Body-Color, #212529);
		font-family: SourceSans3;
		font-size: 24px;
		font-style: normal;
		font-weight: 550;
		line-height: 120%;
	}
	.newCardBody {
		margin: 0px !important;
		padding: 16px !important;
	}
	.newCardText {
		align-self: stretch;
		color: var(--Body-Text-Body-Color, #212529);
		font-family: SourceSans3;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 24px */
	}
	.newCardButton {
		padding: 6px 12px !important;
		border-radius: 4px;
		font-size: 16px !important;
	}
	
	.info-cards-first-row-height{
		min-height: 13rem;
	}
	
	.info-cards-second-row-height{
		min-height: 17rem;
	}
	
	.info-cards-third-row-height{
		min-height: 11rem;
	}
	
	.child-card-li{
		flex: none;
	    font-size: 16px !important;
	    font-weight: 400;
	    color: #212529 !important;
	    font-family: SourceSans3;	
	}
	
	.info-cards-first-row-margin{
		margin-top: 2.5rem;
	}
	
	.info-cards-second-row-margin{
		margin-top: 8rem;
	}
	
	.info-cards-third-row-margin{
		margin-top: 1rem;
	}
	
	.info-voter-card-buttons{
		display: block; 
	}
	
	.voteLink-unauth{
		font-family: SourceSans3;
	    font-weight: 400;
	    font-style: normal;
	    font-size: 16px;
	    line-height: 150%;
	    letter-spacing: 0;
	    color: #0A58CA !important;
	    padding: 0px 0px;
	    border-radius: 6px;
	    text-decoration: none;
	    display: inline-block;
	    width: -webkit-fill-available
	}	
}

@media screen and (max-width: 767.9px) {
	.elegibilityCard {
		padding: 20px 12px 20px 12px;
		gap: 16px;
		align-items: center;
		align-self: stretch;
	}
	.eligibilityCardContent {
		padding: 12px 72px 12px 72px;
		gap: 12px;
		background: #CAFAE4;
		flex-direction: column;
	}
	.elegibilityCardTitle {
		width: 100%;
		padding: 8px 0px 8px 0px;
		font-size: 20px;
	}
	.elegibilityCardText {
		text-align: center;
	}
	.eligibilityCardImage {
		padding: 0px;
	}
	.newCardGroup {
		gap: 12px;
	}
	.newCardsRow {
		align-items: normal !important;
		gap: 12px;
	}
	.newCard, .newLargeCard {
		padding: 0px;
		flex: 1 1 100%;
	}
	.newCardText {
		align-self: stretch;
		color: var(--Body-Text-Body-Color, #212529);
		font-family: SourceSans3;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 24px */
	}
	.newCardButton {
		padding: 6px 12px !important;
		border-radius: 4px;
		font-size: 16px !important;
	}
	.newLargeCardText {
		 flex: unset;
	}
	.newLargeCardImage-dekstop {
		display:none !important;
	}
	
	.newLargeCardImage-tablet {
		display:block !important;	
	}
 
	.info-cards-first-row-height{
		min-height: 13rem;
	}
	
	.info-cards-second-row-height{
		min-height: 17rem;
	}
	
	.info-cards-third-row-height{
		min-height: 11rem;
	}
	
	.child-card-li{        
		flex: none;
	    font-size: 16px !important;
	    font-weight: 400;
	    color: #212529 !important;
	    font-family: SourceSans3;	
	}
	
	.info-cards-first-row-margin{
		margin-top: 0rem;
	}
	
	.info-cards-second-row-margin{
		margin-top: 0rem;
	}
	
	.info-cards-third-row-margin{
		margin-top: 0rem;
	}
	
	.info-voter-card-buttons{
		display: block; 
	}
	
	.voteLink-unauth{
		font-family: SourceSans3;
	    font-weight: 400;
	    font-style: normal;
	    font-size: 16px;
	    line-height: 150%;
	    letter-spacing: 0;
	    color: #0A58CA !important;
	    padding: 0px 0px;
	    border-radius: 6px;
	    text-decoration: none;
	    display: inline-block;
	    width: -webkit-fill-available
	}
}


/* Unread Message CSS */
.ohio-message-wrap {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 47px;
  }

  .ohio-unread-badge {    
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    background: #e03131;
    color: white;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    border-radius: 999px;
    border: 2px solid white;   
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  .ohio-unread-badge-position {
  	position: absolute;
  	top: 0px;
    right: -4px;
    display: flex;
  }
  .ohio-unread-badge-position-avatar {
	position: absolute;
  	top: 9px;
    right: -9px;
    display: flex;
  }
  .ohio-unread-badge.hidden {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
  }
  
  .ohio-unread-hidden {
    position: absolute !important;
    height: 1px; width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
  }
  
  .ohio-avatar-close {
  	width: 55%;
    padding-top: 10px;
  }
  @media ( max-width: 1024px) {
	.ohio-avatar-non-desktop {
		display: inherit;
	}
	.ohio-avatar-desktop {
		display: none;
	}
  }
  @media (min-width:1024px) {
    .ohio-avatar-non-desktop {
		display: none;
	}
	.ohio-avatar-desktop {
		display: inherit;
	}
  }
  .bulletCard {
    font-family:SourceSans3;
    line-height:150%;
    size:16px;
  }