@charset "utf-8";
/* CSS Document */
.container-video {
    position: relative;
    margin-bottom: 30px;
}

.hero-video {
    position: relative;
    right: 0;
    bottom: 0;
    background-size: cover;
    margin: 0 auto;
    overflow: hidden;
    z-index: 90;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

@media (max-width: 1170px) {
    .field--name-field-image-background-mobile {
        display: none!important;
    }
}


.block-animated-background .field--name-field-media-image {
  display: none;
}

.block-animated-background .field--name-field-animated-background {
  display: none;
}

@media ( min-width : 768px) {
  .block-animated-background .field--name-field-animated-background {
    display: block;
  }
}

@media ( max-width : 767px) {
  .block-animated-background .field--name-field-media-image {
    display: block;
  }
}

@media (min-width: 1237px) {
    .path-frontpage .intro-text {
        top: 0%;
		margin-top: 150px!important;
    }
}

@media (min-width: 1170px) {
    .animated-intro {
        animation-delay: 2210ms;
        animation-duration: 500ms;
        animation-name: cssanimation1;
        animation-fill-mode: forwards;
        visibility: hidden;
    }
}
@media only screen and (min-width: 1170px) {
    .intro-text {
        margin-left: 105px !important;
    }
}
@media (min-width: 2000px) {
    .intro-text {
        color: #FFFFFF;
        top: 2%;
    }
}
@media (min-width: 1700px) {
    .intro-text {
        color: #FFFFFF;
        top: 10%;
    }
}
@media (min-width: 1237px) {
    .intro-text {
        top: 6%;
    }
}
@media (min-width: 1237px) {
    .intro-text {
        color: #FFFFFF;
        top: 150px;
    }
}
.intro-text {
    position: absolute;
    z-index: 95;
    top: 200px;
    max-width: 811px;
    text-align: left;
}

@keyframes cssanimation1 {
  0% {
    visibility: visible; /* changing the visibility to visible from hidden */
    opacity: 0; /* keeping the opacity of the block to be 0 initally */
  }

  100% {
    visibility: visible;
    opacity: 1; /* Keeping the opacity from 0 to 1 when the block loads completely and reducing the margin-top so as to create a slide-in effect */
    margin-top: 15%;
  }
}


@media only screen and (min-width: 1170px) {
    .path-frontpage .intro-text p {
        padding-left: 85px;
    }
}
@media only screen and (min-width: 768px) {
    .path-frontpage .intro-text p, .path-frontpage .container-video .hero-video ul.links {
        width: 630px;
    }
}

.center {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 margin-top: 50px;
}
 button.button-fancy {
	 -webkit-appearance: button;
	 background-color: transparent;
	 border: 2px solid #FFF;
	 border-radius: 0;
	 box-sizing: border-box;
	 color: #fff;
	 cursor: pointer;
	 display: inline-block;
	 float: right;
	 font-weight: 700;
	 letter-spacing: 0.05em;
	 margin: 0;
	 outline: none;
	 overflow: visible;
	 padding: 1.25em 2em;
	 position: relative;
	 text-align: center;
	 text-decoration: none;
	 text-transform: none;
	 transition: all 0.3s ease-in-out;
	 user-select: none;
	 width: 16.8125rem;
}
 button.button-fancy::before {
	 content: " ";
	 width: 1.5625rem;
	 height: 2px;
	 background: #FFF;
	 top: 50%;
	 left: 1.5em;
	 position: absolute;
	 -webkit-transform: translateY(-50%);
	 transform: translateY(-50%);
	 -webkit-transform-origin: center;
	 transform-origin: center;
	 -webkit-transition: background 0.3s linear, width 0.3s linear;
	 transition: background 0.3s linear, width 0.3s linear;
}
 button.button-fancy a {
	 font-size: 1.125em;
	 line-height: 1.33333em;
	 padding-left: 2em;
	 display: block;
	 text-align: left;
	 -webkit-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
	 text-transform: uppercase;
	 text-decoration: none;
	 color: #fff;
}
 button.button-fancy .top-key {
	 height: 2px;
	 width: 1.5625rem;
	 top: -2px;
	 left: 0.625rem;
	 position: absolute;
	 background: #7366BD;
	 -webkit-transition: width 0.5s ease-out, left 0.3s ease-out;
	 transition: width 0.5s ease-out, left 0.3s ease-out;
}
 button.button-fancy .bottom-key-1 {
	 height: 2px;
	 width: 1.5625rem;
	 right: 1.875rem;
	 bottom: -2px;
	 position: absolute;
	 background: #7366BD;
	 -webkit-transition: width 0.5s ease-out, right 0.3s ease-out;
	 transition: width 0.5s ease-out, right 0.3s ease-out;
}
 button.button-fancy .bottom-key-2 {
	 height: 2px;
	 width: 0.625rem;
	 right: 0.625rem;
	 bottom: -2px;
	 position: absolute;
	 background: #7366BD;
	 -webkit-transition: width 0.5s ease-out, right 0.3s ease-out;
	 transition: width 0.5s ease-out, right 0.3s ease-out;
}
 button.button-fancy:hover {
	 color: #fff;
	 background: #7366BD;
}
 button.button-fancy:hover::before {
	 width: 0.9375rem;
	 background: white;
}
 button.button-fancy:hover a {
	 color: white;
	 padding-left: 1.5em;
}
 button.button-fancy:hover .top-key {
	 left: -2px;
	 width: 0px;
}
 button.button-fancy:hover .bottom-key-1, button.button-fancy:hover .bottom-key-2 {
	 right: 0;
	 width: 0;
}
 

.jumbotitle {
	font-size: 3.5rem;
}

@media (max-width: 1170px) {
    #block-scrolltobottom {
		display: none;
    }
}
@media (max-width: 1366px) {
    .block-scrollbottom {
        left: -43.8%;
        top: 48%;
        margin-top: -130px;
    }
}
@media (max-width: 1170px) {
    .block-scrollbottom {
        left: 2% !important;
        top: 48%;
        margin-top: -130px;
    }
}
.block-scrollbottom {
    left: -560px;
}
.block-scrollbottom {
    position: absolute;
    left: 15px;
    z-index: 150;
    bottom: 10px;
}

