/*
Theme Name:     APPEA Our Natural Advantage
Theme URI:      http://www.ournaturaladvantage.com.au
Description:    Custom Wordpress theme for the Our Natural Advantage campaign: ;
Version:        1.0
Author:         ED
Author URI:     http://www.ed.com.au
*/
/* Presets file */
/* Colours */
/* Fonts */
.century {
  font-family: 'Century Gothic W01';
  font-weight: 300;
}
.centuryBold {
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
}
.museo100 {
  font-family: 'Museo Sans W01 100';
  font-weight: 100;
}
.museo300 {
  font-family: 'Museo Sans W01 300';
  font-weight: 300;
}
.museo500 {
  font-family: 'Museo Sans W01 500';
  font-weight: 500;
}
.museo700 {
  font-family: 'Museo Sans W01 700';
  font-weight: 700;
}
.museo900 {
  font-family: 'Museo Sans W01 900';
  font-weight: 900;
}
/* Embellishments */
.quizButton {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding-left: 95px;
  padding-top: 10px;
  padding-right: 10px;
  display: block;
  width: 100%;
  min-height: 40px;
  padding-bottom: 10px;
}
.highlightGradient {
  background-color: #01c7ec;
  background: -webkit-gradient(linear, left top, left bottom, from(#01c7ec), to(#00adcd));
  background: -webkit-linear-gradient(top, #01c7ec, #00adcd);
  background: -moz-linear-gradient(top, #01c7ec, #00adcd);
  background: -ms-linear-gradient(top, #01c7ec, #00adcd);
  background: -o-linear-gradient(top, #01c7ec, #00adcd);
  background: linear-gradient(top, #01c7ec, #00adcd);
}
.actionGradient {
  background-color: #f08c00;
  background: -webkit-gradient(linear, left top, left bottom, from(#f08c00), to(#ff7900));
  background: -webkit-linear-gradient(top, #f08c00, #ff7900);
  background: -moz-linear-gradient(top, #f08c00, #ff7900);
  background: -ms-linear-gradient(top, #f08c00, #ff7900);
  background: -o-linear-gradient(top, #f08c00, #ff7900);
  background: linear-gradient(top, #f08c00, #ff7900);
}
.counterBackground {
  background: #262626;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#262626), color-stop(0.5, #262626), color-stop(0.51, #000000), to(#000000));
  background: -webkit-linear-gradient(#262626 0%, #262626 50%, #000000 51%, #000000 100%);
  background: -moz-linear-gradient(#262626 0%, #262626 50%, #000000 51%, #000000 100%);
  background: -o-linear-gradient(#262626 0%, #262626 50%, #000000 51%, #000000 100%);
  background: linear-gradient(#262626 0%, #262626 50%, #000000 51%, #000000 100%);
}
/* Buttons */
.actionButton {
  color: #fff;
  padding: 0;
  display: inline-block;
  border: 0;
  background: #ff7000;
  height: 40px;
  width: 140px;
  text-align: center;
  font-size: 14px;
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  background-color: #f08c00;
  background: -webkit-gradient(linear, left top, left bottom, from(#f08c00), to(#ff7900));
  background: -webkit-linear-gradient(top, #f08c00, #ff7900);
  background: -moz-linear-gradient(top, #f08c00, #ff7900);
  background: -ms-linear-gradient(top, #f08c00, #ff7900);
  background: -o-linear-gradient(top, #f08c00, #ff7900);
  background: linear-gradient(top, #f08c00, #ff7900);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.actionButton:hover,
.actionButton:active {
  background-color: #01c7ec;
  background: -webkit-gradient(linear, left top, left bottom, from(#01c7ec), to(#00adcd));
  background: -webkit-linear-gradient(top, #01c7ec, #00adcd);
  background: -moz-linear-gradient(top, #01c7ec, #00adcd);
  background: -ms-linear-gradient(top, #01c7ec, #00adcd);
  background: -o-linear-gradient(top, #01c7ec, #00adcd);
  background: linear-gradient(top, #01c7ec, #00adcd);
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: transparent;
  border: 0;
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(../../img/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}
.flex-direction-nav .flex-prev {
  left: -36px;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 15px;
  text-align: left;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #555;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #fff;
  background: #ffffff;
}
.flex-control-paging li a.flex-active {
  background: #fff;
  background: #ffffff;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #1f1f1f;
  border-bottom: 30px;
  margin: 1em 0;
  padding: 0;
}
/*
* Remove the gap between images and the bottom of their containers: h5bp.com/i/440
*/
img {
  vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
  resize: vertical;
}
/* ==========================================================================
Chrome Frame prompt
========================================================================== */
.compatibility {
  background-color: #f08c00;
  color: #fff;
  margin: 0;
  padding: 20px;
  text-align: center;
  border-bottom: 2px solid #f08c00;
}
.compatibility a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.compatibility a:hover,
.compatibility a:active {
  color: #f08c00;
  border: 0;
  background: #fff;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/* apply a natural box layout model to all elements */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  min-width: 100%;
}
html {
  background-color: #fff;
}
body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Century Gothic W01';
  font-weight: 300;
  background-color: #cbd4d9;
}
section {
  min-width: 100%;
  width: 100%;
}
section#hero {
  height: 720px;
  position: relative;
  z-index: 1;
  background-color: #000;
}
.lt-ie9 section#hero {
  height: 770px;
}
section.content {
  position: relative;
  padding-bottom: 0px;
  background: #ffffff;
}
section.content .wrapper {
  border-bottom: 1px solid #1f1f1f;
}
#slider {
  float: left;
  width: 560px;
  margin-top: 94px;
  max-width: 560px;
  height: 300px;
}
#slider .slideMessage {
  font-size: 56px;
  display: block;
  line-height: 65px;
  letter-spacing: -1.5px;
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  color: #fff;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
#slider a.explanationLink {
  color: #fff;
  float: left;
  display: block;
  clear: both;
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  font-size: 18px;
  margin-top: 35px;
  text-decoration: none;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
#slider a.explanationLink:hover,
#slider a.explanationLink:active {
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  color: #00adef;
}
#petitionPrompt {
  position: absolute;
  top: 190px;
  right: 0;
  display: none;
  float: right;
  height: 62px;
  width: 310px;
  margin-top: 30px;
  background: url("https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/show_your_support.png");
}
#videoWindow {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bgVideo {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  height: 770px;
  width: 1400px;
  margin-left: -700px;
  z-index: -3;
}
.no-video .bgVideo {
  display: none;
}
.no-video section#hero {
  background: #0a1228;
}
.videoStill {
  position: absolute;
  top: 0;
  left: 50%;
  height: 770px;
  width: 1400px;
  margin-left: -700px;
  z-index: 0;
}
.arrow-blue {
  color: #00adef;
}
section#states {
  background-color: #000;
  height: 270px;
  padding-top: 40px;
}
.lt-ie9 section#states {
  height: 390px;
}
.stateColumn {
  height: 230px;
  width: 290px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}
.stateColumn a:link,
.stateColumn a:hover,
.stateColumn a:focus,
.stateColumn a:visited {
  text-decoration: none;
}
.stateColumn .imageWrap {
  border: 10px solid #fff;
  text-align: center;
  position: relative;
  height: 130px;
  overflow: hidden;
}
.stateColumn .imageWrap img {
  max-width: 290px;
  max-height: 230px;
  margin-top: -50px;
}
.stateColumn .imageWrap .stateHeading {
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 115px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.stateColumn .stateDescription {
  color: #fff;
  text-align: center;
  width: 300px;
  margin-top: 20px;
  display: block;
}
section#counters {
  background-color: #fff;
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  font-size: 14px;
  height: 205px;
  padding-top: 30px;
}
.counterColumn {
  display: block;
  width: 460px;
  height: 135px;
  position: relative;
}
.counterColumn span {
  display: block;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 28px;
}
.counterColumn span span {
  display: block;
  margin-bottom: 0;
}
.counterColumn#visit {
  float: left;
}
.counterColumn#year {
  float: right;
}
.counterColumn + .counterColumn {
  margin-left: 20px;
}
.counter {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0px;
  background-color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #262626;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#262626), color-stop(0.5, #262626), color-stop(0.51, #000000), to(#000000));
  background: -webkit-linear-gradient(#262626 0%, #262626 50%, #000000 51%, #000000 100%);
  background: -moz-linear-gradient(#262626 0%, #262626 50%, #000000 51%, #000000 100%);
  background: -o-linear-gradient(#262626 0%, #262626 50%, #000000 51%, #000000 100%);
  background: linear-gradient(#262626 0%, #262626 50%, #000000 51%, #000000 100%);
}
.counter ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: right;
  padding-right: 10px;
}
.counter ul li {
  display: inline-block;
  margin-right: 3px;
  width: 25px;
  height: 60px;
  padding-top: 10px;
  font-size: 32px;
  color: #fff;
  float: left;
  font-family: 'Museo Sans W01 900';
  font-weight: 900;
}
section#learnTabs {
  background-color: #000;
  padding-top: 40px;
  height: 200px;
}
section#video-slider {
  background: #cbd4d9;
  padding-top: 40px;
}
section#video-slider .arrow {
  position: absolute;
  width: 20px;
  height: 40px;
  top: 25%;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
section#video-slider .arrow.arrow-left {
  background-image: url("https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/video-slider-left.png");
  left: -40px;
}
section#video-slider .arrow.arrow-right {
  background-image: url("https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/video-slider-right.png");
  right: -35px;
}
section#video-slider .wrapper .inner {
  position: relative;
  height: 370px;
  overflow: hidden;
}
section#video-slider .wrapper .inner .items {
  position: absolute;
  left: 0px;
  top: 0px;
  white-space: nowrap;
}
section#video-slider .wrapper .inner .items .item {
  display: inline-block;
  width: 296px;
  margin-right: 20px;
  white-space: normal;
  vertical-align: top;
}
section#video-slider .wrapper .inner .items .item .image img {
  display: block;
  border: 10px solid white;
  width: 296px;
}
section#video-slider .wrapper .inner .items .item .title {
  padding-top: 40px;
  text-align: center;
}
ul.tabButtons {
  padding: 0;
  margin: 0;
  padding-top: 15px;
  list-style-type: none;
}
ul.tabButtons li {
  float: left;
  position: relative;
}
ul.tabButtons li a {
  width: 220px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  padding-top: 15px;
  display: block;
  float: right;
  text-decoration: none;
  color: #000;
  background-color: #ecf4f7;
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ecf4f7));
  background: -webkit-linear-gradient(top, #ffffff, #ecf4f7);
  background: -moz-linear-gradient(top, #ffffff, #ecf4f7);
  background: -ms-linear-gradient(top, #ffffff, #ecf4f7);
  background: -o-linear-gradient(top, #ffffff, #ecf4f7);
  background: linear-gradient(top, #ffffff, #ecf4f7);
}
ul.tabButtons li a:hover,
ul.tabButtons li a:active {
  background-color: #01c7ec;
  background: -webkit-gradient(linear, left top, left bottom, from(#01c7ec), to(#00adcd));
  background: -webkit-linear-gradient(top, #01c7ec, #00adcd);
  background: -moz-linear-gradient(top, #01c7ec, #00adcd);
  background: -ms-linear-gradient(top, #01c7ec, #00adcd);
  background: -o-linear-gradient(top, #01c7ec, #00adcd);
  background: linear-gradient(top, #01c7ec, #00adcd);
  color: #fff;
}
ul.tabButtons li a:active {
  drop-shadow: 0;
}
ul.tabButtons li a.current {
  background-color: #01c7ec;
  background: -webkit-gradient(linear, left top, left bottom, from(#01c7ec), to(#00adcd));
  background: -webkit-linear-gradient(top, #01c7ec, #00adcd);
  background: -moz-linear-gradient(top, #01c7ec, #00adcd);
  background: -ms-linear-gradient(top, #01c7ec, #00adcd);
  background: -o-linear-gradient(top, #01c7ec, #00adcd);
  background: linear-gradient(top, #01c7ec, #00adcd);
}
ul.tabButtons li a.current:after {
  background-position: -7px -16px;
}
ul.tabButtons li a:after {
  display: inline-block;
  margin-bottom: 1px;
  margin-left: 6px;
  content: "";
  width: 7px;
  height: 7px;
  background-image: url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/spritesheet.svg');
  background-repeat: no-repeat;
  background-position: 0px -16px;
}
.no-svg ul.tabButtons li a:after {
  background-image: url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/spritesheet.png');
}
ul.tabButtons li + li {
  margin-left: 20px;
}
section#learnContent {
  background-color: #fff;
}
section#learnContent .mobileTab {
  display: none;
}
section#learnContent .tabContent {
  padding: 35px 0 60px;
  width: 640px;
  display: none;
}
section#learnContent .callToAction {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  font-family: 'Century Gothic W01 Bold';
  color: #00adef;
  font-family: 'Museo Sans W01 500';
  font-weight: 500;
}
section#learnContent .tabContent p {
  font-family: 'Museo Sans W01 300';
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 20px;
}
section#learnContent .tabContent p strong {
  font-family: 'Museo Sans W01 500';
  font-weight: 500;
  font-weight: 500 !important;
}
section#learnContent .tabContent p a {
  color: #222;
}
section#learnContent .tabContent p a:hover {
  color: #00adef;
  text-decoration: underline;
}
.wrapper {
  width: 940px;
  overflow: visible;
  z-index: 0;
  position: relative;
  margin: 0 auto;
}
.takeAction {
  color: #fff;
  padding: 0;
  display: inline-block;
  border: 0;
  background: #ff7000;
  height: 40px;
  width: 140px;
  text-align: center;
  font-size: 14px;
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  background-color: #f08c00;
  background: -webkit-gradient(linear, left top, left bottom, from(#f08c00), to(#ff7900));
  background: -webkit-linear-gradient(top, #f08c00, #ff7900);
  background: -moz-linear-gradient(top, #f08c00, #ff7900);
  background: -ms-linear-gradient(top, #f08c00, #ff7900);
  background: -o-linear-gradient(top, #f08c00, #ff7900);
  background: linear-gradient(top, #f08c00, #ff7900);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-top: 23px;
  padding-top: 10px;
  text-decoration: none;
  font-weight: 700;
}
.takeAction:hover,
.takeAction:active {
  background-color: #01c7ec;
  background: -webkit-gradient(linear, left top, left bottom, from(#01c7ec), to(#00adcd));
  background: -webkit-linear-gradient(top, #01c7ec, #00adcd);
  background: -moz-linear-gradient(top, #01c7ec, #00adcd);
  background: -ms-linear-gradient(top, #01c7ec, #00adcd);
  background: -o-linear-gradient(top, #01c7ec, #00adcd);
  background: linear-gradient(top, #01c7ec, #00adcd);
}
.current-campaign {
  color: #fff;
  padding: 0;
  display: inline-block;
  border: 0;
  background: #ff7000;
  height: 40px;
  width: 140px;
  text-align: center;
  font-size: 14px;
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  background-color: #f08c00;
  background: -webkit-gradient(linear, left top, left bottom, from(#f08c00), to(#ff7900));
  background: -webkit-linear-gradient(top, #f08c00, #ff7900);
  background: -moz-linear-gradient(top, #f08c00, #ff7900);
  background: -ms-linear-gradient(top, #f08c00, #ff7900);
  background: -o-linear-gradient(top, #f08c00, #ff7900);
  background: linear-gradient(top, #f08c00, #ff7900);
  float: right;
  margin-right: -40px;
  margin-top: 15px;
  padding: 10px 40px 60px;
  width: 380px;
  background-color: #f00;
  color: white;
  font-size: 18px;
  clear: both;
  font-weight: 900;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-top: -70px;
  margin-bottom: -70px;
}
.current-campaign:hover,
.current-campaign:active {
  background-color: #01c7ec;
  background: -webkit-gradient(linear, left top, left bottom, from(#01c7ec), to(#00adcd));
  background: -webkit-linear-gradient(top, #01c7ec, #00adcd);
  background: -moz-linear-gradient(top, #01c7ec, #00adcd);
  background: -ms-linear-gradient(top, #01c7ec, #00adcd);
  background: -o-linear-gradient(top, #01c7ec, #00adcd);
  background: linear-gradient(top, #01c7ec, #00adcd);
}
#petition {
  margin-right: -40px;
  margin-top: 15px;
  padding: 25px 40px 40px;
  width: 380px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background: linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  float: right;
}
#formContainer {
  width: 300px;
  padding: 0;
  float: right;
}
footer {
  background-color: #cbd4d9;
  padding: 20px 0 ;
  font-size: 14px;
  font-family: 'Century Gothic W01';
  font-weight: 300;
}
#quiz p a {
  color: white;
}
#quizLink {
  border-bottom: 1px solid #a5b0b4;
  padding: 30px 0 34px;
  margin-bottom: 0px;
}
#quizLink > span {
  display: block;
  float: left;
  font-size: 19px;
  margin-top: 10px;
}
#quizLink .blueButton {
  width: 220px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  padding-top: 15px;
  display: block;
  float: right;
  text-decoration: none;
  color: #fff;
  background-color: #ecf4f7;
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #01c7ec;
  background: -webkit-gradient(linear, left top, left bottom, from(#01c7ec), to(#00adcd));
  background: -webkit-linear-gradient(top, #01c7ec, #00adcd);
  background: -moz-linear-gradient(top, #01c7ec, #00adcd);
  background: -ms-linear-gradient(top, #01c7ec, #00adcd);
  background: -o-linear-gradient(top, #01c7ec, #00adcd);
  background: linear-gradient(top, #01c7ec, #00adcd);
}
#quizLink .blueButton:hover,
#quizLink .blueButton:active {
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ecf4f7));
  background: -webkit-linear-gradient(top, #ffffff, #ecf4f7);
  background: -moz-linear-gradient(top, #ffffff, #ecf4f7);
  background: -ms-linear-gradient(top, #ffffff, #ecf4f7);
  background: -o-linear-gradient(top, #ffffff, #ecf4f7);
  background: linear-gradient(top, #ffffff, #ecf4f7);
  color: #000;
}
#quizLink .blueButton:active {
  drop-shadow: 0;
}
.page.quiz section.content {
  background-color: #00ADEF;
}
.page.quiz section.content .wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.page.quiz section#quiz {
  background-color: #00ADEF;
}
.page.quiz nav ul li a:hover,
.page.quiz nav ul li a:active {
  color: #000;
}
#copyright {
  float: left;
  color: #1f1f1f;
}
#copyright a {
  color: #1f1f1f;
  text-decoration: none;
}
#copyright a:hover,
#copyright a:active {
  color: #00adef;
}
#disclaimerLinks {
  float: right;
}
#disclaimerLinks ul {
  padding: 0;
  margin: 0;
  margin-top: 2px;
  list-style-type: none;
}
#disclaimerLinks ul li {
  float: left;
  padding: 0 16px;
  font-size: 14px;
  line-height: 14px;
}
#disclaimerLinks ul li a {
  color: #1f1f1f;
  text-decoration: none;
}
#disclaimerLinks ul li + li {
  border-left: 1px solid #1f1f1f;
}
/* Header */
header {
  padding-top: 19px;
  height: 114px;
  margin-bottom: 0px;
}
nav {
  float: left;
}
nav ul {
  padding: 0;
}
nav ul li {
  float: left;
  line-height: 14px;
  padding-right: 14px;
  font-size: 15px;
  margin-top: 2px;
}
nav ul li a {
  color: #000;
  text-decoration: none;
}
.home nav ul li a,
.page-template-template-subcampaign nav ul li a {
  color: white;
}
nav ul li a:hover,
nav ul li a:active {
  color: #00adef;
}
nav ul li a.current {
  color: #00adef;
}
nav ul li + li {
  padding: 0 14px;
  border-left: 1px solid #fff;
}
a#appeaLogo {
  background: url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/appeaLogo-black.svg?fff') no-repeat;
  display: block;
  width: 256px;
  height: 98px;
  float: right;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  -webkit-transition: all 200ms ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 200ms ease-out;
  /* Firefox 4-15 */
  -o-transition: all 200ms ease-out;
  /* Opera 10.50–12.00 */
  transition: all 200ms ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.home a#appeaLogo,
.page-template-template-subcampaign a#appeaLogo {
  background: url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/appeaLogo.svg') no-repeat;
}
a#appeaLogo:hover,
a#appeaLogo:active {
  height: 98px;
  opacity: 1;
}
.no-svg a#appeaLogo {
  background: url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/appeaLogo.png') no-repeat;
}
div.iconsWrap {
  float: left;
  margin-top: 0;
  margin: 0 15px;
  height: 24px;
  width: 60px;
  display: inline-block;
}
div.socialIcon {
  float: left;
  margin-left: 5px;
  width: 24px;
  height: 24px;
  border: 0;
  margin-top: -3px;
}
div.socialIcon a {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/spritesheet.svg');
  background-repeat: no-repeat;
  background-position: left top;
  opacity: 1;
}
.no-svg div.socialIcon a {
  background-image: url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/spritesheet.png');
}
div.socialIcon a.facebook {
  background-position: -37px top;
}
div.socialIcon a.facebook:hover,
div.socialIcon a.facebook:active {
  background-position: -61px top;
  opacity: 1;
}
div.socialIcon a.twitter {
  background-position: -85px top;
}
div.socialIcon a.twitter:hover,
div.socialIcon a.twitter:active {
  background-position: -109px top;
  opacity: 1;
}
div.socialIcon a.linkedin {
  background-position: -133px top;
}
div.socialIcon a.linkedin:hover,
div.socialIcon a.linkedin:active {
  background-position: -157px top;
  opacity: 1;
}
div.socialIcon a.googleplus {
  background-position: -181px top;
}
div.socialIcon a.googleplus:hover,
div.socialIcon a.googleplus:active {
  background-position: -205px top;
  opacity: 1;
}
.infoIcon {
  background-image: url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/spritesheet.svg');
  background-repeat: no-repeat;
  background-position: -17px 3px;
  display: inline-block;
  width: 20px;
  height: 23px;
  margin-right: 10px;
}
.no-svg .infoIcon {
  background-image: url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/spritesheet.png');
}
/* Social Buttons after Form Submission */
.socialButtons {
  position: relative;
}
.socialButtons a.socialButton {
  padding-top: 9px;
  position: relative;
  display: block;
  padding-left: 30px;
  width: 100%;
  height: 40px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.socialButtons a.socialButton:before {
  display: block;
  position: absolute;
  top: 7.5px;
  left: 10px;
  margin-right: 10px;
  content: "";
  width: 24px;
  height: 24px;
}
.socialButtons a.socialButton.facebook {
  background-color: #2C5B9B;
}
.socialButtons a.socialButton.facebook:hover,
.socialButtons a.socialButton.facebook:active {
  background-color: #fff;
  color: #2C5B9B;
}
.socialButtons a.socialButton.facebook:hover:before,
.socialButtons a.socialButton.facebook:active:before {
  background-image: url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/spritesheet.svg');
  background-repeat: no-repeat;
  background-position: -61px top;
}
.no-svg .socialButtons a.socialButton.facebook:hover:before,
.no-svg .socialButtons a.socialButton.facebook:active:before {
  background-image: url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/spritesheet.png');
}
.socialButtons a.socialButton.facebook:before {
  background-image: url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/spritesheet.svg');
  background-repeat: no-repeat;
  background-position: -37px top;
}
.no-svg .socialButtons a.socialButton.facebook:before {
  background-image: url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/spritesheet.png');
}
.socialButtons a.socialButton.twitter {
  background-color: #2BA5DE;
}
.socialButtons a.socialButton.twitter:hover,
.socialButtons a.socialButton.twitter:active {
  background-color: #fff;
  color: #2BA5DE;
}
.socialButtons a.socialButton.twitter:hover:before,
.socialButtons a.socialButton.twitter:active:before {
  background-image: url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/spritesheet.svg');
  background-repeat: no-repeat;
  background-position: -109px top;
}
.no-svg .socialButtons a.socialButton.twitter:hover:before,
.no-svg .socialButtons a.socialButton.twitter:active:before {
  background-image: url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/spritesheet.png');
}
.socialButtons a.socialButton.twitter:before {
  background-image: url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/spritesheet.svg');
  background-repeat: no-repeat;
  background-position: -85px top;
}
.no-svg .socialButtons a.socialButton.twitter:before {
  background-image: url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/spritesheet.png');
}
.socialButtons a.socialButton + .socialButton {
  margin-top: 15px;
}
/* Typography */
h1 {
  font-family: 'Century Gothic W01';
  font-weight: 300;
  top: 75px;
  font-size: 56px;
  font-weight: normal;
  color: black;
  letter-spacing: -2.5px;
  margin-top: -6px;
  margin-bottom: 36px;
}
.home h1,
.page-template-template-subcampaign h1 {
  color: white;
}
h1#slogan {
  font-size: 50px;
  margin: 0;
}
h2 {
  color: #000;
  font-size: 20.5px;
  line-height: 20px;
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  font-weight: normal;
  margin: 0 0 20px;
}
.home h2,
.page-template-template-subcampaign h2 {
  color: white;
}
h3 {
  font-size: 18px;
  line-height: 36px;
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  margin-bottom: 15px;
}
h2 + h3 {
  margin-top: -20px;
}
.copy {
  width: 640px;
  color: #000;
  padding-bottom: 38px;
  clear: none;
  float: left;
}
.copy h2 {
  font-size: 24px;
  line-height: 35px;
  margin-top: 30px;
}
.copy img {
  height: auto;
  margin-bottom: 30px;
}
.copy a {
  color: #00adef;
  text-decoration: none;
}
.copy a:hover,
.copy a:active {
  text-decoration: underline;
}
/* Blog index page */
.blog .copy,
.archive .copy {
  padding-top: 30px;
  border-top: 1px solid #1f1f1f;
}
.blog .copy h2,
.archive .copy h2 {
  margin-top: 0;
}
.featuredThumb {
  width: 25%;
  margin-top: 10px;
  float: left;
}
.featuredThumb img {
  width: 100%;
}
.articleExcerpt {
  width: 70%;
  float: right;
}
#blogSidebar {
  border-top: 1px solid #1f1f1f;
  width: 256px;
  padding-top: 30px;
  float: right;
  color: #000;
}
#blogSidebar h2 {
  font-size: 24px;
  line-height: 35px;
}
#blogSidebar ul {
  list-style-type: none;
  padding: 0;
}
#blogSidebar a {
  color: #00adef;
  text-decoration: none;
}
#blogSidebar ul li a:hover,
#blogSidebar ul li a:active {
  color: #fff;
  text-decoration: underline;
}
#blogSidebar ul li.current-cat a {
  color: #fff;
}
.pagination {
  display: inline;
  float: right;
}
.pagination .prev {
  margin-right: 10px;
}
.pagination .next {
  margin-left: 10px;
}
/* Single post page */
.single .content h1 {
  max-width: 640px;
  font-size: 40px;
}
#singlePaginate span.prev {
  float: left;
  clear: none;
}
#singlePaginate span.next {
  float: right;
  clear: none;
}
#singlePaginate span.next a {
  float: right;
  clear: none;
  text-align: right;
}
#singlePaginate a {
  width: 300px;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tweet {
  margin-bottom: 1em;
}
.tweet .date {
  color: #7c7c7c;
  display: block;
}
.tweet-meta {
  color: #7c7c7c;
}
#tweet-slider .tweet {
  color: #000;
  text-align: center;
  width: 600px;
  margin: 0 auto;
  font-size: 22px;
}
#tweet-slider .tweet-meta {
  color: #000;
  letter-spacing: -1px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-top: 30px;
}
#tweet-slider .tweet .date {
  color: #000;
  font-size: 16px;
  display: inline-block;
}
#terms {
  background: #000;
}
#terms .wrapper {
  border-top: 1px solid ;
}
#terms h3 {
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  font-size: 15px;
  margin: 28px 0 6px;
}
#terms p {
  font-family: 'Museo Sans W01 300';
  font-weight: 300;
  line-height: 25px;
}
#terms p.terms {
  font-size: 10px;
  margin: 0 0 6px;
  font-family: 'Museo Sans W01 500';
  font-weight: 500;
  line-height: 20px;
  color: #7c7c7c;
}
#terms .termsLink {
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  font-family: 'Museo Sans W01 500';
  font-weight: 500;
}
.error {
  color: #f08c00;
  margin-top: 0;
}
.highlight {
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  color: #00adef;
}
.act {
  color: #fe7902;
}
/* Submission Form */
.formTitle {
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 23.5px;
  line-height: 35px;
}
.formHelper {
  color: #cfcfcf;
  display: block;
  margin: 17px 0 33px;
  line-height: 20px;
  font-size: 14px;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
}
.input-placeholder {
  position: absolute;
  height: 40px;
  font-size: 13px;
  display: block;
  font-family: 'Century Gothic W01 Bold';
  font-weight: 300;
  letter-spacing: 1px;
  padding: 0px 19px 0px;
  line-height: 40px;
  color: #aaaaaa;
}
input,
textarea {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #292929;
  border: 1px solid #fff;
  height: 40px;
  font-size: 13px;
  width: 300px;
  padding: 0px 18px 0;
  display: block;
  margin-bottom: 15px;
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  letter-spacing: 1px;
  transition: border 150ms ease-out;
  -webkit-transition: border 150ms ease-out;
  -moz-transition: border 150ms ease-out;
  -o-transition: border 150ms ease-out;
}
.lt-ie9 input,
.lt-ie9 textarea {
  line-height: 36px;
}
textarea {
  height: 100px;
  padding-top: 10px;
}
.contact-form input#submitButton {
  width: 300px;
  display: block;
  float: none;
}
::input-placeholder {
  color: #737373;
  letter-spacing: normal;
  font-family: 'Century Gothic W01';
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
::-webkit-input-placeholder {
  color: #737373;
  letter-spacing: normal;
  font-family: 'Century Gothic W01';
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #737373;
  letter-spacing: normal;
  font-family: 'Century Gothic W01';
  font-weight: 300;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #737373;
  letter-spacing: normal;
  font-family: 'Century Gothic W01';
  font-weight: 300;
}
:-ms-input-placeholder {
  color: #737373;
  letter-spacing: normal;
  font-family: 'Century Gothic W01';
  font-weight: 300;
}
form input:focus {
  outline: 0;
  border-color: #FF7000;
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3), 0px 3px 1px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3), 0px 3px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3), 0px 3px 1px 0px rgba(0, 0, 0, 0.3);
}
input.halfWidth {
  width: 143px !important;
  display: inline-block;
}
#customSelect_chzn {
  margin-bottom: 15px;
  font-family: 'Century Gothic W01';
  font-size: 14px;
  font-weight: 300;
  color: #2f6788;
}
.chzn-container .chzn-results .active-result {
  color: #666;
}
input#submitButton {
  float: right;
  color: #fff;
  padding: 0;
  display: inline-block;
  border: 0;
  background: #ff7000;
  height: 40px;
  width: 140px;
  text-align: center;
  font-size: 14px;
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  background-color: #f08c00;
  background: -webkit-gradient(linear, left top, left bottom, from(#f08c00), to(#ff7900));
  background: -webkit-linear-gradient(top, #f08c00, #ff7900);
  background: -moz-linear-gradient(top, #f08c00, #ff7900);
  background: -ms-linear-gradient(top, #f08c00, #ff7900);
  background: -o-linear-gradient(top, #f08c00, #ff7900);
  background: linear-gradient(top, #f08c00, #ff7900);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}
input#submitButton:hover,
input#submitButton:active {
  background-color: #01c7ec;
  background: -webkit-gradient(linear, left top, left bottom, from(#01c7ec), to(#00adcd));
  background: -webkit-linear-gradient(top, #01c7ec, #00adcd);
  background: -moz-linear-gradient(top, #01c7ec, #00adcd);
  background: -ms-linear-gradient(top, #01c7ec, #00adcd);
  background: -o-linear-gradient(top, #01c7ec, #00adcd);
  background: linear-gradient(top, #01c7ec, #00adcd);
}
input#submitButton.quiz {
  width: 140px;
}
input#postcode.ui-autocomplete-loading {
  background: #ffffff url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/load.gif') no-repeat 110px center;
}
.checkboxWrap {
  display: block;
  padding-top: 0px;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  font-family: 'Museo Sans W01 300';
  font-weight: 300;
}
.checkboxWrap + #submitButton {
  margin-top: 10px;
}
.checkboxWrap + .checkboxWrap {
  margin: 10px 0;
}
input[type=checkbox] {
  display: block;
  float: left;
  width: 20px;
  margin-top: 3px;
  margin: 0;
  height: 20px;
  text-align: left;
}
label {
  width: 270px;
  color: #000;
  display: block;
  float: right;
  cursor: pointer;
}
.home label,
.page-template-template-subcampaign label {
  color: white;
}
label.accessible-label {
  float: left;
  font-size: 12px;
  padding-bottom: 5px;
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  display: none;
}
.lt-ie9 label.accessible-label {
  display: block;
}
a.petitionLink {
  color: #f08c00;
  text-decoration: none;
}
a.petitionLink:hover,
a.petitionLink:active {
  text-decoration: underline;
}
span.quizPetitionLetter {
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
}
#securityMessage {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
  margin-top: 12px;
  font-family: 'Museo Sans W01 300';
  font-weight: 300;
}
#securityMessage span {
  display: block;
}
.quiz-complete {
  width: 550px;
  float: left;
}
.quiz-complete h3 {
  color: #000;
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  font-size: 32px;
}
.subscribe-form {
  width: 300px;
  float: right;
  padding-bottom: 11px;
}
.subscribe-form input[type=text],
.subscribe-form input[type=email] {
  margin-bottom: 0.9em;
}
.subscribe-form .floating-error {
  background: black;
  background: rgba(0, 0, 0, 0.5);
  padding: 2px 5px;
  display: block;
  color: #f08c00;
  margin-top: -5px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 0.8em;
}
.subscribe-form .postcode-field {
  width: 120px;
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
}
.subscribe-form .suburb-field {
  display: inline-block;
  width: 165px;
}
/* Quiz */
section#quizBanner {
  background-color: #fff;
}
section#quiz {
  color: #fff;
  background: #000;
  padding: 0 0 70px;
}
section#quiz .subscribe-form {
  margin-top: 50px;
}
.question-display {
  float: left;
  width: 620px;
}
.question-display h3 {
  font-family: 'Century Gothic W01';
  font-weight: 300;
  margin: 32px 0;
}
.question-display h3 .question-number {
  position: absolute;
  top: 32px;
  left: 0;
}
.question-display h3 .question-text {
  margin-left: 55px;
  display: block;
}
.question-display .question-result {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding-left: 95px;
  padding-top: 10px;
  padding-right: 10px;
  display: block;
  width: 100%;
  min-height: 40px;
  padding-bottom: 10px;
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  padding-left: 20px;
}
.question-display .question-result.incorrect {
  background-color: #000;
}
.question-display .question-result.incorrect:before {
  display: inline-block;
  margin-bottom: 1px;
  margin-left: 0px;
  margin-right: 10px;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/spritesheet.svg');
  background-repeat: no-repeat;
  background-position: -229px -10px;
}
.no-svg .question-display .question-result.incorrect:before {
  background-image: url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/spritesheet.png');
}
.question-display .question-result.correct {
  border: 1px solid #fff;
  margin-bottom: 20px;
}
.question-display .question-result.correct:before {
  display: inline-block;
  margin-bottom: 1px;
  margin-left: 0px;
  margin-right: 10px;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/spritesheet.svg');
  background-repeat: no-repeat;
  background-position: -229px 0px;
}
.no-svg .question-display .question-result.correct:before {
  background-image: url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/spritesheet.png');
}
.question-display .next-question {
  width: 190px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
  display: block;
  float: right;
  text-decoration: none;
  color: #000;
  background-color: #ecf4f7;
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ecf4f7));
  background: -webkit-linear-gradient(top, #ffffff, #ecf4f7);
  background: -moz-linear-gradient(top, #ffffff, #ecf4f7);
  background: -ms-linear-gradient(top, #ffffff, #ecf4f7);
  background: -o-linear-gradient(top, #ffffff, #ecf4f7);
  background: linear-gradient(top, #ffffff, #ecf4f7);
}
.question-display .next-question:hover,
.question-display .next-question:active {
  background-color: #01c7ec;
  background: -webkit-gradient(linear, left top, left bottom, from(#01c7ec), to(#00adcd));
  background: -webkit-linear-gradient(top, #01c7ec, #00adcd);
  background: -moz-linear-gradient(top, #01c7ec, #00adcd);
  background: -ms-linear-gradient(top, #01c7ec, #00adcd);
  background: -o-linear-gradient(top, #01c7ec, #00adcd);
  background: linear-gradient(top, #01c7ec, #00adcd);
  color: #fff;
}
.question-display .next-question:active {
  drop-shadow: 0;
}
.question-display .next-question:after {
  display: inline-block;
  margin-bottom: 1px;
  margin-left: 6px;
  content: "";
  width: 7px;
  height: 7px;
  background-image: url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/spritesheet.svg');
  background-repeat: no-repeat;
  background-position: 0px -16px;
}
.no-svg .question-display .next-question:after {
  background-image: url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/spritesheet.png');
}
.question-display ul.answers {
  list-style-type: none;
  padding: 0;
  padding-top: 5px;
  font-size: 14px;
}
.question-display ul.answers li {
  margin-bottom: 15px;
}
.question-display ul.answers li a {
  position: relative;
  background-color: #0088bc;
  color: #fff;
  text-decoration: none;
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding-left: 95px;
  padding-top: 10px;
  padding-right: 10px;
  display: block;
  width: 100%;
  min-height: 40px;
  padding-bottom: 10px;
}
.question-display ul.answers li a .answer-index {
  color: #3dc9ff;
  font-family: 'Century Gothic W01';
  font-weight: 300;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 20px;
  width: 80px;
}
.question-display ul.answers li a:hover,
.question-display ul.answers li a:active {
  background-color: #fff;
  color: #00ADEF;
}
.question-display ul.answers li a:hover .answer-index,
.question-display ul.answers li a:active .answer-index {
  color: #171717;
}
.progress-display {
  position: relative;
  display: block;
  float: right;
  width: 220px;
  margin-top: 56px;
}
.progress-display h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}
.progress-display .progress-bar {
  display: block;
  height: 220px;
  width: 220px;
  position: relative;
  background-image: url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/progress.svg');
}
.no-svg .progress-display .progress-bar {
  background-image: url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/progress.png');
}
.progress-display .progress-bar.answered-1 {
  background-position: -220px top;
}
.progress-display .progress-bar.answered-2 {
  background-position: 0px -220px;
}
.progress-display .progress-bar.answered-3 {
  background-position: -220px -220px;
}
.progress-display .progressText {
  position: absolute;
  top: 185px;
  left: 63px;
  color: #0076a3;
  font-size: 14px;
}
.progress-display .progressText strong {
  color: #fff;
}
/* Modal */
#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}
.modalBox {
  display: none;
  z-index: 200;
  width: 640px;
  color: #fff;
  padding: 10px 30px 30px;
  border: 1px solid #1f1f1f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(top, #000000, rgba(0, 0, 0, 0.8));
  background: -ms-linear-gradient(top, #000000, rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(top, #000000, rgba(0, 0, 0, 0.8));
  background: linear-gradient(top, #000000, rgba(0, 0, 0, 0.8));
}
.modalBox p {
  line-height: 30px;
  font-size: 18px;
}
.modalBox .highlight {
  font-size: 18px;
}
.modalBox a {
  color: #00adef;
  text-decoration: none;
}
.modalBox a:hover,
.modalBox a:active {
  color: #fff;
  text-decoration: underline;
}
.modalClose {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  right: -30px;
  background-image: url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/spritesheet.svg');
  background-repeat: no-repeat;
  background-position: -239px 0;
  opacity: 0.5;
  cursor: pointer;
}
.no-svg .modalClose {
  background-image: url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/spritesheet.png');
}
.modalClose:hover,
.modalClose:active {
  opacity: 1;
}
#previewPetition {
  width: 800px;
  margin-left: -400px !important;
  top: 50px !important;
}
/* ED Logo */
#ed {
  padding-right: 0px !important;
}
#ed a .creditText {
  display: inline-block;
  float: right;
  width: 0px;
  overflow: hidden;
  margin-right: 5px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
#ed a {
  text-align: right;
  padding-right: 27px;
  float: right;
  height: 14px;
  width: 27px;
  background: transparent url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/ed_logo.svg') no-repeat right top;
  -webkit-transition: width 200ms ease-out;
  -moz-transition: width 200ms ease-out;
  -o-transition: width 200ms ease-out;
  transition: width 200ms ease-out;
}
.no-svg #ed a {
  background: transparent url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/ed_logo.png') no-repeat right top;
}
#ed a:hover,
#ed a:active {
  background-position: right bottom;
  width: 196px;
}
#ed a:hover .creditText,
#ed a:active .creditText {
  width: 163px;
}
.time {
  color: #7c7c7c;
  display: block;
}
/* Homepage - blog posts and twitter feed */
#activity {
  background-color: #fff;
  padding-top: 20px;
}
#activity .copy {
  color: #222;
}
#activity .copy h2 {
  text-shadow: none;
  color: #222;
}
.recentArticles {
  width: 880px;
}
#tweet-slider.recentTweets {
  background-color: #e5e9ec;
  width: 100%;
  height: 250px;
  float: none;
}
#tweet-slider.recentTweets .arrow {
  position: absolute;
  width: 20px;
  height: 40px;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
#tweet-slider.recentTweets .arrow.arrow-left {
  background-image: url("https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/video-slider-left.png");
  left: -40px;
}
#tweet-slider.recentTweets .arrow.arrow-right {
  background-image: url("https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/video-slider-right.png");
  right: -35px;
}
#tweet-slider.recentTweets .wrapper .inner {
  position: relative;
  height: 200px;
  overflow: hidden;
}
#tweet-slider.recentTweets .wrapper .inner .items {
  position: absolute;
  left: 0px;
  top: 0px;
  white-space: nowrap;
}
#tweet-slider.recentTweets .wrapper .inner .items .item {
  display: inline-block;
  width: 900px;
  margin-top: 60px;
  margin-right: 20px;
  white-space: normal;
  vertical-align: top;
}
.blogrollItem + .blogrollItem .underline {
  height: 1px;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#ffffff), to(#ffffff), color-stop(50%, #999999));
  margin-bottom: 25px;
}
.blogrollThumb {
  float: left;
}
.blogrollThumb img {
  border: 10px solid #e5e9ec;
}
.blogrollCopy {
  width: 600px;
  float: right;
  margin-right: 20px;
  clear: right;
  color: #222;
}
.blogrollCopy h2 {
  margin: 0;
  margin-bottom: 5px;
  line-height: 25px;
}
.blogrollCopy .date {
  color: #7C7C7C;
}
.home .tweet-meta {
  color: #222;
}
.blogrollCopy h2 a {
  color: #222;
}
.blogrollCopy h2 a:hover,
.blogrollCopy h2 a:active {
  color: #00adef;
}
.blogrollDate {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
}
.blogrollExcerpt {
  font-size: 16px;
  margin-bottom: 25px;
  display: block;
}
/* Dismissable Header Prompt */
.header-prompt {
  display: none;
  background: #cbd4d9;
  padding: 20px 0px;
  text-align: center;
  position: absolute;
  top: 30px;
  height: 75px;
  z-index: 100;
  width: 100%;
  border-top: 1px solid #fff;
}
.header-prompt p {
  background: url("https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/nsw-alert.png") no-repeat left center;
  padding-left: 30px;
  width: auto;
  display: inline;
  margin: 0px;
  text-align: center;
  line-height: 30px;
}
.header-prompt p a {
  background: black;
  color: white;
  display: inline-block;
  padding: 0px 20px;
  text-decoration: none;
  font-size: 0.75em;
  line-height: 30px;
  height: 30px;
  border-radius: 6px;
  margin-left: 10px;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: bold;
}
.header-prompt p a:hover,
.header-prompt p a:active {
  background-color: #00ADEF;
}
.header-prompt .close {
  position: absolute;
  height: 30px;
  width: 30px;
  background: url("https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/nsw-close.png") no-repeat right center;
  cursor: pointer;
  top: 0px;
  right: 0px;
}
@media (max-width: 540px) {
  .header-prompt .wrapper {
    width: 95%;
  }
}
#statePrompt {
  text-align: center;
}
#statePrompt .button {
  color: #fff;
  padding: 0;
  border: 0;
  background: #ff7000;
  width: 140px;
  text-align: center;
  font-size: 14px;
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  background-color: #f08c00;
  background: -webkit-gradient(linear, left top, left bottom, from(#f08c00), to(#ff7900));
  background: -webkit-linear-gradient(top, #f08c00, #ff7900);
  background: -moz-linear-gradient(top, #f08c00, #ff7900);
  background: -ms-linear-gradient(top, #f08c00, #ff7900);
  background: -o-linear-gradient(top, #f08c00, #ff7900);
  background: linear-gradient(top, #f08c00, #ff7900);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  margin: 0px 10px;
}
#statePrompt .button:hover,
#statePrompt .button:active {
  background-color: #01c7ec;
  background: -webkit-gradient(linear, left top, left bottom, from(#01c7ec), to(#00adcd));
  background: -webkit-linear-gradient(top, #01c7ec, #00adcd);
  background: -moz-linear-gradient(top, #01c7ec, #00adcd);
  background: -ms-linear-gradient(top, #01c7ec, #00adcd);
  background: -o-linear-gradient(top, #01c7ec, #00adcd);
  background: linear-gradient(top, #01c7ec, #00adcd);
}
#statePrompt .button:hover {
  text-decoration: none;
}
#checkboxAlert .button-wrap {
  text-align: center;
}
#checkboxAlert .button {
  color: #fff;
  padding: 0;
  border: 0;
  background: #ff7000;
  width: 140px;
  text-align: center;
  font-size: 14px;
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  background-color: #f08c00;
  background: -webkit-gradient(linear, left top, left bottom, from(#f08c00), to(#ff7900));
  background: -webkit-linear-gradient(top, #f08c00, #ff7900);
  background: -moz-linear-gradient(top, #f08c00, #ff7900);
  background: -ms-linear-gradient(top, #f08c00, #ff7900);
  background: -o-linear-gradient(top, #f08c00, #ff7900);
  background: linear-gradient(top, #f08c00, #ff7900);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  margin: 0px 10px;
}
#checkboxAlert .button:hover,
#checkboxAlert .button:active {
  background-color: #01c7ec;
  background: -webkit-gradient(linear, left top, left bottom, from(#01c7ec), to(#00adcd));
  background: -webkit-linear-gradient(top, #01c7ec, #00adcd);
  background: -moz-linear-gradient(top, #01c7ec, #00adcd);
  background: -ms-linear-gradient(top, #01c7ec, #00adcd);
  background: -o-linear-gradient(top, #01c7ec, #00adcd);
  background: linear-gradient(top, #01c7ec, #00adcd);
}
#checkboxAlert .button.no {
  background: #262626;
}
#checkboxAlert .button:hover {
  text-decoration: none;
}
/* Global nav */
.global-menu-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: 30px;
  background-color: #CBD4D9;
}
.global-menu {
  padding: 0;
  margin: 0;
}
.global-menu li {
  margin: 0;
  padding: 0;
}
.global-menu li a {
  padding: 7px 15px;
  display: inline-block;
  height: 30px;
  font-size: 13px;
  color: #231F20;
  background-color: #CBD4D9;
}
.global-menu li a:hover,
.global-menu li a:active {
  color: #fff;
  background-color: #00ADEF;
}
.global-menu li.current-menu-item a,
.global-menu li.current-page-ancestor a {
  background-color: rgba(255, 255, 255, 0.8);
  color: #fff;
  background-color: #90a3ae;
}
.global-menu li.current-menu-item a:hover,
.global-menu li.current-page-ancestor a:hover,
.global-menu li.current-menu-item a:active,
.global-menu li.current-page-ancestor a:active {
  background-color: #00ADEF;
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Image replacement
*/
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
* Hide visually and from screenreaders, but maintain layout
*/
.invisible {
  visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (max-width: 50em) {
  .wrapper {
    width: 85%;
  }
  section.content .wrapper {
    width: 95%;
  }
  section.content h1 {
    padding-left: 8%;
    margin-bottom: 20px;
  }
  section#hero {
    height: auto;
    background: #0e1e6e;
    text-align: center;
  }
  section#hero .wrapper {
    width: 95%;
  }
  header {
    padding-top: 5px;
    font-size: 10px;
    margin: 0px auto 30px;
    height: auto;
    width: 85%;
  }
  header nav {
    width: 100%;
    margin-top: 30px;
  }
  header nav ul li {
    font-size: 13px;
  }
  header nav ul li:last-child {
    padding-right: 0;
  }
  div.iconsWrap {
    position: absolute;
    top: 15px;
    margin-top: 0px;
    right: 15px;
  }
  a#appeaLogo {
    display: none;
  }
  #slider {
    width: 90%;
    text-align: left;
    padding-left: 10%;
    height: auto;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  #slider li.flex-active-slide {
    padding-bottom: 30px;
  }
  #slider .slideMessage {
    font-size: 28px;
    line-height: 32px;
  }
  #slider a.explanationLink {
    font-size: 12px;
    margin-top: 20px;
  }
  #slider .flex-control-nav {
    bottom: 0px;
  }
  #slider #petitionPrompt {
    background: transparent;
  }
  section#video-slider .arrow {
    display: none;
  }
  section#video-slider .wrapper .inner {
    position: relative;
    overflow: visible;
    height: auto;
  }
  section#video-slider .wrapper .inner .items {
    position: relative;
    left: 0px !important;
  }
  section#video-slider .wrapper .inner .items .item {
    display: block;
    width: auto;
  }
  section#video-slider .wrapper .inner .items .item .image img {
    width: 100%;
  }
  section#video-slider .wrapper .inner .items .item .title {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .copy {
    width: 85%;
    margin: 0 auto;
    float: none;
  }
  .copy h2 {
    font-size: 16px;
    margin: 30px 0 0px;
    line-height: 24px;
  }
  .copy p {
    font-size: 14px;
  }
  /* Blog index page */
  .blog .copy h2,
  .archive .copy h2 {
    margin-top: 10px;
  }
  .copy img {
    margin-bottom: 20px;
  }
  .featuredThumb {
    width: 100%;
    margin-top: 10px;
    float: left;
  }
  .articleExcerpt {
    width: 100%;
    float: left;
  }
  .time {
    font-size: 14px;
  }
  #blogSidebar {
    width: 85%;
    padding-top: 0;
    margin: 0 auto;
    padding-bottom: 20px;
    float: none;
  }
  #blogSidebar h2 {
    font-size: 16px;
    margin: 30px 0 0px;
    line-height: 24px;
  }
  /* States */
  section#states {
    background-color: #cbd4d9;
    height: 100%;
  }
  section#states .stateColumn {
    width: 100%;
    height: 100%;
    margin: 0 10px 40px;
    vertical-align: baseline;
  }
  section#states .stateColumn .imageWrap {
    max-height: 100px;
    margin: 0 40px;
    overflow: hidden;
  }
  section#states .stateColumn .imageWrap img {
    width: 100%;
    height: auto;
    margin-top: -100px;
    border: none;
    max-width: 580px;
    max-height: 460px;
  }
  section#states .stateColumn .imageWrap .stateHeading {
    font-size: 36px;
    margin-top: -0.5em;
  }
  section#states .stateDescription {
    display: none;
  }
  /* Modal */
  .modalBox,
  #previewPetition {
    width: 100%;
    height: 100%;
    padding-top: 30px;
    background: rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
  .modalBox p,
  #previewPetition p {
    font-size: 14px;
    line-height: 20px;
  }
  .modalBox .highlight,
  #previewPetition .highlight {
    font-size: 14px;
  }
  .modalBox .modalClose,
  #previewPetition .modalClose {
    position: fixed;
    top: 15px;
    right: 5px;
  }
  /* Did You Know */
  section#learnTabs {
    height: auto;
  }
  .tabButtons {
    display: none;
  }
  section#learnContent .wrapper {
    width: 100%;
  }
  section#learnContent a.mobileTab {
    display: block;
    width: 100%;
    background-color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ecf4f7));
    background: -webkit-linear-gradient(top, #ffffff, #ecf4f7);
    background: -moz-linear-gradient(top, #ffffff, #ecf4f7);
    background: -ms-linear-gradient(top, #ffffff, #ecf4f7);
    background: -o-linear-gradient(top, #ffffff, #ecf4f7);
    background: linear-gradient(top, #ffffff, #ecf4f7);
    text-decoration: none;
    padding-top: 14px;
    padding-left: 8%;
    height: 50px;
    color: #000;
    font-family: 'Century Gothic W01 Bold';
    font-weight: 500;
  }
  section#learnContent a.mobileTab.current {
    background-color: #01c7ec;
    background: -webkit-gradient(linear, left top, left bottom, from(#01c7ec), to(#00adcd));
    background: -webkit-linear-gradient(top, #01c7ec, #00adcd);
    background: -moz-linear-gradient(top, #01c7ec, #00adcd);
    background: -ms-linear-gradient(top, #01c7ec, #00adcd);
    background: -o-linear-gradient(top, #01c7ec, #00adcd);
    background: linear-gradient(top, #01c7ec, #00adcd);
    color: #000;
  }
  section#learnContent a.mobileTab:hover,
  section#learnContent a.mobileTab:active {
    background-color: #01c7ec;
    background: -webkit-gradient(linear, left top, left bottom, from(#01c7ec), to(#00adcd));
    background: -webkit-linear-gradient(top, #01c7ec, #00adcd);
    background: -moz-linear-gradient(top, #01c7ec, #00adcd);
    background: -ms-linear-gradient(top, #01c7ec, #00adcd);
    background: -o-linear-gradient(top, #01c7ec, #00adcd);
    background: linear-gradient(top, #01c7ec, #00adcd);
    color: #fff;
  }
  section#learnContent .tabContent {
    width: 85%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 14px;
  }
  section#learnContent .tabContent h3 {
    font-size: 18px;
    line-height: 24px;
  }
  section#learnContent .tabContent .callToAction {
    font-size: 16px;
  }
  /* Tweets */
  #tweet-slider.recentTweets {
    display: none;
  }
  /* Forms */
  .current-campaign {
    float: none;
    margin: 0;
    width: 90%;
    max-width: 370px;
    padding: 8px 10px 58px;
    margin-top: 10px;
  }
  #petition {
    text-align: left;
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.9);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4));
    background: linear-gradient(top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4));
  }
  input.halfWidth {
    width: 100% !important;
  }
  .subscribe-form .postcode-field {
    width: 100%;
  }
  .subscribe-form .suburb-field {
    width: 100%;
    margin-bottom: 15px;
  }
  .formTitle {
    font-size: 20px;
    line-height: 20px;
  }
  .subscribe-form {
    width: 100%;
  }
  input {
    width: 100%;
  }
  label {
    width: 80%;
  }
  /* Counters */
  section#counters {
    height: auto;
  }
  .counterColumn {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .counterColumn span {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .counterColumn .counter {
    position: static;
    height: 40px;
  }
  .counterColumn .counter ul li {
    display: inline-block;
    margin-right: 5px;
    width: 12px;
    height: 60px;
    padding-top: 8px;
    font-size: 20px;
    color: #fff;
    float: left;
    font-family: 'Museo Sans W01 900';
    font-weight: 900;
  }
  h1 {
    font-size: 27px;
  }
  h1#slogan {
    font-size: 27px;
  }
  #quizLink .blueButton {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  /* Quiz */
  section#quiz {
    padding-bottom: 20px;
  }
  section#quiz h3 {
    font-size: 18px;
    line-height: 24px;
  }
  section#quiz .subscribe-form {
    margin-top: 20px;
  }
  .quiz-complete {
    width: 90%;
    margin-left: 3%;
  }
  .quiz-complete p {
    font-size: 14px;
  }
  .question-display {
    width: 100%;
  }
  .question-display .next-question {
    width: 100%;
  }
  .progress-display {
    float: left;
    margin-top: 0;
    margin-left: 8%;
    width: 85%;
  }
  .progress-display #progressTitle {
    margin-bottom: 0;
    font-size: 14px;
  }
  .progress-display .progress-bar {
    display: none;
  }
  .progress-display .progressText {
    top: 16px;
    left: auto;
    right: 0;
  }
  #terms p.terms {
    line-height: 16px;
  }
  #videoWindow {
    display: none;
  }
  #disclaimerLinks {
    float: left;
    clear: left;
    margin-left: 12px;
  }
  #disclaimerLinks ul li {
    border-bottom: 1px solid #1F1F1F;
    clear: left;
    padding: 5px 0 2px;
  }
  #disclaimerLinks ul li + li {
    border-left: 0;
  }
  /* Single Blog page */
  .single #blogSidebar {
    display: none;
  }
  .blog #blogSidebar .tweets {
    display: none;
  }
  .single .content h1 {
    font-size: 27px;
  }
  #blogSidebar hr {
    display: none;
  }
  .tweets {
    display: none;
  }
  /* homepage activity section */
  #activity .copy h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  #activity .copy {
    width: 100%;
  }
  .blogrollCopy {
    width: 100%;
    float: left;
  }
  .blogrollCopy h3 a {
    font-size: 16px;
  }
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
 * Don't show links for images, or javascript/internal links
 */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
#states .state-group {
  max-width: 970px;
  margin: 0 auto;
  margin-bottom: 18px;
}
#states .state-group .state-box {
  width: 32%;
  float: left;
  margin-right: 2%;
}
#states .state-group .state-box:nth-of-type(3n) {
  margin-right: 0;
}
#states .state-group-4 {
  max-width: 970px;
  margin: 0 auto;
}
#states .state-group-4 .state-box {
  width: 23.5%;
  float: left;
  margin-right: 2%;
}
#states .state-group-4 .state-box:nth-of-type(4) {
  margin-right: 0;
}
#states .state-frame {
  display: block;
  background-color: white;
  padding: 10px;
  box-sizing: border-box;
  text-decoration: none;
  margin-bottom: 18px;
}
#states .state-img {
  padding-top: 70px;
  line-height: 180px;
  text-align: center;
  background-size: cover;
  background-position: center;
}
#states .state-name {
  line-height: 30px;
  height: 50px;
  display: block;
  color: white;
  font-size: 22px;
  font-weight: 900;
}
#states .state-blurb {
  text-align: center;
  color: white;
}
#states .state-blurb:after {
  content: '►';
  color: #1dadf0;
  padding-left: 15px;
  font-size: 12px;
}
.nt-2 #states {
  height: 280px !important;
}
.home #states {
  height: 280px !important;
}
@media screen and (max-width: 800px) {
  .state-group,
  .state-group-4 {
    width: 90%;
    margin: 18px 12%;
  }
  .state-group .state-box,
  .state-group-4 .state-box {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .state-group .state-box:hover .state-img:after,
  .state-group-4 .state-box:hover .state-img:after {
    content: '';
    display: block;
    width: inherit;
    height: inherit;
    background-color: rgba(0, 0, 0, 0.6);
    margin-top: -120px;
  }
  .state-group .state-box:hover .state-blurb,
  .state-group-4 .state-box:hover .state-blurb {
    position: absolute;
    display: block;
    width: 75%;
    margin: -190px auto 0;
    padding: 15%;
  }
  .state-group .state-box:hover .state-blurb:after,
  .state-group-4 .state-box:hover .state-blurb:after {
    content: '';
    padding: 0;
  }
  .state-blurb {
    display: none;
  }
  .nt-2 #states {
    height: 960px !important;
  }
  .home #states {
    height: 740px !important;
  }
}
.glbl-menu-wrap nav ul {
  height: 10px;
}
.glbl-menu-wrap nav li {
  height: 10px;
  border: none;
}
.glbl-menu-wrap nav li a {
  height: 10px;
  padding-top: 20px;
  padding-right: 5px;
  border: none;
  color: white;
  background: none !important;
  font-weight: 900;
  font-size: 16px;
}
.glbl-menu-wrap nav li a:hover {
  background: none;
}
.menu-item-1096,
.menu-item-1097,
.menu-item-1537,
.menu-item-1536 {
  font-weight: 900;
}
@media screen and (max-width: 800px) {
  .glbl-menu-wrap nav {
    margin-top: 0;
    margin-bottom: 18px;
  }
  .glbl-menu-wrap nav a {
    text-align: left;
    margin: 0;
    padding-left: 0;
    margin-right: 6px;
  }
}
body.page-template-template-subcampaign-php.page {
  background: transparent;
}
/* Layout Divs */
#sub-campaign-wrapper {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
#sub-campaign-content {
  padding: 0 90px;
  width: 960px;
  color: #fff;
  float: left;
  position: relative;
}
#sub-campaign-content .iconsWrap {
  float: right;
}
#sub-campaign-content header {
  height: 100px;
}
#sub-campaign-content footer {
  background: transparent;
}
#sub-campaign-content footer .wrapper {
  width: auto;
}
#sub-campaign-content footer #copyright {
  color: #CBD4D9;
}
#sub-campaign-content footer #copyright a {
  color: #CBD4D9;
}
#sub-campaign-content footer #disclaimerLinks ul li + li {
  border-left-color: rgba(203, 212, 217, 0.35);
}
#sub-campaign-content footer #disclaimerLinks ul li a {
  color: #CBD4D9;
}
#sub-campaign-content footer #disclaimerLinks ul li a:hover,
#sub-campaign-content footer #disclaimerLinks ul li a:active {
  color: #00adef;
}
#sub-campaign-sidebar-wrapper {
  width: 320px;
  position: absolute;
  right: 0;
}
#sub-campaign-sidebar {
  padding-top: 125px;
  position: fixed;
  z-index: 100;
  height: 100%;
  width: 320px;
  margin-top: -30px;
  background-color: #00adef;
}
#sub-campaign-sidebar p.highlight {
  color: #fff;
}
#sub-campaign-sidebar #petition {
  background: transparent;
  float: left;
  width: 100%;
  max-width: 340px;
}
#sub-campaign-sidebar #petition .formTitle .close-petition {
  display: none;
  font-size: 30px;
  float: right;
  text-decoration: none;
  color: #231F20;
  padding: 3px 5px;
  margin-right: -5px;
  border-radius: 3px;
}
#sub-campaign-sidebar #petition .formTitle .close-petition:hover,
#sub-campaign-sidebar #petition .formTitle .close-petition:active {
  background-color: #231F20;
  color: #fff;
}
#sub-campaign-sidebar #petition .subscribe-form {
  width: 100%;
  max-width: 260px;
}
#sub-campaign-sidebar #petition .subscribe-form .checkboxWrap {
  margin: 10px 0 0px;
}
#sub-campaign-sidebar #petition .subscribe-form input {
  width: 100%;
  max-width: 260px;
}
#sub-campaign-sidebar #petition .subscribe-form label {
  width: 220px;
  color: #231F20;
}
#sub-campaign-sidebar #petition .subscribe-form label a {
  color: #231F20;
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  text-decoration: underline;
}
#sub-campaign-sidebar #petition .subscribe-form input[type=checkbox] {
  max-width: 20px;
  box-shadow: none;
}
#sub-campaign-sidebar #petition .subscribe-form input#submitButton {
  outline: 0;
  border-color: #FF7000;
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3), 0px 3px 1px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3), 0px 3px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3), 0px 3px 1px 0px rgba(0, 0, 0, 0.3);
}
#sub-campaign-sidebar #petition .subscribe-form input#submitButton:hover,
#sub-campaign-sidebar #petition .subscribe-form input#submitButton:active {
  background: #231F20;
}
#sub-campaign-sidebar #appeaLogo {
  max-width: 60%;
  background-size: 100% auto;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  float: none;
}
.lt-ie9 #sub-campaign-sidebar #appeaLogo {
  display: none;
}
#sub-campaign-petition-trigger {
  display: none;
  height: 80px;
  width: 100%;
  z-index: 300;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #00adef;
}
#sub-campaign-petition-trigger .trigger-button {
  width: 220px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  padding-top: 15px;
  display: block;
  float: right;
  text-decoration: none;
  color: #000;
  background-color: #ecf4f7;
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ecf4f7));
  background: -webkit-linear-gradient(top, #ffffff, #ecf4f7);
  background: -moz-linear-gradient(top, #ffffff, #ecf4f7);
  background: -ms-linear-gradient(top, #ffffff, #ecf4f7);
  background: -o-linear-gradient(top, #ffffff, #ecf4f7);
  background: linear-gradient(top, #ffffff, #ecf4f7);
  background: #231F20;
  color: #fff;
  cursor: pointer;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 15px;
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3), 0px 3px 1px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3), 0px 3px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3), 0px 3px 1px 0px rgba(0, 0, 0, 0.3);
}
#sub-campaign-petition-trigger .trigger-button:hover,
#sub-campaign-petition-trigger .trigger-button:active {
  background-color: #01c7ec;
  background: -webkit-gradient(linear, left top, left bottom, from(#01c7ec), to(#00adcd));
  background: -webkit-linear-gradient(top, #01c7ec, #00adcd);
  background: -moz-linear-gradient(top, #01c7ec, #00adcd);
  background: -ms-linear-gradient(top, #01c7ec, #00adcd);
  background: -o-linear-gradient(top, #01c7ec, #00adcd);
  background: linear-gradient(top, #01c7ec, #00adcd);
  color: #fff;
}
#sub-campaign-petition-trigger .trigger-button:active {
  drop-shadow: 0;
}
#sub-campaign-petition-trigger .trigger-button:hover,
#sub-campaign-petition-trigger .trigger-button:active {
  background: #fff;
  color: #231F20;
}
/* Sections */
#sub-campaign-quiz-banner {
  margin-top: 20px;
  width: auto;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.quiz-copy {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}
.quiz-copy p {
  margin: 0;
  padding-left: 40px;
  background: transparent url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/icon-flame.svg') no-repeat 0px 0px;
  background-size: auto;
}
.no-svg .quiz-copy p {
  background: transparent url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/icon-flame.png') no-repeat 0px 0px;
}
.quiz-copy:hover,
.quiz-copy:active {
  text-decoration: underline;
  color: #00adef;
}
#sub-campaign-further-info {
  padding: 30px 0 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#sub-campaign-further-info a {
  color: #00ADEF;
  text-decoration: none;
}
#sub-campaign-further-info a:hover,
#sub-campaign-further-info a:active {
  text-decoration: underline;
}
#sub-campaign-further-info p + h2 {
  padding-top: 30px;
}
.further-info-title {
  display: block;
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  margin-bottom: 60px;
  padding-left: 40px;
  background: transparent url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/icon-exclaim.svg') no-repeat 0px 0px;
}
.no-svg .further-info-title {
  background: transparent url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/img/icon-exclaim.png') no-repeat 0px 0px;
}
.further-info-block {
  margin-top: 40px;
}
.further-info-block-img {
  width: auto;
  max-width: 80px;
  height: auto;
  margin-right: 60px;
  float: left;
}
.further-info-block-title {
  width: 75%;
  float: left;
  margin: 0;
  color: #00adef;
  font-family: 'Century Gothic W01';
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
}
.further-info-block-title:hover,
.further-info-block-title:active {
  color: #fff;
}
.further-info-block-copy {
  width: 75%;
  font-size: 14px;
  float: left;
}
.first-slogan {
  font-family: 'Century Gothic W01';
  font-weight: 300;
  margin: 20px 0 30px;
  font-size: 22px;
  line-height: 35px;
  letter-spacing: -1px;
}
.second-slogan {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -2px;
  margin-top: 20px;
  font-family: 'Century Gothic W01';
  font-weight: 300;
}
.references-message {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
}
.references-message a {
  color: #fff;
}
.bold,
strong {
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
}
.act-orange {
  color: #fe7902;
}
.reset-cookie {
  font-size: 12px;
  displaY: inline-block;
  padding-top: 18px;
  float: right;
  margin-right: 20px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}
.reset-cookie:hover,
.reset-cookie:active {
  color: #fff;
  text-decoration: underline;
}
.call-to-action {
  color: #231F20;
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  font-size: 18px;
  background-color: #fff;
  border-radius: 10px;
  padding: 6px 100px;
  text-align: center;
  position: relative;
}
.call-to-action:after {
  color: #fff;
  font-size: 46px;
  content: '\25B6';
  position: absolute;
  right: -32px;
  top: 50%;
  margin-top: -30px;
  -webkit-animation: pulsate 5s ease-in-out;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: translateX(0px);
  }
  70% {
    -webkit-transform: translateX(0px);
  }
  78% {
    -webkit-transform: translateX(-10px);
  }
  85% {
    -webkit-transform: translateX(0px);
  }
  92% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
@media only screen and (max-width: 1280px) {
  #sub-campaign-wrapper {
    width: 1024px;
  }
  #sub-campaign-content {
    width: 768px;
    padding: 0 20px;
  }
  #sub-campaign-content footer {
    font-size: 12px;
  }
  #sub-campaign-content footer #disclaimerLinks ul {
    margin: 0;
  }
  #sub-campaign-content footer #disclaimerLinks ul li a {
    font-size: 12px;
  }
  #sub-campaign-sidebar-wrapper {
    width: 256px;
  }
  #sub-campaign-sidebar {
    width: 256px;
    padding-top: 65px;
    padding-bottom: 30px;
  }
  #sub-campaign-sidebar #petition {
    padding: 0 25px;
  }
  #sub-campaign-sidebar #petition .subscribe-form label {
    width: 180px;
    color: #231F20;
    line-height: 16px;
  }
  #sub-campaign-sidebar #petition .subscribe-form label a {
    color: #231F20;
    font-family: 'Century Gothic W01 Bold';
    font-weight: 500;
    text-decoration: underline;
  }
  #sub-campaign-sidebar #appeaLogo {
    display: none;
  }
  .first-slogan {
    font-size: 20px;
    line-height: 26px;
  }
  .second-slogan {
    font-size: 38px;
    line-height: 44px;
  }
  #sub-campaign-quiz-banner {
    width: auto;
    padding: 30px 0;
  }
  .quiz-copy {
    font-size: 17px;
  }
  .call-to-action {
    font-size: 16px;
    padding: 4px 60px;
  }
  .further-info-block-img {
    width: 70px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  #sub-campaign-wrapper {
    width: 100%;
  }
  #sub-campaign-content {
    width: 100%;
    right: auto;
  }
  #sub-campaign-petition-trigger {
    display: block;
  }
  #sub-campaign-petition-trigger.gone {
    display: none;
  }
  #sub-campaign-sidebar-wrapper {
    width: 100%;
    display: none;
    padding-top: 30px;
  }
  #sub-campaign-sidebar-wrapper.reveal {
    display: block;
  }
  #sub-campaign-sidebar {
    position: static;
    width: 100%;
    padding-top: 20px;
  }
  #sub-campaign-sidebar #petition {
    margin: 0 auto;
    float: none;
  }
  #sub-campaign-sidebar #petition .formTitle {
    position: relative;
  }
  #sub-campaign-sidebar #petition .formTitle .close-petition {
    display: block;
  }
  #sub-campaign-sidebar #petition .subscribe-form {
    max-width: 100%;
  }
  #sub-campaign-sidebar #petition .subscribe-form label {
    width: 260px;
  }
  #sub-campaign-sidebar #petition .subscribe-form input {
    max-width: 100%;
  }
  .second-slogan {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -2px;
  }
  .call-to-action {
    padding: 10px 30px;
    font-size: 16px;
  }
  .call-to-action:after {
    display: none;
  }
  .quiz-copy {
    font-size: 18px;
  }
  .quiz-copy > p {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 560px) {
  .quiz-copy > p {
    background: none;
    padding-left: 0;
  }
  #sub-campaign-further-info {
    text-align: center;
  }
  .further-info-title {
    display: inline-block;
    margin-bottom: 0px;
  }
  .further-info-block {
    text-align: center;
  }
  .further-info-block a {
    text-decoration: none;
  }
  .further-info-block-img {
    margin-bottom: 30px;
    width: 80px;
    display: block;
    float: none;
    margin: 10px auto 0;
  }
  .further-info-block-title {
    font-size: 16px;
    padding-top: 30px;
    margin: 0 auto;
    width: auto;
    float: none;
  }
  .further-info-block-copy {
    max-width: 280px;
    margin: 0 auto;
    width: auto;
    float: none;
  }
}
@media only screen and (max-height: 745px) {
  #sub-campaign-sidebar #appeaLogo {
    display: none;
  }
}
