:root {
    --navy: #182b49;
    --blue: #00629b;
    --blue2: #004268;
    --yellow: #ffcd00;
    --teal: #00c6d7;
    --teal2: #49a5d3;
    --white: #ffffff;
    --sand: #f5f0e6;
    --green: #6E963B;
}

/** Discovery Layout UI */
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-resizable.ui-dialog-off-canvas.ui-dialog-position-side {
  bottom: 0 !important;
  width: 50% !important;
  left: unset !important;
  right: 0 !important;
}

body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    background: var(--white) !important;
    font-size: 16px;
    line-height: 1.44;
}

h1,
h2 {
    font-family: 'Teko', Helvetica, Arial, sans-serif;
    margin-top: 23px;
    margin-bottom: 11.5px;
    text-transform: uppercase;
    /* color: var(--navy); */
}

h3,
h4,
h5,
h6 {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 0.917;
    color: inherit;
}

h4,
h5,
h6 {
    margin-top: 11.5px;
    margin-bottom: 11.5px;
}

h4 {
    font-size: 1.28rem;
    margin-top: 20px;
}

.h1,
h1 {
    font-size: 4.75rem;
}

.h2,
h2 {
    font-size: 2.8em;
    letter-spacing: 0.5px;
}

.h3,
h3 {
    font-size: 25px;
}

.h4,
h4 {
    font-size: 18px;
}

.h5,
h5 {
    font-size: 16px;
}

.h6,
h6 {
    font-size: 14px;
}

p {
    margin: 0 0 11.5px;
}

.text-uppercase-none {
    text-transform: none;
}

.title {
    font-family: "Roboto", sans-serif;
    font-size: 3.4em;
    border-bottom: 1px solid lightgray;
    width: fit-content;
    padding: 0 0 9px 0;
    margin: 1em 0;
}

#content-title {
    background-color: #484849;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 0;
    padding-bottom: 25%;
    margin-bottom: 2rem;
}

#content-title .title {
    margin: 0 0 0.5em;
    /* padding: 8.5em 0; */
    border-bottom: none;
    /* font-family: "Teko", sans-serif; */
    font-weight: 700;
    /* font-size: 2rem; */
    color: #fff;
    text-shadow: 0px 1px 10px #000;
}

.path-faculty #content-title {
    background-image: url();
}

p,
.paragraph,
li,
li>a {
    font-size: inherit;
    line-height: 1.5;
}

a,
a:link,
.link {
    color: var(--blue);
}

a:hover,
a:focus {
    color: var(--teal);
}

section.container {
    margin-top: 2%;
}

section.container img,
article img {
    border-radius: 14px;
}

figcaption {
    padding: 0 10px;
    font-size: smaller;
    color: #747678;
    font-style: italic;
}

.node__content {
    margin: 0;
}

.node--unpublished {
    padding: 0;
}

/* Accordions */
.ckeditor-accordion-container dd {
    display: none;
}

.ckeditor-accordion-container > dl dt > a, .ckeditor-accordion-container > dl dt > a:not(.button) {
    background-color:#00629B;
}

.ckeditor-accordion-container > dl dt > a:hover, .ckeditor-accordion-container > dl dt > a:not(.button):hover {
    background-color:#00C6D7;
}

dd > p {
    padding-top: 0.5em;
}

dd > ul li:first-child {
    padding-top: 0.75em;
}

/**Custom Pages*/
.path-frontpage .layout__region .block,
.page-node-58 .layout__region .block {
    padding: 2rem 0;
}

.page-node-1 div.content div.custom-row {
    margin: 0 0 30px;
}

/* .page-node-1 div.content div.custom-row h3 { */
article h2 {
    font-family: "Teko", sans-serif;
    font-size: 3.5em;
    font-weight: 500;
}

/* article h2,
article h3 {
    margin: 10px 0 20px;
} */

.page-node-1 div.content div.custom-row.navy-bk {
    background-color: var(--navy);
    color: var(--white);
    padding: 2.5em 2em;
}

.page-node-1 div.content div.custom-row.navy-bk h2 {
    color: var(--white);
}

.page-node-1 div.content div.custom-row.navy-bk a {
    color: var(--teal);
}

.page-node-1 div.content div.custom-row.sand-bk {
    background-color: var(--sand);
    color: var(--navy);
    padding: 2.5em 2em;
}

/*Header + Navigation/Navbar*/
header {
    background-color: var(--blue);
}

#header-logos>.row>.col {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header-logos h1 {
    margin: 0;
    font-size: 1.5em;
}

#header-logos h1 a {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: var(--white);
    text-transform: uppercase;
    font-size: inherit;
}

#header-logos h1 a:hover {
    color: var(--sand);
}

#header-logos p {
    margin: 0;
}

