.big-left {
  color: #555;
  font-size: 24px;
  text-transform: uppercase;
}
.small-right {
  color: #333;
  font-size: 16px;
  padding-left: 15px;
}
.row.dotted-container p,
.story-content p,
.story-content li {
  font-size: 16px;
}
.button {
  display: inline-block;
  font-family: "United Sans", Impact, "Arial Black", "sans serif";
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  padding: 8px 3em 6px 3em;
  border: 2px solid #8e6f3e;
}
.button:hover {
  color: #fff !important;
  border-color: #8e6f3e;
  background-color: #8e6f3e;
}

.jump-links {
  list-style-type: none;
}
.jump-links li::before {
  //  content         : '\22B7';
  color: #999;
  line-height: 10px;
}

#maincontent > .sidebar .sidebar-left {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
/* #maincontent > .content {
  max-width: 100%;
} */
.story-content h1,
.story-content h2,
.story-content h3,
.story-content h4 {
  margin-top: 30px;
}
.content .container {
  width: 100%;
}
.breadcrumb {
  margin-bottom: 0;
}
.cc-story a:hover p {
  background-color: #c28e0e;
  color: #fff !important;
}
.XS-text,
.SM-text,
.MD-text,
.LG-text,
.XL-text {
  color: #fff;
}
.ONE-SIZE {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.CALLOUT-intro {
  color: #000;
  font-style: italic;
  padding-top: 0;
  text-align: left;
}
.CALLOUT-title {
  color: #000;
  font-weight: 600;
  margin: 1rem;
}

#main-content {
  width: 100%;
}
.TUTORIAL-BOX,
.EXAMPLE-BOX {
  background-color: #eee;
  padding: 30px;
  width: 100%;
}
.CODE-BOX {
  background-color: #fff;
  border: 2px dotted #ddd;
  border-radius: 6px;
  display: block;
  margin-bottom: 30px;
  padding: 30px;
  text-align: left;
  width: 100%;
}
.TUTORIAL-BOX .SM-text {
  color: #999;
}
.EXAMPLE-BOX {
  margin-top: 0;
  padding-top: 0;
}

#entity-subsite-title a {
  text-transform: none !important;
}
#college-proof-points-container {
  margin-top: auto !important;
}

/* ********************* */
/* *** D E F A U L T *** */
/* ********************* */
.PADDED {
  padding-left: 30px;
  padding-right: 30px;
}
.XS-text {
  font-size: 1em;
}
.SM-text {
  font-size: 1em;
}
.MD-text {
  font-size: 1em;
}
.LG-text {
  font-size: 1.15em;
}
.XL-text {
  font-size: 1.35em;
}
.SHADOW-text {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
}
.EXPANDER-links {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  bottom: 0;
  color: #fff;
  height: auto;
  margin: 0;
  padding: 0;
  padding-bottom: 9px;
  padding-top: 9px;
  top: auto;
}
.EXPANDER-box {
  height: 625px;
}
.BANNER-box {
  background-position: center;
  background-size: cover;
  padding: 0;
}
.GLASS {
  background: rgba(0, 0, 0, 0.45);
  border-top: 2px solid rgba(0, 0, 0, 0.65);
  bottom: 0;
  padding: 0;
  position: absolute;
  text-align: center;
}
.OBSIDIAN {
  background: #000;
  padding: 0;
  text-align: center;
}
.BUTTON {
  border: 2px solid #c28e0e;
  color: #fff !important;
  font-size: 1.15em;
  font-weight: 400;
  margin: 5px;
  padding: 8px 10px 6px 10px;
  text-transform: uppercase;
  text-align: center;
}
.BUTTON:hover {
  background: #c28e0e;
  color: #fff;
  text-decoration: none;
}

/* ***************** */
/* *** S M A L L *** */
/* ***************** */

