/* 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-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: 'AncizarSerif-Italic'; src: url("../fonts/Ancizar-Serif/AncizarSerif-Italic.eot"); src: url("../fonts/Ancizar-Serif/AncizarSerif-Italic.woff2") format("woff2"), url("../fonts/Ancizar-Serif/AncizarSerif-Italic.woff") format("woff"), url("../fonts/Ancizar-Serif/AncizarSerif-Italic.ttf") format("truetype"), url("../fonts/Ancizar-Serif/AncizarSerif-Italic.svg#AncizarSerif-Italic") format("svg"), url("../fonts/Ancizar-Serif/AncizarSerif-Italic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'AncizarSerif-BoldItalic'; src: url("../fonts/Ancizar-Serif/AncizarSerif-BoldItalic.eot"); src: url("../fonts/Ancizar-Serif/AncizarSerif-BoldItalic.woff2") format("woff2"), url("../fonts/Ancizar-Serif/AncizarSerif-BoldItalic.woff") format("woff"), url("../fonts/Ancizar-Serif/AncizarSerif-BoldItalic.ttf") format("truetype"), url("../fonts/Ancizar-Serif/AncizarSerif-BoldItalic.svg#AncizarSerif-BoldItalic") format("svg"), url("../fonts/Ancizar-Serif/AncizarSerif-BoldItalic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
.wellness-footer-links { float: left; margin: 70px 0; padding: 0 10px 0 0; position: relative; width: calc(100% / 3); }
.wellness-footer-links .footer-items { list-style: none; position: relative; padding: 0; }
.wellness-footer-links .footer-items .footer-item { margin: 0; padding: 0; position: relative; }
.wellness-footer-links .footer-items .footer-item .link_item { color: #fff !important; font-family: 'AncizarSerif-Italic', sans-serif !important; font-size: 22px; padding: 20px 5%; text-transform: inherit; 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; }
.wellness-footer-links .footer-items .footer-item .link_item .image { border-right: 1px solid #fff; padding-right: 15px; width: 52px; }
.wellness-footer-links .footer-items .footer-item .link_item .text { line-height: 1.1; padding-left: 15px; }
.wellness-footer-links .footer-items .footer-item .link_item:hover, .wellness-footer-links .footer-items .footer-item .link_item:active, .wellness-footer-links .footer-items .footer-item .link_item:focus { outline: none; text-decoration: none; }
.wellness-footer-links .footer-items .footer-item:first-child .link_item { background: #00536C; }
.wellness-footer-links .footer-items .footer-item:nth-child(2) .link_item { background: #008985; }
.wellness-footer-links .footer-items .footer-item:nth-child(3) .link_item { background: #00472F; }
.wellness-footer-links .footer-items .footer-item:nth-child(4) .link_item { background: #04BB81; }
.wellness-footer-links .footer-items .footer-item:nth-child(5) .link_item { background: #8AD26A; }
