/* 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-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-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: '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-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; }
@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; }
.ce-top-image { position: relative; }
.ce-top-image .menu-nav .nav li a:hover, .ce-top-image .menu-nav .nav li a:focus, .ce-top-image .menu-nav .nav li a:active { background-color: transparent; }
.ce-top-image .menu-nav #menu-ce { padding: 0; width: 100%; }
.ce-top-image .menu-nav #menu-ce .menu_ce { background-color: #1b536b; color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0; padding: 0; position: relative; text-align: center; width: 100%; }
.ce-top-image .menu-nav #menu-ce .menu_ce .item-menu { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; display: -webkit-box; display: -ms-flexbox; display: flex; list-style: none; position: relative; text-align: center; width: calc(100% / 5); }
.ce-top-image .menu-nav #menu-ce .menu_ce .item-menu .item { color: #fff !important; display: block; font-family: 'Ancizar-Sans-Regular', sans-serif; font-size: 19px; letter-spacing: 0.75px; padding: 15px 20px 20px; position: relative; text-transform: uppercase; }
.ce-top-image .menu-nav #menu-ce .menu_ce .item-menu:hover, .ce-top-image .menu-nav #menu-ce .menu_ce .item-menu:active, .ce-top-image .menu-nav #menu-ce .menu_ce .item-menu:focus { outline: none; text-decoration: none; }
.ce-top-image .menu-nav #menu-ce .menu_ce .item-menu:hover::before, .ce-top-image .menu-nav #menu-ce .menu_ce .item-menu:active::before, .ce-top-image .menu-nav #menu-ce .menu_ce .item-menu:focus::before { left: 1px; right: 1px; }
.ce-top-image .menu-nav #menu-ce .menu_ce .item-menu::before { background-color: #52b883; bottom: 0; content: ''; height: 6px; left: 50%; position: absolute; right: 50%; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; z-index: 10; }
.ce-top-image .menu-nav #menu-ce .menu_ce .active { background-color: #246377; }
.ce-top-image .menu-nav #menu-ce .menu_ce .active:hover::before, .ce-top-image .menu-nav #menu-ce .menu_ce .active:active::before, .ce-top-image .menu-nav #menu-ce .menu_ce .active:focus::before { left: 0; right: 0; }
.ce-top-image .menu-nav #menu-ce .menu_ce .active::before { left: 0; right: 0; }
.ce-top-image .images-content { position: relative; display: block; margin-bottom: 0; }
.ce-top-image .images-content .ce-image { position: relative; }
.ce-top-image .images-content .ce-image .top-image-name { top: 35%; left: 0; right: 0; margin: 0 auto; max-width: 40%; text-align: center; bottom: 65px; color: #fff; font-family: 'Ancizar-Sans-BoldItalic', sans-serif; text-shadow: 0px 3px 3px #969696; position: absolute; font-size: 40px; }
.ce-top-image .images-content .ce-image .sitename { color: #fff; display: none; font-family: 'Ancizar-Sans-Regular', sans-serif; position: absolute; left: 30px; margin: 0; top: 30px; text-transform: uppercase; font-size: 20px; }
.ce-top-image .images-content .ce-image .name-faculty { left: 0; margin: 0 auto; position: absolute; right: 0; text-align: center; top: 40%; width: 50%; }
.ce-top-image .images-content .ce-image .name-faculty .bigText { color: #fff; display: inline-block; font-family: 'Ancizar-Sans-Italic', sans-serif; font-size: 65px; letter-spacing: 1.5px; line-height: 0.75; text-align: center; text-shadow: 0px 3px 3px #969696; }
.ce-top-image .images-content .ce-image .name-faculty .bigText .strongText { font-family: 'Ancizar-Sans-BlackItalic', sans-serif; font-size: 67px; letter-spacing: 1.5px; line-height: 0.75; }
.ce-top-image .images-content .ce-image .name-faculty .bigText .smallText { color: #fff; display: block; font-family: 'Ancizar-Sans-Italic', sans-serif; font-size: 23px; letter-spacing: 1px; line-height: 1.75; text-align: right; }
.ce-top-image .images-content .slick-arrow { background-color: rgba(255, 255, 255, 0.4); border: none; font-size: 25px; height: 50px; outline: none; position: absolute; top: 40%; width: 35px; }
.ce-top-image .images-content .slick-arrow.prev { left: 30px; }
.ce-top-image .images-content .slick-arrow.next { right: 30px; }
.ce-top-image .images-content .slick-dots { position: absolute; left: 0; right: 0; bottom: 30px; margin: 0 auto; max-width: 20%; text-align: center; }
.ce-top-image .images-content .slick-dots li { margin: 0 4px; padding: 0; width: 12px; height: 12px; }
.ce-top-image .images-content .slick-dots li button { background-color: transparent; border: 2px solid #fff; padding: 0; border-radius: 50%; width: 12px; height: 12px; }
.ce-top-image .images-content .slick-dots li button::before { content: ''; display: none; }
.ce-top-image .images-content .slick-dots .slick-active button { background-color: #fff; }

@media screen and (max-width: 40em) { .ce-top-image nav { display: none; }
  .ce-top-image .menu-nav .navbar-header { background-color: #039b9a; }
  .ce-top-image .menu-nav .navbar-header .navbar-toggle { background-color: #0e6664; border-radius: 0; margin: 0; padding: 10px 15px 8px; }
  .ce-top-image .menu-nav .navbar-header .navbar-toggle i { color: #fff; }
  .ce-top-image .menu-nav .navbar-header .menu-name { color: #fff; display: block; font-family: 'Ancizar-Sans-Bold', sans-serif; text-transform: uppercase; font-size: 20px; padding: 7px 20px 5px; }
  .ce-top-image .menu-nav #menu-ce { border-top: none; padding: 0; }
  .ce-top-image .menu-nav #menu-ce .menu_ce { bottom: unset; left: unset; position: relative; text-align: left; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .ce-top-image .menu-nav #menu-ce .menu_ce .item-menu { display: block; width: 100% !important; }
  .ce-top-image .menu-nav #menu-ce .menu_ce .item-menu .item { background-color: #039b9a; font-size: 17px; padding: 10px; }
  .ce-top-image .menu-nav #menu-ce .menu_ce .item-menu .item:hover::before, .ce-top-image .menu-nav #menu-ce .menu_ce .item-menu .item:active::before, .ce-top-image .menu-nav #menu-ce .menu_ce .item-menu .item:focus::before { background-color: transparent; left: 50%; right: 50%; }
  .ce-top-image .menu-nav #menu-ce .menu_ce .item-menu:nth-child(3) { width: 100%; }
  .ce-top-image .menu-nav #menu-ce .menu_ce .active .item { background-color: #0e6664; }
  .ce-top-image .menu-nav #menu-ce .menu_ce .active::before { background-color: #0e6664; left: 0; right: 0; }
  .ce-top-image .menu-nav #menu-ce .menu_ce .active:hover::before, .ce-top-image .menu-nav #menu-ce .menu_ce .active:active::before, .ce-top-image .menu-nav #menu-ce .menu_ce .active:focus::before { background-color: #0e6664; left: 0; right: 0; }
  .ce-top-image .ce-image { margin: 0; }
  .ce-top-image .ce-image .image-top img { min-height: 130px; }
  .ce-top-image .ce-image .top-image-name { bottom: 5px; font-size: 40px; left: 20px; } }
@media screen and (max-width: 20em) { .ce-top-image .ce-image .top-image-name { font-size: 34px; } }
