<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Resource -&gt; Report Styles **/
html, body{
    scroll-behavior: smooth;
}
#content .ast-container {
    width: 100%;
    max-width: 100%;
    display: block!important;
    background: #fff;
    padding: 0!important;
}
.pt-content-wrap {
    width: 1130px;
    margin: auto;
    display: flex;
}
.pt-content-wrap ul li{
        font-size: 20px;
        line-height: 1.2;
}
h1{font-size:40px!important;line-height:45px!important;}
h2{font-size:24px!important;font-weight:700;}

.resource_breadcrumbs .col-xs-12 {
    padding: 20px 0!important;
}
.flex{display:flex;}
.v-center{align-items: center;}
.half{width:50%;}
.resources-detail-main-content-holder{padding:3em 0;}
.report-banner{
    background-color:#002038;
    background-size:cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4em;
}
.report-banner h1 {
    color:#fff;
    max-width:450px;
    line-height:1.1 !important;
}
.report-banner img{border-radius:20px;}
.section-banner{
    background: #00CED0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3em 0;
    flex-wrap: wrap;
    margin:3em 0;
    position:relative;
    z-index: 2;
    left: 37.5%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
}
.section-banner div {
    max-width: 800px;
    text-align: left;
    width: 100%;
    margin-left: 12%;
}
.section-banner h2{
    color:#002138;
    font-weight:700;
    margin-bottom: 0;
    font-size: 48px !important;
}
.pt-standard-content {
    width: 80%;
}
.mw-600{padding-left:44px;}
footer{clear:both;}
.sticky {
    float: left;
    height: 40px;
    position: sticky !important;
    z-index: 3;
    top: 200px;
    padding: 10px 1em 0;
    width: 20%;
    margin-left: 0;
}
.sticky h3{
    font-size: 18px!important;
    margin-top:0!important;
    margin-bottom: 12px!important;
}
.sticky ol {
    padding-left:0px;
    margin-left: 26px;
    list-style: none;
    counter-reset: toc-counter;
}
.sticky ol li {
    margin-bottom: 12px;
    counter-increment: toc-counter;
    text-indent: -10px;
}
.sticky ol li::before {
    content: counter(toc-counter) " ";
    font-weight: bold;
    margin-left: -14px;
    margin-right: 10px;
}
.sticky ol li a {
    color:#333f48;
    font-weight:700;
}
.sticky .blue-button{
    color:#fff;
    font-size: 16px;
    margin: 0;
    padding: 20px 28px;
    font-weight:700;
    transition:all ease-in-out .3s;
}
.sticky .blue-button:hover{
    background:#004c97;
}
#sharing{
    text-align: center;
}
.gray-bg{
    background:#E0E9EC;
    padding:1em;
}
.vff img {
    max-width: 75px;
    float: left;
    margin-right: 18px;
}

.vff {
    clear: both;
    display: flex;
    align-items: center;
}

.resources-detail-main-content-holder p {
    line-height: 24px;
    margin-bottom: 16px;
}
.resources-detail-main-content-holder h3 {
    margin: 36px 0 20px;
}
.searchwp-related {
    max-width: 1200px;
    margin: auto;
    padding-bottom: 3em;
}
.speakers div {
    display: flex;
}
.speakers .speaker {display:block;}
blockquote h3 {
    font-style: normal;
    font-size: 24px;
}
blockquote {
    margin: 20px 0 !important;
    padding-left: 30px !important;
    border-left: 10px solid #004c97 !important;
    background-color: #f6f6f6 !important;
}
[class*="astra-advanced-hook-"]{
    background:#f6f6f6;
    position: relative;
    z-index: 9;
}
.resource-card-callout {
    display: flex;
    align-items: center;
    border: 1px solid #0067e7;
    border-radius: 20px;
    padding: 20px;
    margin: 2em 0;
}
.resource-card-callout img{border-radius:20px;}
.resource-img {width: 30%;}
.resource-info {
    padding: 0 0 0 28px;
    width: 70%;
}
.resource-card-link h5.uagb-heading-text {
    font-weight: 700;
    margin: 20px 0 12px;
}
.full-width-cta{
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
    order: initial;
    border-color: inherit;
    background-repeat: no-repeat;
    background-position: 67% 14%;
    background-size: cover;
    background-attachment: scroll;
    background-image: url(https://www.gordian.com/uploads/2025/07/HC-Report-Page-CTA-Background-1.jpg);
    background-clip: padding-box;
    row-gap: 20px;
    column-gap: 20px;
    position:relative;
    margin-top:100px;
    z-index:9;
}
.full-width-cta::before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: -0px;
    left: -0px;
    width: calc(100% + 0px + 0px);
    height: calc(100% + 0px + 0px);
    border-color: inherit;
    background-image: linear-gradient(90deg, rgb(0, 125, 225) 0%, rgba(1, 206, 208, 0.6) 100%);
    opacity: 1;
}
.full-width-cta &gt; div {
    position: relative;
    z-index: 9;
    text-align: center;
}
.full-width-cta h2{color:#fff;font-size:48px!important;}

@media only screen and (max-width:1300px){
    .sticky{
        margin-left:0;
        padding:1em;
        width:200px;
    }
}
@media only screen and (max-width:1000px){
    .sticky{
        float: none;
        top: auto;
        padding: 1em 0;
        width: 600px;
        margin: 0 auto 1em;
        border-bottom: 1px solid #e1e1e1;
    }
}
@media only screen and (max-width:768px){
    .report-banner{height:300px;}
}</pre></body></html>