@charset "UTF-8";
/* CSS Document */

.cc-p1text p, .cc-p2text p, .cc-p3inner p {font-size: 18px !important; line-height: 135%; text-align: left; color: black !important;}
.cc-p1text ul, .cc-p2text ul, .cc-p3inner ul{font-size: 18px !important; line-height: 135%; text-align: left; color: black !important; padding-left: 40px;}



.cc-employee-container {
width: 100%;
display: inline-block;
background-color: white;
margin: 0px auto;
text-align: center;
}
.research-box {
text-decoration: none;
}
.research-box img {
width: 30%;
min-width: 270px;
margin: 5px;
box-sizing: border-box;
display: inline-block;
}
.ss-boxes {
display: grid;
font-size: 16px;
font-weight: bold;
grid-gap: 40px;
grid-template-columns: repeat(6, 1fr);
margin: 0 auto;
padding-bottom: 0px;
width: 100%;
}
.ss-boxes-other {
display: grid;
font-size: 16px;
font-weight: bold;
grid-gap: 15px;
grid-template-columns: repeat(1, 1fr);
margin: 0 auto;
max-width: 600px;
padding-bottom: 30px;
width: 50%;
}
.ss-card {
border: 1px solid #FFFFFF;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
height: 100%;
box-shadow: 0px 0px 8px #c6c6c6;
background-color: #FFFFFF !important;
}
.ss-cardIcon {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
display: flex;
align-items: center; 
justify-content: center;
}
.ss-card:hover {
box-shadow: 0px 3px 8px #afafaf;
}
.ss-card img {
object-fit: cover;
width: 100%;
}
.ss-card__content {
display: flex;
justify-content: center;
padding: 10px 25px;
}


.ss-card__content p {
font-size: 17px !important;
font-weight: bold;
line-height: 1;
text-align: center;
}

.ss-card__content p span {
font-size: 15px !important;
font-weight: normal;
line-height: 1;
text-align: center;
display: block !important;
margin: 4px auto 0px !important;
font-style: italic;
}


.ss-card__content i {
color: #002C5E !important;
}


.ss-card__content p.cc-dept {
font-size: 16px;
font-weight: bold;
line-height: 1.1;
text-align: center;
display: block;
color: #002C5E !important;
font-style: italic;
}


.ss-card__content p.cc-name {
font-size: 16px;
font-weight: bold;
line-height: 1.1;
text-align: center;
display: block;
color: #000000 !important;
}



.ss-boxes-videos {
display: grid;
font-size: 16px;
font-weight: bold;
grid-gap: 15px;
grid-template-columns: repeat(3, 1fr);
margin: 0 auto;
max-width: 1055px;
padding-bottom: 0px;
width: 98%;
}


blockquote {
    padding: 0px !important;
    margin: inherit;
    font-size: 14px !important;
    border-left: 0px solid #eee;
}


@media only screen and (max-width: 850px) {
.ss-boxes {
grid-template-columns: repeat(2, 1fr);
}
.ss-boxes-other {
grid-template-columns: repeat(1, 1fr);
}
.ss-card img {
width: 200px;
text-align: center;
}
}
@media only screen and (max-width: 580px) {
.ss-boxes {
grid-template-columns: repeat(1, 1fr);
}
.ss-card img {
width: 200px;
text-align: center;
}
}
.cc-employee-container {
width: 100%;
display: inline-block;
background-color: white;
margin: 0px auto;
text-align: center;
}
.research-box {
text-decoration: none;
}
.research-box img {
width: 30%;
min-width: 270px;
margin: 5px;
box-sizing: border-box;
display: inline-block;
}
.ss-boxes {
display: grid;
font-size: 16px;
font-weight: bold;
grid-gap: 40px;
grid-template-columns: repeat(5, 1fr);
margin: 0 auto;
padding-bottom: 0px;
width: 100%;
}
.ss-card {
border: 1px solid #FFFFFF;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
height: 100%;
box-shadow: 0px 0px 8px #c6c6c6;
}
.ss-card:hover {
box-shadow: 0px 3px 8px #afafaf;
}
.ss-card img {
object-fit: cover;
width: 100%;
}
.ss-card__content {
display: flex;
justify-content: center;
padding: 10px 25px;
}
@media only screen and (max-width: 850px) {
.ss-boxes {
grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (max-width: 580px) {
.ss-boxes {
grid-template-columns: repeat(1, 1fr);
width: 1000%;
grid-gap: 0px;
}
.ss-card img {

}
}