.page-content {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.logo img {
  max-height: 200px !important;
}

.contactformchanges {
    border: solid 1px #eaeaea;
    padding: 20px;
}

.contactformchanges .catalog-grid h2 {
  padding-bottom: 20px !important;
}


label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 12px;
}

.pagesbutton {
    font-family: inherit !important;
    line-height: inherit !important;
    padding: 10px 40px !important;
    color: #fff !important;
    background: #11392e !important;
   border: #11392e 3px solid !important;
  width: 100% !important;
}

.pagesbutton:hover {
      color: #11392e !important;
    background: #fff !important;
 border: #11392e 3px solid !important;
}

nav.menu .catalog-block ul.catalog > li > a:hover {
    color: #f4a235;
}