/* 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-bottom: 20px; margin-top: -30px; padding: 0px 90px 60px 40px; width: 80%; }
.table-grid .headers-table { 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 .headers-table .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; text-align: center; width: 20%; }
.table-grid .headers-table .table-name:last-child { border-right: 1px solid #fff; width: 40%; }
.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: 100%; }
.table-grid .table-content .item-container .table-item .info { 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 .table-item .info .item-title { border-right: 1px solid #d1d1d1; 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: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: stretch; align-content: stretch; width: 20%; }
.table-grid .table-content .item-container .table-item .info .item-title .title { color: #58595b !important; font-family: 'AncizarSans-Light', sans-serif !important; font-size: 17px !important; font-weight: inherit !important; line-height: 1.1; margin: 0; padding: 10px; text-align: center; width: 100%; }
.table-grid .table-content .item-container .table-item .info .item-description { border-right: 1px solid #d1d1d1; color: #58595b !important; font-family: 'AncizarSans-Light', sans-serif !important; font-size: 17px !important; font-weight: inherit !important; padding: 15px 25px; text-align: left; width: 40%; }
.table-grid .table-content .item-container .table-item .info .item-description p { font-size: 17px !important; line-height: 1.4; }
.table-grid .table-content .item-container:last-child { border-bottom: 1px solid #d1d1d1; }

@media screen and (max-width: 40em) { .table-grid { width: 100%; padding: 0 25px; margin-top: 15px; }
  .table-grid .headers-table { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .table-grid .headers-table .table-name { width: 100%; padding: 8px 20px; font-size: 19px !important; }
  .table-grid .headers-table .table-name:last-child { width: 100%; }
  .table-grid .table-content .item-container .table-item .info { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-top: 15px; }
  .table-grid .table-content .item-container .table-item .info .item-title, .table-grid .table-content .item-container .table-item .info .item-description { width: 100%; }
  .table-grid .table-content .item-container:nth-of-type(2n) { background-color: #f1f1f1; } }