@media (min-width: 576px) {
  .XS-text {
    font-size: 1em;
  }
  .SM-text {
    font-size: 1em;
  }
  .MD-text {
    font-size: 1.15em;
  }
  .LG-text {
    font-size: 1.35em;
  }
  .XL-text {
    font-size: 1.6em;
  }
  .EXPANDER-links {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  .EXPANDER-box {
    height: 350px;
  }
}

/* ******************* */
/* *** M E D I U M *** */
/* ******************* */

@media (min-width: 768px) {
  .XS-text {
    font-size: 1em;
  }
  .SM-text {
    font-size: 1.15em;
  }
  .MD-text {
    font-size: 1.35em;
  }
  .LG-text {
    font-size: 1.6em;
  }
  .XL-text {
    font-size: 1.9em;
  }
  .EXPANDER-box {
    height: 425px;
  }
}

/* ***************** */
/* *** L A R G E *** */
/* ***************** */

@media (min-width: 992px) {
  .XS-text {
    font-size: 1.15em;
  }
  .SM-text {
    font-size: 1.35em;
  }
  .MD-text {
    font-size: 1.6em;
  }
  .LG-text {
    font-size: 1.9em;
  }
  .XL-text {
    font-size: 2.35em;
  }
  .EXPANDER-box {
    height: 550px;
  }
}

/* ***************************** */
/* *** E X T R A - L A R G E *** */
/* ***************************** */

@media (min-width: 1200px) {
  .XS-text {
    font-size: 1.25em;
  }
  .SM-text {
    font-size: 1.5em;
  }
  .MD-text {
    font-size: 1.8em;
  }
  .LG-text {
    font-size: 2.65em;
  }
  .XL-text {
    font-size: 2.75em;
  }
  .EXPANDER-box {
    height: 625px;
  }
}

/*** Adjustments to the name of the site in the top header area ***/

.top .department a {
  line-height: 1.3em;
  position: relative;
  top: 0px;
}

/*** Change the url below to set the default photo for your homepage ***/

.hero {
  background-image: url("./images/photonics.jpg");
}

/*** Styles for the news and events tabs on the homepage ***/

.feed {
  background-color: #eee;
  overflow-y: scroll;
}

.feed .tab-content {
  overflow-y: visible;
}

.feed .tab-content row {
  margin: 0 10px;
}

/*** Styles for the four-box grid homepage option. 
     If you don't specify valid background-image URLs, the boxes will be solid colors.  ***/

.box1 a,
.box2 a,
.box3 a,
.box4 a,
.box5 a,
.box6 a {
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  position: relative;
  text-decoration: none;
}

.box1 a {
  background-image: url("./images/your-image-1.jpg");
  background-position: 50% 50%;
  background-color: #7ca6c0;
  border-bottom: 8px solid #7ca6c0;
}

.box2 a {
  background-image: url("./images/group.png");
  background-position: 50% 50%;
  background-color: #c76c14;
  border-bottom: 8px solid #c76c14;
}

.box3 a {
  background-image: url("./images/your-image-3.jpg");
  background-position: 50% 50%;
  background-color: #085c11;
  border-bottom: 8px solid #085c11;
}

.box4 a {
  background-image: url("./images/your-image-4.jpg");
  background-position: 50% 50%;
  background-color: #ffd100;
  border-bottom: 8px solid #ffd100;
}

.box5 a {
  background-image: url("./images/your-image-4.jpg");
  background-position: 50% 50%;
  background-color: #29a592;
  border-bottom: 8px solid #29a592;
}

.box6 a {
  background-image: url("./images/your-image-4.jpg");
  background-position: 50% 50%;
  background-color: #ad1f65;
  border-bottom: 8px solid #ad1f65;
}

.images-no-border .box a {
  border-width: 0px !important;
}

.no-images .box a {
  background-image: none !important;
  border-width: 8px !important;
}

.box1 a .caption,
.box2 a .caption,
.box3 a .caption,
.box4 a .caption {
  text-shadow: 2px 2px 5px #000;
}

/*** Make images in the page adjust to fit their container ***/

.maincontent img {
  max-width: 100%;
}

/*** News and Events tweaks ***/

.rightnav .event-list-past-link {
  margin-left: 0;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .top .department a {
    line-height: 1.3em;
    position: relative;
    top: 2px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .top .department a {
    top: 2px;
  }
}

@media only screen and (min-width: 1200px) {
  .top .department a {
    line-height: 1.2em;
    position: relative;
  }
}

/* Updates on 08-31-2018 */
.story-content {
  margin-bottom: 60px;
}
.cc-canopy {
  position: absolute;
}
.cc-story:hover {
  background-color: #c28e0e;
}
.cc-story a {
  color: #000;
}
.cc-story a:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.cc-xl-push {
  margin-top: 30px;
}
.cc-xl-padding {
  margin-top: 30px;
  margin-bottom: 30px;
}
.homepage #news-container .story a {
  display: block;
  height: 100%;
  color: #333;
  background-color: #eee;
  text-decoration: none;
}
.cc-story .title {
  font-size: 1rem;
  font-weight: 600;
  margin: 1rem;
}
.cc-story .intro {
  font-size: 0.8rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
.cc-story .image {
  height: 200px;
  background-size: cover;
  background-position-y: 20%;
  background-position-x: 50%;
}
.cc-story {
  background-color: #eee;
  display: block;
  height: 100%;
  padding: 0;
  text-decoration: none;
}

.cc-container {
  padding-bottom: 30px;
}
.cc-event-details {
  border-left: 2px solid #c28e0e;
}
.cc-month {
  color: #fff;
  background-color: #c28e0e;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  padding: 3px 2px 2px 2px;
}
.cc-day {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}
.cc-focus-bar {
  background: #000;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.cc-buffer {
  background: #000;
  margin-top: -9rem;
  margin-bottom: 9rem;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.cc-boost {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}
.cc-boost img {
  max-height: 200px;
}
.cc-breadcrumbs {
  margin-top: -9rem;
}
.cc-bouncer {
  margin-top: 9rem;
}
@media (max-width: 767.98px) {
  .cc-bouncer,
  .cc-breadcrumbs {
    margin-top: 0;
  }
  .cc-buffer {
    margin-top: 0;
    margin-bottom: 0;
  }
}
/* ******************************** */

/* Banner updates on 08-09-2018 */
.pinnacle-container {
  position: absolute !important;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.65);
  margin: 1%;
  padding: 12px;
  z-index: 1;
  -webkit-transition: background 2s, border 0.5s; /* Safari */
  transition: background 2s, border 0.5s;
  max-width: 300px;
}
.pinnacle-container:hover {
  background: rgba(0, 0, 0, 0.8);
  border: 2px solid rgba(218, 165, 32, 0.65);
}

/* Banner updates on 07-06-2018 */
#cc-pnp {
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.65);
  color: rgba(255, 255, 255, 1);
  display: none;
  padding: 2px 12px;
}
#cc-pnp:hover {
  background-color: rgba(0, 0, 0, 1);
  cursor: pointer;
}
.cc-pnp-button {
  height: 30px;
  width: 100%;
  position: absolute;
  right: 4px;
  text-align: right;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
  text-decoration: none;
  top: 4px;
}

