/*
.fusion-logo-background {
  opacity: 0;
 
}
*/

.fusion-flyout-menu-icons {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  #site-header {
    display: none;
  }
  .fusion-mobile-menu-design-flyout:not(.fusion-header-v6) .fusion-header {
  display: none;
}
}

.ua-mobile .modal-open {
    position: relative;
}

textarea{
  resize:none;
}

input.wpcf7-form-control.wpcf7-submit:hover{
  background-color: #0059a3;
color: white;
}
input.wpcf7-form-control.wpcf7-submit{
  background-color: #0059a3;
color: white;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-weight: bold;
}