@media only screen and (max-width: 767px) {
  html#HTML,
  body#BodyId {
    background-color: #ffffff;
    overflow: visible;
  }
  html#HTML #sitefull,
  body#BodyId #sitefull {
    background-color: #fff;
  }
  html#HTML #form1 .row,
  body#BodyId #form1 .row,
  html#HTML #form1 .grid_12,
  body#BodyId #form1 .grid_12 {
    overflow: visible;
  }
  #siteheader {
    display: none;
  }
  #menubtn {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 5px solid #15bcd2;
    margin-left: -1px;
    left: 10%;
    top: 32px;
    cursor: pointer;
    position: absolute;
  }
  #mobileheader {
    background-color: #ffffff;
    display: block;
    text-align: center;
    position: relative;
    z-index: 1000;
  }
  #mobileheader img.logo {
    width: 200px;
    height: auto;
  }
  #mobileheader #main-menu.on {
    display: block;
  }
  #mobileheader #main-menu {
    position: absolute;
    background-color: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    width: 90%;
    margin: 0 5%;
    display: none;
    padding: 10px 0;
    left: 0;
    top: 80px;
  }
  #mobileheader #main-menu ul.nav-menu li.menu-item {
    padding: 0;
    display: block;
    text-align: center;
    line-height: 22px;
    margin-top: 0;
    text-align: left;
    margin: 0 5%;
    border-bottom: 1px solid #000;
  }
  #mobileheader #main-menu ul.nav-menu li.menu-item:last-child {
    border-bottom: none;
  }
  #mobileheader #main-menu ul.nav-menu li.menu-item a {
    display: block;
    font-size: 13px;
    margin-top: 3px;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    padding: 3px 0;
  }
  #mobileheader #main-menu ul.nav-menu #loginout-link a {
    display: none !important;
  }
  #titleheader #pagetitle {
    padding-top: 40px;
  }
  body.page-template-page-about-php .row.execs .grid_6 {
    text-align: center;
  }
  body.page-template-page-about-php .row.execs .grid_6 h3 {
    text-align: center;
  }
  body.page-template-page-about-php .row.execs .grid_6 img {
    float: none;
    display: inline-block;
    margin-right: 0;
  }
  body.page-template-page-about-php .row.execs .grid_6 p {
    text-align: left;
  }
  body.page-template-page-about-php .row.board li {
    display: inline-block;
    width: 100%;
  }
  body#home .wrap.hero {
    height: 400px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    background-position: bottom right !important;
  }
  body#home .wrap.hero .grid_12 h1 {
    animation: none !important;
    -webkit-animation: none !important;
    opacity: 1 !important;
    font-size: 15px !important;
    margin-top: 55px !important;
  }
  body#home article.content img {
    float: none !important;
    display: block;
  }
  body#home article.content ul {
    list-style: disc !important;
  }
  body#home article.content li {
    display: list-item !important;
  }
  body#home article.content li:before {
    display: none !important;
  }
  body#home #left,
  body#home #right {
    display: none;
  }
  body#home .leader .header {
    margin-bottom: 20px;
  }
  body#home .slide {
    display: block !important;
  }
  body#home .slide .grid_2 {
    text-align: center;
  }
  body#home .slide .grid_2 img {
    display: inline-block !important;
  }
  body#home .slide .grid_2 img.hover {
    left: 50%;
    margin-left: -75px;
  }
  #footertop #logo-footer {
    width: 100%;
  }
  #footertop #logo-footer img.logo-footer {
    max-width: 100%;
  }
  #footertop .grid_6:last-of-type form {
    text-align: left !important;
  }
  #footer-left {
    width: 80%;
  }
  #footer-right {
    width: 20%;
  }
}
