  /**
 * @file
 * Subtheme specific CSS.
 */

/* Please keep this as simple as possible. Less is more */

/* Universal */
h1 {
  font-weight: 700;
  font-family: "Teko", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.homepage-headline h1 {
  font-weight: 300;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-transform: none;
}
h2 {
  font-weight: 300;
}
.did-you-know h2 {
  font-weight: 700;
  font-family: "Teko", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 3rem;
}
h3 {
  font-weight: 300;
}
h4 {
  font-weight: 300;
}
h5 {
  font-weight: 300;
}
h1 strong {
  font-weight: 700;
}
h2 strong {
  font-weight: 700;
}
h3 strong {
  font-weight: 700;
}
h4 strong {
  font-weight: 700;
}
h5 strong {
  font-weight: 700;
}
p {
  color: #333;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
table,
div#accordion20136 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}

/* Header */
header {
  background-image: linear-gradient(to left, #004e74, #006a96);
}
header #navbar-main {
  /* background-image:url(/sites/default/files/groups/jsoe/img/research-expo/banner-trident-grad-cropped-right.svg); */
  background-position: center right;
  background-repeat: no-repeat;
  background-color: transparent;
}
/* #navbar-main img {
  max-width: 150px;
} */
nav#navbar-main {
  background: #fff;
  padding: 0;
}

.navbar-nav li {
  padding: 0.1rem;
}

.img-responsive img {
  width: 100%;
  height: auto;
}
.row > div[class^="col-sm-"] img {
  max-width: 100%;
  height: auto;
}
.navbar-brand {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
}

.navbar-brand img {
  max-width: 250px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.re_banner .container {
  /* position: absolute; */
  top: 0;
  width: 100%;
  height: 100%;
}

.re_bg {
  width: 100%;
}

.jsoe_logo {
  position: absolute;
  top: 10%;
}

.jsoe_logo img {
  width: 250px;
}

.re_fg {
  position: absolute;
  bottom: 10%;
  text-align: center;
  width: 100%;
  height: auto;
}

.re_fg img {
  max-width: 800px;
}

@media (min-width: 768px) {
  #navbar-main {
    flex-flow: row wrap;
    padding: 0;
    padding-top: 30px;
  }
  #navbar-main .container {
    flex-wrap: wrap;
  }
  /* #navbar-main img {
    max-width: 250px;
  } */
  #navbar-main .navbar-collapse {
    width: 100%;
    /* margin-top: 30px; */
  }
  #navbar-main .nav-item .nav-link {
    color: #49a5d3;
    font-weight: 500;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
  }
  #navbar-main .nav-item.dropdown .dropdown-menu {
    text-align: left;
  }
  #navbar-main nav {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.28);
  }
}

@media (max-width: 768px) {
  .jsoe_logo img {
    width: 200px;
  }

  .re_fg img {
    width: 350px;
  }
  
  nav#navbar-main {
    display: block;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #00629B;
    font-family: 'Roboto', 'sans-serif';
  }
}

@media (max-width: 576px) {
  .jsoe_logo img {
    width: 150px;
  }

  .re_fg img {
    width: 200px;
  }

  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%2300629b' d='M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E%0A");
  }

  .text-align-right {
    text-align: left;
    
  }
}

/* Homepage */
.page-node-375 .image_text .displayed_text {
  display: flex;
  align-items: center;
}
.page-node-375 .image_text .displayed_text p {
  text-align: center;
}
.page-node-375 .image_text .displayed_text img {
  width: 50%;
}

/* Featured Bottom First */
.featured-bottom {
  background: #F5F0E6;
  padding-top: 20px;
  padding-bottom: 20px;
}

.region-featured-bottom-first .partner img {
  width: 85%;
}

.region-featured-bottom-first .contributor img {
  width: 70%;
}

/* Featured Bottom Third */
.featured_bottom_third {
  background: #00c6d7;
}

#block-jacobsschoolboilerplatesummary-2 p a {
  color: #fff;
}

/* Sidebar */
.sidebar_first .content ul {
  list-style: none;
  padding-left: 0;
}
.sidebar_first .content ul li a {
  display: block;
  font-size: 1.2rem;
  padding: 0.5rem 0;
}

