html {
  background: #fff;
}

input[type='text'],
input[type='password'],
input[type='email'],
textarea {
    background: transparent none;
    border: 2px solid #e5e5e5;
}

input[type='submit'],
.btnLink {
  border: 4px solid #e36b00;
  color: #000;
}

select {
  padding-right: 0;
  background: transparent none;
  border: 2px solid #e5e5e5;
}

select::-ms-expand {
  display: none;
}

@supports (-moz-appearance:meterbar) and (background-blend-mode:difference, normal) {
  select {
    background: transparent none;
  }
}

.ie8 select,
.ie9 select {
  background: transparent none;
}

.siteHeader {
  margin-bottom: 25px;
}

.siteLogo {
  position: static;
  float: none;
  background: transparent none;
  border: 0;
}

.siteLogo:after {
  content: '';
  display: block;
  width: 240px;
  height: 0;
  margin: -55px 0 0;
  border-top: 75px solid #71808a;
  border-bottom: 4px solid #5d6d78;
}

.navwrapper {
  display: none;
}

.breadCrumb {
  display: none;
}

.article {
  float: none;
  clear: both;
  width: auto;
  padding-bottom: 0;
}

.article>div {
  background: transparent none;
  border-top: 3px solid #999;
}

.featured {
  float: none !important;
  width: auto !important;
}

.geoTable td,
.geoTable tr td:nth-child(2),
.geoTable tbody tr:nth-child(odd),
.geoTable .geoLink {
  background: transparent none;
}

.geoTable td {
  padding: 7px 0;
}

.geoTable tr td:nth-child(2) {
  width: 20px;
  padding: 0;
}

.geoTable .geoLink {
  padding: 20px 0;
}

.geoTable .selected {
  background-image: none;
}

.sidebar {
  display: none;
}

.footerWrapper {
  padding-top: 30px;
  background: transparent none;
  border-top-width: 3px;
}

.siteFooter {
  display: none;
}

.mailForm li {
  display: block;
}

.owl-theme .owl-controls,
.owl-theme .btnLink {
  display: none;
}

.fortyYears {
  float: none;
}

.fortyYears p {
  margin-bottom;
  50px;
}