/* Banner updates on 06-01-2018 */
.billboard-container-text {
  bottom: 0px;
  margin-bottom: 100px;
  position: absolute;
  text-align: center;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
  text-decoration: none;
  width: 100%;
  /* z-index         : 1010; */
}
.billboard-container .title {
  /*  background      : rgba(255, 215, 0, 0.65);*/
  color: #fff;
  font-size: 1.5rem !important;
  padding: 0;
}
.billboard-container .intro_head {
  color: #fff;
  font-size: 1.3rem !important;
  margin-bottom: 0px;
}
.shadow {
  z-index: 1000;
}

#billboard-links-container .button.giving {
  background-color: #c28e0e;
  border-color: #fff;
}

#billboard-links-container .button.giving:hover {
  color: #000;
  background-color: #fff;
  border-color: #c28e0e;
}

#feature-container:after {
  background-image: url("https://engineering.purdue.edu/Engr/AboutUs/News/Spotlights/2018/usaid-selects-purdue-led-center-to-research-poverty-challenges-around-world/PULSE-leaders-banner.jpg");
  background-size: cover !important;
  background-position: 0% 50% !important;
}

#dean-container:after {
  background-image: url("homepage/background-images/dean-arms-atrium-bg.jpg");
}

/* Added by E. Gray - Homepage Dean Block 4/19/18 */
.deanmore {
  float: right;
  color: #939393 !important;
  text-decoration: underline;
}

#offset-fix {
  margin-top: -1rem;
}

/* Media queries for a given screen size or LARGER */

/* Extra small devices (portrait phones, less than 576px)
   No media query since this is the default in Bootstrap */

/* Custom media query for particular feature backgrounds */
@media (min-width: 440px) and (max-width: 575.98px) {
  #feature-container:after {
    background-size: cover !important;
    background-position: 0% 70% !important;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  #feature-container:after {
    background-size: cover !important;
    background-position: 0% 50% !important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #offset-fix {
    margin-top: -9rem;
  }
  #feature-container:after {
    background-size: cover !important;
    background-position: 0% 45% !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #offset-fix {
    margin-top: -9rem;
  }
  #feature-container:after {
    background-position: 0% 30% !important;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #offset-fix {
    margin-top: -9rem;
  }
  #feature-container:after {
    background-position: 0% 25% !important;
  }
}

