/* 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-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; }
.pdf_lateral_links { float: right; padding: 20px 80px 10px 5px; width: 30%; }
.pdf_lateral_links .lateral_access { margin: 0; padding: 30px 0 0; }
.pdf_lateral_links .lateral_access li { display: inline-block; list-style: none; }
.pdf_lateral_links .lateral_access li .item { background-color: transparent; color: #09526a !important; display: block; font-family: 'AncizarSans-Regular', sans-serif; font-size: 21px; padding: 10px 20px; position: relative; text-transform: uppercase; -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
.pdf_lateral_links .lateral_access li .item:hover, .pdf_lateral_links .lateral_access li .item:active, .pdf_lateral_links .lateral_access li .item:focus { background-color: #e1e1e1; outline: none; text-decoration: none; }
.pdf_lateral_links .lateral_access .active .item::before { background-color: #09526a; bottom: 5px; content: ''; height: 2px; left: 10px; position: absolute; right: 10px; }
.pdf_lateral_links .pdf_link { background-color: #e4e5e6; color: #58595b !important; display: block; margin-bottom: 25px; padding: 15px; }
.pdf_lateral_links .pdf_link img { display: inline-block; height: 40px; margin-right: 10px; vertical-align: middle; width: 30px; }
.pdf_lateral_links .pdf_link .pdf_name { display: inline-block; font-family: 'AncizarSans-Regular', sans-serif; font-size: 20px; line-height: 1; margin: 0; text-transform: uppercase; vertical-align: middle; width: calc(100% - 45px); }
.pdf_lateral_links .pdf_link:hover, .pdf_lateral_links .pdf_link:active, .pdf_lateral_links .pdf_link:focus { color: #58595b; outline: none; text-decoration: none; }

@media screen and (max-width: 40em) { .pdf_lateral_links { margin-top: 10px; padding: 0 25px; width: 100%; }
  .pdf_lateral_links .pdf_link { display: block; margin-bottom: 15px; }
  .pdf_lateral_links .pdf_link .pdf_name { font-size: 17px; } }
