/* Animations */
@-webkit-keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
  60% { -webkit-transform: translateY(-5px); transform: translateY(-5px); } }
@keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
  60% { -webkit-transform: translateY(-5px); transform: translateY(-5px); } }
/*Scale animation*/
@-webkit-keyframes scale { 25% { -webkit-transform: scale(0.95); transform: scale(0.95); }
  75% { -webkit-transform: scale(1.05); transform: scale(1.05); } }
@keyframes scale { 25% { -webkit-transform: scale(0.95); transform: scale(0.95); }
  75% { -webkit-transform: scale(1.05); transform: scale(1.05); } }
@font-face { font-family: 'Ancizar-Sans-BlackItalic'; src: url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.svg#AncizarSans-BlackItalic") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Ancizar-Sans-Bold'; src: url("../fonts/Ancizar-Sans/AncizarSans-Bold.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-Bold.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-Bold.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-Bold.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-Bold.svg#AncizarSans-Bold") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-Bold.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Ancizar-Sans-BoldItalic'; src: url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.svg#AncizarSans-BoldItalic") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Ancizar-Sans-LightItalic'; src: url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.svg#AncizarSans-LightItalic") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Ancizar-Sans-Regular'; src: url("../fonts/Ancizar-Sans/AncizarSans-Regular.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-Regular.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-Regular.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-Regular.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-Regular.svg#AncizarSans-Regular") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-Regular.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
.ucri_team { float: left; margin: -30px 0 -20px; padding: 0 50px 0 80px; width: calc(100% / 1.5); }
.ucri_team .team { border-bottom: 1px solid #d9d9db; margin: 0 -10px; padding: 0; position: relative; }
.ucri_team .team .person { padding: 0 10px 20px; position: relative; }
.ucri_team .team .person .image { position: relative; }
.ucri_team .team .person .image img { min-height: 300px; }
.ucri_team .team .person .person-info { background-color: transparent; color: #fff; height: calc(100% - 20px); left: 10px; opacity: 0; overflow: hidden; padding: 30px 10px; position: absolute; top: 0; width: calc(100% - 20px); z-index: 10; -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
.ucri_team .team .person .person-info .name { color: #fff !important; font-family: 'Ancizar-Sans-Regular', sans-serif !important; font-size: 22px; line-height: 1; margin: 20px 0 5px; padding-bottom: 0; position: absolute; text-align: center; text-transform: capitalize; top: 70%; width: calc(100% - 20px); }
.ucri_team .team .person .person-info .position { color: #fff !important; font-family: 'Ancizar-Sans-BoldItalic', sans-serif !important; font-size: 15px; line-height: 0.8; margin: 0; min-height: 30px; position: absolute; text-align: center; text-transform: capitalize; top: 82%; width: calc(100% - 20px); }
.ucri_team .team .person .person-info .description { margin: 30px 0 0; padding: 10px 5px; }
.ucri_team .team .person .person-info .description p { color: #fff !important; font-family: 'Ancizar-Sans-Regular', sans-serif !important; font-size: 14px; line-height: 1.2; margin: 0; text-align: center; }
.ucri_team .team .person .person-info::before { background-image: -webkit-gradient(linear, left top, right bottom, from(#003e38), color-stop(#215242), color-stop(#3e664b), color-stop(#5d7a54), to(#7f8d5f)); background-image: linear-gradient(to right bottom, #003e38, #215242, #3e664b, #5d7a54, #7f8d5f); content: ''; height: 100%; left: 0; opacity: 0.7; position: absolute; top: 0; width: 100%; z-index: -1; }
.ucri_team .team .person:hover .person-info, .ucri_team .team .person:active .person-info, .ucri_team .team .person:focus .person-info { opacity: 1; }

@media screen and (max-width: 40em) { .ucri_team { margin: unset; width: 100%; } }
