html {
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
html body {
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-family: Open Sans, Arial, sans-serif;
}
html body .no-spaceing-under-last-element > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
html body div.ccm-page.page-template-full {
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
html body div.ccm-page.page-template-full header,
html body div.ccm-page.page-template-full main,
html body div.ccm-page.page-template-full footer {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
html body div.ccm-page.page-template-full header {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: none;
}
html body div.ccm-page.page-template-full header div.top-header {
  background-color: #1c5627;
  color: #fef504;
  line-height: 34px;
  font-weight: 600;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 12px;
}
html body div.ccm-page.page-template-full main {
  min-height: 50vh;
  margin: 0px;
  padding: 0px;
  margin-bottom: 50px;
  font-family: Open Sans, Arial, sans-serif;
  color: #fff;
}
html body div.ccm-page.page-template-full main h1 {
  text-transform: uppercase;
  font-weight: bold;
}
html body div.ccm-page.page-template-full main h2,
html body div.ccm-page.page-template-full main h5 {
  text-transform: uppercase;
  font-weight: bold;
}
html body div.ccm-page.page-template-full main h5 {
  margin-bottom: 1rem;
}
html body div.ccm-page.page-template-full main a {
  color: white;
}
html body div.ccm-page.page-template-full footer {
  margin: 0px;
  padding: 0px;
  border: none;
  color: white;
  border-top: 2px solid #fef504;
}
html body div.ccm-page.page-template-full footer div.container div.row div.col-md-4 p span.icon {
  display: block;
  float: left;
  width: 30px;
}
html body div.ccm-page.page-template-full footer div.container div.row div.col-md-4 p span.content {
  display: block;
  float: left;
}
html body div.ccm-page.page-template-full footer div.container div.row div.col-md-4 p:last-child,
html body div.ccm-page.page-template-full footer div.container div.row div.col-md-4 p span.content:last-child,
html body div.ccm-page.page-template-full footer div.container div.row div.col-md-4 p span.icon:last-child {
  margin-bottom: 0px;
}
html body div.ccm-page.page-template-full footer div.container div.row div.col-md-4 hr {
  width: 70%;
}
html body div.ccm-page.page-template-full footer a {
  color: white;
}
html body div.ccm-page.page-template-full p {
  color: white;
}
