/* 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; }
.full-grid { float: left; padding: 30px 90px; width: 100%; }
.full-grid .title { color: #6B198D !important; display: block; font-family: 'AncizarSans-BoldItalic', sans-serif !important; font-size: 40px !important; margin: 50px 0 !important; text-transform: uppercase !important; }
.full-grid .grid-items { margin: 30px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.full-grid .grid-items .person { margin-bottom: 3%; padding: 0; position: relative; -webkit-box-shadow: 0px 0px 8px 0px #6B6B6B; box-shadow: 0px 0px 8px 0px #6B6B6B; width: 30%; }
.full-grid .grid-items .person .info { position: relative; padding: 30px 20px; }
.full-grid .grid-items .person .info .name { color: #6B198D; font-family: 'AncizarSans-Bold', sans-serif; font-size: 22px; line-height: 1.4; margin: 0 0 20px; text-align: center; }
.full-grid .grid-items .person .info .description { margin-bottom: 20px; }
.full-grid .grid-items .person .info .description p { font-family: 'AncizarSans-Regular', sans-serif; font-size: 19px; margin: 0; }
.full-grid .grid-items .person .info .description p em { font-family: 'AncizarSans-LightItalic', sans-serif; }
.full-grid .grid-items .person .info .description p strong { font-family: 'AncizarSans-Bold', sans-serif; }
.full-grid .grid-items .person .info .cvLac-link { background-color: #6B198D; color: #fff; display: inline-block; font-family: 'AncizarSans-BoldItalic', sans-serif; font-size: 18px; margin-top: 10px; padding: 10px 15px; text-decoration: none; }
.full-grid .grid-items .person .info .cvLac-link:hover, .full-grid .grid-items .person .info .cvLac-link:active, .full-grid .grid-items .person .info .cvLac-link:focus { text-decoration: none; }
.full-grid .grid-items .person:nth-child(3n + 2) { margin: 0 5% 3%; }

@media screen and (max-width: 40em) { .full-grid { padding: 30px 25px; }
  .full-grid .title { font-size: 25px !important; margin: 0 0 30px !important; }
  .full-grid .grid-items { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .full-grid .grid-items .person, .full-grid .grid-items .person:nth-child(3n + 2) { margin: 0 0 25px; width: 100%; }
  .full-grid .grid-items .person .info .name { font-size: 20px; margin-bottom: 15px; line-height: 1.2; }
  .full-grid .grid-items .person .info .description { margin-bottom: 10px; }
  .full-grid .grid-items .person .info .description p { font-size: 16px; }
  .full-grid .grid-items .person .info .cvLac-link { font-size: 17px; } }
