<style type="text/css">
/*HOMEPAGE*/
a.nodec {
    text-decoration: none !important;
}

#index-menu a{
    text-decoration: none !important;
}

.navbutton-container {
    display: flex;
    gap: 10px;
}

#mobile-main .navbutton-container {
    justify-content: center;
}

.navbutton-container a {
    cursor: pointer;
}

#departments .col.rpp__column.rpp__column--first {
  position: sticky;
  position:-webkit-sticky;
  top: 0;
  align-self: auto;
}

.logo-container {
    display: flex;
    flex-direction: column;
    height: 88vh;
    justify-content: space-between;
}

#departments h3, #mobile-main h3 {
    padding: 21px;
    border-top: 2px solid white;
    margin-bottom: 0;
}

#departments .rpp__column--second .rpp__basic--content,  #mobile-main .rpp__column--second .rpp__basic--content{
    border-right: 2px solid white;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
}

div#about {
    position: fixed;
    top: 0;
    height: 50vh;
    overflow: scroll;
    border-bottom: 2px solid white;
    z-index: 100;
    display: none;
}

.about-wrapper {
    display: flex;
    gap: 30px;
}

.about-left, .about-right {
    width: 50%;
}

#about .navbutton-container{
    display: block;
}

#about #mobile-about-close{
display: none;
}

.about-flex{
display: flex;
gap: 30px;
padding-top: 15px;
}

.about-flex img{
width: 30%;
}

.about-flex .dept-white-button  a{
text-decoration: none !important;
}

.dept-white-button p.text-align-center{
border: none;
}

.past-shows{
text-align: center;
}

div#index-menu {
    position: fixed;
    top: 0;
    height: 50vh;
    overflow: scroll;
    border-bottom: 2px solid white;
    z-index: 100;
    display: none;
}

#index-menu .navbutton-container{
   justify-content: space-between;
}

.rpp__bg-color--default-dark h3:hover{
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX0xxc1JnIiBwYXR0ZXJuVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB3aWR0aD0iNiIgaGVpZ2h0PSI2IiBwYXR0ZXJuVHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48bGluZSB4MT0iMCIgeT0iMCIgeDI9IjAiIHkyPSI2IiBzdHJva2U9IiM1OEJGOTgiIHN0cm9rZS13aWR0aD0iMiIvPjwvcGF0dGVybj48L2RlZnM+IDxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjcGF0dGVybl9McXNSZykiIG9wYWNpdHk9IjEiLz48L3N2Zz4=')
}

#mobile-main{
display: none;
}

#mobile-main .text-align-center img{
  width: 30%;
}

.main-page#departments h3 .h2 .text-sans a{
  display: inline-block;
  width: 50vw;
}

/*--mobile adjustments--*/

@media only screen and (max-width: 768px) {
#video-hide{
   display: none;
}
#mobile-main h3 .h2 .text-sans a{
display: inline-block;
width: 100vw;
}
#mobile-main {
    display: block;
}
.main-page#departments {
   display: none;
}
div#about {
  height: 100vh;
}
.about-wrapper{
  display: block;
}
.about-left, .about-right {
    width: 100%;
}
#about #desktop-about-close{
  display: none;
}
#about #mobile-about-close{
display: block;
}
#about .navbutton-container{
    display: flex;
    justify-content: space-between;
}
div#index-menu {
  height: 100vh;
}
}

/*HEADER*/
svg.icon__citation {
    display: none;
}

svg.icon__print {
    display: none;
}

.publication__title {
    text-transform: uppercase;
}

/*COLORS*/
.color-green{
color: #58BF98 !important;
}

.color-red{
color: #F04923 !important;
}

.color-blue{
color: #02c2f3 !important;
}

/*BUTTONS*/

.buttonred {
  border: 1.5px solid #F04923;
  color: #F04923;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  margin: 4px 2px;
  border-radius: 60px;
}

a:hover .buttonred,
a:hover.buttonred {
  border: 1.5px solid #fff;
  color: #fff;
  background-color: #F04923;
}

.buttongreen {
  border: 1.5px solid #58BF98;
  color: #58BF98;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  margin: 4px 2px;
  border-radius: 60px;
}

a:hover .buttongreen,
a:hover.buttongreen {
  border: 1.5px solid #fff;
  color: #fff;
  background-color: #58BF98;
}

.buttonblue {
  border: 1.5px solid #02c2f3;
  color: #02c2f3;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  margin: 4px 2px;
  border-radius: 60px;
}

a:hover .buttonblue,
a:hover.buttonblue {
  border: 1.5px solid #fff;
  color: #fff;
  background-color: #02c2f3;
}

.button-stack .text-align-center{
margin-bottom: 10px;
}

/* IG wrap text patch*/
.py-md-5.pr-lg-5 .buttonred{
    max-width: 25vw;
}

.button-stack .buttonred{
    word-break: break-all;
}


/*TYPOGRPAHY*/
.text-uppercase{
letter-spacing: 1px;
}

.text-uppercase .h3{
letter-spacing: 1.5px;
}

h2 .h1, h3 .h1{
font-weight: 300 !important;
}

.h4{
line-height: 1.3;
}

#index-menu .h4{
line-height: 1.3 !important;
}

.body-leading .h3{
line-height: 1.4;
}

/*--------DEPT PAGES--------*/
.dept-name{
padding-bottom: 20px;
}

