html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
  background-color: #70db70;
  color: #2c2d2f;
  font-family: 'Roboto', sans-serif;
}
header {
  width: 100%;
  background-color: #fff;
}
header #top-header {
  max-width: 1280px;
  margin: auto;
}
header #top-header .title {
  display: inline-block;
  padding: 20px;
}
header #top-header .title img {
  max-width: 300px;
  height: auto;
  display: inline-block;
  vertical-align: top;
}
header #top-header .title .blog-name {
  font-size: 2em;
  font-weight: bold;
  color: #e74c3c;
}
header #top-header .top-content {
  float: right;
}
header #main-nav {
  width: 100%;
  display: block;
  text-align: center;
  color: #2c2d2f;
  background-color: #009933;
  border-bottom: 5px solid #70db70;
}
header #main-nav ul li {
  display: inline-block;
  margin-left: -5px;
}
header #top-header .title a {
  text-decoration: none;
}
section#background-image {
  max-width: 1280px;
  margin: auto;
  height: 400px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section#background-image .motto {
  display: block;
  font-size: 3em;
  color: #fff;
  line-height: 100px;
  padding-top: 150px;
  text-align: center;
  text-transform: capitalize;
}
section#background-image .motto::before,
section#background-image .motto::after {
  display: inline-block;
  font-size: 50px;
  margin-top: -10px;
}
section#background-image .motto::before {
  content: open-quote;
  margin-right: 5px;
}
section#background-image .motto::after {
  content: close-quote;
  margin-left: 5px;
}
main {
  max-width: 1280px;
  margin: auto;
  zoom: 1;
  position: relative;
  background-color: #fff;
}
main:before,
main:after {
  content: "";
  display: table;
}
main:after {
  clear: both;
}
main section {
  padding: 20px 60px;
  width: 100%;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
main section.has-side-menu {
  width: 80%;
  float: left;
}
main section h1 {
  text-align: center;
  margin: 0;
  padding: 15px;
  font-size: 2em;
}
main section.news-item a {
  color: #3498db;
  text-decoration: none;
}
main section.news-item a:hover {
  text-decoration: underline;
}
main section.news-item .body {
  text-align: center;
}
main aside#side-menu {
  background-color: #009933;
  float: right;
  height: 100%;
  width: 20%;
}
main aside#side-menu nav ul li {
  display: block;
}
/*
For the contact page to render correct it required three divs as follows:
<div class="contact info">
  ...
</div>
<div class="contact form">
  [contact-form-7 id="64" title="Contact Form"]
</div>
<div class="contact map">
  [google_maps id="75"]
</div>
 */
.contact.info,
.contact.form {
  display: inline-block;
  margin-left: -4px;
  vertical-align: top;
}
.contact.info {
  width: 70%;
}
.contact.form {
  width: 30%;
  color: #2c2d2f;
}
.contact.form input,
.contact.form textarea {
  border: 1px solid #747575;
  border-radius: 3px;
  padding: 2%;
  width: 96%;
}
.contact.form p {
  width: 100%;
}
.contact.map {
  background-color: #747575;
  margin: 0 -60px -20px;
}
.full-width {
  margin: 0 -60px -20px;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul li {
  color: #fff;
}
nav ul li a {
  display: block;
  padding: 20px;
  color: inherit;
  text-decoration: none;
}
nav ul li a:hover {
  background-color: #80ff80;
}
nav ul li.current-menu-item > a,
nav ul li.current_page_item > a,
nav ul li.current-page-ancestor > a {
  background-color: #70db70;
}
nav ul li.current-menu-item > a:hover,
nav ul li.current_page_item > a:hover,
nav ul li.current-page-ancestor > a:hover {
  background-color: #70db70;
}
footer {
  background-color: #2c2d2f;
  color: #eaeaea;
}
footer #footer-nav {
  padding: 20px;
  zoom: 1;
  max-width: 1280px;
  margin: auto;
}
footer #footer-nav:before,
footer #footer-nav:after {
  content: "";
  display: table;
}
footer #footer-nav:after {
  clear: both;
}
footer #footer-nav .content {
  display: inline-block;
}
footer #footer-nav .content .copyright {
  color: #747575;
}
footer #footer-nav .logo {
  float: right;
}
footer #footer-nav ul li {
  display: inline-block;
  margin-left: -4px;
}
p a {
  color: #3498db;
}
p a:visited {
  color: #217dbb;
}
blockquote {
  max-width: 600px;
  margin: auto;
  text-align: center;
}
blockquote::before,
blockquote::after {
  display: inline-block;
  font-size: 50px;
  position: absolute;
  margin-top: -10px;
}
blockquote::before {
  content: open-quote;
}
blockquote::after {
  content: close-quote;
  margin-left: 5px;
}
blockquote p {
  display: inline !important;
  margin-left: 25px;
  line-height: 1.8em;
}
.wrapper {
  max-width: 1280px;
  margin: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
#online-enrolment form {
  border: 1px solid #2c2d2f;
}
#online-enrolment form h1,
#online-enrolment form h2,
#online-enrolment form h3,
#online-enrolment form h4,
#online-enrolment form h5,
#online-enrolment form h6 {
  text-align: center;
  margin-bottom: 0;
}
#online-enrolment form br {
  display: none;
}
#online-enrolment form p {
  border-bottom: 1px solid #2c2d2f;
  margin: 0;
  padding: 10px 20px;
}
#online-enrolment form .wpcf7-form-control {
  display: table;
  width: 100%;
}
#online-enrolment form .wpcf7-form-control .wpcf7-list-item {
  display: table-cell;
}
#online-enrolment form label {
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
  padding: 15px 20px;
}
#online-enrolment form label.n1 {
  width: 100%;
}
#online-enrolment form label.n2 {
  width: 50%;
}
#online-enrolment form label.n3 {
  width: 33.33%;
}
#online-enrolment form label.n4 {
  width: 25%;
}
#online-enrolment form label.n5 {
  width: 20%;
}
#online-enrolment form label input {
  width: 100%;
}
#online-enrolment form label input[type="radio"] {
  width: auto;
}
#online-enrolment form label > br {
  display: initial;
}
