
@media only screen {.preview-mode-theme-mismatch-warning {display: none !important;}
}


/*********************** About Team boxes *******************/
.box6 .title,.boxImage,.box6 img,.box6:after{transition:all .35s ease 0s}
.box6:after{content:""}
/* .box6{overflow:hidden} */
.box6 .icon li a{border-radius:50%}

.box6{height:305px;width:180px;background:#fff;position:relative;border-radius:10px}

.box6:hover:after{transform:skew(20deg) translateX(0)}

/* .box6 img{width:100%;position:absolute;bottom:0px;left:0px;} */
.box6:hover .boxImage {
    opacity:.2
}

.box6:hover .profileThumbnail {
     display:block;   
}

.boxImage {
    width:100%;
    position:absolute;
    bottom:0px;
    left:0px;
}


.box6 .box-content{padding:15px;text-align:justify;position:absolute;top:0;right:0;}
.box6 .icon{padding:0;list-style:none}
.box6 .icon li a{text-align:center}
.box6 .title{font-size:18px;font-weight:400;color:#000;margin-top:270px;text-align:center;}
/* .box6 .title{font-size:18px;font-weight:400;color:#000;margin-top:150px;text-shadow:0 0 3px rgba(0,0,0,.7);} */
/* .box6 .title{font-size:20px;font-weight:900;color:#fff;margin:0 0 10px;transform:scale(0)} */
.box6:hover .title{transform:scale(0.8);display:none;}
.box6:hover .description{transform:scale(0.5)}
.box6:hover .post{transform:scale(0.5);display:block;}
.box6 .icon li,.box6 .post{opacity:0;transform:translateX(40px);transition:all .35s ease 0s}
.box6 .post{display:none;font-size:8px;color:#fff;margin-bottom:5px;line-height:1.35;}
.box6 .icon{display:inline-block;margin:0}
.box6:hover .icon li,.box6:hover .post{opacity:1;transform:translateX(0)}
.box6:hover .icon li:first-child{transition-delay:.1s}
.box6:hover .icon li:nth-child(2){transition-delay:.2s}
.box6 .icon li a{display:block;width:15px;height:15px;line-height:15px;background:#fff;font-size:8px;color:#605f5f;margin-bottom:5px;transition:all .35s ease}
.box6 .icon li a:hover{background:#605f5f;color:#fff}
@media only screen and (max-width:990px){.box6{margin-bottom:30px}
}
.box6:hover {
     transform: scale(1.4);   
     transition: transform .2s; /* Animation */
     z-index:100;
     box-shadow:0 0 13px rgba(0,0,0,.3);
     background:#000;
}


.profileThumbnail {
    margin-left:38px;
    margin-bottom:10px;
    width:75px;
    height:75px;
    overflow:hidden;
    position:relative;
    display:none;
    border-radius: 50%;

}

.profileThumbnail img {
     width:100%;
     height:auto;
}


/* .profileThumbnail:hover {
    transform: scale(1); 
} */


/******************** Zoom effect **********************/
.zoom {
  padding: 10px;
  transition: transform .2s; /* Animation */
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.videoZoom {
  transition: transform .2s; /* Animation */
  width: 230px;
  height: 200px;
  margin: 0 auto;
}


.videoZoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/**************** Modal Popup **********************/
 /* The Modal (background) */
.modal-sp {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content-sp {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close, .close1, .close2, .close3, .close4, .close5, .close6, .close7, .close8, .close9{
  color: #9C9C9C;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover, .close1:hover, .close2:hover, .close3:hover, .close4:hover, .close5:hover,
.close:focus, .close1:focus, .close2:focus, .close3:focus, .close4:focus, .close5:focus, .close6:hover, .close7:hover, .close8:hover, .close9:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 


/* @media (min-width:300px) {
    .row {
      display: flex;
      flex-wrap: wrap;
    }
} */

@media (min-width:990px) {
    .row {
      display: flex;
      flex-wrap: nowrap;
    }
}

.aboutrow {
    display: flex;
    flex-wrap: wrap;
}


/* Publications CSS */
.pubList {
    padding: 5px;
}

.pubListItem {
    padding: 5px;
}

/* Anchor */
.anchor {
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
}

/* Footer */
.footerList {
    list-style-type:none;
    margin-left:-30px;
    width:400px;

}

.footerListItem {
    float:left;
    
}

.footerListItem:after {
    content:'|';
    
}

.footerListItem:last-child:after {
    content:'';
    
}

.footerListItemLink:link{
  line-height:40px;
  position:static;
  color: #707070;
  text-decoration: none;
}

.footerListItemLink:visited{
  color: #707070;
}
/* mouse over link */
.footerListItemLink:hover {
  color: #A9A9A9;
}

.aboutparagraph {
  margin-bottom: 49px;
  padding: 0px;
  font-size: 16px;
  line-height: 25px;
  font-style: normal;
  text-align: justify;
}
.abouttable{
  margin-top: -30px;
  margin-bottom: 10px;
  width: 100%;
  font-size:16px; 
  font-weight:300; 
  color: rgba(90, 89, 89, 0.8);
  text-align:justify;
  line-height:25px;
  padding-left:5px;
  padding-right:5px;
}
.abouttabletr {
  border-top: 1px solid black;
  border-collapse: collapse;
}
.abouttableth {
  text-align: left;
  margin-left: 100px;
  width: auto;
}

* Create columns that floats next to each other */
.column {
    float: left;
    width: 10%;
    padding: 0px;
}
.footerlink_column {
  margin-left: 15%;
  margin-top:0px;
  float: left;
  width: 360px;
  text-align: left;
  padding: 10px;
}
.copyright_column {
  text-align: left;
  float: none;
  margin-top: 10px;
  width: 500px;
  margin-left: 40%;
  padding:10px;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.collapsible-sp {
  background-color: #5499c7;
  color: white;
  cursor: pointer;
  padding: 18px;
  margin-top:5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}
.collapsible-sp:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  color: white;
  font-size: 13px;
  float: right;
  margin-left: 5px;
}
.active-sp:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
  color: white;
}
.active-sp, .collapsible-sp:hover {
  background-color: #2980b9;
}
.quicklink_content {
  padding: 0 5px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}
.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}
.list1 {
  margin-top: 24px;
  margin-bottom: 23px;
  padding-right: 22px;
  text-align: left;
}
.mainimage{
    margin-top:5px;
    padding-right:0px;
    width:auto;
    height:100px;
    display:block;
}
.tileimage-small{
  display: block;
  width: 300px;
  height: 300px;
  margin: 30px;
}
.tileimage{
  display: block;
  width: 380px;
  height: 380px;
  margin-bottom: 30px;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
}
.image {
  margin-bottom: -84px;
}
.image1 {
  border-width: 41px 146px 146px;
  border-color: #11c807;
}
.appIconImage
{
  width:80px;
  height:80px;
  border-radius:8px;
}
.subhero {
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}
.aboutparagraph {
  margin-bottom: 49px;
  padding: 0px;
  font-size: 16px;
  line-height: 25px;
  font-style: normal;
  text-align: justify;
}

.publications {
  margin-top: 55px;
  margin-bottom: -41px;
  padding-top: 4px;
  padding-bottom: 0px;
}
.publicationsimage {
  height: 244px;
  margin-top: 9px;
  float: none;
}
.publicationstext {
  margin-top: 17px;
}
.quincey {
  margin-bottom: -60px;
  padding-bottom: 74px;
}
.quicklink_subtitle {
  text-align: center;
  margin-top: 8px;
  padding-bottom: 8px;
  color: #565656;
  text-decoration: none;
}

.w-col-6 {
  width: 50%;
}

.w-col {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.col-5-sp {
  display: inline-block;
  margin: 5px;
}

.videothbnail {
  width: 230px;	
}

.eytfooter {
	position: absolute;
	bottom:0;
	align-self: flex-end;
	padding-top:20px;
	padding-bottom:20px;
	flex-wrap: wrap;
}

.eytheader {
	z-index:10000;	
}

.form-group {
  margin-bottom: 1rem;
}

.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col {
  padding-left: 5px;
  padding-right: 5px;
}

label {
  margin-bottom: 0.5rem;
}