/* 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; }
@font-face { font-family: 'AncizarSans-RegularItalic'; src: url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.svg#AncizarSans-RegularItalic") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'AncizarSans-Italic'; src: url("../fonts/Ancizar-Sans/AncizarSans-Italic.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-Italic.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-Italic.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-Italic.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-Italic.svg#AncizarSans-Italic") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-Italic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
.pdf_dark_lateral { float: right; padding: 10px 80px 20px 20px; position: relative; width: 30%; }
.pdf_dark_lateral .pdf_link { -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #0a526a; color: #fff !important; display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 10px; padding: 15px 20px; }
.pdf_dark_lateral .pdf_link img { display: inline-block; height: 45px; margin-right: 10px; width: 35px; }
.pdf_dark_lateral .pdf_link .pdf_name { display: inline-block; font-family: 'AncizarSans-RegularItalic', sans-serif; font-size: 22px; line-height: 1; margin: 0; vertical-align: middle; }
.pdf_dark_lateral .pdf_link:hover, .pdf_dark_lateral .pdf_link:active, .pdf_dark_lateral .pdf_link:focus { color: #fff; outline: none; text-decoration: none; }

@media screen and (max-width: 40em) { .pdf_dark_lateral { width: 100%; margin: 0 0 25px; padding: 0 25px; }
  .pdf_dark_lateral .pdf_link .pdf_name { font-size: 20px; } }
