#ulmenu li ul {
    display: none;
    position: absolute;
}

#ulmenu li:hover ul {
    display: block;
    color: #ffffff;
    background: #ffffff;
    height: auto;
    width: 350px; 
}

#ulmenu li ul li {
    clear: both;
    border-style: none;
}

#header_bar {
    position: fixed;
    right: 0;
    left: 0;
    top: 81px;
}

#page_content {
    position: fixed;
    right: 0;
    left: 0;
    top: 150px;
}

#contact_form span {
    color: #c00;
    display: inline;
}

#contact_form span:after {
    content: "\a";
    white-space: pre;
}


.secondary-bar-wrap {
  background: #ff4444;
  border-top: 1px solid #343334;
  border-bottom: 1px solid #343334;
}
.secondary-bar {
  box-sizing: border-box;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
}
.secondary-bar .social-links {
  background: #343334;
  float: left;
  margin: 0;
  padding: 0 30px 0 0;
  position: absolute;
  top: 0;
  right: 0;
}
.secondary-bar .social-links li {
  list-style: none;
  float: left;
}
.secondary-bar .social-links li a {
  text-align: center;
}
.secondary-bar .social-links li a i {
  background: #343334;
  width: 33px;
  height: 33px;
  line-height: 33px;
  color: #ffffff;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.secondary-bar .social-links li a:hover i {
  background: #ff4444;
}
.latest-slider-wrap {
  margin-right: 130px;
  display: flex;
}
.latest-slider-wrap .slider-title {
  background: #ff4444;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  float: left;
  letter-spacing: 0.5px;
  line-height: 33px;
  padding: 0px 30px;
}
.latest-slider-wrap .slider-nav {
  float: left;
  background: #343334;
  padding: 9px 10px;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}
.latest-slider-wrap .slider-nav a {
  text-align: center;
  color: #ffffff;
  display: inline;
}
.latest-slider-wrap .slider-nav a:first-child {
  margin-right: 2px;
}
.latest-slider-wrap .slider-nav a i {
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 14px;
  background: #ff4444;
}
.latest-slider-wrap .slider-nav a:hover {
  text-decoration: none;
}
.latest-slider-wrap .slider-nav a:hover i {
  background: #101010;
}
.latest-slider-wrap .item-wrap {
  float: left;
  width: 100%;
  line-height: 30px;
  height: 33px;
  padding: 2px 9px 0;
  overflow: hidden;
}
.latest-slider-wrap .item-wrap .item {
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.latest-slider-wrap .item-wrap .item .category {
  display: inline-block;
}
.latest-slider-wrap .item-wrap .item .category ul {
  display: inline;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.latest-slider-wrap .item-wrap .item .category ul li {
  list-style: none;
  display: inline;
}
.latest-slider-wrap .item-wrap .item .category ul li a {
  background: #ff4444;
  text-transform: uppercase;
  color: #ffffff;
  padding: 2px 4px 2px 6px;
  letter-spacing: 2px;
  font-size: 12px;
  position: relative;
  top: -1px;
  margin-right: 4px;
}
.latest-slider-wrap .item-wrap .item .category ul li a:hover {
  background: #343334;
}
.latest-slider-wrap .item-wrap .item .heading {
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;
}
.latest-slider-wrap .item-wrap .item .heading:hover {
  color: #ff4444;
}
.secondary-bar-wrap {
    background: #22467a;
}
.secondary-bar .social-links li a:hover i{
    background: #22467a;
}
.latest-slider-wrap .slider-title{
    background: #22467a;
}
.latest-slider-wrap .slider-nav a i{
    background: #22467a;
}
.latest-slider-wrap .item-wrap .item .category ul li a{
    background: #22467a;
}
.latest-slider-wrap .item-wrap .item .heading:hover{
    color: #22467a;
}

.event-item {
	margin-bottom:20px;
	border:1px solid #e0e0e0;
	padding:20px;
}

.event-item-title, .event-item-title a {
	color:#292e5c;
	margin-bottom:15px;
}

.event-item-starts {
	background-color: #292e5c;
	color: #ffffff;
	font-size: 13px;
	padding: 5px 15px;
	text-align: center;
	display:inline-block;
}

.event-item-readmore {
	background-color: #b40303;
	color: #ffffff;
	font-size: 13px;
	padding: 5px 15px;
	text-align: center;
	display:inline-block;
	transition:.3s
}

.event-item-readmore:hover {
background-color: #16224d;
	color: #fff !important;
}

/* MODAL */
.modal-content {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  outline: 0 none;
  position: absolute;
    width:100%;
    max-width: 600px;
}
.modal-backdrop {
  z-index: 50 !important;
}
.modal-dialog {
  z-index: 1200;
  width:100%;
    max-width: 600px;
    margin: 30px auto;
}
.modal-body {
  padding: 20px 30px 30px 30px;
}
.inmodal .modal-body {
  background: #f8fafb;
}
.inmodal .modal-header {
  padding: 30px 15px;
  text-align: center;
}
.animated.modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.inmodal .modal-title {
  font-size: 26px;
}
.inmodal .modal-icon {
  font-size: 84px;
  color: #e2e3e3;
}
.modal-footer {
  margin-top: 0;
}

.fl-name {
background-color: #e8e8e8;
color: #070707;
font-size: 13px;
padding: 7px 0px;
text-align: center;
text-transform: uppercase;
}

.fl-pos {
background-color: #fff;
color: #6f6f6f;
font-size: 13px;
padding: 5px;
text-align: center;
}

.fl {
    padding-left:7px;
    padding-right:7px;
    margin-bottom:14px
}

.wo-left-padding {padding-left: 0px !important;}

#edit-page-form-textarea {padding-top:10px;}

#contact_form .form-group > div {margin-bottom: 10px;}
