/*
Theme Name: Research College of Nursing Theme
Author: eWay Corp
Author URI: https://www.ewaycorp.com/
Description: A custom standalone WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rcon_theme
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */


@keyframes blinkCursor {
  0%   { opacity: 1; }
  49%  { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 0; }
}

.ti-cursor.blink-4 {
  animation: blinkCursor 0.5s steps(1, end) 4 !important;
}