 #banner-video.banner-flex .content-flex .content{
     width: 100%;
     max-width: 100%;
}
 #banner-video .headline-container{
     height: 36rem;
     text-align: center;
}
 #banner-video .headline-container p.home-video-headline {
     font-size: 2.5rem;
     padding-bottom: .25rem;
     position: relative;
     display: inline-block;
     white-space: nowrap;
}
 #banner-video .headline-container p.home-video-headline span.home-video-line2{
     font-weight: 800;
}

 #banner-video .headline-container p.home-video-headline::after {
     content: "";
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     height: 6px;
     background-color: #ffcc00;
     border-radius: 3px;
    /* optional: makes it look smooth */
}

.cta-link-primary,
.cta-link-primary::after {
transition: all .15s ease-in-out;
}
.cta-link-primary:hover::after {
margin-left: 0.5em !important;
}

@media (max-width: 1025px) { /* adjust breakpoint as needed */
  #banner-video .headline-container {
      .content-flex .content {
            padding: 1rem 0;
            p.home-video-headline {
                line-height: 1.2;
            }
      }
    }
}

@media (max-width: 1200px) { /* adjust breakpoint as needed */
  #banner-video .headline-container p.home-video-headline {
    white-space: normal; /* allow wrapping */
    display: inline-block;
  }

  #banner-video .headline-container p.home-video-headline .home-video-line2 {
    display: block; /* force new line */
    margin-left: 0;
  }
}
#page-content .content-block {
    padding: 5rem 0!important;
}
@media (min-width: 1025px) {
    #page-content .content-block {
        padding: 4.5rem 0!important;
    }
}
 #page-content .module-home-journey .content .energy-lines{
     padding: 3rem 2rem 3.5rem 2rem;
     border: medium;
     position: relative;
     margin: 3rem 0px;
     font-style: normal;
}

#page-content .module-home-journey .content .energy-lines > *{
    color:#101E3E;
}
 #page-content .module-home-journey .content .energy-lines::before, #page-content .module-home-journey .content .energy-lines::after {
     display: block;
     content: "";
     width: 30px;
     height: 30px;
     border-width: 10px;
     border-style: solid;
     border-color: #101E3E;
     position: absolute;
     background: none;
}
 #page-content .module-home-journey .content .energy-lines::before {
     right: 0px;
     border-left: 0px;
     border-bottom: 0px;
     top: 0px;
}
 #page-content .module-home-journey .content .energy-lines::after {
     left: 0px;
     border-right: 0px;
     border-top: 0px;
     bottom: 0px;
}

