@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  line-height: 1.6;
  background-position: top center;
  color: #003650;
}
.clearfix {
  clear: both;
}
.w-pg {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.w-pg-narrow {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1180px) {
  .w-pg {
    max-width: 1024px;
  }
}
@media only screen and (max-width: 1024px) {
  .w-pg {
    max-width: 768px;
  }
}
@media only screen and (max-width: 768px) {
  .w-pg {
    max-width: 550px;
  }
  body {
    background: #FFF;
  }
}
@media only screen and (max-width: 480px) {
  body {
    font-size: 1.3em;
  }
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 100;
}
h1 {
  font-size: 4.0rem;
  line-height: 1.2;
}
h2 {
  font-size: 2.2rem;
  line-height: 1.25;
  font-weight: bold;
}
h3 {
  font-size: 1.8rem;
  line-height: 1.35;
  font-weight: bold;
  clear: both;
}
h4 {
  font-size: 1.6rem;
  line-height: 1.45;
  font-weight: bold;
}
p {
  margin-top: 0;
}
.text-center {
  text-align: center;
}
.text-para1 {
  font-size: 1.7rem;
}
.text-feature-large {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ca7c00;
}
.text-white {
  color: #FFF;
}
.text-xsmall {
  font-size: 0.5rem;
  color: #333;
}
.text-xl {
  font-size: 1.8rem;
}
.text-xxl {
  font-size: 3.0rem;
}
.text-testimonials {
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.9;
}
.text-testimonials-name {
  font-weight: bold;
  font-size: 1.2rem;
}
.text-slogan {
  text-align: center;
  clear: both;
  font-size: 1.8rem;
  color: #CCC;
  padding-bottom: 15px;
  border-bottom: solid 1px #CCC;
  margin: 0 1% 15px 1%;
}
.grid-featitems h2 {
  font-size: 2.0rem;
  color: #FFF;
  margin: 5px 0px 5px 15px;
}
.grid-featitems p {
  font-size: 1.3rem;
  color: #92C4DD;
  margin: 5px 25px 5px 15px;
}
@media screen and (max-width : 768px) {
  .grid-featitems p {
    margin: 5px 35px 5px 15px;
  }
}
@media screen and (max-width : 480px) {
  h1 {
    font-size: 3.2rem;
  }
  h2 {
    font-size: 2.1rem;
  }
  .text-para1 {
    font-size: 1.4rem;
  }
  .text-xl {
    font-size: 1.6rem;
    padding: 0 20px;
  }
  .text-xxl {
    font-size: 2.2rem;
  }
  .grid-featitems h2 {
    font-size: 1.5rem;
    margin: 5px 15px 5px 15px;
    padding: 0px;
  }
  .grid-featitems p {
    font-size: 0.8rem;
    margin: 5px 10px 5px 15px;
    padding: 0 10px 0 0;
  }
  .text-slogan {
    border-bottom: none;
  }
}
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
  float: left;
  overflow: hidden;
  padding: 4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.column .column {
  padding: 2% 4% 2% 0;
}
.one.column {
  width: 8.3333333%;
}
.two.column {
  width: 16.6666667%;
}
.three.column {
  width: 25%;
}
.four.column {
  width: 33.3333333%;
}
.five.column {
  width: 41.6666667%;
}
.six.column {
  width: 50%;
}
.seven.column {
  width: 58.3333333%;
}
.eight.column {
  width: 66.6666667%;
}
.nine.column {
  width: 75%;
}
.ten.column {
  width: 83.3333333%;
}
.eleven.column {
  width: 91.6666667%;
}
.twelve.column {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .twelve.column {
    padding: 0 20px 0 20px;
  }
  .six.column {
    padding: 0 20px 0 20px;
  }
}
/* Column - Feature
––––––––––––––-----–––––––– */
.column-feature {
  float: left;
  overflow: hidden;
  margin: 0 2% 0 2%;
  padding: 40px 60px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.one.column-feature {
  width: 4.3333333%;
}
.two.column-feature {
  width: 12.6666667%;
}
.three.column-feature {
  width: 21%;
}
.four.column-feature {
  width: 29.3333333%;
}
.five.column-feature {
  width: 37.6666667%;
}
.six.column-feature {
  width: 46%;
}
.seven.column-feature {
  width: 54.3333333%;
}
.eight.column-feature {
  width: 62.6666667%;
}
.nine.column-feature {
  width: 71%;
}
.ten.column-feature {
  width: 79.3333333%;
}
.eleven.column-feature {
  width: 89.6666667%;
}
.twelve.column-feature {
  width: 96%;
}
@media only screen and (max-width: 768px) {
  .column {
    padding: 0;
    width: 100% !important;
    max-width: 550px;
    float: none;
    margin: 0 auto;
  }
  .column-feature {
    padding: 20px;
    width: 90% !important;
    max-width: 550px;
    float: none;
    margin: 5% auto;
  }
}
/* Branding
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.white {
  color: #FFF !important;
}
.blue {
  color: #005380;
}
.lightblue {
  color: #5c9bba;
}
.gold {
  color: #9F8D00;
}
.bg-lightblue {
  background-color: #5c9bba;
}
.bg-grey {
  background-color: #DDD;
}
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a:link, a:visited {
  text-decoration: underline;
  color: #005380;
}
a:hover, a:active, a:focus {
  color: #9F8D02;
}
a.rs-link {
  text-align: center;
  font-size: 1.3rem;
  line-height: 2.5;
  display: block;
  background: #005479;
  width: 50%;
  margin: 0 auto;
}
a.btn {
  background-color: #0b364f;
  display: inline-block;
  padding: 10px 30px;
  color: #FFF;
  text-decoration: none;
  border-radius: 5px;
}
a.btn:hover {
  background-color: #a08e01;
}
a.btn-secondary {
  background-color: #a08e01;
  display: inline-block;
  padding: 10px 30px;
  margin: 0 10px;
  color: #FFF;
  text-decoration: none;
  border-radius: 5px;
}
a.btn-secondary:hover {
  background-color: #0b364f;
}
a.btn-cta {
  background-color: #0b364f;
  display: inline-block;
  padding: 10px 30px;
  margin: 0 10px;
  color: #FFF;
  text-decoration: none;
  border-radius: 5px;
}
a.btn-cta:hover {
  background-color: #5C9BBA
}
.btn-feature a {
  background-color: #0b364f;
  display: block;
  padding: 20px 0;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-size: 2rem;
  width: 98%;
  margin: 0 auto 30px auto;
  font-weight: bold;
  background-image: url(../images/icons/ic_arrow-right_yellow.svg);
  background-position: right bottom;
  background-size: 35px 35px;
  background-repeat: no-repeat;
}
.btn-feature a:hover {
  background-color: #a08e01;
}
a.link-highlight {
  color: #005380;
  text-decoration: none;
}
a.link-highlight:hover {
  color: #003650;
}
aside a:link, aside a:visited {
  color: #003650;
  font-weight: bold;
}
aside a:hover {
  color: #666;
}
footer a:link, footer a:visited {
  color: #cecece;
  font-size: 1.1rem;
}
footer a:hover {
  color: #999;
}
/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wrapper-internal {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
header {
  background: #FFF;
  position: relative;
  height: 125px
}
.slider ul {
  height: 800px;
  list-style: none;
  margin: 0;
}
.slider ul li {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner-internal {
  clear: both;
  position: relative;
}
.banner-internal li {
  list-style: none;
  width: 100%;
  background: #000;
  height: 150px;
}
.banner-internal ul li {
  float: left;
}
main {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  padding: 80px 0 20px 0;
}
.content-padding {
  width: 98%;
  box-sizing: border-box;
  padding: 50px 50px 0 50px;
}
.content-main {
  width: 98%;
  background: #FFF;
  float: right;
  box-sizing: border-box;
  padding: 50px;
  margin: 0 1% 55px 0;
}
.content-3quarter {
  background: #FFF;
  width: 75%;
  min-height: 300px;
  float: right;
  box-sizing: border-box;
  padding: 60px;
  margin: 0 1% 15px 0;
}
.content-half {
  background: #FFF;
  width: 49%;
  float: left;
  box-sizing: border-box;
  padding: 25px;
  margin: 0 0 0 1%;
  min-height: 650px;
}
aside {
  width: 23%;
  box-sizing: border-box;
  min-height: 300px;
  background: #9f8d02;
  margin: 0 0 0 1%;
  padding: 15px;
  font-size: 1.2rem;
}
aside.half {
  width: 49%;
  float: left;
  margin: 0 1% 0 0;
  padding: 25px;
  font-size: 1.5rem;
  min-height: 650px;
}
.instagram {
  position: absolute;
  right: 10px;
  top: 50px;
  line-height: 1.3;
  text-align: right;
}
.feature {
  background: #DDD;
  padding: 40px;
  box-sizing: border-box;
}
footer {
  background: #003650;
  overflow: hidden;
  padding: 55px 0 55px 0;
  clear: both;
  color: #FFF;
}
@media screen and (max-width : 1080px) {
  header {}
  .content {
    width: 100%;
    float: left;
  }
  .content-3quarter {
    background: #FFF;
    width: 100%;
    min-height: 300px;
    float: right;
    box-sizing: border-box;
    padding: 25px;
    margin: 0 0 0 0;
  }
  aside {
    width: 100%;
    float: right;
    font-size: 1.5rem;
  }
}
@media screen and (max-width : 769px) {
  header {
    height: 97px;
  }
  .slider ul {
    height: 600px;
  }
  .content-half {
    width: 100%;
    float: left;
  }
  aside.half {
    width: 100%;
    min-height: 650px;
  }
  .instagram {
    display: none;
  }
  footer {
    padding: 30px;
  }
}
@media screen and (max-width : 480px) {
  .slider ul {
    height: 350px;
  }
  .content-main {
    padding: 20px;
  }
  .content-half {
    width: 100%;
    float: left;
  }
  .content-3quarter {
    width: 100%;
    float: left;
  }
  aside {
    width: 100%;
    float: right;
  }
  aside.half {
    width: 100%;
    min-height: 650px;
  }
  .feature {
    background: #DDD;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
}
/* Accordian
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.accordian {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
  border-top: 0;
}
.accordian header {
  display: block;
  height: 35px;
  margin: 0 2% 2% 0;
  padding: 25px;
  background: #005380;
  border-radius: 8px;
  cursor: pointer;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background-image: url(../images/icons/ic_arrow-down_white.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.accordian section {
  display: none;
  padding: 20px;
  background: #FFF;
  font-size: 1.5rem;
}
.accordian section.active {
  display: block;
}
@media only screen and (max-width: 480px) {
  .accordian section {
    padding: 10px;
  }
}
/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
nav {
  width: 100%;
  position: absolute;
  right: 0;
  top: 85px;
  z-index: 1;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav li {
  display: inline-block;
  float: left;
  width: 12.5%;
  position: relative;
}
nav li a {
  display: block;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 1.4rem;
  color: #003650;
  text-decoration: none !important;
}
nav li:hover a {
  background: #003650;
  color: #FFF;
  transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  border-radius: 20px 0 0 0;
  text-decoration: none;
}
nav li:hover ul a {
  background: #F3F3F3;
  border-bottom: solid 1px #cecece;
  color: #2f3036;
  text-align: left;
  font-size: 1.2rem;
  width: 150px;
  height: 35px;
  line-height: 35px;
  transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  border-radius: 0 0 0 0;
  text-decoration: none;
}
nav li:hover ul a:hover {
  background: #9f8d02;
  color: #fff;
  transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  text-decoration: none;
}
nav li ul {
  display: none;
}
nav li ul li {
  display: block;
  float: none;
}
nav li ul li a {
  width: auto;
  padding: 0 20px;
  text-decoration: none;
}
nav ul li a:hover + .hidden, .hidden:hover {
  display: block;
  transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
}
.show-menu {
  text-decoration: none;
  color: #fff;
  background: #d0c99d;
  text-align: center;
  display: none;
  width: 50px;
  height: 50px;
  float: right;
}
/*Hide checkbox*/
input[type=checkbox] {
  display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu {
  display: block;
  text-align: center;
}
nav li i {
  top: 12px;
  margin: 0 0 0 5px;
}
nav li ul li i {
  display: none;
  visibility: hidden;
}
@media screen and (max-width : 1080px) {
  nav {
    width: 100%;
  }
}
@media screen and (max-width : 769px) {
  nav {
    position: relative;
    width: 100%;
    top: 0;
  }
  nav ul {
    display: none;
  }
  nav li {
    position: relative;
    border-top: 1px solid #999;
    background: #003650;
  }
  nav li a, nav li a:visited {
    padding: 0 0 0 20px;
    color: #FFF;
  }
  nav li:hover ul a {
    width: 100%;
    background: #f3f3f3;
  }
  nav li:last-child {
    border-bottom: 1px solid #999;
  }
  nav li ul li {
    display: block;
    float: none;
    width: 100%;
  }
  nav li ul li a {
    padding: 0 35px;
  }
  nav li ul li:last-child {
    border-bottom: none;
  }
  nav ul li, nav li a {
    width: 100%;
    text-align: left;
  }
  .show-menu {
    display: block;
    position: absolute;
    right: 3%;
    top: 20px;
    background: url(../images/icon-menu.png) no-repeat;
    background-size: 50px 50px;
    background-position: center center;
    border: solid 1px #003650;
    cursor: pointer;
  }
  nav li i {
    position: absolute;
    right: 5%;
  }
  nav li ul li i {
    right: 5%;
    position: absolute;
    top: 12px;
    display: block;
    visibility: visible;
  }
}
/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
  width: 230px;
  height: auto;
  float: left;
  display: block;
  margin: 7px 0 0 0;
}
.houzz-header {
  position: absolute;
  right: 10px;
  top: 60px;
}
nav img {
  float: left;
}
ul.projects-images img {
  width: 100%;
  height: auto;
}
img.pdf {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-top: 5px;
}
img.houzz-award {
  width: 320px;
  height: auto;
  display: block;
}
.divided-list li img {
  float: right;
}
img.demovideo {
  width: 70%;
  max-width: 900px;
  height: auto;
  display: block;
}
img.social {
  width: 40px;
  height: auto;
  float: left;
}
img.social:hover {
  opacity: 0.6;
}
img.process {
  width: 150px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
img.img-full {
  width: 100%;
  height: auto;
  display: block;
}
img.img-pg-logo-trade {
  width: 150px;
  height: auto;
}
img.img-pg-logo-greensmart {
  width: 280px;
  height: auto;
}
img.img-half {
  width: 370px;
  height: auto;
  margin-bottom: 30px;
}
.grid-featitems img {
  width: 100%;
  height: auto;
  display: block;
}
.grid-sponsors li img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  img.logo {
    margin: 20px 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  img.logo {
    width: 200px;
    height: auto;
    float: left;
    display: block;
    margin: 15px 0 15px 15px;
    clear: both;
  }
  .houzz-header {
    position: absolute;
    right: 90px;
    top: 35px;
  }
  img.demovideo {
    width: 100%;
  }
  img.img-pg-logo-trade {
    width: 100px;
  }
  img.img-pg-logo-greensmart {
    width: 220px;
  }
}
@media screen and (max-width: 480px) {
  .houzz-header {
    display: none;
  }
  img.img-half {
    width: 280px;
  }
}
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol, dl {
  margin: 0;
  padding: 0;
}
aside ul, aside ol {
  margin: 0 0 0 20px;
}
.content ul, .content ol, .content-main ul, .content-main ol {
  margin: 0 0 0 35px;
}
.content ul ul, .content ol ol, .content-main ul, .content-main ol {
  font-size: 1.3rem;
  line-height: 2.5rem;
  margin: 0 0 0 20px;
}
ul.divided-list {
  width: 100%;
  list-style: none;
  margin: 0 0 0 0px;
}
.divided-list li {
  border-bottom: 1px solid #CCC;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  min-height: 100px;
}
ul.grid-featitems {
  list-style: none;
  overflow: hidden;
  margin: 50px 0 50px 0;
}
.grid-featitems li {
  float: left;
  position: relative;
  width: 23%;
  height: 300px;
  margin: 0 2% 0 0;
  background: #003650;
  box-sizing: border-box;
  padding: 0 0 15px 0;
}
.grid-featitems li .content {
  padding: 10px;
}
.grid-featitems li .content h2 {
  font-size: 2.0rem;
}
.grid-featitems li .content p {
  font-size: 1.5rem;
  line-height: 1.4;
}
.grid-featitems li a {
  color: #FFF;
  text-decoration: none;
}
.grid-featitems li a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.grid-featitems li:first-child {
  margin-left: 1%;
}
.grid-featitems li:last-child {
  margin-right: 0;
}
.grid-featitems-image {
  width: 100%;
  height: 170px;
}
ul.projects {
  list-style: none;
  margin: 0;
}
.projects li {
  border-bottom: solid 1px #CCC;
  margin: 0 0 15px 0;
  padding: 0 0 0 220px;
  min-height: 210px;
}
.projects-a {
  background: url(../images/projects/Solar-Passive-in-a-Cooler-Climate.jpg) no-repeat;
  background-size: 200px 200px;
}
.projects-b {
  background: url(../images/projects/Rose-Valley-Renovation.jpg) no-repeat;
  background-size: 200px 200px;
}
.projects-c {
  background: url(../images/projects/8.4-Star-Energy-Rating-in-Beechworth.jpg) no-repeat;
  background-size: 200px 200px;
}
.projects-d {
  background: url(../images/projects/Casa-Luna-Accommodation-House.jpg) no-repeat;
  background-size: 200px 200px;
}
.projects-e {
  background: url(../images/projects/Solar-Passive-Design-in-Insulated-Concrete.jpg) no-repeat;
  background-size: 200px 200px;
}
.projects-f {
  background: url(../images/projects/Energy-Saving-Block-Veneer.jpg) no-repeat;
  background-size: 200px 200px;
}
.projects-g {
  background: url(../images/projects/Award-Winning-7.5-Star-Straw-Bale-Home.jpg) no-repeat;
  background-size: 200px 200px;
}
.projects-h {
  background: url(../images/projects/A-Grand-Design.jpg) no-repeat;
  background-size: 200px 200px;
}
.projects-i {
  background: url(../images/projects/Straw-Bale-in-Organic-Form.jpg) no-repeat;
  background-size: 200px 200px;
}
.projects-j {
  background: url(../images/projects/Urban-Splendour.jpg) no-repeat;
  background-size: 200px 200px;
}
.projects-k {
  background: url(../images/projects/Thermal-Efficiency.jpg) no-repeat;
  background-size: 200px 200px;
}
.projects-l {
  background: url(../images/projects/Renovating-for-Sustainability.jpg) no-repeat;
  background-size: 200px 200px;
}
.projects-m {
  background: url(../images/projects/Something-Special.jpg) no-repeat;
  background-size: 200px 200px;
}
.projects-n {
  background: url(../images/projects/Coreten-Polished-Concrete.jpg) no-repeat;
  background-size: 200px 200px;
}
.projects-o {
  background: url(../images/projects/certified-passive-house.jpg) no-repeat;
  background-size: 200px 200px;
}
.projects-p {
  background: url(../images/projects/buffalo-creek-passivhaus.jpg) no-repeat;
  background-size: 200px 200px;
}
.projects-q {
  background: url(../images/projects/inner-urban-sustainable-home.jpg) no-repeat;
  background-size: 200px 200px;
}
.projects-r {
  background: url(../images/projects/bright-passivehaus.jpg) no-repeat;
  background-size: 200px 200px;
}
ul.projects-images {
  list-style: none;
  margin: 0;
}
.projects-images li {
  width: 32.333%;
  float: left;
  margin: 0 1% 0 0;
}
ul.gallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
}
.gallery li {
  display: block;
  float: left;
  width: 19%;
  height: auto;
  margin-bottom: 6px;
  margin-right: 6px;
  margin: 0 1% 0 0;
}
.gallery li a {
  height: 200px;
  width: 200px;
}
.gallery li a img {
  max-width: 100%;
}
.grid-sponsors {
  width: 98%;
  background: #CECECE;
  margin: 0 auto;
}
ul.grid-sponsors {
  list-style: none;
  width: 70%;
  margin: 0 auto 15px auto;
  overflow: hidden;
  clear: both;
}
ul.grid-sponsors li {
  float: left;
  width: 12%;
}
ul.nav-footer {
  list-style: none;
  float: left;
  position: relative;
  width: 100%;
  margin: 0 0 10px 0;
  color: #ccc;
}
ul.nav-footer li {
  font-size: 1.2rem;
  line-height: 2;
  margin: 0 0 0 10px;
}
ul.nav-footer li a {
  text-decoration: none;
}
.nav-footer-col {
  width: 24%;
  float: left;
  padding: 0 0 0 1%;
}
ul.checklist {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.checklist li {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 5px;
  padding: 3px 0 3px 30px;
  background-image: url(../images/check.png);
  background-size: 20px 20px;
  background-position: left center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  ul.grid-featitems {
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 10px 1% 10px 1%;
    margin: 0 auto 0 auto;
  }
  .grid-featitems li {
    float: left;
    width: 48%;
    margin: 0 auto 10px auto;
    height: 260px;
  }
  .grid-featitems li:nth-child(3) {
    margin-right: 2%;
  }
  .grid-featitems li:first-child {
    margin-left: auto;
    margin-right: 2%;
  }
  .grid-featitems li:last-child {
    margin-right: auto;
  }
  .grid-featitems-image {
    height: 120px;
  }
  .nav-footer-col {
    width: 23%;
  }
}
@media screen and (max-width: 769px) {
  .projects li {
    padding: 0;
  }
  .projects-a, .projects-b, .projects-c, .projects-d, .projects-e, .projects-f, .projects-g, .projects-h, .projects-i, .projects-j, .projects-k, .projects-l, .projects-m, .projects-n, .projects-o {
    background: none;
  }
}
@media screen and (max-width: 480px) {
  ul.grid-featitems {
    list-style: none;
    overflow: hidden;
    margin: 0px auto 0px auto;
    width: 95%;
  }
  .grid-featitems li {
    float: left;
    width: 100%;
    margin: 5px auto;
    height: 120px;
  }
  .grid-featitems li .content {
    width: 50%;
    float: left;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .grid-featitems li:first-child {
    margin-left: 0;
  }
  .grid-featitems li:last-child {
    margin-right: 0;
  }
  .grid-featitems-image {
    width: 35%;
    float: left;
    margin-right: 10px;
    height: 120px;
  }
  .grid-sponsors {
    width: 100%;
  }
  ul.grid-sponsors {
    list-style: none;
    width: 100%;
    margin: 0 auto 15px auto;
    overflow: hidden;
    clear: both;
  }
  ul.grid-sponsors li {
    float: left;
    width: 25%;
  }
}
/* Bullets
–––––––––––––––––––––––––– */
ul.bullets {
  overflow: hidden;
  list-style: none;
  margin-bottom: 20px;
}
ul.bullets li {
  margin: 0 0 10px 0;
  background-image: url(../images/icons/ic_bullets.svg);
  background-size: 10px 10px;
  background-position: left top 10px;
  background-repeat: no-repeat;
  padding-left: 30px;
}
ul.bullets-sub {
  overflow: hidden;
  list-style: none;
  margin-bottom: 20px;
}
ul.bullets-sub li {
  background-image: url(../images/icons/ic_bullets-sub.svg);
  background-size: 7px 7px;
  background-repeat: no-repeat;
  background-position: left top 10px;
  padding-left: 25px;
  margin-left: 30px;
}
ul.bullets-half {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
ul.bullets-half li {
  background-image: url(../images/icons/ic_bullets.svg);
  background-size: 7px 7px;
  background-repeat: no-repeat;
  background-position: left top 10px;
  padding-left: 25px;
  width: 45%;
  list-style: none;
}
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.form {
  overflow: hidden;
}
ul.form li {
  width: 98%;
  float: left;
}
ul.form li.half {
  width: 48%;
  margin: 0 2% 0 0;
}
ul.form li.third {
  width: 31.333%;
  margin: 0 2% 0 0;
}
input[type="email"], input[type="text"], input[type="tel"], textarea, select {
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 5px;
  background-color: #FFF;
  border: solid 1px #E2E2E2;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1.2rem;
  color: #505050;
  -webkit-appearance: none;
  background-position: right 10px center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  min-height: 130px;
}
input[type="email"]:focus, input[type="text"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
  border: 1px solid red;
  outline: 0;
  background-color: rgba(255, 255, 255, 1.00);
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
input[type="submit"], input[type="reset"], input[type="button"] {
  display: block;
  padding: 5px 40px;
  margin: 20px auto 0 auto;
  background: #9f8d02 !important;
  color: #FFF;
  cursor: pointer;
  height: auto;
  text-align: center;
  border: none;
  font-size: 1.5rem;
  border-radius: 3px;
  -webkit-font-smoothing: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: #FFFFFF;
  background: #333;
}
label {
  font-size: 1rem;
  text-align: left;
  display: block;
}
.required {
  color: red;
}
fieldset {
  margin: 0;
  padding: 10px;
  border-width: 0;
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  fieldset {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {}
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin: 20px 0 20px 0;
}
.ph {
  position: absolute;
  right: 10px;
  top: 30px;
  color: #9f8d02;
  font-size: 2rem;
  font-weight: bold;
}
.banner .caption-a {
  box-sizing: border-box;
  background: url(../images/bg-opacity-green.png);
  position: relative;
  top: 50px;
  font-weight: bold;
  width: 40%;
  left: 1%;
  font-size: 4.5rem;
  line-height: 1.2;
  color: #FFF;
  padding: 10px 20px 15px 20px;
}
.banner .caption-b {
  box-sizing: border-box;
  background: url(../images/bg-opacity-green.png);
  position: relative;
  top: 70px;
  left: 1%;
  font-weight: bold;
  width: 30%;
  font-size: 2.0rem;
  color: #FFF;
  padding: 10px 20px 10px 20px;
}
.more {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(../images/icon-rightarrow.png) #9f8d02 no-repeat;
  background-size: 25px 25px;
  background-position: center;
}
section {
  overflow: hidden;
  clear: both;
}
section.featitems {
  background-image: url(../images/bg-featitems.svg);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
}
section.cta {
  color: #FFF;
  padding: 40px 0;
  background-image: url(../images/bg-cta.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.cta p {
  font-size: 2.6rem;
}
section.cta-colour {
  color: #FFF;
  padding: 10px 0;
  background-color: #9F8D00;
}
section.cta-colour p {
  font-size: 2.6rem;
}
.floatright {
  float: right;
}
.radius {
  border-radius: 20px 0 0 0;
}
.video {
  width: 100%;
  height: 200px;
}
.byline {
  background: #013E60;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.5;
}
.byline a {
  color: #fff;
}
.byline a:hover {
  color: #9F8D00;
}
@media screen and (max-width: 768px) {
  .ph {
    display: none;
  }
  .banner .caption-a {
    width: 60%;
    font-size: 3.0rem;
    left: 30px;
    top: 30px;
  }
  .banner .caption-b {
    width: 50%;
    font-size: 1.9rem;
    left: 30px;
    top: 40px;
  }
  .more {
    width: 48px;
    height: 48px;
    background-size: 32px 32px;
  }
  .radius {
    border-radius: 0 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .banner .caption-a {
    display: none;
  }
  .banner .caption-b {
    display: none;
  }
  .more {
    height: 100%;
    width: 32px;
    background-size: 20px 20px;
  }
  .floatright {
    width: 100px;
    height: auto;
  }
  section.cta {
    padding: 40px 20px;
  }
}
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.form {
  overflow: hidden;
}
ul.form li {
  width: 98%;
  float: left;
}
ul.form li.half {
  width: 48%;
  margin: 0 2% 0 0;
}
ul.form li.third {
  width: 31.333%;
  margin: 0 2% 0 0;
}
input[type="email"], input[type="text"], input[type="tel"], textarea, select {
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 5px;
  background-color: #FFF;
  border: solid 1px #E2E2E2;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1.2rem;
  color: #505050;
  -webkit-appearance: none;
  background-position: right 10px center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  min-height: 130px;
}
input[type="email"]:focus, input[type="text"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
  border: 1px solid red;
  outline: 0;
  background-color: rgba(255, 255, 255, 1.00);
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
input[type="submit"], input[type="reset"], input[type="button"] {
  display: block;
  padding: 5px 40px;
  margin: 20px auto 0 auto;
  background: #000;
  color: #FFF;
  cursor: pointer;
  height: auto;
  text-align: center;
  border: none;
  font-size: 1.5rem;
  border-radius: 3px;
  -webkit-font-smoothing: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: #FFFFFF;
  background: #333;
}
label {
  font-size: 1rem;
  text-align: left;
  display: block;
}
.required {
  color: red;
}
fieldset {
  margin: 0;
  padding: 10px;
  border-width: 0;
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  fieldset {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {}
.crt-grid-post .crt-post-text {
  font-size: 1rem !important;
}
.crt-date {
  font-size: 1rem !important;
}
.crt-grid-post .crt-post-fullname {
  font-size: 1rem !important;
}
/* Buttons - Messenger
––––––––––––––––––––––––– */
a.btn-messenger {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  height: auto;
  width: 80px;
}
a.btn-messenger:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
a.btn-messenger img {
  width: 50px;
  height: auto;
  display: block;
  margin: 0 auto;
}
a.btn-messenger p {
  text-align: center;
  border-radius: 5px;
  right: 0;
  opacity: 0;
  font-size: 1rem;
  padding: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 4px;
  font-style: italic;
}
a.btn-messenger:hover p {
  display: block;
  opacity: 0.9;
  background: #FFF;
}
a.btn-corona {
  display: inline-block;
  text-decoration: none;
  position: fixed;
  top: 135px;
  right: -80px;
  z-index: 200;
  transform: rotate(90deg);
  text-align: center;
  padding: 15px 25px;
  margin: 15px auto 0 auto;
  background-color: #a08e02;
  font-size: 1.3rem;
  font-weight: 700;
  color: #FFF;
  border-radius: 0 0 5px 5px;
  border: solid 1px #FFF;
  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
a.btn-corona:hover {
  background-color: #005579;
}
@media only screen and (max-width: 1024px) {
  a.btn-corona {
    top: 220px;
    right: -65px;
    font-size: 0.9rem;
    padding: 10px 25px;
  }
}
/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pv0 {
  padding-top: 0;
  padding-bottom: 0;
}
.pv20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pv40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pv60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pv80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ph0 {
  padding-left: 0;
  padding-right: 0;
}
.ph20 {
  padding-left: 20px;
  padding-right: 20px;
}
.ph40 {
  padding-left: 40px;
  padding-right: 40px;
}
.ph60 {
  padding-left: 60px;
  padding-right: 60px;
}
.ph80 {
  padding-left: 80px;
  padding-right: 80px;
}
.pa0 {
  padding: 0;
}
.pb0 {
  padding-bottom: 0;
}
.pb20 {
  padding-bottom: 20px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb80 {
  padding-bottom: 80px;
}
.pt0 {
  padding-top: 0;
}
.pt20 {
  padding-top: 20px;
}
.pt40 {
  padding-top: 40px;
}
.pt60 {
  padding-top: 60px;
}
.pt80 {
  padding-top: 80px;
}
.ma0 {
  margin: 0;
}
.mb0 {
  margin-bottom: 0;
}
.mb20 {
  margin-bottom: 20px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}
.mt0 {
  margin-top: 0;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mt80 {
  margin-top: 80px;
}
hr {
  height: 0;
  border: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
hr.space20 {
  height: 20px;
}
hr.space40 {
  height: 40px;
}
hr.space60 {
  height: 60px;
}
hr.space80 {
  height: 80px;
}
hr.divide20 {
  border-top: solid 1px #D0691B;
  margin: 20px 0;
}
hr.divide40 {
  border-top: solid 1px #D0691B;
  margin: 40px 0;
}
hr.divide60 {
  border-top: solid 1px #D0691B;
  margin: 60px 0;
}
hr.divide80 {
  border-top: solid 1px #D0691B;
  margin: 80px 0;
}
@media only screen and (max-width: 768px) {
  .pv20, .pv40, .pv60, .pv80 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ph20, .ph40, .ph60, .ph80 {
    padding-left: 20px;
    padding-right: 20px;
  }
}