/* Rankings Page */
.page-node-11 table {
  border-collapse: collapse;
  border: 1px solid #182b49;
}
.page-node-11 tr {
  border: none;
}
.page-node-11 th,
.page-node-11 td {
  padding: 0.75rem;
  border: none;
}
.page-node-11 th {
  background-color: #182b49;
}
.page-node-11 td {
  background-color: #fff;
}
.page-node-11 th:first-child,
.page-node-11 td:first-child {
  text-align: right;
  width: 150px;
}

/* Publications */
.page-node-200 .equal-row:not(.different) img {
  max-width: 150px;
  height: auto;
}

/* 6-2-20 Page */
.page-node-326 img.float-left {
  max-width: 300px;
}

/* Footer */
.site-footer {
  /* border-top: 1px solid #ccc; */
  background: #00629b !important;
  padding-bottom: 0;
}

footer {
  margin-top: 0 !important;
}

.site-footer .block {
  width: 100%;
  margin: 0;
  border: none;
}

.site-footer .content a,
.site-footer .content a:hover,
.site-footer .content a:active,
.site-footer p {
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
footer.site-footer .content ul {
  list-style: none;
  padding-left: 0 !important;
}
footer .content ul li {
  float: left;
}
footer.site-footer .content ul li a {
  padding-right: 1rem;
  font-size: 1rem;
}
.site-footer__top,
.site-footer__top .region-footer-first,
#block-jacobsschoolfooter-2 {
  width: 100%;
}

footer img {
  max-width: 250px !important;
}

.footer_end {
  display: flex;
  justify-content: center;
  background: #182b49;
}

.footer_end p {
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0.5rem;
}

/* Sponsor logos. These may need to be changed when editing the footer due to column IDs potentially changing.  */
footer .content .equal-row {
  align-items: center;
}
#col-87044-0 img {
  max-width: 200px;
}
#col-87044-1 img {
  margin-bottom: 2rem;
}
#col-99147-0 img {
  max-width: 180px;
}
#col-99147-1 img {
  max-width: 200px;
}
#col-49639-0 img {
  max-width: 150px;
}
/* footer .content .equal-row:nth-child(1) > div:nth-child(1) {
}
footer .content .equal-row:nth-child(1) > div:nth-child(1) {
} */

/* Elements */
.view-frontpage {
  display: none;
}

.text_white,
.text_white * {
  color: #fff;
}
table p {
  margin-bottom: 0;
}
table th * {
  text-transform: uppercase;
}
tr {
  background-color: #fff;
}
td:first-child {
  white-space: nowrap;
}

/* YouTube Video */
.jsoe_video_container {
  width: 100%;
  position: relative;
  background-image: url("/sites/default/files/groups/jsoe/research-expo/RE2022-BANNER-Dayeh_Lab-07045-e-1200x200.jpg");
  background-size: cover;
}
#jsoe_video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.jsoe_video_text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jsoe_video_text h2 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.9;
  text-shadow: 0 6px 12px rgb(0 0 0 / 50%);
}
.jsoe_video_text h2:not(::first-line) {
  text-indent: 0;
}
.jsoe_video_text p {
  color: #fff;
  max-width: 600px;
}
.jsoe_video_text h1 {
  text-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}
.jsoe_video_text p {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
.jsoe_video_container .btn_yellow {
  background-color: #ffcd00;
  color: #484949;
  padding: 0.8em 1.5em;
  border-radius: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}
.jsoe_video_container .btn_yellow:hover {
  background-color: #fff;
  color: #484949;
}
#jsoe_video {
  position: relative;
  padding-bottom: 16.67%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
#jsoe_video iframe,
#jsoe_video object,
#jsoe_video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.re_banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.re_banner .container {
  position: absolute;
}
.re_bg {
  width: 100%;
}
.re_bg img {
  width: 100%;
}

.re_gf img {
  width: 100%;
}

.accordion .card-body {
  padding-left: 0;
  padding-right: 0;
}

table td {
  vertical-align: top;
}

.department_label {
  text-transform: uppercase;
  color: #00629b;
  font-size: 1rem;
  font-weight: 700;
}
.department_name {
  text-transform: uppercase;
  font-weight: 700;
}