/* Media queries for a given screen size or SMALLER */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  #billboard-container .billboard-container-text {
    margin-bottom: 0;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  #billboard-container .billboard-container-text {
    margin-bottom: 0;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* Extra large devices (large desktops)
   No media query since the extra-large breakpoint has no upper bound on its width */

/* Banner updates on 06-08-2018 */
.billboard-container .title.cc-xl-title {
  font-size: 3em !important;
  /*  text-transform : uppercase;*/
}
.billboard-container .intro_head.cc-xl-intro-head {
  background: rgba(0, 0, 0, 0.8);
  font-size: 2em !important;
  text-transform: uppercase;
  color: #daa520 !important;
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .billboard-container .title.cc-xl-title {
    font-size: 2em !important;
  }
  .billboard-container .intro_head.cc-xl-intro-head {
    font-size: 1.4em !important;
  }
  .pinnacle-container {
    width: 127px;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .billboard-container .title.cc-xl-title {
    font-size: 1.6em !important;
  }
  .billboard-container .intro_head.cc-xl-intro-head {
    font-size: 1.2em !important;
  }
  .pinnacle-container {
    width: 127px;
  }
}

/* Smaller devices */
@media (max-width: 575.98px) {
  .pinnacle-container {
    background: rgb(255, 255, 255);
    border: 0;
    margin: auto;
    position: relative !important;
    height: auto;
    width: 100%;
  }
  .pinnacle-container img {
    content: url("https://engineering.purdue.edu/wraps/blocks/images/150-years-of-giant-leaps-horizontal.png");
  }
  .pinnacle-container:hover {
    background: rgba(0, 0, 0, 0.1);
    border: 0;
  }
}

/* E. Gray 6/13/19 */
.dotted-container {
  background: #fff;
  border: 1px dashed #eee;
  padding: 0;
  margin-top: 15px;
}

.gray-header {
  background: #eee;
  width: 100%;
}

.gray-header h2 {
  color: #666;
  margin-top: 0;
  padding: 15px;
}

.dotted-container p,
.dotted-container h3 {
  padding: 15px;
  padding-bottom: 0;
}

blockquote {
  padding: 20px;
  font-size: 20px;
  color: #c28e0e;
  color: #333;
}

blockquote p {
  text-align: right;
  font-size: 16px;
  color: #333;
}

.blockquote-L {
  border-left: 5px solid #eee;
  margin-left: 15px;
}
.blockquote-R {
  border-right: 5px solid #eee;
  margin-right: 15px;
}

/* Custom CSS for Testimonials */
.testimonial {
  margin-bottom: 15px;
}

.testimonial-quote {
    border-right: 5px solid #EEE;
}

.testimonial-quote .quote-container .question {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
}

.testimonial-quote blockquote {
  border: 0;
  margin: 0;
  padding: 0;

  background: none;
  font-style: italic;
  position: relative;
}

.testimonial-quote blockquote * {
  box-sizing: border-box;
  /* padding: 0px 15px; */
  text-align: left;
  font-size: 20px;
}

.testimonial-quote img {
  display: block;
  width: 30%;
  height: auto;
  float: left;
}

.testimonial-quote cite {
  display: block;
  text-align: right;
  /* margin: 0 15px; */
}

.testimonial-quote cite span {
  font-weight: bold;
}

.testimonial-quote {
  position: relative;
}

.testimonial-quote .quote-container {
  width: 70%;
  float: right;
  padding: 0 15px;
}

.testimonial-quote.right {
  border-left: 5px solid #eee;
  border-right: none;
}

.testimonial-quote.right .quote-container {
  width: 70%;
  float: left;
}

.testimonial-quote.right img {
  float: right;
}

.testimonial-quote.right cite {
  /* text-align: left; */
}

.testimonial-quote.no-image {
  border-right: 5px solid #eee;
}

.testimonial-quote.no-image .quote-container {
  width: 100%;
  float: left;
}

.testimonial-quote.no-image img {
  float: left;
}

.testimonial-quote.no-image cite {
  /* text-align: right; */
}

.testimonial-quote.right.no-image {
  border-left: 5px solid #eee;
  border-right: none;
}

.testimonial-quote.right.no-image .quote-container {
  width: 100%;
  float: left;
}

.testimonial-quote.right.no-image img {
  float: right;
}

.testimonial-quote.right.no-image cite {
  /* text-align: left; */
}