#header-logos img {
    max-width: 250px;
    width: 100%;
    height: auto;
    margin: 2.25em 0;
}

#navbar-main {
    padding-top: 0;
    padding-bottom: 0;
    background-color: var(--white) !important;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.28);
}

#navbar-main nav>ul>li>a {
    padding: 12px 15px;
    font-weight: 500;
    color: var(--teal2);
}

#navbar-main nav>ul>li>a:hover {
    background-color: var(--blue2);
    color: var(--white);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

article .layout img {
    max-width: 100%;
    height: auto;
}

.path-frontpage .block-field-blocknodepagebody h1 {
    line-height: 4.5rem;
}

.path-frontpage .block-field-blocknodepagebody h3,
.page-node-58 .block-inline-blockbasic h3 {
    margin-bottom: 1em;
    line-height: 1.25;
    font-weight: 300;
}

/*Slices*/
.slice-row {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    min-height: 600px;
}

.slice-row a {
    text-decoration: underline;
    line-height: 3rem;
}

.slice_bg_navy,
.slice_bg_blue,
.slice_bg_teal,
.slice_bg_brown,
.slice_bg_gold,
.slice_bg_yellow,
.slice_bg_sand,
.navy-back,
.blue-back,
.teal-back {
    color: var(--white);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}

.slice_bg_navy a,
.slice_bg_blue a,
.slice_bg_teal a,
.navy-back a,
.blue-back a,
.teal-back a {
    color: #efefef;
}

.slice_bg_navy a:hover,
.slice_bg_blue a:hover,
.slice_bg_teal a:hover,
.navy-back a:hover,
.blue-back a:hover,
.teal-back a:hover {
    color: var(--green);
}

.slice_bg_navy,
.navy-back {
    background-color: var(--navy);
}

.slice_bg_blue,
.blue-back {
    background-color: var(--blue);
}

.slice_bg_teal,
.teal-back {
    background-color: var(--teal);
}

.slice_bg_grey,
.grey-back {
    background-color: #efefef;
}

.img-back-c {
    position: absolute;
    top: 0;
}

.img-back {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
    position: absolute;
    top: 0;
    width: 100%;
    background-blend-mode: overlay;
}

.slice-row .btn-default {
    margin: 3rem 0;
    letter-spacing: .08em;
    font-weight: 500;
    padding: 0.8em 1.5em;
}

.offset-float-r {
    float: right;
}

.slice_header {
    color: #484949;
}


.slice_link a {
    background-color: var(--yellow);
    color: #484949;
    padding: 0.8em 1.5em;
    border-radius: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    font-size: 0.875rem;
}

.slice-block .view-content>div {
    min-height: 435px;
    position: relative;
}

.slice_container {
    /* min-height:435px; */
    /* height:435px; */
    /* Too thin. Let's go higher */
    /* height: 450px; */

    position: relative;
}

.slice_container.slice_short {
    height: fit-content;
}

.slice_container.slice_tall {
    height: 800px;
}

.slice_container.slice_fill_content {
    height: auto;
}

.slice_background_image_container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.slice_background_image_container .row {
    height: 100%;
}

.slice_background_image,
.slice_background_image_container .views_img {
    height: 100%;
    background-repeat: no-repeat;
}

.slice_background_image_container .bg_cover .slice_background_image {
    background-size: cover;
}

.slice_content_container {
    /* height: 100%; */
}

.slice_content_container .container {
    /* height: 100%; */
}

.slice_content_container>.container>.row {
    /* height: 100%; */
    align-items: center;
}

.slice_full_text {
    position: relative;
}

.slice_bg_darken {
    background-color: rgba(0, 0, 0, 0.3);
}

.slice_bg_darken h1,
.slice_bg_darken h2,
.slice_bg_darken .slice_content>p {
    text-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}

.slice_bg_darken .slice_content>p .btn {
    text-shadow: none;
}

.slice_content h1 {
    line-height: 3.75rem;
}

.slice_bg_gray {
    background-color: #f5f0e6;
}

.slice_bg_navy {
    background-color: var(--navy);
}

.slice_bg_blue {
    background-color: var(--blue);
}

.slice_bg_brown {
    background-color: #c69214;
}

.slice_bg_sand {
    background-color: #F5F0E6;
}

.slice_bg_gold {
    background-color: #ffcd00;
}

.slice_bg_yellow {
    background-color: #f3e500;
}

.slice_background_image_container.slice_bg_navy {
    background-color: var(--navy);
}

.slice_bg_navy h1,
.slice_bg_navy h2,
.slice_bg_navy h3,
.slice_bg_navy h4,
.slice_bg_navy p,
.slice_bg_blue p {
    color: #fff;
}

.slice_background_image_container.slice_bg_gold {
    background-color: var(--yellow);
}

