@charset "utf-8";
/* CSS Document */ :root {
	--gray-tan: #eeede9;
}
.content-spacing {
	padding-bottom: 30px;
	padding-top: 30px;
}
.bg-white {
	background-color: #ffffff;
}
.bg-gray {
	background-color: #e6e6e6;
}
.h-100 {
	height: 100%;
}
.d-flex {
	display: flex;
}
.flex-col {
	flex-direction: column;
}
.justify-content-between {
	justify-content: space-between;
}
.justify-content-center {
	justify-content: center;
}
.align-items-center {
	align-items: center;
}
.text-align-center {
	text-align: center;
}
.pro-av-link, a.pro-av-link {
	color: #ce112b;
	text-decoration: underline;
	font-weight: bold;
	transition: all 200ms ease-in-out;
}
.row {
	display: flex;
	flex-wrap: wrap;
}
a.pro-av-link:hover {
	color: #2a6496;
}
ul.row {
	list-style: none;
	padding-left: 0;
}
.gap-8 {
	gap: 8px;
}
.gap-16 {
	gap: 16px;
}
.gap-32 {
	gap: 32px;
}
.m-0 {
	margin: 0;
}
.txt-blue, h1.txt-blue {
	color: #236192;
}
h1#hero-txt {
	margin-bottom: 24px;
}
.pro-av-icons {
	object-fit: contain;
}
.hero-section {
	background-image: image-set(url(/portals/0/images/soc/soc-hero.jpg) 1x, url(/portals/0/images/soc/soc-hero.jpg) 2x);
	background-position: right center, center top;
	background-size: 45%;
	background-repeat: no-repeat;
	background-color: #042f5f;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	min-height: 190px;
}
ul.list-unstyled > li {
	padding-bottom: 20px;
}
.list-image {
	border-radius: 8px;
}
.six-col-item {
	padding-bottom: 15px;
}
.card-separator {
	height: 5px;
	background-color: #042f5f;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bg-l-gray {
	background-color: #f1f1f1;
	border-color: rgb(232, 232, 232);
}
.pb-3 {
	padding-bottom: 20px;
}
.pb-4 {
	padding-bottom: 25px;
}
.pb-5 {
	padding-bottom: 15px;
}
.pb-6 {
	padding-bottom: 175px;
}
.pb-7 {
	padding-bottom: 115px;
}
.pb-8 {
	padding-bottom: 145px;
}
.card-deck .card {
	display: flex;
	flex: 1 0 0%;
	flex-direction: column;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-bottom: 15px;
}
.app-card {
	padding: 20px;
	margin: 15px 0px;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.card-title {
	color: #6e0202;
}
.card-subtitle {
	color: #333;
	justify-content: center;
	weight: bold;
}
.card-header {
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	justify-content: center;
}
.app-card-row {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.app-card-img-left, .app-card-img-right {
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 100%;
}
.app-card-img-left img, .app-card-img-right img {
	object-fit: cover;
	object-position: top;
	border-radius: 4px 4px 0px 0px;
}
.app-card-img-right img {
	object-position: center;
}
.app-card-body-left {
	padding: 30px;
}
.app-card-body-right {
	padding: 30px;
}
.app-card h2 {
	margin-top: 0px;
}
.app-card h3 {
	margin-top: 0px;
}
.app-card-btn {
	margin-top: 30px;
}
.required label:after, legend.required:after {
	display: none;
}


@media handheld, only screen and (min-width: 1600px) {
	.hero-section {
		height: 300px;
	}
	.h-250 {
		height: 250px;
	}
}
@media handheld, only screen and (max-width: 1600px) {
	.h-100 {
		height: 190px;
	}
}
@media only screen and (max-width: 992px) {
	.hero-section {
		background-image: none;
	}
	a.btn.btn-danger {
		width: 100%;
	}
	.row {
		flex-direction: column;
	}
	.mobile-text-center {
		text-align: center;
	}
	.mobile-col {
		flex-direction: column;
		align-items: center;
		gap: 0px;
		margin-bottom: 24px;
	}
	.m-btm-64 {
		margin-bottom: 16px;
	}
	.gap-32 {
		gap: 16px;
	}
}
ul.two-column-list li {padding-bottom: 8px; break-inside: avoid;}
#pardot-row {
	justify-content: center;
}
#pardot-card {
	width: 100%;
}
#pardot-iframe-container {
	align-items: center;
}
#pardot-iframe {
	width: 100%;
	height: 1100px;
}
@media screen and (min-width: 500px) {
	#pardot-iframe {
/*		height: 1000px;*/
	}
}
@media screen and (min-width: 768px) {
	#pardot-card {
		width: fit-content;
	}
	#pardot-iframe {
		width: 700px;
/*		height: 950px;*/
	}
	ul.two-column-list {column-count: 2; column-gap: 40px;}
}
.svg-icon {
	width: 350px;
	height: auto;
}

/*==============software card styles===================*/
.softwareApplications.pro-av .card-deck .card .card-header {
	background-color: #f7f7f7;
	min-height: 158px;
	border-bottom: 0px;
	align-content: center;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.softwareApplications.pro-av .card-deck .card .card-body {
	background-color: #ffffff;
}
.softwareApplications.pro-av .card-h {
	text-align: center;
	padding-bottom: 10px;
	;
}
.softwareApplications.pro-av .card-deck .card {
	flex-basis: 30%;
	max-width: 100%;
	margin-bottom: 10px;
}
.softwareApplications.pro-av .card-deck.applications {
	margin-top: 55px;
}
.softwareApplications.pro-av .card-deck.applications .card {
	flex-basis: 30%;
	max-width: 100%;
	margin-bottom: 10px;
}
.softwareApplications.pro-av .card-deck.applications .card .card-body {
	background-color: #ffffff;
}
.softwareApplications.pro-av .card-deck.applications .card .card-footer {
	background-color: #ffffff;
	border-top: 0px;
}
.softwareApplications.pro-av .card-deck.applications .card .card-footer .btn-primary {
	display: block;
}
@media handheld, only screen and (min-width: 768px) {
	.softwareApplications.pro-av .card-deck .card {
		flex-basis: 30%;
		max-width: 30%;
		margin-bottom: 10px;
	}
	#simply-smarter #hero {
		min-height: 240px;
		align-items: center;
		background-size: 54%, auto;
	}
}
.player {
	aspect-ratio: 16 / 9;
	width: 100%;
}
ul.responsive-list a:hover .list-image {
	transform: scale(1.05);
	outline: 4px solid #d61236;
	border-radius: 8px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
ul.responsive-list a:focus .list-image {
	transform: scale(1.05);
	outline: 4px solid #000000;
	border-radius: 8px;
	transition: all 0.3s ease;
	box-shadow: 9px 9px 12px rgba(0, 0, 0, 0.8);
}
ul.responsive-list a:focus {outline-offset: 0;}
.list-image {
	transition: all 0.3s ease;
	display: block;
}

ul.responsive-list li {
	margin: 13px; 
	max-width: 132px;
}
ul#soc-partners-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
@media handheld, only screen and (min-width:768px) {
	
	ul#soc-partners-list{justify-content: space-evenly;}
	ul.responsive-list li {max-width: 166px;}
}