#page-content .module-home-programs {
    .additional-content-before, .additional-content-after {
         text-align: left;
         max-width: 80rem;
         .columns {
             margin-left: 0px;
             max-width: 100%;
             h2 {
                 text-align: left;
             }
             p{
                 margin-bottom: 1rem;
             }
         }
    }
}
 #page-content .module-home-programs .thumb-grid .thumb-grid-wrapper {
     background-color: #EFF2F4;
     padding: 1rem 1.5rem 6rem;
}
 #page-content .module-home-programs .thumb-grid.flex-cards li img{
     border: 3px solid #fc0;
}
 #page-content .module-home-programs .thumb-grid.flex-cards li .thumb-grid-wrapper::after {
     display: block;
     content: "";
     width: 30px;
     height: 32px;
     border-width: 10px;
     border-style: solid;
     border-color: #fc0;
     position: absolute;
     background: none;
     left: 1.5rem;
     border-right: 0px;
     border-top: 0px;
     bottom: 6rem;
}
 #page-content .module-home-programs .thumb-grid.flex-cards li .thumb-grid-wrapper .content {
     bottom: auto;
     text-align: inherit;
     padding: .5rem 0px;
     width: calc(100% - 3rem);
}
 #page-content .module-home-programs .thumb-grid.flex-cards li .thumb-grid-wrapper .content span {
     background-color: inherit;
     color: black;
     font-size: 1rem;
     padding: 0px;
     line-height: 1rem;
}
 #page-content .module-home-programs .additional-content-after {
     max-width: 80rem;
}
 #page-content .module-home-programs .additional-content-after h2 a{
     color: #fc0!important;
     text-decoration: none;
}
 #page-content .module-home-programs .additional-content-after h2 a:focus{
     background: #101E3E;
}

 #page-content .module-home-residencies > .row {
     max-width: 80rem;
     background: white;
}
 #page-content .module-home-journey > .row .columns .content .energy-lines p a, #page-content .module-home-residencies > .row ul li a{
     text-decoration: none;
     color: #000;
     font-weight: 600;
}
 #page-content .module-home-journey > .row .columns .content .energy-lines p a{
     color: #000!important;
}
 #page-content .module-home-journey > .row .columns .content .energy-lines p a:hover, #page-content .module-home-residencies > .row ul li a:hover{
     opacity: 0.6;
     text-decoration: underline;
}
#page-content .module-home-journey > .row .columns .content .energy-lines p a:focus, #page-content .module-home-residencies > .row ul li a:focus{
     background-color: inherit;
}
@media (min-width: 1025px) and (max-width:1126px) {
    #page-content .module-home-programs .thumb-grid.flex-cards li .thumb-grid-wrapper .content span {
        font-size: 0.86rem;
    }
}
 @media (min-width: 1025px) {
     #page-content .module-home-residencies > .row {
         display: flex;
    }
     #page-content .module-home-residencies > .row .columns:first-child{
         flex: 0 0 50%;
         padding: 1rem;
    }
     #page-content .module-home-residencies > .row .columns:nth-child(2) {
         flex: 0 0 50%;
         position: relative;
    }
     #page-content .module-home-residencies > .row .columns:nth-child(2) .image-wrapper{
         height: 100%;
    }
     #page-content .module-home-research > .row .content h2 {
         line-height: 3.5rem;
         font-size: 3rem;
         margin-bottom: 1.5rem;
    }
     #page-content .module-home-news .news.flex li {
         width: calc(33.333% - .7rem);
    }
}
 @media (min-width: 641px) {
     #page-content .module-home-residencies > .row .columns:nth-child(2) .image-wrapper{
         width: calc(50vw - .9275rem);
    }
}
#page-content .module-home-residencies > .row .columns:first-child h2 {
    color: #101E3E;
}
 #page-content .module-home-residencies > .row .columns:nth-child(2) .image-wrapper img {
     width: 100%;
     object-fit: cover;
     object-position: center;
     display: block;
}
 #page-content .module-home-residencies > .row .columns:nth-child(2) .image-wrapper p {
     font-size: 1.5rem;
     font-weight: 800;
     background: #101E3E;
     padding: .5rem 1rem;
     width: 50vw;
}
 #page-content .module-home-residencies > .row .columns:nth-child(2) .image-wrapper p a{
     color: white!important;
     text-decoration: none;
}
 #page-content .module-home-residencies > .row .columns:nth-child(2) .image-wrapper p a:focus{
     background: #101E3E;
}
 #page-content .module-home-residencies > .row {
     padding: 5rem 3rem;
}
 @media (min-width: 641px) and (max-width: 1024px) {
     #page-content .module-home-research > .row .content h2 {
         line-height: 3rem;
         font-size: 2.5rem;
    }
     #page-content .module-home-residencies > .row .columns:nth-child(2) .image-wrapper img {
         min-height: 40rem;
    }
     #page-content .module-home-news .news.flex li {
         width: calc(50% - .5rem);
    }
}
 #page-content .module-home-research > .row{
     padding: 2rem 0 5rem 0;
}
 #page-content .module-home-research > .row .content .button{
     width: 18rem 
}
 #page-content .module-home-research > .row .content .button:first-child{
     margin-right: .5rem; 
}
 #page-content .module-home-news > .row h2, #page-content .module-home-events > .row h2 {
     text-align: center;
}

 #page-content .module-home-news > .row .text-right p a, #page-content .module-home-events > .row .text-right p a{
     margin-right: 1.4rem;
     text-decoration: none;
}
 #page-content .module-home-buildings {
     min-height: 25rem;
     padding-top: 0!important;
     .wrapper.right {
         margin-right: 0;
         .panel {
             max-width: 50vw;
             margin: 0;
             padding: .75rem 1rem;
             background: #101E3E;
             h2 {
                 font-size: 1.25rem!important;
                 color: white;
             }
         }
     }
}
 @media (max-width: 640px) {
     #page-content .module-home-research > .row .content h2 {
         line-height: 2.5rem;
         font-size: 2rem;
    }
     #page-content .module-home-residencies > .row .columns:nth-child(2) .image-wrapper{
         width: 100vw;
         margin-left: -2rem;
    }
     #page-content .module-home-residencies > .row .columns:nth-child(2) .image-wrapper p {
         font-size: 1.1rem;
         width: 100vw;
    }
     #page-content .module-home-residencies > .row {
         padding: 5rem 1rem;
    }
     #page-content .module-home-residencies > .row .columns:nth-child(2) .image-wrapper img {
         min-height: 20rem;
    }
     #page-content .module-home-research > .row .content .button{
         width: 100% 
    }
}
#page-content .module-home-events {
    padding-top: 0!important;
}
 #page-content .module-home-events > .row .calendar-feed-new{
     padding-top: 2rem;
 }