/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 08 2022 | 19:15:56 */
/*Layouts css goes here*/
a:focus {
  color: #00539f;
}

.about-polaroid {
   height: 534px;
   }

 @media screen and (max-width: 767px) {
      .about-polaroid {
        height: 637px;
      }
      }

.research-polaroid {
   height: 728px
   }

.partner-cresp {
  padding: 20px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .oet-polaroid-cell .polaroid .img-wrapper img {
      min-height: 170px;
  }
  
  .oet-polaroid-cell .polaroid .img-wrapper {
    margin-bottom: -80px;
}
  
}


.leadership-card, .research-card {
margin-bottom:12px;
}

ul, ol {
    color: black;
}

p {
color: black;
}

.contact-green h3 {
font-weight: bold;
color: #bed600;
}

.contact-green p {
color: white;
}

.contact-green a {
font-weight: bold;
color: #c4d8e5;
}

@media screen and (max-width: 767px) {
  .quote-text h3 {
    font-size: 1.3em;
}
}

.hero-text img {
    margin-left: 42px;
}

.green-tags a {
color: #A36200;
}

.menu-container .ubermenu-main .ubermenu-nav {
    background-color: #c4d8e5 !important;
}

.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main:hover {
    color: #003976;
    background-color: #c4d8e5;
}

.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
    color: #003976;
    background-color: #c4d8e5;
}

/*header#udHeader {
    border-bottom: 3px solid #00a0df !important;
}*/


.project-card {
    background-color: white;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    padding: 24px;
    margin-bottom: 20px;
    min-height: 480px;
}

 @media screen and (max-width: 767px) {

 .project-card {
    min-height: 310px;
   }
 }

.pub-polaroid {
    background-color: white;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    padding: 24px;
    margin-bottom: 20px;
}

.pub-button {
position: absolute;
right:    0;
bottom:   0;
}

.research-button {
position: absolute;
right:    0;
bottom:   0;
}

.pub-polaroid h3 {
    color: #003976;
    font-weight: bold;
    font-size: 1.3em;  }

@media screen and (max-width: 991px) {
  .polaroid {
height: 715px !important;
  }
}


@media screen and (max-width: 767px) {
  .polaroid {
height: 100% !important;
  }
}


.hero-image {
  background-image: url("https://www.cresp.udel.edu/wp-content/uploads/2018/04/home.jpg");
  height: 60vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 72, 165, 0.45);
  padding: 30px 15px;
  width: 650px;
}

@media screen and (max-width: 767px) {
  .hero-text {
width: 320px;  }
}

.hero-text h3 {
color:white;
font-weight: bold;
}

@media screen and (max-width: 767px) {
  .hero-text h3 {
    text-align: center;
  }
}

.hero-text img {
margin-top:14px;
}

#front-polaroid {
height: 526px;
}

@media screen and (max-width: 767px) {
#front-polaroid {
height: 640px;
}
  
  .oet-polaroid-cell .polaroid .img-wrapper {
    height: 62%;
}
  
}


@media screen and (max-width: 550px) {
#front-polaroid {
height: 530px;
}
  
  .oet-polaroid-cell .polaroid .img-wrapper {
    height: 20%;
}
  
}



@media screen and (max-width: 991px) and (min-width: 768px) {
#front-polaroid {
height: 530px;
}
}

a.button1 {
	display:inline-block;
	padding:0.35em 1.2em;
	border:0.1em solid #0069AA;
	margin:0 0.3em 0.3em 0;
	border-radius:0.12em;
	box-sizing: border-box;
	text-decoration:none;
	font-weight:300;
	color:#0069AA;
	text-align:center;
	transition: all 0.2s;
}
a.button1:hover{
	color:white;
	background-color:#0069AA;
}
@media all and (max-width:30em){
	a.button1{
	display:block;
	margin:0.4em auto;
 }
}


.quote-image-reflections {
  background-image: url("https://www.cresp.udel.edu/wp-content/uploads/2018/04/reflections.jpg");
  height: 40vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.quote-image-apple {
  background-image: url("https://www.cresp.udel.edu/wp-content/uploads/2018/04/apple.jpg");
  height: 40vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.quote-image-carrot {
  background-image: url("https://www.cresp.udel.edu/wp-content/uploads/2018/04/carrot.jpg");
  height: 40vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;	
  position: relative;
}

.quote-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 15px;
  width: 650px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .quote-text {
width: 320px;  }
}

.quote-text h3 {
color:white;
font-weight: bold;
}

.link-cell-content {
    margin: 5.5ex 0;
    width: 100%;
}

.contact-green {
	background-color: #0048A5;
    padding: 20px;
    color: white;
}




@media screen and (max-width: 767px) {
  .page-title {
	text-align: center;
    width: 100%;
    margin-top: 0px !important;
    background-color:#00a0df !important;
  }
}

#about-polaroid {
    height: 500px;
}

@media screen and (max-width: 991px) {
#about-polaroid {
    height: 556px;
}
}

@media screen and (max-width: 767px) {
#about-polaroid {
    height: 480px;
}
  
#projects-polaroid {
//height: 760px;
}
  
  .button {
  width:80%;}
}



#projects-polaroid p {
  margin-bottom: 60px;
}

.about-info {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .leadership-card {
	text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .research-card {
	text-align: center;
  }
}

#college-footer {
    margin-top: 6ex;
}




/* entire container, keeps perspective 
.flip-container {
	perspective: 1000px;
  	transform-style: preserve-3d !important;

}*/
	

@media screen and (min-width: 800px) {


/* flip the pane when hovered 
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}
  
  .hidden-read-more {
  display:none;
  }*/
  
} 

.flip-container, .front, .back {
    width: 100%;
    height: 402px;
    margin-bottom: 20px;
  	background-image: url(http://www.cresp.udel.edu/wp-content/uploads/2018/04/logo10.png);
    background-position: center;
    background-repeat: no-repeat;
    /*	transform-style: preserve-3d !important; */

    } 


@media screen and (max-width: 991px) {
.flip-container, .front, .back{
    height: 532px;
}
}

@media screen and (max-width: 767px) {
.flip-container, .front, .back {
    height: 380px;
}
}


/*flip speed goes here*/
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d !important;

	position: relative;
}

/*hide back of pane during swap*/ 
.front, .back {
	backface-visibility: hidden !important;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back  */
.front {
	z-index: 2;
	/* for firefox 31 */
	/*transform: rotateY(0deg); */
}

/* back, initially hidden pane  */
.back {
	transform: rotateY(180deg);
	background-image: url(http://www.cresp.udel.edu/wp-content/uploads/2018/04/logo10.png);
    background-position: center;
    background-repeat: no-repeat;
	z-index: 2;
}

pubp p {
font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif !important;
}

/* accessibility update for color on twitter feed links - 12/6/2021 */
.aptf-tweet-content a {
  color: #003976 !important;
}