.grow {flex-grow: 1;}
.flex {display: flex;}

.section-report-search {
    display: flex;
    width: 100%;
    min-width: 100%;
    flex-direction: column;
    background-color: rgb(255 255 255);
}



.section-report-search-masthead {
    width: 100%;
    overflow: hidden;
}
.report-search-masthead-hero {
    position: relative;
    height: 320px;
    width: 100%;
}
.report-search-masthead-img,.report-card-group-bg-img,.report-search-card-icon-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.report-search-masthead-title {
    position: absolute;
    left: 100px;
    top: 50%;
    width: 100%;
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    color: rgb(255 255 255);
}

.report-search-masthead-desktop{
    display: block;
    width: 100%;
    background-color: rgb(233 233 233);
    padding-left: 30px;
    padding-right: 30px;
}
.section-report-search-category {
    display:flex;
    align-items:center;
    column-gap: 10px;
    overflow-x: auto;
    background-color:rgb(233 233 233);
}
.report-search-category-item {
    white-space: nowrap;
    border-bottom:4px solid transparent;
    padding-top: 26px;
    padding-bottom: 26px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    text-decoration:none;
}
.report-search-category-item-active {
    pointer-events: none;
    border-bottom-color: #ec1c24;
}
.report-search-category-divider {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #ec1c24;
}

.report-search-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.report-search-content p {margin:0px;}
.section-report-search-title {
    margin-top: 42px;
    display: flex;
    flex-direction: row;
    
}
.report-search-title-container {
    width: 100%;
    background-color: rgb(248 248 248);
    padding: 48px 104px;
}

.report-search-title-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
}
.report-search-title-heading {
    font-size: 48px;
    line-height: 56px;
    font-weight:500;
    margin:0px;
    line-height:56px;
    width:1px;
}
.report-search-title-content {
    margin-top: 42px;
}

.section-report-card-group {
    position: relative;
    height: 100%;
    width: 100%;
}
.report-card-group-container {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgb(248 248 248);
    
    min-height: 880px;
    padding-bottom: 50px;
    padding-top: 150px;
}
.report-card-group-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 800px;
    width: 100%;
    max-width: 416px;
}
.report-card-group-grid {
    margin-left: 160px;
    margin-right: 90px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.section-report-search-card {
    z-index: 10;
    display: flex;
    height: 100%;
    min-height: 320px;
    min-width: 200px;
    flex-direction:column;
    justify-content: space-between;
    background-color: rgb(255 255 255);
    padding: 20px;
    border-radius: 8px;
}

.report-search-card-content {
    display: flex;
    flex-direction: column;
}
.report-search-card-icon {
    position: relative;
    width: 42px;
    height: 42px;
}
.report-search-card-title {
    padding-top: 1rem;
    font-size: 18px;
    line-height: 22px;
    font-weight: lighter;
}
.report-search-card-desc {
    padding: 22px 0px;
    font-size: 14px;
    line-height: 18px;
    font-weight: lighter;
}
.report-card-group-break-img {
    position: relative;
    margin-top: 3rem;
    margin-bottom: 3rem;
    height: 240px;
    width: 100%;
    overflow:hidden;
}
.report-search-card-learn-more {
    display: flex;
    max-width: max-content;
    cursor: pointer;
    align-items: center;
    padding-top: 1.75rem;
    vertical-align: middle;
}
.popModal{
    display: none;
    overflow: auto;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 15;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.popBody{
    position: relative;
    overflow: hidden;
    background-color: #fefefe;
    margin: auto;
    /*border: 1px solid #fefefe;*/
    width: 600px;
    z-index: 20;
    margin-top: 128px;
    margin-bottom: 128px;
    border-radius: 10px;
}
.popTitle{
    padding: 10px 15px 0px 20px;
    border-bottom:1px solid lightgray;
}
.popTitle i{height: 32px;align-content: center;position: absolute;right: 15px;font-size: 22px;}
.popTitle h2{
    font-size: 22px;
    line-height: 28px;
    margin-right: 22px;
}
.popTitle i:hover{color:#ec1c24;}
.popDetail{
    overflow: auto;
    max-height: 300px;
    min-height: 100px;
    padding: 15px;
}
.popDetail li{margin:0px;line-height:20px}
.popDetail h4{color:#ec1c24;text-decoration:none;margin-left:16px;}

.mx3 {min-height:74px;}
.mx2 {min-height:53px;}

@media (min-width:992px) and (max-width:1200px) {
    .report-card-group-grid {grid-template-columns: repeat(2, minmax(0, 1fr));gap: 20px;}
    .section-report-search-category{display: grid;grid-template-columns: repeat(2, minmax(0, 1fr));}
    .report-search-category-divider{display:none;}
    .report-search-category-item {padding: 8px;}
    .report-card-group-container {min-height: 600px;padding-bottom: 50px;padding-top: 50px;}
    .mx3 {min-height:53px;}
    .md1 {min-height:auto;}
}
@media (max-width:992px) {
    .report-card-group-grid {grid-template-columns: repeat(1, minmax(0, 1fr));gap: 20px;}
    .report-search-title-grid {grid-template-columns: repeat(1, minmax(0, 1fr));gap: 0px;}
    .section-report-search-category{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));}
    .report-search-category-divider{display:none;}
    .report-search-category-item {padding: 8px;border:0px;border-left:8px solid transparent}
    .report-search-category-item-active {border-left-color: #ec1c24;}
    .report-search-masthead-desktop {padding:0px;}
    .report-search-masthead-hero {height: 200px;}
    .report-card-group-container {min-height:600px;padding-bottom:32px;padding-top:32px;}
    .mx3,.mx2 {min-height:auto;}
}