.slice_container.slice_bg_navy .slice_header {
    color: #fff;
}

.slice_container.slice_bg_navy .slice_content {
    color: #fff;
}

.slice_container.slice_bg_blue .slice_header {
    color: #fff;
}

.slice_container.slice_bg_blue .slice_content {
    color: #fff;
}

.slice_container.slice_bg_gold .slice_header {
    color: #484849;
}

.slice_container.slice_bg_gold .slice_content {
    color: #484849;
}

.slice_container.slice_bg_gold .slice_link a {
    background-color: var(--blue);
    color: #fff;
}

.bg_position_center>div {
    background-position: center;
    background-size: auto 100% !important;
    background-repeat: no-repeat;
}

.bg_position_center {
    text-align: center;
}

.bg_y_position_top>div {
    background-position: top;
}

.bg_y_position_bottom>div {
    background-position: bottom;
}

.bg_y_position_center>div {
    background-position: center;
}

/** View - Tiles */
.view-events a.th:hover .tile,
.drupal_news_block a.th:hover .news_page_card {
    background-color: var(--blue);
    color: var(--white);
}

.drupal_news_block .publish_date,
.drupal_news_block .mb-0 {
    color: #000;
}

.drupal_news_block a.th:hover .news_page_card .publish_date,
.drupal_news_block a.th:hover .news_page_card .mb-0 {
    color: var(--white);
}

.page-node-10 .drupal_news_block>div.d-flex.flex-wrap.mb-4.mt-3>a:last-child {
    display: none;
}

.view .tile,
.news_page_card .card-body {
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    min-height: 200px;
}

.view .tile img {
    border-radius: 12px 12px 0 0;
}

.view .tile .tile-body {
    padding: 1em;
}

.view .tile .tile-body h4 {
    margin: 10px 0;
}

/**News*/
.drupal_news_block .img_frame img {
    border-radius: 12px;
}

.drupal_news_block div>div>h3 {
    font-size: 1.3em;
    font-weight: 300;
}

.news_bg_container {
    width: 100%;
    padding-bottom: 52.33%;
    background-size: cover;
    background-position: top;
}

/**Events*/
.node--type-event .main-content article img {
    width: 100%;
    height: auto;
}

/* About */
.page-node-41 .slice_bg_sand {
    padding: 2.5em 2em;
    margin-bottom: 2.5em;
}

/* Faculty */
.faculty-view .view-content.row {
    display: block;
}

.faculty-image>img {
    border-radius: 12px;
}

/* People */
.block-views-blockpeople-center-leadership-block,
.block-views-blockpeople-center-leadership-block h2 {
    margin-bottom: 3rem;
}

.person_image > img {
    border-radius: 12px;
}

/* Research */
.card-header {
    background: var(--blue);
}

.card-header h5 button {
    color: #fff;
}

.card-header h5 button:hover {
    color: var(--teal);
}

/* Homepage Banner / Video */
@media (min-width: 576px) {
    .path-frontpage #content-title {
        display: none;
    }

    #header-logos h1 a {
        font-size: 1.25rem;
    }
}

/*Education Page*/
.page-node-34 .slice_container .embed-responsive {
    border-radius: 1em;
}

.page-node-34 footer {
    margin: 0;
}

.fluid-container+footer {
    margin: 0;
}

.robust_fusion_workforce_slice iframe {
    border-radius: 14px;
    width: 100%;
    height: 300px;
}

.page-node-37 .layout__region.layout__region--second {
    align-content: center;
}
/**Footer*/
footer {
    margin: 2em 0 0 0;
    background-color: var(--blue);
    color: var(--white);
}

footer section a,
footer section a:link {
    color: var(--white);
}

footer .site-footer__top {
    display: flex;
    padding: 1.5em;
    align-items: baseline;
}

footer .site-footer__top .region-footer-second {
    flex: 2 0;
}

footer .site-footer__top .region-footer-third {
    flex: 1 0;
    padding-left: 0;
}

#block-footeraddress {
    margin-top: 2.75em;
}

footer #block-footerjsoelogo img {
    max-width: 250px;
    height: auto;
    margin: 2em 0;
}

footer #block-footersocialmedia ul {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    padding: 0;
}

footer #block-footersocialmedia ul li a {
    border: 0;
}

#block-footersocialmedia .content .row {
    flex-wrap: nowrap;
}

/* Did You Know? + We Power Emerging Industries*/
#block-homepageboilerplate .slice_content_container,
#block-wepoweremergingindustriesslice .slice_content_container {
    padding-top: 3em;
    padding-bottom: 3em;
}

@media only screen and (max-width: 992px) {
    #navbar-main>div {
        justify-content: end;
    }

    #content-title .title {
        padding: 4.25rem 0;
        margin-left: 1rem;
    }
}

