@charset "utf-8";
/* CSS Document */
@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;
}
a.pro-av-link:hover {
    color: #2a6496;
}
.row {
    display: flex;
    flex-wrap: wrap;
}

.card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-body {
    flex-grow: 1; /* Ensures all cards stretch evenly */
    display: flex;
    flex-direction: column;
}

.card-body p {
    flex-grow: 1; /* Ensures content inside expands equally */
}
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/demo-hero.webp) 1x, url(/portals/0/images/demo-hero.webp) 2x);
    background-position: right center, center top;
    background-size: 45%;
    background-repeat: no-repeat;
    background-color: #e6e6e6;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    min-height: 190px;
}
ul#pro-av-links {
    justify-content: space-between;
    margin-top: 20px;
    margin-left: 0;
    flex-direction: column;
    align-items: center;
}
ul#pro-av-links li {
    margin: 15px;
    text-align: center;
}
ul#pro-av-links li a {padding: 10px; border: 1px solid transparent;}
ul#pro-av-links li a:hover {background-color: #eeeeee; border: 1px solid #cccccc; border-radius: 6px;}
#form iframe {height: 1200px;}
#featured-resources a:link {border: 1px solid transparent; border-radius: 4px; padding: 16px;}
#featured-resources a:hover, #featured-resources a:focus {background-color: var(--gray-tan); border: 1px solid #999;}
#featured-resources a:focus {border: 2px solid #000000;}
.grid-icon-img { width: 150px;}
@media handheld, only screen and (min-width:550px) {
    ul#pro-av-links {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: unset;
    }
}

.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);
	}
.custom-card-footer {
    margin-top: auto;
    color: white;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    display: block;
    text-decoration: none !important;
}
.custom-card {
    transition: background 0.3s ease, color 0.3s ease;
	border-radius: 4px;
    display: flex;
    flex-direction: column;
    height: 100%; 
    overflow: hidden;
	margin-right: 10px;
    
	border-color: #f1f1f1;
	border: 1px solid #ccc;
}

.custom-card:hover .custom-card-footer {
    background: white;
    color: #e6000d; 
}
.custom-card-body {
	padding: 10px;
}


.custom-card-footer a {
    text-decoration: none !important;
    color: inherit; 
}
	
	
.card {
margin-right: 15px;
padding: 30px;
justify-content: center;
display: flex;
    flex-direction: column;
    height: 100%;

}	
.row {
    display: flex;
    flex-wrap: wrap;
}

/* Ensure both cards have equal height */
.col-xs-12.col-md-6 {
    display: flex;
    flex-direction: column;
}

/* Ensure the card fills the entire column */
.card.app-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}




.pt-6 {
padding-top: 175px;
}	

.app-card{
    padding: 20px;
    margin: 15px 0px;
	display: flex;
    flex-direction: column;
    height: 100%;
}

.app-card-row{
    position: relative;
	flex-grow: 1;
    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;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.app-card-body-right{
    padding: 30px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.app-card-bocy p {
	flex-grow: 1;
}

.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;
    }
	
}
#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;
    }
}