.flex-container-depts {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 10px;
    justify-content: flex-start;
    padding: 20px;
    list-style: none;
}

.flex-container-depts a {
   text-decoration:none;
}

li.flex-item.h4.text-sans {
    margin-bottom: 5px;
}

.dept-names {
    height: 80vh;
    overflow: scroll;
}

.display-3.color-red {
    font-weight: 300;
}

.current-dept {
  background-color: white;
}

.current-dept a {
  color: #F04923 !important;
}

.dept-footer-flex {
    display: flex;
    gap: 70px;
    margin: 0px 20px;
    padding: 30px 0px;
    border-top: 2px solid white;
}

.dept-footer-flex img{
   width: 15%;
   align-self: flex-start;
}

.dept-white-button {
    padding-top: 15px;
}

.dept-white-button p {
    border: 1.5px solid white;
    padding: 5px 15px;
    line-height: 1.7;
    border-radius: 60px;
    text-align: center;
}

.dept-spacer{
padding: 0 2rem;
}

p.dept-padding {
    height: 40px;
}

/*show title footer on Dept page*/
.px-1.pb-0.pt-0.rpp__component.rpp__component--layout-builder.rpp__component--inline-block-basic.rpp-video {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 67%;
}

.px-1.pb-0.pt-0.rpp__component.rpp__component--layout-builder img {
    background: #101010;
    padding-bottom: .75rem;
}

.fade-top {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(21 21 21 / 0%)), to(#101010));
}

#departments h3 a {
  display: inline-block;
  width: 33vw;
}

/*--------DEPT Mobile--------*/
@media only screen and (max-width: 768px) {

#departments h3 a {
  display: inline-block;
  width: 100vw;
}

#departments .col.rpp__column.rpp__column--first {
  position: static;
}

.dept-footer-flex {
    gap: 10px;
}

.dept-spacer {
    padding: 0 1rem;
}

.px-1.pb-0.pt-0.rpp__component.rpp__component--layout-builder.rpp__component--inline-block-basic.rpp-video {
  width: 100%;
}

.flex-container-depts {
    padding: 0px;
}

li.flex-item.h4.text-sans {
    font-size: 15px;
    margin-bottom: 0px;
}

.buttonred{
    padding: 7px 12px;
}

.buttonblue{
    padding: 7px 12px;
}

.buttongreen{
    padding: 7px 12px;
}

.col.rpp__column--second, .col.rpp__column--first{
  flex-basis: auto;
}

.dept-names{
  height: auto;
}

.dept-white-button p {
    padding: 3px;
    line-height: 1.4;
}

.dept-footer-flex img {
    width: 30%;
}

p.dept-padding {
    height: 0px;
}

}

/*OPTION 2 NAME LOZENGE*/
.name-dark .display-2 .text-uppercase {
    border: 1.5px solid white;
    background-color: black;
    padding: 10px 40px;
    margin: 4px 2px;
    border-radius: 120px;
    display: inline-block;
   text-align: center;
}

.name-light .display-2 .text-uppercase {
    border: 1.5px solid black;
    background-color: white;
    padding: 10px 40px;
    margin: 4px 2px;
    border-radius: 120px;
    display: inline-block;
   text-align: center;
}

/*OTHER*/
hr{
border-bottom: 1px solid white !important;
}

/*CAROUSEL*/

.carousel-dark .rpp__component--inline-block-carousel .carousel-attributes .carousel-control-prev-icon{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='white' stroke-width='2' stroke-miterlimit='10' d='M30.8 45L17.2 24.6 30.8 3'/%3E%3C/svg%3E") !important;
}

.carousel-dark .rpp__component--inline-block-carousel .carousel-attributes .carousel-control-next-icon{
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2 3l13.6 20.4L17.2 45' fill='none' stroke='white' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E") !important;

}

.carousel-caption p{
text-align: left !important;
}

.carousel-dark .h4 {
color: white;
}

.carousel-dark .carousel-counter {
    color: white;
}

.carousel-light .carousel-counter {
    color: black;
}

.carousel-green .carousel-caption .h4{
    color: #58BF98 !important;
}

.carousel-caption .h3{
color: #02c2f3;
}

@media only screen and (max-width: 768px) {
.carousel-control-prev, .carousel-control-next {
align-items: flex-start  !important;
}
.rpp__component--inline-block-carousel .carousel-attributes .carousel-captions {
max-width: 100% !important;
}
}

/*FOOTER*/
.flex-container{ 
   display:flex;
   flex-wrap:wrap;
   justify-content: space-around;
   padding: 50px;
}

@media only screen and (max-width: 768px) {
.flex-container{ 
   padding: 10px;
}
}

.panel-heading a{
   text-decoration: none;
}

.flex-item {
    list-style: none;
    width: fit-content;
    height: auto;
    float: left;
    line-height: .3;
}

.flex-item a {
  text-decoration:none;
  line-height:1.4;
}

.RISDseal{
width: 70vw;
}

/* LAYOUT BUILDER ONLY, MAKING IT EASIER TO EDIT CONTENT */
/* elements */

#layout-builder #departments,
#layout-builder #index-menu,
#layout-builder #about{
    position: relative !important;
    height: auto !important;
    width: auto !important;
    pointer-events: auto !important;
}

#layout-builder #about,
#layout-builder #index-menu,
#layout-builder #mobile-main{
    top: auto !important;
    display: block !important;
}

</style>