/* 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-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-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; }
.table-grid { float: left; margin-top: -40px; padding: 10px 50px 60px 80px; width: calc(100% / 1.5); }
.table-grid .table-name { background: #008783; color: #fff !important; display: inline-block; font-family: 'AncizarSans-Bold', sans-serif !important; font-size: 22px !important; letter-spacing: 0.5px; margin: 0; padding: 10px 25px; width: calc(100% / 1.5); }
.table-grid .table-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: stretch; align-content: stretch; }
.table-grid .table-content .item-container { border: 1px solid #d1d1d1; border-bottom: none; padding: 0; position: relative; width: calc(100% / 3); }
.table-grid .table-content .item-container .table-item .info .item-title { color: #58595b !important; font-family: 'AncizarSans-Light', sans-serif !important; font-size: 19px !important; font-weight: inherit !important; line-height: 1.1; margin: 0; padding: 15px; }
.table-grid .table-content .item-container:nth-child(3n + 2) { border-left: none; border-right: none; }
.table-grid .table-content .item-container:nth-last-child(-n + 3) { border-bottom: 1px solid #d1d1d1; }

@media screen and (max-width: 40em) { .table-grid { padding: 10px 30px 60px 30px; margin-top: -15px; width: 100%; line-height: normal; }
  .table-grid .table-name { width: 100%; line-height: 1.0; } }
