::marker {
  color: var(--e-global-color-accent);
}
@media only screen and (max-width: 1024px){
   .hfe-dropdown{
     position: fixed;
     width: 100vw;
  }
}
li.page_item a {
	color: var( --e-global-color-text );
}
li.page_item a:hover{
	color: var( --e-global-color-accent );
}

li:not(.menu-item).current_page_item a{
	color: var( --e-global-color-accent );
	border-bottom-color: currentcolor;
	border-bottom-style: solid;
	font-weight: bold;
}
a:hover, a:focus, a:active{
color: var( --e-global-color-accent ) !important;
}
.column {
  float: left;
  width: 50%;
  padding: 10px;
  max-width: 350px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 450px) {
  .column {
    width: 100%;
    max-width: 450px;
  }
}
.box{
   position:relative;
    padding-bottom:100%;
}
.box img {
  width: 100%;
  height: 100%;
  position:absolute;
  object-fit: cover;
}
.no-margin{
  margin: 0px;
}
.row{
  margin: auto;
  display: table;
}

.alignleft{
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
  margin-left: 0rem !important;
  margin-right: 1rem !important;
}

.hfe-menu-item{
  white-space: nowrap;
}
.width640-height480{
  width: 640px !important;
  height: 480px !important;
}
.min-width320{
  min-width: 320px;
}

.aioseo-breadcrumb {
	color:  var( --e-global-color-accent ) !important;
	font-size: 16px !important;
    font-weight: bold;
}
.aioseo-breadcrumb:hover {
	color:  var( --e-global-color-accent ) !important;
}
p {
margin-bottom: 5px;
}
hr{
appearance: none;
}

element.style {
}
.lgx_logo_slider .lgx_app_item_row .lgx_app_item .lgx_app_item_img {
    display: inline-block;
}

element.style {
}
.lgx_logo_slider .lgx_app_item_row .lgx_app_item .lgx_app_item_img {
    display: inline-block;
}
.lgx_app_item::before{
height: 100px !important;
}
.lgx_app_item::after{
height: 100px !important;
}
.lgx_app_item{
height: 100px !important;
}