/**
 * @version		1.0.1
 * @package		Ocular template for Joomla! 3.x
 * @author		JoomlaXTC http://www.joomlaxtc.com
 * @copyright	Copyright (C) 2015 Monev Software LLC. All rights reserved.
 * @license		http://www.joomlaxtc.com/license JoomlaXTC Proprietary Use License
 */

body.sticky{margin-top:140px;}
body.innerpage #headerwrap {margin-bottom:10px;}
body.sticky.innerpage {margin-top: 140px;}

#topright {float:right;padding:0px 20px 0px 0px;}

#headertop {background:#000; height:5px;}

.blackbox h3,.blackbox {
    background:#000000!important;
    color:#fff!important
}
.hideTxt{
  color:#fff;
  background-color:#000;
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.skipNavBtn{
    left: 65px;
    padding: 2px 8px;
    position: absolute;
    transform: translate(-50%,-100%);
    transition: transform .5s;
    border: none;
    color: #fff !important;
    opacity: 0;
    font-size: 12px;
    top: 60px;
    text-decoration:none !important;
}
.skipNavBtn:focus{
  transform: translate(-50%,0%);
  opacity: 1;
  z-index: 99999999;
}
a, input.button{
  color:#25479c;
}
#right9,.menubottom a,#user37 a{color:#fff;}
.menubottom a:hover,#user37 a:hover{
	color: #e8ab10;
}
#region5 a{color:#991212}