@media only screen and (max-width: 576px) {
    #block-vimeohomepagebanner {
        display: none;
    }

    .path-frontpage #content-title {
        background-image: url('/sites/default/files/images/2025-09/20230406-Palsson_Feist-evo_machine-05196-1200x400.jpg') !important;
        background-size: cover;
        background-position: center;
    }

    #content-title .title {
        padding: 1em 0;
        font-size: 2em;
        margin-left: 1em;
    }

    .title span {
        font-size: 3.25rem !important;
    }

    .path-frontpage #content-title #block-bootstrap-barrio-subtheme-page-title h1.title {
        visibility: hidden;
    }

    #header-logos img {
        max-width: 100px;
    }

    #header-logos h1 a {
        font-size: 0.8rem;
    }

    /* .slice_container {
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    } */

    .slice_background_image_container+.slice_content_container {
        position: relative;
        /* background-color: rgba(0, 0, 0, 0.3); */
    }

    .slice_background_image_container+.slice_content h2,
    .slice_background_image_container+.slice_content p,
    .slice_background_image_container+.slice_content li {
        color: #fff !important;
    }

    .slice_background_image_container+.slice_content .text-dark h2,
    .slice_background_image_container+.slice_content .text-dark p,
    .slice_background_image_container+.slice_content .text-dark li {
        color: #343a40 !important;
    }

    footer .site-footer__top {
        display: block;
    }
}

@media only screen and (max-width: 375px) {
    #block-footersocialmedia .content .row {
        flex-wrap: wrap;
    }

    .slice_container {
        height: auto;
    }
}

@media only screen and (min-width: 992px) {
    #content-title .title {
        padding: 10rem 0;
        font-size: 2rem;
    }

    #header-logos h1 a {
        font-size: 1.5rem;
        padding: 0;
    }

    .site-footer__bottom p {
    margin: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .view .tile {
        min-height: 270px;
    }

    .view .tile .tile-body {
        padding: 1.75rem;
    }
}

@media only screen and (min-width: 1200px) {
    .page-node-41 #content-title .title {
        padding: 15rem 0;
    }
}

.page-node-2 #content-title .title span,
#content-title .title span {
    max-width: 600px;
    display: block;
    font-family: Teko;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 5.5rem;
    line-height: 4rem;
}

h2 {
    font-size: 3.5rem;
    line-height: 3rem;
    margin-bottom: .75rem;
    /* text-transform: uppercase; */
}

.btn_gold {
    background-color: rgb(255, 205, 0);
    font-size: 14px;
    text-transform: uppercase;
    min-width: 200px;
    margin-bottom: 1em;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 0.8em 1.5em;
    border-radius: 8px;
    color: #182B49;
    font-weight: 700;
}

.btn_gold:hover {
    background-color: #00c6d7;
}
.btn.btn_gold {
    background-color: var(--yellow);
    color: var(--navy);
}
.btn.btn_gold:hover {
    background-color: var(--navy);
    color: var(--white);
}
.btn.btn_custom {
    text-transform: uppercase;
    border: 0;
    padding: .8em 1.5em;
    font-weight: 700;
    min-width: 200px;
    letter-spacing: .08px;
    transition: all .3s;
}

/* Fusion Education Information */
.fusion_education_information .bs_grid {
    display: flex;
    justify-content:space-between;
}

.fusion_education_information .btn {
    background: #00C6D7;
    border-radius: 14px;
    border: none;
    text-align:left;
    width: 100%;
    height: 100px;
}

.fusion_education_information .btn:hover {
    background:#182B49;
}

.fusion_education_information a.btn.btn-primary:hover,
.fusion_education_information a.btn.btn-primary:hover * {
  color: white !important;
}

.fusion_education_information span {
    display: block;
    color:#182B49;
    text-transform:none;
    font-weight: 900;
}

.fusion_education_information a {
    color:#182B49;
    text-transform: uppercase;
}

.fei_ecosystem>div {
    background: #00629B;
    border-radius: 14px;
    padding: 2rem;
    margin: 1rem;
    color: #fff;
}

.fei_ecosystem p a {
    color:#fff;
}

footer img {
    max-width: 250px;
}

footer .social-media {
    list-style: none;
    padding-left: 0 !important;
}

footer .social-media li {
    float: left;
    padding-right: 1.4em !important;
}

footer {
    padding-top: 35px;
}

.site-footer__bottom {
    background: #182B49;
    display: flex;
    justify-content: center;
    margin-top: 0;
}

.site-footer__bottom p {
    margin: 1em;
}

.site-footer__bottom .region {
    margin-top: 0;
}


.page-node-34 .block-news-slice {
    padding-top:3rem;
    padding-bottom:3rem;
}