:root {

--font: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;

--base-color: #e64900;


--base-text-color: #ffffff;


--footer-color: #001133;


--footer-text-color: #ffffff;


--button-color: #e64900;


--button-hover-color: #a6bbc9;


--button-text-color: #ffffff;



--header-color: #fefefe;


--header-text-color: #333;

--clear-filters-display-text: inline-block;


--clear-filters-display-icon: inline-block;

}

	.es-clear-all-filters-button .button-text {
	display: var(--clear-filters-display-text);
	}

	.es-clear-all-filters-button .button-icon {
	display: var(--clear-filters-display-icon);
	}

/* HEADER */

@media (min-width: 640px) {
    .row.header {
        max-width: none;
        padding: 0 30px;
    }
}

/* TOP HEADER BAR */

.header-bar {
background-color: #326195;
max-width: 100%;
padding: 0 30px;
}

/* LOGO */

.header-wrapper .row.header .logo-container {
height: 70px;
padding: 0 15px;
}

.header-wrapper .row.header .logo-container .header-logo {
height: 70px;
}

/* BOTTOM MARGIN ON SECTIONS */

.main-wrapper .content-column .row {
margin: 0px auto 15px auto;
}

/* SCROLLING BANNER */

.bx-wrapper {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
background: #fff;
}

.first-page-content .banners {
margin: -15px auto 0 auto;
margin: 0 calc(50% - 50vw);
width: 200%;
transform: translateX(calc(50vw - 50%));
}

.bx-viewport {
width: 100%;
overflow: hidden;
position: relative;
height: 600px;
margin: -15px 0 0 0;
}

.bx-wrapper .bxslider li {
display: block;
Width: 1920px;
}

/* 3 COLUMNS */

* {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.columnhp {
  float: left;
  width: 33.33%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
margin-bottom: 30px;
}

/* Clear floats after the columns */
.rowtest:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .columnhp {
    width: 90%;
    padding: 0 10px;
    margin: 0 5% 0 5%;
  }
}

/* SECTION TITLE TEXT */

.sectiontitletext {
  background-color: #001133;
  color: #ffffff;
  padding: 20px 0px 20px 0px;
  text-align: center;
}

.sectiontitletext h2 {
  font-size: 2em;
}
