.psg-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 80px 40px;
	justify-content: center !important;
}

.psg-item {
    width: 48%;
    display: flex;
	align-items: flex-start;
}

.psg-item img {
	/*width: 100%;
    max-width: 200px;
    height: auto;*/
	width: 200px;
	height: 150px;
}

.psg-image {
	width: 35% !important;
}

.psg-details {
	margin-left: 25px;
	color: #0E2D52 !important;
	width: 65% !important;
}

.psg-details h3 {
	margin: 0 0 7px 0 !important;
	font-size: 22px !important;
	color: #0E2D52 !important;
}
.psg-details h4 {
	font-weight: 400 !important;
	margin: 0 0 7px 0 !important;
	font-size: 20px !important;
	color: #0E2D52 !important;
}
.psg-details h5 {
	font-weight: 400 !important;
	margin: 0 0 20px 0 !important;
	font-size: 18px !important;
	color: #0E2D52 !important;
	font-style: italic !important;
}
.psg-details button {
	background: none !important;
    font-weight: 600 !important;
    font-style: italic;
    border: 0 !important;
    font-size: 16px;
    color: #0E2D52;
}
.psg-details button:hover {
    color: #198fd9 !important;
	cursor: pointer !important;
	transition: all .2s;
}

#psg-load-more {
    margin-top: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
    background: #0E2D52;
    padding: 24px 34px 24px 34px;
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 0.03em;
}
#psg-load-more:hover {
	background: #198fd9;
	transition: all .2s;
}

@media only screen and (max-width: 1060px) {
	.psg-grid {
		gap: 80px 0px !important;
	}
	.psg-item {
    	width: 100% !important;
	}
	.psg-image {
		text-align: right !important;
	}
}
@media only screen and (max-width: 600px) {
	.psg-item {
    	flex-direction: column !important;
	}
	.psg-image {
		
	}
	.psg-image {
		width: 100% !important;
		text-align: center !important;
	}
	.psg-details {
		margin-left: 0;
		margin-top: 25px;
		width: 100% !important;
	}
}

.psg-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(229, 230, 230, 0.6);
	backdrop-filter: blur(12px) !important;
}

.psg-modal-content {
	color: #0E2D52 !important;
    background-color: #FBFBFB;
    margin: 10% auto;
    padding: 40px 3% 40px 3%;
    width: 80%;
    max-width: 1000px;
    position: relative;
	box-shadow: 1px 1px 3px 1px rgba(20, 22, 23, 0.15);
}
.psg-modal-image {
	width: 50%;
}
.psg-modal-image img {
	/*width: 100%;
    max-width: 600px;
    height: auto;*/
	width: 600px;
	height: 300px;
}

.psg-modal-details {
	margin-left: 30px;
	color: #0E2D52 !important;
	width: 50% !important;
}

.psg-modal-details h3 {
	margin: 0 0 7px 0 !important;
	font-size: 26px !important;
	color: #0E2D52 !important;
}
.psg-modal-details h4 {
	font-weight: 400 !important;
	margin: 0 0 30px 0 !important;
	font-size: 22px !important;
	color: #0E2D52 !important;
}
.psg-modal-details h5 {
	font-weight: 400 !important;
	margin: 0 0 0 0 !important;
	font-size: 18px !important;
	color: #0E2D52 !important;
	font-style: italic !important;
}

#psg-modal-body p {
	font-size: 18px !important;
}

.psg-sidebyside {
	display: flex !important;
	flex-direction: row !important;
	padding-bottom: 30px;
}

.psg-close {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 48px;
    cursor: pointer;
}
@media only screen and (max-width: 800px) {
		.psg-modal-content {
    		padding: 60px 3% 40px 3%;
			margin: 5% auto;
			width: 90%;
		}
		.psg-modal-image {
			width: 100%;
			padding-bottom: 30px;
        	text-align: center;
		}
		.psg-sidebyside {
    		flex-direction: column !important;
		}
		.psg-modal-image img {
			/*width: 100%;
			max-width: 600px;
			height: auto;*/
			width: 600px;
			height: 300px;
		}

		.psg-modal-details {
			margin-left: 0;
			color: #0E2D52 !important;
			width: 100% !important;
		}
}

.county-rankings {
	color: #ffffff;
	font-size: 19px;
	font-weight: 700;
}
.county-rankings li {
	margin-bottom: 7px;
}


.responsive-iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
}