/* 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: 'Ancizar-Sans-BlackItalic'; src: url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.svg#AncizarSans-BlackItalic") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Ancizar-Sans-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: 'Ancizar-Sans-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: 'Ancizar-Sans-LightItalic'; src: url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.svg#AncizarSans-LightItalic") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Ancizar-Sans-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; }
.month-author { background-color: #1b536b; display: block; margin: 50px 0 70px; padding: 80px 30px 70px 50px; width: 100%; }
.month-author .person { border-bottom: 1px solid #d9d9db; padding: 25px 0; position: relative; }
.month-author .person .info { color: #fff; position: relative; }
.month-author .person .info .section_name { border-bottom: 2px solid #fff; color: #fff; font-family: 'AncizarSans-BoldItalic', sans-serif !important; font-size: 40px !important; line-height: 1 !important; margin-bottom: 80px; margin-top: 10px; padding-bottom: 15px; text-transform: uppercase; width: 50%; }
.month-author .person .info .name { color: #daa075; font-family: 'AncizarSans-BoldItalic', sans-serif; font-size: 38px; line-height: 1; margin: 0; }
.month-author .person .info .description { margin: 15px 0; }
.month-author .person .info .description p { display: inline-block; float: left; font-family: 'Ancizar-Sans-Light', sans-serif; font-size: 20px; line-height: 1.6; margin: 15px 0 0; padding-right: 30px; width: 60%; }
.month-author .person .info .description ul { border: 2px solid #246477; display: inline-block; float: left; margin: 20px 0 0; padding: 20px; width: 38%; }
.month-author .person .info .description ul li { display: inline-block; float: left; list-style: none; padding: 5px; width: calc(100% / 3); }
.month-author .person .info .description ul li picture { display: inline-block; }
.month-author .person .info .description ul li picture img { max-width: 100%; height: auto; }
.month-author .person .email { bottom: 20px; color: #fff; font-family: 'Ancizar-Sans-Bold', sans-serif; font-size: 23px; left: calc((100% / 3) + 15px); margin: 0; position: absolute; text-transform: inherit; }
.month-author .person .image { padding: 0 20px; }
.month-author .person .image img { border: 15px solid #131136; }
.month-author .person:last-child { border: none; }

@media screen and (max-width: 1500px) { .month-author .person .info .description p { font-size: 19px; line-height: 1.5; } }
@media screen and (max-width: 40em) { .month-author { padding: 40px 25px; }
  .month-author .person .info .section_name { font-size: 30px !important; width: auto; line-height: 0.6 !important; padding: 25px 20px 5px 0 !important; display: inline-block; margin-bottom: 40px; }
  .month-author .person .info .name { font-size: 28px; }
  .month-author .person .info .description { margin-top: 0; }
  .month-author .person .info .description p { width: 100%; font-size: 17px; line-height: 1.3; padding: 0; } }
