/* 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: 'AncizarSans-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: 'AncizarSans-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: 'AncizarSans-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: 'AncizarSans-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: 'AncizarSans-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; }
@font-face { font-family: 'AncizarSans-Light'; src: url("../fonts/Ancizar-Sans/AncizarSans-Light.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-Light.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-Light.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-Light.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-Light.svg#AncizarSans-Light") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-Light.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
.people_info { float: right; margin: -25px 0 0; padding: 0 60px 10px 40px; width: 80%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.people_info .person { width: 32%; background-color: #F5F6F7; border: 1px solid #0A526A; border-radius: 2px; padding: 20px 30px; position: relative; border-top-right-radius: 5px; border-bottom-left-radius: 5px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; margin-bottom: 2%; }
.people_info .person:nth-child(3n + 2) { margin: 0 2% 2%; }
.people_info .area { position: absolute; top: 0; right: 0; color: #fff; background-color: #0a526a; font-family: 'AncizarSans-BoldItalic', sans-serif; font-size: 19px; padding: 7px 5px 5px; min-width: 95px; display: block; text-align: center; line-height: 1; border-bottom-left-radius: 5px; margin: 0; }
.people_info .top-info { padding-bottom: 15px; border-bottom: 1px solid #0a526a; margin-bottom: 10px; }
.people_info .name { margin: 30px 15px 5px; font-family: 'AncizarSans-Bold', sans-serif; color: #0a526a; font-size: 22px; text-transform: uppercase; line-height: 1; height: 44px; }
.people_info .position, .people_info .email, .people_info .phone { color: #0a526a; display: block; font-family: "AncizarSans-LightItalic", sans-serif; font-size: 19px; line-height: 1; margin: 0; }
.people_info .phone { font-family: "AncizarSans-BoldItalic", sans-serif; font-size: 20px; padding: 5px 0; text-transform: inherit; }
.people_info .bottom-info { padding: 10px 0; }
.people_info .office { margin: 10px 0 0; font-family: "AncizarSans-Light", sans-serif; font-size: 15px; line-height: 1.2; color: #0a526a; display: block; height: 36px; overflow: hidden; }

@media screen and (max-width: 40em) { .people_info { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; margin: 0px; padding: 0 25px 10px 25px; }
  .people_info .person { width: 80%; margin-bottom: 5%; }
  .people_info .person:nth-child(3n + 2) { margin-bottom: 5%; }
  .people_info .name { height: 0%; } }
