/* === CUSTOM CSS === */
body {
  font-family:R Gerstner,Helvetica,Futura,Arial,Verdana,sans-serif !important;
}
H1 {
  font-family:R Gerstner,Helvetica,Futura,Arial,Verdana,sans-serif !important;
}
@font-face {
  font-family: 'R Gerstner'!important;
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'),
       url(opensans.woff2) format('woff2'),
       url(opensans.woff) format('woff'),
       url(opensans.ttf) format('truetype'),
       url(opensans.otf) format('opentype'),
       url(opensans.eot) format('embedded-opentype');
}

.home_layout .control-checks-link {
  display: none;
}