/* alt-hero for inner pages */
.alt-hero .inner-page-hero {
    display: flex;
    flex-flow: row wrap;
    overflow: hidden;
    padding: 0px;
    max-height: 480px;
    justify-content: center;
    align-content: center;
}
.alt-hero .inner-page-hero .flex-grid {
    width: auto;
    max-height: inherit;
    flex: 1;
}
.alt-hero .inner-page-hero .flex-grid .inner-hero-image {
    max-height: inherit;
}
.alt-hero .inner-page-hero .text-white {
    height: 100%;
    width: 100%;
}
.alt-hero .inner-page-hero .alt-hero-description {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    width: 100%;
    background-color: #D74100;
}
.alt-hero .inner-page-hero .alt-hero-description blockquote {
    border-left: 3px solid #000E54;
    font-size: 1em;
}
.alt-hero .inner-page-hero .alt-hero-description h1 {
    font-size: 1.5em;
    line-height: 1.25em;
}
.alt-hero img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.alt-hero-copy {
    display: block !important;
}
.inner-page-breadcrumbs.news-page-breadcrumbs {
    display: flex;
    border-bottom: 1px solid #383838;
}
.inner-page-breadcrumbs.news-page-breadcrumbs ul {
    padding-left: 16px;
    margin: 10px;
}
.inner-page-breadcrumbs {
    display: none;
}
.inner-page-breadcrumbs ul li {
    display: inline-block;
    padding: 0px 5px;
    font-size: 15px;
    color: #383838;
}
.inner-page-breadcrumbs ul li a {
    text-decoration: none;
    color: #000e54;
}
.inner-page-breadcrumbs ul li a:hover {
    color: #D74100;
    text-decoration: underline;
}
.inner-page-breadcrumbs ul li a.active {
    font-weight: bold;
}
.alt-hero .inner-page-hero .research-center-description {
    background-color: #2B72D7;
}

.cpr-research-hero {
    background: #2b72d7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJiNzJkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MWFiZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #2b72d7 0%, #81abe7 100%);
    background: -webkit-linear-gradient(left, #2b72d7 0%,#81abe7 100%);
    background: linear-gradient(to right, #2b72d7 0%,#81abe7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b72d7', endColorstr='#81abe7',GradientType=1 );
}

.cpr-research-hero .inner-page-hero .alt-hero-description {
    background-color: inherit;
}

.alt-hero-description.gray-hero {
    background: rgb(71,71,71);
    background: linear-gradient(90deg, rgba(71,71,71,1) 0%, rgba(153,153,153,1) 100%);
}