  #main {
    min-height:600px;
}


#main {
    padding: 15px 50px;
    background-color: #ffffff;
    margin-top: 50px;
    margin-bottom: 50px;
}

@media screen and (min-width:480px) {
    main {
        /*padding-left: 175px !important;*/
    }
}


#dept-title {
text-align:center;
    border: none;
}
#site-nav {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: .9em;
}

#cpp-carousel-pause, #cpp-carousel-play, .carousel-indicators li button {
    bottom: 0px;
}
@media screen and (min-width:480px) {
    #offset-pills-tab {
        width: 175px;
        position: absolute;
        left: -175px;
        top: 60px;
        text-align:center;
    }
}
@media screen and (max-width:479px) {
    #offset-pills-tab {
        width: 100%;
    }
}
.offset-tabs .nav-pills a:focus, .offset-tabs .nav-pills a:hover {
    color: #014c8c;
    background-color: #e9ecef;
}

.offset-tabs .nav-pills .nav-link {
    border-radius: 0;
    background-color: #ffffff;
    border-bottom: thin solid #999999;
}
.offset-tabs .nav-pills .nav-item.show .nav-link, .offset-tabs .nav-pills .nav-link.active, .offset-tabs .nav-pills .nav-link.active:hover {
    background-color: #01426a;
    color:#ffffff;
}
/* exhibiton cards list */
.ex-img {
border: thin solid #ccc;
    padding: 10px;
}

.ex-img img {

}

.ex-img figcaption {
	text-align: center;
    font-size: .8em;
    line-height: 1.5em
}

/* may be moved to main css when done */
.slide-caption {
    position: relative;
    left: 75px;
}

.gray-link-box {
     background-color: #efefef;
    border-top: thin solid #999;
    border-bottom: thin solid #999;
}
.gray-link-box img {
    padding: 15px;
    width: 125px;
}
.gray-link-box a {
    text-align: center;
    width: calc(100% - 155px);
    display: inline-block;

}

.featurette.primary-blue div {
    color: #fff;
}

/* Engage Section:  figures and figcaptions for images */

.fig {
    width: 100%;
}

.fig-250 {
    max-width: 250px;
    height: auto;
}

.fig-350 {
    max-width: 350px;
    height: auto;
}

.fig-400 {
    max-width: 400px;
    height: auto;
}

.fig-450 {
    max-width: 450px;
    height: auto;
}

.fig-500 {
    max-width: 500px;
    height: auto;
}

.fig-550 {
    max-width: 550px;
    height: auto;
}

.left {
    float:left;
    padding-right: 15px;
    margin-top: 15px;
}

.right {
    float:right;
    padding-left: 15px;
    margin-top: 15px;
}

.env-artwork-descr {
    padding-top: 5px;
    line-height: 12pt;
    font-size: 10pt;
}

.banner-image {
    text-align: center;
}

.banner-image img {
    height: 480px;
    width: auto;
}

/* 

@media (max-width: 990px) {
    .banner-image {
        text-align: center;
    }
    
    .banner-image img {
        height: auto;
        width: 100%;
    }
}

@media (max-width: 990px) {
  .fig-250, .fig-350, .fig-400, .fig-450, .fig-500, .fig-550 {
    width: 100%;
  }
  
  .right, .left {
      float: none;
      padding: 0;
      margin: auto;
  }
  
  .env-artwork-descr {
      padding-bottom: 30px;
  }
}