animated-scrollbottom p a {
    font-size: 24px !important;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 700;
}
h2, h2 a, .block-scrollbottom a {
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 300;
}

.block-scrollbottom a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold !important;
}

.block-scrollbottom a::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    display: block;
    text-align: center;
    margin-top: -10px;
}

.block-scrollbottom a::after {
    font-size: 29px;
}


body.home section .section-title {
    color: #1F4E79;
    font-size: 7rem;
	margin-top: 1rem!important;
}

@media (min-width: 1080px) {
    body.home section .image-info-wrap {
        margin-left: -2rem;
        padding: 4.5rem 8rem 4.5rem 0;
    }
}
body.home section .image-info-wrap {
    position: relative;
}

@media (min-width: 1080px) {
    body.home section .image-info-wrap:before {
        width: calc(100% + 40px);
    }
}
@media (min-width: 768px) {
    body.home section .image-info-wrap:before {
        background-image: url(https://rpii.org/img/rpii-real-assets/hexagon-array-right-purple.svg);
        background-repeat: no-repeat;
		background-position: right;
        background-size: contain;
        bottom: 0;
        content: "";
        left: -75px;
        position: absolute;
        top: 0;
        width: calc(100% + 40px);
        z-index: -1;
    }
}

@media (min-width: 768px) {
    body.home section .image-info-wrap>picture {
        height: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 576px) {
    body.home section .image-info-wrap>picture, body.home section.research .featured-and-lab-wrap .featured-warp .featured-item .image-wrap>picture {
        padding-left: calc(8.33333% + 3.33333px);
        padding-right: calc(8.33333% + 3.33333px);
    }
}
body.home section .image-info-wrap>picture {
    display: block;
    width: 100%;
}

@media (min-width: 768px) {
    body.home section.education .education-info-wrap, body.home section.feature .feature-info-wrap {
        padding-bottom: 4rem;
        padding-top: 4rem;
    }
}

body.home section .info-link {
    color: #323232;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: .6px;
    line-height: 1.2rem;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-transform: uppercase;
    text-underline-offset: .5rem;
}

@media (min-width: 768px) {
    body.home section.education .education-info-wrap .info-title {
        font-size: 3.5rem;
        line-height: 4.4rem;
    }
}
body.home section.education .education-info-wrap .info-title {
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin-top: 2rem;
}
body.home section .info-title {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 700;
}


body.home section.research .featured-and-lab-wrap .featured-warp .featured-item .image-wrap {
    padding: 0;
    position: relative;
    z-index: 1;
}

@media (min-width: 1080px) {
    body.home section.research .featured-and-lab-wrap .featured-warp .featured-item {
        margin-right: 4rem;
    }
}

body.home section.research .featured-and-lab-wrap .featured-warp .featured-item {
    background-color: #04749C;
    color: #fff;
}

@media (min-width: 1080px) {
    .d-lg-flex {
        display: flex !important;
    }
}

@media (min-width: 1080px) {
    .order-lg-raef-home-first {
        order: -1;
    }
}

@media (min-width: 768px) {
    .d-md-flex {
        display: flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
}



.d-none {
    display: none !important;
}

@media (min-width: 768px) {
    body.home section.research .featured-and-lab-wrap .featured-warp {
        margin-left: -2rem;
        padding: 4rem 2rem 8rem 4rem;
    }
}

@media (min-width: 1080px) {
    body.home section.research .featured-and-lab-wrap .featured-warp .featured-item .feat-researcher-wrap {
        padding: 4rem;
    }
}

@media (min-width: 768px) {
    body.home section.research .featured-and-lab-wrap .featured-warp .featured-item .image-wrap>picture {
        display: block;
        padding-left: 0;
        padding-right: 0;
        padding-top: 100%;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    body.home section .section-title {
        font-size: 5rem;
        line-height: 3rem;
        margin-bottom: 2rem;
    }
}


@media (max-width: 767.98px) {
    body.home section.research .featured-and-lab-wrap .featured-warp .featured-item .image-wrap>picture img {
        max-height: 30rem;
    }
}
body.home section.research .featured-and-lab-wrap .featured-warp .featured-item .image-wrap>picture img {
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 767.98px) {
    body.home section.research .featured-and-lab-wrap .featured-warp .featured-item .image-wrap {
        padding-bottom: 1rem;
        padding-top: 3rem;
    }
}

@media (min-width: 576px) {
    body.home section .image-info-wrap>picture, body.home section.research .featured-and-lab-wrap .featured-warp .featured-item .image-wrap>picture {
        padding-left: calc(8.33333% + 3.33333px);
        padding-right: calc(8.33333% + 3.33333px);
    }
}

body.home section.research .featured-and-lab-wrap .featured-warp .featured-item .image-wrap>picture {
    display: block;
    padding-left: 3rem;
    padding-right: 3rem;
    width: 100%;
}


body.home section.research .featured-and-lab-wrap .featured-warp {
    position: relative;
}

.order-last {
    order: 13;
}

@media (max-width: 767.98px) {
    body.home section .image-info-wrap {
        margin-left: 0;
        padding: 2rem;
    }
}
@media (max-width: 1079.98px) {
    body.home section .image-info-wrap {
        align-items: center;
        display: flex;
        margin-left: -2rem;
        padding: 0 2rem 5rem 0;
    }
}

@media (max-width: 1079.98px) {
    body.home section.education {
        margin-top: 2rem;
    }
}


@media (max-width: 767.98px) {
    body.home section.research .featured-and-lab-wrap .featLab-wrap .feat-item-wrap:not(:last-child) {
        margin-bottom: 2rem;
    }
}
@media (max-width: 767.98px) {
    body.home section.research .featured-and-lab-wrap .featLab-wrap .feat-item-wrap:first-child {
        margin-top: 3.5rem;
    }
}

@media (max-width: 767.98px) {
    body.home section.industry {
        margin-top: 4rem;
    }
}

body.home section.research .featured-and-lab-wrap .featured-warp .featured-item .feat-researcher-wrap .feat-researcher {
    display: flex;
    flex-direction: column;
}

@media (max-width: 1079.98px) {
    body.home section.industry .industry-news-wrap .industry-news, body.home section.industry .industry-news-wrap .link-wrap {
        margin-top: 4rem;
    }
}

body.home section.industry .industry-news-wrap .industry-news .features-partner-title, body.home section.industry .industry-news-wrap .industry-news .industry-date {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: .65px;
    text-transform: uppercase;
}
body.home section.industry .industry-news-wrap .industry-news .features-partner-title {
    margin-bottom: 1rem;
    order: -1;
}

body.home section.industry .industry-item-wrap .industry-item h3>a:hover {
	text-decoration: underline!important
}

body.home section.industry .industry-item-wrap .industry-item h3>a {
    color: #FFF;
    text-decoration: underline;
}




@media (min-width: 1080px) {
    body.home section.industry {
        margin-top: 1.5rem;
    }
}

.d-block {
    display: block !important;
}


body.home section.industry .section-title-warp {
    margin-bottom: 3rem;
}

@media (min-width: 1080px) {
    body.home section.industry .industry-item-wrap {
        padding-right: calc(6.25% - 17.5px);
    }
}
@media (min-width: 768px) {
    body.home section.industry .industry-item-wrap {
        padding-bottom: 8rem;
    }
}
body.home section.industry .industry-item-wrap {
    position: relative;
}

@media (min-width: 768px) {
    body.home section.industry .industry-item-wrap .industry-item {
        padding: 8rem calc(8.33333% + 3.33333px);
    }
}
body.home section.industry .industry-item-wrap .industry-item {
    background-color: #7366BD;
    padding: 3rem 3.5rem;
}

body.home section.industry .industry-item-wrap .industry-item h3 {
    color: #323232;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 700;
}

body.home section.research .featured-and-lab-wrap .featured-warp .featured-item .feat-researcher-wrap .feat-researcher h3 {
    font-size: 2.25rem;
}

@media (min-width: 1080px) {
    .d-lg-block {
        display: block !important;
    }
}

@media (max-width: 767.98px) {
    body.home section .section-title {
        font-size: 5rem;
        line-height: 3rem;
        margin-bottom: 2rem;
    }
}
@media (max-width: 1079.98px) {
    body.home section .section-title {
        font-size: 3rem;
    }
}

.align-items-center {
    align-items: center !important;
}

body.home section.research .featured-and-lab-wrap .featured-warp .featured-item:not(:last-child) {
    margin-bottom: 3rem;
}

@media (max-width: 767.98px) {
    body.home section.research .featured-and-lab-wrap .featured-warp .featured-item {
        margin-left: 0;
        margin-right: 0;
    }
}

body.home section.research .featured-and-lab-wrap .featured-warp .featured-item .image-wrap>picture {
    display: block;
    padding-left: 3rem;
    padding-right: 3rem;
    width: 100%;
}



body.home section.research .featured-and-lab-wrap .featLab-wrap .feat-item-wrap .feat-item {
    border-top: 2px solid #323232;
    display: flex;
    flex-direction: column;
    padding-top: 3rem;
}

body.home section.research .featured-and-lab-wrap .featLab-wrap .feat-item-wrap .feat-item .feat-title {
    font-size: 1.5rem;
}

body.home section.research .featured-and-lab-wrap .featLab-wrap .feat-item-wrap .feat-item .feat-tag-wrapper {
    margin-bottom: 1rem;
    order: -1;
}

body.home section.research .featured-and-lab-wrap .featLab-wrap .feat-item-wrap .feat-item .feat-date, body.home section.research .featured-and-lab-wrap .featLab-wrap .feat-item-wrap .feat-item .feat-tag {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: .65px;
    text-transform: uppercase;
}
body.home section.research .featured-and-lab-wrap .featLab-wrap .feat-item-wrap .feat-item .feat-tag {
    display: block;
    margin: 0;
}



@media (min-width: 768px) {
    body.home section.research .featured-and-lab-wrap .featLab-wrap {
        padding-top: 4rem;
    }
}

@media (min-width: 1080px) {
    body.home section.research .featured-and-lab-wrap .featured-warp:before {
        right: calc(25% - 40px);
    }
}

@media (min-width: 768px) {
    body.home section.research .featured-and-lab-wrap .featured-warp:before {
        background-image: url(https://rpii.org/img/rpii-real-assets/hero/hexagon-array-left.svg);
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: calc(1.33333% - 40px);
        top: 0;
        z-index: -1;
    }
}

@media (min-width: 1080px) {
    body.home section.industry .industry-item-wrap:before {
        right: calc(25% - 80px);
    }
}

@media (min-width: 768px) {
    body.home section.industry .industry-item-wrap:before {
        background-image: url(https://rpii.org/img/rpii-real-assets/hexagon-array-right-pink.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        bottom: 0;
        content: "";
        left: -4rem;
        position: absolute;
        right: calc(58.33333% - 40px);
        top: 0;
        z-index: -1;
    }
}

@media (min-width: 768px) {
    body.home section.research .featured-and-lab-wrap .featLab-wrap .feat-item-wrap:not(:last-child) {
        margin-bottom: 1rem;
    }
}



body.home section.industry .industry-news-wrap .industry-news {
    border-top: 2px solid #323232;
    display: flex;
    flex-direction: column;
    padding-top: 3rem;
}


@media (min-width: 1080px) {
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
}


@media (min-width: 1080px) {
    .col-lg-raef-home {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-col-lg-raef-home-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-raef-home-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-lg-raef-home-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-raef-home-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-lg-raef-home-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-raef-home-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-raef-home-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-raef-home-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-raef-home-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-raef-home-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-lg-raef-home-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-raef-home-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-raef-home-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-lg-raef-home-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-raef-home-first {
        order: -1
    }

    .order-lg-raef-home-last {
        order: 13
    }

    .order-lg-raef-home-0 {
        order: 0
    }

    .order-lg-raef-home-1 {
        order: 1
    }

    .order-lg-raef-home-2 {
        order: 2
    }

    .order-lg-raef-home-3 {
        order: 3
    }

    .order-lg-raef-home-4 {
        order: 4
    }

    .order-lg-raef-home-5 {
        order: 5
    }

    .order-lg-raef-home-6 {
        order: 6
    }

    .order-lg-raef-home-7 {
        order: 7
    }

    .order-lg-raef-home-8 {
        order: 8
    }

    .order-lg-raef-home-9 {
        order: 9
    }

    .order-lg-raef-home-10 {
        order: 10
    }

    .order-lg-raef-home-11 {
        order: 11
    }

    .order-lg-raef-home-12 {
        order: 12
    }

    .offset-lg-raef-home-0 {
        margin-left: 0
    }

    .offset-lg-raef-home-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-raef-home-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-raef-home-3 {
        margin-left: 25%
    }

    .offset-lg-raef-home-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-raef-home-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-raef-home-6 {
        margin-left: 50%
    }

    .offset-lg-raef-home-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-raef-home-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-raef-home-9 {
        margin-left: 75%
    }

    .offset-lg-raef-home-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-raef-home-11 {
        margin-left: 91.66666667%
    }

}

.raef-home-row {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    body.home section.research .featured-and-lab-wrap .featured-warp .featured-item .image-wrap>picture img {
        bottom: 0;
        height: 100%;
        left: 0;
        max-width: none;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: -1;
    }
}

body.home section.research .featured-and-lab-wrap .featured-warp .featured-item .feat-researcher-wrap .feat-researcher .featured-title {
    display: block;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 0.925rem;
    font-weight: 700;
    letter-spacing: .65px;
    margin-bottom: 1rem;
    order: -1;
    text-transform: uppercase;
}


@media (min-width: 1200px) {
    .container-raef-home, .container-raef-home-lg, .container-raef-home-md, .container-raef-home-sm, .container-raef-home-xl {
        max-width: 1280px;
    }
}
@media (min-width: 768px) {
    .container-raef-home, .container-raef-home .alignfull .container-raef-home {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}
.container-raef-home, .container-raef-home .alignfull .container-raef-home {
    padding-left: 2rem;
    padding-right: 2rem;
}
.container-raef-home, .container-raef-home-fluid, .container-raef-home-xl {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

body.home section.research .research-link-wrap a:first-child {
    margin-right: 2rem;
}




