/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1170px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1560px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1170px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1600px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1170px) and (max-width: 1599px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1170px) and (max-width: 1599px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1170px) and (max-width: 1599px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1170px) and (max-width: 1599px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1600px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1600px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1600px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1600px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1170px) and (max-width: 1599px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*
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
========================================================================== */
* body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Century Gothic W01';
  font-weight: 300;
  background-color: #cbd4d9;
}
* 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);
}
* a.explanationLink:hover,
* a.explanationLink:active {
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  color: #00adef;
}
/* 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: #fff;
  text-decoration: none;
}
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.svg') 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+ */
}
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;
}
.highlight {
  font-family: 'Century Gothic W01 Bold';
  font-weight: 500;
  color: #00adef;
}
@media screen and (max-width: 800px) {
  a#appeaLogo {
    display: none;
  }
}
header.clearfix,
header.dl-horizontal dd,
header.container,
header.container-fluid,
header.row {
  background: #000;
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow-y: hidden;
}
.bar-header {
  background: #000;
}
.menu-item-1096,
.menu-item-1097,
.menu-item-1537,
.menu-item-1536 {
  font-weight: 900;
}
section {
  min-width: 100%;
  width: 100%;
}
section#video-slider {
  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 .inner {
  position: relative;
  height: 370px;
  overflow: hidden;
}
section#video-slider .inner .items {
  position: absolute;
  left: 0px;
  top: 0px;
  white-space: nowrap;
  font-size: 25px !important;
}
section#video-slider .inner .items .item {
  display: inline-block;
  width: 296px;
  height: 270px !important;
  margin-right: 20px;
  white-space: normal;
  vertical-align: top;
}
section#video-slider .inner .items .item .image img {
  display: block;
  border: 10px solid white;
  width: 296px;
}
section#video-slider .inner .items .item .title {
  padding-top: 40px;
  text-align: center;
  font-size: 15px !important;
}
.wrapper {
  width: 80%;
  max-width: 940px;
  overflow: visible;
  z-index: 0;
  position: relative;
  margin: 0 auto;
}
.museo-sans-N1 {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 100;
}
.museo-sans-I1 {
  font-family: "museo-sans", sans-serif;
  font-style: italic;
  font-weight: 100;
}
.museo-sans-N5 {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.museo-sans-I5 {
  font-family: "museo-sans", sans-serif;
  font-style: italic;
  font-weight: 500;
}
.museo-sans-N7 {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.museo-sans-I7 {
  font-family: "museo-sans", sans-serif;
  font-style: italic;
  font-weight: 700;
}
html {
  font-size: 10px;
}
@media (min-width: 1170px) {
  html {
    font-size: 7px;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 10px;
  }
}
body {
  font-size: 10px;
}
@media (min-width: 1170px) {
  body {
    font-size: 7px;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 10px;
  }
}
@media (min-width: 1600px) {
  html.lt-ie9 {
    font-size: 7px;
  }
}
.qld-basic-text {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 100;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  padding: 2rem 4em 1.5rem;
}
.qld-basic-text strong {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 1170px) {
  .qld-basic-text {
    font-size: 2.2rem;
    padding: 6rem 5em;
  }
}
.qld-prominent-text {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #00acf2;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0 4em 1.5rem;
  font-size: 1.6rem;
}
.qld-prominent-text a {
  color: inherit;
  border-bottom: 2px solid rgba(0, 172, 242, 0.2);
  -webkit-transition: color 150ms ease-in-out, border-color 150ms ease-in-out;
  -moz-transition: color 150ms ease-in-out, border-color 150ms ease-in-out;
  -o-transition: color 150ms ease-in-out, border-color 150ms ease-in-out;
  transition: color 150ms ease-in-out, border-color 150ms ease-in-out;
}
.qld-prominent-text a:hover,
.qld-prominent-text a:active {
  color: #00acf2;
  border-color: #00acf2;
  text-decoration: none;
}
.qld-prominent-text em {
  color: #ff7901;
  font-style: normal;
}
@media (min-width: 768px) {
  .qld-prominent-text {
    padding: 0 0em 1.5rem;
  }
}
@media (min-width: 1170px) {
  .qld-prominent-text {
    font-size: 4.7rem;
    padding: 0 0em 6rem;
  }
}
section {
  max-width: 1600px;
  margin: 0 auto;
}
.qld-dot-separator {
  margin: 0;
  position: relative;
}
.qld-dot-separator:after {
  width: 0.5rem;
  height: 0.5rem;
  content: " ";
  background-color: #fff;
  border-radius: 50%;
  border: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
@media (min-width: 1170px) {
  .qld-dot-separator:after {
    width: 1rem;
    height: 1rem;
  }
}
.btn {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.btn-sm {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  padding: 1em 2em;
}
@media (min-width: 1170px) {
  .btn-sm {
    font-size: 1.3rem;
  }
}
.btn-lg {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.1rem;
  padding: 1em 2em;
}
@media (min-width: 1170px) {
  .btn-lg {
    font-size: 1.6rem;
  }
}
.btn-default {
  background: transparent;
  border: 0;
  border-radius: 3rem;
  -webkit-transition: color 150ms ease-in-out, background-color 150ms ease-in-out;
  -moz-transition: color 150ms ease-in-out, background-color 150ms ease-in-out;
  -o-transition: color 150ms ease-in-out, background-color 150ms ease-in-out;
  transition: color 150ms ease-in-out, background-color 150ms ease-in-out;
}
.btn-default:hover,
.btn-default:active {
  background-color: #fff;
  color: #00acf2;
}
.btn-warning {
  border: 0;
  border-radius: 3rem;
  background: #f08c24;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f08c24 0%, #fd7923 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f08c24), color-stop(100%, #fd7923));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f08c24 0%, #fd7923 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f08c24 0%, #fd7923 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f08c24 0%, #fd7923 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f08c24 0%, #fd7923 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f08c24', endColorstr='#fd7923', GradientType=0);
  /* IE6-9 */
  -webkit-transition: color 150ms ease-in-out, background-color 150ms ease-in-out;
  -moz-transition: color 150ms ease-in-out, background-color 150ms ease-in-out;
  -o-transition: color 150ms ease-in-out, background-color 150ms ease-in-out;
  transition: color 150ms ease-in-out, background-color 150ms ease-in-out;
}
.btn-warning:hover,
.btn-warning:active {
  background: #fff;
  color: #00acf2;
  box-shadow: 0 1px 3px 0px rgba(0, 30, 100, 0.3);
}
.qld-header {
  background-color: #fff;
  padding-top: 30px;
}
.qld-header .container {
  position: relative;
  padding: 2rem 0;
}
@media (min-width: 1170px) {
  .qld-header .container {
    height: 20rem;
    padding: 6.5rem 0 0;
  }
}
.qld-header .container::after {
  display: none;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  content: "\25BC";
  color: #ff7901;
}
@media (min-width: 1170px) {
  .qld-header .container::after {
    display: block;
    font-size: 1.8rem;
    padding-top: 4.4rem;
    height: 8rem;
    width: 8rem;
    bottom: -3rem;
  }
}
#qld-logo-ona {
  height: 2.1rem;
}
.qld-logo-ona {
  display: block;
  background: transparent url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/images/ona-logo.svg') no-repeat;
  background-size: 100%;
  width: 19rem;
  height: 3rem;
  margin: 1.7rem auto 0;
}
@media (min-width: 1170px) {
  .qld-logo-ona {
    margin-left: 6rem;
    margin-top: 2rem;
    width: 26rem;
    height: 2.3rem;
  }
}
.no-svg .qld-logo-ona {
  background-image: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.ournaturaladvantage.com.au/wp-content/themes/ona/images/ona-logo.png', sizingMethod='scale');
}
.qld-header-text {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0 3em;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .qld-header-text {
    padding: 0;
  }
}
@media (min-width: 1170px) {
  .qld-header-text {
    font-size: 1.5rem;
  }
}
.qld-featured-slider .container {
  height: 24rem;
}
@media (min-width: 768px) {
  .qld-featured-slider .container {
    height: 40rem;
  }
}
@media (min-width: 1170px) {
  .qld-featured-slider .container {
    height: 100rem;
  }
}
.qld-featured-slide-slogan p {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 100;
  text-align: center;
  font-size: 2rem;
  padding-top: 5rem;
}
.qld-featured-slide-slogan p strong {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #ff7901;
}
@media (min-width: 768px) {
  .qld-featured-slide-slogan p {
    padding-top: 10rem;
    margin-bottom: 2rem;
    font-size: 3.5rem;
  }
}
@media (min-width: 1170px) {
  .qld-featured-slide-slogan p {
    font-size: 7rem;
    margin-bottom: 4rem;
    padding-top: 28rem;
  }
}
.qld-campaign-info {
  background-color: #EAEEF0;
}
.qld-campaign-info .container {
  padding: 3rem 0;
}
@media (min-width: 1170px) {
  .qld-campaign-info .container {
    padding: 10rem 0;
  }
}
.qld-campaign-info-bottom {
  padding-top: 2rem;
}
@media (min-width: 1170px) {
  .qld-campaign-info-bottom {
    padding-top: 6rem;
  }
}
.qld-info-image .container {
  height: 20rem;
}
@media (min-width: 1170px) {
  .qld-info-image .container {
    height: 65rem;
  }
}
.accompanying-image {
  border-radius: 50%;
  padding: 0;
  height: 10rem;
  width: 10rem;
  display: block;
  margin: 0 auto 4rem;
}
@media (min-width: 768px) {
  .accompanying-image {
    margin: 0;
    height: 20rem;
    width: 20rem;
    padding: 0;
  }
}
@media (min-width: 1170px) {
  .accompanying-image {
    height: 50rem;
    width: 50rem;
  }
}
.qld-tile-title {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 100;
  text-align: center;
  margin-bottom: 2rem;
}
.qld-tile-title strong {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media (min-width: 1170px) {
  .qld-tile-title {
    font-size: 5rem;
    margin-bottom: 6rem;
  }
}
.qld-tile-prominent-copy p {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 100;
  text-align: center;
  line-height: 1.3;
  padding: 0;
  font-size: 1.5rem;
}
@media (min-width: 1170px) {
  .qld-tile-prominent-copy p {
    font-size: 3.8rem;
    line-height: 1.3;
    margin-bottom: 5rem;
    padding: 0 2.4em;
  }
}
.qld-tile-prominent-copy p strong {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.qld-tile-default-copy p {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 100;
  text-align: center;
  padding: 0;
  font-size: 1.2rem;
}
@media (min-width: 1170px) {
  .qld-tile-default-copy p {
    font-size: 1.8rem;
    padding: 0 4.5em;
    margin-bottom: 1rem;
  }
  .qld-tile-default-copy p + p {
    margin-top: 3rem;
  }
}
.qld-benefits-intro {
  background-color: #EAEEF0;
}
.qld-benefits-intro .container {
  padding: 4rem 0;
  text-align: center;
}
@media (min-width: 1170px) {
  .qld-benefits-intro .container {
    height: 43rem;
    padding: 10rem 0;
  }
}
.qld-benefits-wrap .container {
  padding: 4rem 2rem;
}
@media (min-width: 768px) {
  .qld-benefits-wrap .container {
    min-height: 30rem;
    padding-top: 4rem;
  }
}
@media (min-width: 1170px) {
  .qld-benefits-wrap .container {
    min-height: 81rem;
    padding-top: 15rem;
  }
}
.qld-benefits-wrap .btn {
  margin-top: 1rem;
}
@media (min-width: 1170px) {
  .qld-benefits-wrap .btn {
    margin-top: 2rem;
  }
}
.qld-benefits-wrap .btn-default {
  border: 0;
}
.qld-benefits-wrap p a {
  color: inherit;
  border-bottom: 2px solid rgba(51, 51, 51, 0.2);
  -webkit-transition: color 150ms ease-in-out, border-color 150ms ease-in-out;
  -moz-transition: color 150ms ease-in-out, border-color 150ms ease-in-out;
  -o-transition: color 150ms ease-in-out, border-color 150ms ease-in-out;
  transition: color 150ms ease-in-out, border-color 150ms ease-in-out;
}
.qld-benefits-wrap p a:hover,
.qld-benefits-wrap p a:active {
  color: #00acf2;
  border-color: #00acf2;
  text-decoration: none;
}
.qld-benefits-jobs {
  background-color: #fff;
}
.qld-benefits-jobs .qld-tile-title {
  color: #00acf2;
}
@media (min-width: 1170px) {
  .qld-benefits-jobs .qld-tile-title {
    padding-top: 6rem;
  }
}
.qld-benefits-growth {
  background: #00a3f0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00a3f0 0%, #0086cc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a3f0), color-stop(100%, #0086cc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00a3f0 0%, #0086cc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00a3f0 0%, #0086cc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00a3f0 0%, #0086cc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #00a3f0 0%, #0086cc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a3f0', endColorstr='#0086cc', GradientType=0);
  /* IE6-9 */
}
.qld-benefits-growth .container p a:hover,
.qld-benefits-growth .container p a:active {
  color: #fff;
  border-color: #fff;
}
.qld-benefits-growth .qld-tile-title {
  color: #fff;
}
@media (min-width: 1170px) {
  .qld-benefits-growth .qld-tile-title {
    padding-top: 6rem;
  }
}
.qld-benefits-growth .btn-default {
  color: #fff;
}
.qld-benefits-growth .btn-default:hover,
.qld-benefits-growth .btn-default:active {
  color: #00acf2;
}
.qld-benefits-taxes {
  background-color: #000;
  color: #fff;
}
.qld-benefits-taxes .container p a {
  border-color: rgba(255, 255, 255, 0.3);
}
.qld-benefits-taxes .container p a:hover,
.qld-benefits-taxes .container p a:active {
  border-color: #00acf2;
}
.qld-benefits-taxes .btn-default {
  color: #fff;
}
.qld-benefits-taxes .btn-default:hover,
.qld-benefits-taxes .btn-default:active {
  color: #00acf2;
}
.qld-benefits-development {
  background-color: #F4E1C2;
}
@media (min-width: 1170px) {
  .qld-benefits-development .qld-tile-title {
    padding-top: 6rem;
  }
}
.qld-benefits-development.nt .row h3,
.qld-benefits-development.nt .row a,
.qld-benefits-development.nt .row p {
  color: white;
}
.qld-benefits-farmers {
  background: #edf0f1;
  /* Old browsers */
  background: -moz-linear-gradient(left, #edf0f1 0%, #cbd4d9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #edf0f1), color-stop(100%, #cbd4d9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #edf0f1 0%, #cbd4d9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #edf0f1 0%, #cbd4d9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #edf0f1 0%, #cbd4d9 100%);
  /* IE10+ */
  background: linear-gradient(to right, #edf0f1 0%, #cbd4d9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf0f1', endColorstr='#cbd4d9', GradientType=1);
  /* IE6-9 */
}
.qld-benefits-farmers .qld-tile-title {
  color: #00acf2;
}
@media (min-width: 1170px) {
  .qld-benefits-farmers .qld-tile-title {
    padding-top: 6rem;
  }
}
.qld-call-to-action-wrap {
  background-color: #fff;
}
.qld-call-to-action-wrap .container {
  padding: 4rem 2rem;
}
@media (min-width: 768px) {
  .qld-call-to-action-wrap .container {
    min-height: 35rem;
    padding-top: 4rem;
  }
}
@media (min-width: 1170px) {
  .qld-call-to-action-wrap .container {
    min-height: 81rem;
    padding: 15rem 0;
  }
}
.qld-call-to-action-wrap .container .qld-tile-title {
  color: #00acf2;
}
.qld-call-to-action-wrap .accompanying-image {
  margin-bottom: 2rem;
}
@media (min-width: 1170px) {
  .qld-call-to-action-wrap .accompanying-image {
    margin-bottom: 4rem;
  }
}
.qld-tile-cta-copy p {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  color: #ff7901;
  padding: 0;
  font-size: 1.2rem;
}
@media (min-width: 1170px) {
  .qld-tile-cta-copy p {
    font-size: 1.8rem;
    padding: 0 7rem;
    margin-top: 4rem;
  }
}
/* Submission Form */
.formTitle {
  display: block;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
  font-size: 23.5px;
  line-height: 35px;
  text-align: center;
}
.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: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 0px 19px 0px;
  line-height: 40px;
  color: #aaaaaa;
}
input,
textarea {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  height: 40px;
  width: 300px;
  padding: 0px 18px 0;
  display: block;
  margin-bottom: 15px;
  transform: scale(1);
  transition: transform 150ms ease-out;
  color: #292929;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 13px;
  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;
}
.chzn-container-single .chzn-single span {
  color: #292929;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 13px;
}
.chzn-results li {
  color: #292929;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 13px;
}
.chzn-container-single .chzn-single div b {
  margin-top: -4px;
}
.contact-form input#submitButton {
  width: 300px;
  display: block;
  float: none;
}
::input-placeholder {
  color: #333;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 100;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
}
::-webkit-input-placeholder {
  color: #333;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 100;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 100;
  letter-spacing: normal;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 100;
  letter-spacing: normal;
}
:-ms-input-placeholder {
  color: #333;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 100;
  letter-spacing: normal;
}
form input:focus {
  outline: 0;
  border-color: #FF7000;
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05), 0px 3px 1px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05), 0px 3px 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05), 0px 3px 1px 0px rgba(0, 0, 0, 0.05);
}
form input[type="text"]:focus,
form input[type="email"]:focus {
  transform: scale(1.02);
}
input.halfWidth {
  width: 143px !important;
  display: inline-block;
}
#customSelect_chzn {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
  color: #2f6788;
}
.chzn-container .chzn-results .active-result {
  color: #666;
}
input#submitButton {
  float: right;
  display: inline-block;
  width: 100%;
}
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;
  clear: both;
  padding-top: 0px;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
}
.checkboxWrap + #submitButton {
  margin-top: 10px;
}
.checkboxWrap + .checkboxWrap {
  margin: 10px 0;
}
input[type=checkbox] {
  display: block;
  position: absolute;
  width: 20px;
  margin-top: 3px;
  height: 20px;
  text-align: left;
}
label {
  color: #fff;
  display: block;
  padding-left: 30px;
  cursor: pointer;
}
label.accessible-label {
  float: left;
  font-size: 12px;
  padding-bottom: 5px;
  display: none;
}
.lt-ie9 label.accessible-label {
  display: block;
}
a.petitionLink {
  color: red;
  text-decoration: none;
}
a.petitionLink:hover,
a.petitionLink:active {
  text-decoration: underline;
}
span.quizPetitionLetter {
  cursor: pointer;
  text-decoration: underline;
}
#securityMessage {
  color: #231F20;
  font-size: 12px;
  line-height: 20px;
  margin-top: 12px;
  text-align: left;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 100;
}
#securityMessage span {
  display: block;
  padding-top: 20px;
  clear: both;
}
.quiz-complete {
  width: 550px;
  float: left;
}
.quiz-complete h3 {
  color: #fff;
  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 {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #fff;
  background-color: #1467A9;
  padding: 5px 10px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.subscribe-form .postcode-field {
  width: 120px;
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
}
.subscribe-form .suburb-field {
  display: inline-block;
  width: 165px;
}
input.halfWidth {
  width: 100% !important;
}
.subscribe-form .postcode-field {
  width: 100%;
}
.subscribe-form .suburb-field {
  width: 100%;
  margin-bottom: 15px;
}
.subscribe-form {
  width: 100%;
}
input {
  width: 100%;
}
#petition {
  text-align: left;
  width: 100%;
  margin-right: 0;
  margin-top: 0px;
  padding: 20px 20px 10px 20px;
  border-radius: 10px;
  float: left;
  background: #00ACF2;
}
#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;
}
#petition .formTitle .close-petition:hover,
#petition .formTitle .close-petition:active {
  background-color: #231F20;
  color: #fff;
}
#petition .subscribe-form {
  width: 100%;
}
#petition .subscribe-form .checkboxWrap {
  margin: 10px 0 0px;
}
#petition .subscribe-form input {
  width: 100%;
}
#petition .subscribe-form .error {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #fff;
  background-color: #1467A9;
  padding: 5px 10px;
  font-size: 1.8rem;
}
#petition .subscribe-form .highlight {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #fff;
  padding: 5px 10px;
  font-size: 1.8rem;
}
#petition .subscribe-form label {
  color: #231F20;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 100;
}
#petition .subscribe-form label a {
  color: #231F20;
  text-decoration: underline;
}
#petition .subscribe-form input[type=checkbox] {
  max-width: 20px;
  box-shadow: none;
}
#petition .subscribe-form input#submitButton {
  display: block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 0;
  border-radius: 3rem;
  background: #333;
  -webkit-transition: background-color 150ms ease-in-out;
  -moz-transition: background-color 150ms ease-in-out;
  -o-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
  font-size: 1.1rem;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  padding: 1em 2em;
  color: #FFF;
}
@media (min-width: 1170px) {
  #petition .subscribe-form input#submitButton {
    font-size: 1.6rem;
    height: 5.5rem;
  }
}
#petition .subscribe-form input#submitButton:hover,
#petition .subscribe-form input#submitButton:active {
  background: #231F20;
}
.socialButtons {
  position: relative;
}
.socialButtons a.socialButton {
  padding-top: 9px;
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 2.2rem;
  border-radius: 1rem;
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.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.twitter {
  background-color: #2BA5DE;
}
.socialButtons a.socialButton.twitter:hover,
.socialButtons a.socialButton.twitter:active {
  background-color: #fff;
  color: #2BA5DE;
}
.socialButtons a.socialButton + .socialButton {
  margin-top: 15px;
}
.qld-footer {
  background-color: #000;
}
.qld-footer .container {
  position: relative;
  padding: 2rem 0;
}
@media (min-width: 1170px) {
  .qld-footer .container {
    height: 20rem;
    padding: 6.5rem 0 0;
  }
}
.qld-footer .container::before {
  display: none;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #000;
  content: "\25B2";
  color: #ff7901;
}
@media (min-width: 1170px) {
  .qld-footer .container::before {
    display: block;
    font-size: 1.8rem;
    padding-top: 1.3rem;
    height: 8rem;
    width: 8rem;
    top: -3rem;
  }
}
@media (min-width: 1170px) {
  .qld-footer .container {
    padding-top: 8rem;
  }
}
.qld-logo-appea {
  display: block;
  background: transparent url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/images/appea-logo.svg') no-repeat;
  background-size: 100%;
  width: 10.5rem;
  height: 3rem;
  margin: 1.5rem auto 0;
}
@media (min-width: 1170px) {
  .qld-logo-appea {
    margin-top: 0;
    float: right;
    width: 17.5rem;
    height: 5rem;
  }
}
.no-svg .qld-logo-appea {
  background-image: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.ournaturaladvantage.com.au/wp-content/themes/ona/images/appea-logo.png', sizingMethod='scale');
}
.qld-logo-ona-alt {
  display: block;
  background: transparent url('https://www.ournaturaladvantage.com.au/wp-content/themes/ona/images/ona-logo-alt.svg') no-repeat;
  background-size: 100%;
  width: 19rem;
  height: 3rem;
  margin: 1.7rem auto 0;
}
@media (min-width: 1170px) {
  .qld-logo-ona-alt {
    margin-left: 6rem;
    margin-top: 1rem;
    width: 26rem;
    height: 2.3rem;
  }
}
.no-svg .qld-logo-ona-alt {
  background-image: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.ournaturaladvantage.com.au/wp-content/themes/ona/images/ona-logo-alt.png', sizingMethod='scale');
}
.qld-footer-nav-wrap {
  text-align: center;
}
.qld-footer-nav {
  display: inline-block;
  margin: 0 auto;
  padding: 1.2rem 0 0;
  list-style-type: none;
  text-align: center;
}
.qld-footer-nav-item {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin: 0 1rem;
  letter-spacing: 0.1em;
  font-size: 1rem;
}
.qld-footer-nav-item a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: color 150ms ease-in-out;
  -moz-transition: color 150ms ease-in-out;
  -o-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.qld-footer-nav-item a:hover,
.qld-footer-nav-item a:active {
  color: #00acf2;
}
@media (min-width: 1170px) {
  .qld-footer-nav-item {
    font-size: 1.5rem;
  }
}
.qld-footer-colophon {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #fff;
  display: inline-block;
  width: 100%;
  letter-spacing: 0.1em;
  font-size: 1rem;
  text-align: center;
  padding-top: 1rem;
}
@media (min-width: 1170px) {
  .qld-footer-colophon {
    font-size: 1.5rem;
    padding-top: 0;
    text-align: right;
  }
}
/* 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;
  list-style: none;
  list-style-image: none;
}
.global-menu li {
  margin: 0;
  padding: 0;
  float: left;
  line-height: 14px;
  font-size: 15px;
}
.global-menu li a {
  -webkit-font-smoothing: antialiased;
  font-family: 'Century Gothic W01';
  font-weight: 300;
  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;
  text-decoration: none;
}
.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;
}
.global-menu li + li {
  border-left: 1px solid #FFF;
}
/* Modal */
#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}
.modalBox {
  background-color: #000;
  display: none;
  z-index: 200;
  width: 640px;
  color: #fff;
  padding: 10px 30px 30px;
  border: 1px solid #1f1f1f;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 2rem;
  border-radius: 1rem;
}
.modalBox p {
  line-height: 30px;
  font-size: 18px;
}
.modalBox .highlight {
  color: #00ACF2;
  font-size: 18px;
}
.modalBox a {
  text-decoration: none;
}
.modalBox a:hover,
.modalBox a:active {
  color: #fff;
  text-decoration: underline;
}
.modalClose {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: -2rem;
  right: -6rem;
  color: #fff;
  opacity: 0.5;
  cursor: pointer;
}
.modalClose:before {
  content: "\00D7";
  font-size: 4rem;
}
.modalClose:hover,
.modalClose:active {
  opacity: 1;
}
.button {
  display: inline-block;
  padding: 1rem 2rem;
  margin-right: 1rem;
  border-radius: 3rem;
  text-decoration: none;
  color: #fff;
  transition: background-color 150ms ease-out;
}
.button:hover,
.button:active {
  text-decoration: none;
  cursor: pointer;
}
.button.yes {
  background-color: #FF7901;
}
.button.yes:hover,
.button.yes:active {
  background-color: #00ACF2;
  text-decoration: none;
}
.button.no {
  background-color: #333;
}
.button.no:hover,
.button.no:active {
  background-color: #231F20;
  text-decoration: none;
}
#previewPetition {
  width: 800px;
  margin-left: -400px !important;
  top: 50px !important;
}
.qld-prominent-text p {
  text-transform: none;
}
hr {
  border: none;
}
.qld-benefits-jobs .row p {
  color: black;
}
.qld-benefits-jobs .row .support-link {
  color: black;
}
.qld-benefits-jobs .row .support-link:hover {
  color: #00adef;
  text-decoration: none;
}
.qld-benefits-growth .row p {
  color: black;
}
.qld-benefits-growth .row .support-link:hover {
  color: #00adef;
  text-decoration: none;
}
.qld-benefits-development .row h3,
.qld-benefits-development .row p {
  color: black;
}
.qld-benefits-development .row .support-link {
  color: black;
}
.qld-benefits-development .row .support-link:hover {
  color: #00adef;
  text-decoration: none;
}
.qld-benefits-farmers .row p {
  color: black;
}
.qld-benefits-farmers .row .support-link {
  color: black;
}
.qld-benefits-farmers .row .support-link:hover {
  color: #00adef;
  text-decoration: none;
}
.qld-call-to-action-wrap .row p {
  color: black;
}
.qld-call-to-action-wrap .row .support-link {
  color: black;
}
.qld-call-to-action-wrap .row .support-link:hover {
  color: #00adef;
  text-decoration: none;
}
.qld-featured-slider.nt p {
  color: white;
}
header.clearfix,
header.dl-horizontal dd,
header.container,
header.container-fluid,
header.row {
  max-width: 1100px;
  margin: 0 auto;
}
#wrapper {
  background-color: white;
  background: none;
}
.menu-global-menu-container {
  padding-left: 18px;
  margin-top: 28px;
}
.menu-global-menu-container ul {
  list-style: none;
}
.menu-global-menu-container ul a {
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .menu-global-menu-container {
    margin-top: 0;
    margin: 18px;
  }
}
#support.black {
  background: white;
}
/*iframe {
    // height: 770px;
    // width: 1500px;
    // object-fit: cover;
    // position: absolute;
    // margin: 0 auto;
    background: white;
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    // margin: 0 -50px;
    padding: 0;
    * {
        background: white;
    }
    // margin-top: -40px;
    // padding-left: 140px;
    // width: 100%;
    //height: 100%;
    .play {
        z-index: 1000;
    }
}*/
section.video {
  height: 700px;
  background: none !important;
  transition: all 1s ease;
  position: relative;
  overflow: hidden;
}
section.video img {
  position: absolute;
  z-index: 1;
  opacity: 1;
}
section.video.open img {
  opacity: 0;
}
section.video-section {
  background-color: #000;
}
section.video-section .container {
  padding: 4rem 2rem;
}
section.video-section .container .video-heading {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #00acf2;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 1170px) {
  section.video-section .container .video-heading {
    font-size: 5rem;
    margin-bottom: 6rem;
  }
}
section.video-section .container .video-content p {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 0;
}
@media (min-width: 1170px) {
  section.video-section .container .video-content p {
    font-size: 3.8rem;
    line-height: 1.3;
    margin-bottom: 5rem;
    padding: 0 2.4em;
  }
}
section.video-section .container iframe {
  margin-top: 5rem;
}
@media (max-width: 1170px) {
  section.video-section .container iframe {
    width: 100%;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  section.video-section .container {
    min-height: 35rem;
    padding-top: 4rem;
  }
}
@media (min-width: 1170px) {
  section.video-section .container {
    padding: 10rem 0;
  }
}
section#video-slider {
  padding-top: 0;
}
section#video-slider h2 {
  font-size: 4.2rem;
  text-align: center;
  margin-bottom: 3.5rem;
}
