
/****************************** FONTS ******************************/

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../../fonts/OpenSans_Condensed-Regular.woff2') format('woff2'),
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
 font-family: Cinzel;
 src: url(../../fonts/CinzelVariable.woff2) format(woff2);
}
@font-face {
 font-family: Nunito
 src: url(../../fonts/NunitoSans-VariableFont.woff2) format(woff2);
}



body {
  color:#000;
  background:#000;
  font-weight: 300;
  line-height: 1.5em;
  font-family: Open Sans Condensed;
  font-size: 14px;
  margin: 0px auto;
}

a {
  color: #0f0075;
}
a:hover {
  color: #000000;
}
.icon1 {
font-size:1.5rem;
color:#C00000;
padding-right:5px;
}
.icon1:hover {
color:#000000;
}
.social {
float:right;
padding-right:10px;
padding-top:10px;
}

#footermenu {
 width:100%;
  text-decoration: none !important;
  font-size: .8rem;
  text-transform: uppercase;
  word-spacing:10px;
}
#footermenu a {
text-decoration:none !important;
}
.copyright {
  margin-bottom: 0;
  font-size: .75rem;
  text-transform: uppercase;
  opacity: 1;
}
.navbar-brand {
  text-align: center;
  width: 100%;
  }
  .container-header .navbar-toggler {
  color: #800000;
  cursor: pointer;
  border: 1px solid #000;
}
 .container-header .navbar-toggler:before {
    content: "MENU";
	color: #800000;
    margin-right: 5px;
	}

  
  
/****************************** CONTAINERS ******************************/

body.wrapper-fluid header > .grid-child, body.wrapper-fluid footer > .grid-child {
  max-width: 975px;
  background: #fff;
  padding:0px;
}
.container-header {
  background-color: #000;
  background-image: none;
}
.container-header .navbar-brand {
  padding-top: 0px;
}

body.wrapper-fluid .grid-child {
  max-width: 975px;
  padding:20px;
}



grid-child container-nav {
	background-color:#fff;
}
  
.container-header .mod-menu  {
  justify-content: center;
  font-family: Cinzel,serif;
  font-size: 1rem;
    color: #800000;
  font-size:1.25rem;
} 

.container-header .mod-menu a:hover {
    color: #980202;
}
.container-banner {
  padding:20px;
  background-color: #000;
}
.p-2 {
  float: right;
  padding:0px !important;
}
span.pe-2.fas.fa-angle-down {
  float: right;
  padding-left: 5px;
}
.grid-child.container-nav {
  border-bottom: 1px dotted black;
}
.container-component {
  padding-top: 10px;
  background-color: #fff;
}  
.container-sidebar-right {
  background-color: #faf3eb;
  border-left: 1px dotted gray;
}
.container-sidebar-right:first-of-type .module:first-of-type .module_surround, .sidecol-b:first-of-type .module:first-of-type .module_surround {
  padding-top: 50px;
  padding-left:5px;
  padding-right:5px;
}
.card {
--card-bg: #faf3eb;
}
.footer {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  background-image: none;
}
  @media (width >= 992px)
.container-header .mod-menu {
  flex-direction: row;
  flex: 1;
  display: flex;
  justify-content: center;
}



/****************************** HEADINGS ******************************/
h1 {
  font-family: Cinzel, serif;
  border-bottom: 1px dotted grey;
  margin-bottom: 25px;
  color: #800000;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 30px;
}

h2, h2 a:link, h2 a:visited {
  font-family: 'Open Sans Condensed', sans-serif;
}
h2 {
  font-size: 1.5rem;
  line-height: 28px;
}

h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform:uppercase;
  font-weight:bold;
  font-size:1.2rem;
}
h4,h5 {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform:none;
  font-weight:bold;
  font-size:1.1rem;
}

.header_top {
  height: 189px;
}

h2, h2 a:link, h2 a:visited {
	color: #000000;
	font-family:Open Sans Condensed, sans-serif;
	font-size:2rem;
  font-weight: 400;	
}
h3 {
font-family:Open Sans Condensed, sans-serif;
font-size:1.5rem;
  font-weight: 400;
}

h3.home, h3.home a  {
color:#ff4d00;
font-family:Open Sans Condensed, sans-serif;
font-size: 1.125rem;
font-weight: 500;
text-decoration:none !important;
padding-bottom:20px;
  font-weight: 400;
}
h3, .module h3, .module_menu h3 {
	font-family:Open Sans Condensed, sans-serif;
	font-size:1.5rem;
     font-weight: 400;	
}
h4 {
	ffont-family:Open Sans Condensed, sans-serif;
	color: #d36901; 
     margin-bottom:0px;
     font-size: 1.2rem;
     text-transform: uppercase;
  font-weight: 400;	 
}

.metismenu.mod-menu .metismenu-item {
  flex-wrap: wrap;
  align-items: center;
  padding: .5em 1em;
  font-size: 1.05rem;
  line-height: 1.5;
  display: flex;
}
.metismenu.mod-menu .metismenu-item > a {
text-decoration:none !important;
}
.metismenu.mod-menu .mm-collapse {
  background-color: #000;
  border: 1px dotted grey;
}
.metismenu-item.level-2 {
  text-transform: capitalize;
}
.metismenu-item.level-2 > a {
  color: #fff;
}


/****************************** BLOG ******************************/
#main .blog .page-header {
    display: block;
}

.blog-alternative .item-image {
  min-height:150px;
  min-width:150px;
}
.left.item-image {
  float: left;
  padding-right: 10px;
}
.blog-alternative .item {
  display: inherit;
}
div.j51-date {
 display:none;
}
.blog-alternative .item-date {
  display:none;
}
.com-content-category-blog > h2, h2 a:link, h2 a:visited {
  color: #C00000;
  font-family: 'Open Sans Condensed', sans-serif;
}
.blog .item-image {
  padding:10px;
}
.article-info dd.createdby {
  display: block;
  margin-bottom:0px;
}
.article-info dd.published {
  margin-left: 16px;
}
.blog .item-image img {
   transition: all 0.3s;
 max-height:150px;
  max-width:150px;
}
.blog .item-image img:hover {
   transform: scale(1.1); 
}
.article-info {
  font-size: 11px;
}
.text-muted {
  color: #999 !important;
}
.icon-user::before {
  content: "";
  display: none;
}
.blog-alternative .item-sub-title > div + div {
  display: none;
}

.courtesy {
  font-size: 11px;
  font-style: italic;
  color: #808080;
}
.btn.btn-sm.btn-info {
  color: #C00000;
  font-weight:500;
  background:none;
}
.btn {
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.blog .readmore {
  margin-bottom: 5px;
  float: right;
}
.caption {
  font-size: 12px;
  font-style: italic;
  margin: 0px auto;
  line-height: 14px;
  word-spacing: normal;
  color: #000000;
  background-color: #EFEFEF;
  display: block;
  max-width: 640px;
  padding: 5px;
}
blockquote {
  font-size: 150%;
  font-style: italic;
  line-height: 1.5;
  font-family: "Times New Roman", Times, serif;
  background-color: #c0c0c0;
}
.jux-content-slider-wrapper .item .jux-content-inner {
  padding: 3px;
}
.btn, .button, button {
  background-color: #C00000;
}


/***** END BLOG *****/

/**** HOME ACCORDION *****/
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="button"], [data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="button"] > hover {
  background-color: #000;
  border-style: none;
  color: #ff4d00 !important;
  text-align:center;
}



/****************************** CUSTOM ******************************/
.special, .special a:link, .special a:hover,.special a:visited  {
color:#ff4d00;
ffont-family:Open Sans Condensed, sans-serif;
font-size: 1.125rem;
font-weight: 500;
text-decoration:none !important;
}
ol,ul {
  list-style-type: square;
}
.right.item-image {
  float: right;
  margin-left: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
  max-width: 300px;
  position: relative;
}
.right.item-image:hover {
  transform: scale(1.25) translate(-25px, -10px);
}

.zimage:hover {
  transform: scale(1.5) translate(-25px, -75px);
  z-index:1000;
}
.mod-menu a, .mod-menu button {
  color: #C00000;
}