.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-unstyled li {
  background: none;
  padding-left: 0;
}
.list-unstyled li:before {
  display: none;
}
.list-flat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-flat li {
  float: left;
  background: none;
}
.list-flat-inline {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-flat-inline li {
  display: inline;
  padding: 0;
  background: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 90%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
body {
  min-height: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: 'Gotham A', 'Gotham B';
  line-height: 1.6;
  color: #41463f;
}
body {
  margin: 0;
}
hr {
  margin: 30px 0;
  background: none;
  border: none;
  border-top: 1px dotted #41463f;
}
a {
  color: #ff0000;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a:hover,
a:active {
  outline: 0;
  color: #ff0000;
}
a:visited {
  color: #ff0000;
}
::-moz-selection {
  background: #41463f;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #41463f;
  color: #ffffff;
  text-shadow: none;
}
h1 {
  font-size: 2em;
  margin: 1.1em 0;
}
h2 {
  font-size: 1.5em;
  margin: 1.1em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1.1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1.1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
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-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.row,
.row-fluid {
  *zoom: 1;
}
.row:before,
.row-fluid:before,
.row:after,
.row-fluid:after {
  display: table;
  content: "";
}
.row:after,
.row-fluid:after {
  clear: both;
}
@media (min-width: 800px) and (max-width: 1025px) {
  .grid-small-full {
    width: 95%;
    margin-left: 4.3478260869565215%;
    float: left;
  }
  .grid-small-half {
    width: 47.82608695652174%;
    margin-left: 4.3478260869565215%;
    float: left;
  }
  .grid-small-first {
    margin-left: 0;
  }
  .grid-small-hidden {
    display: none;
  }
}
@media (min-width: 1025px) {
  .row {
    margin-left: -40px;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 40px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 920px;
  }
  .span12 {
    width: 920px;
  }
  .span11 {
    width: 840px;
  }
  .span10 {
    width: 760px;
  }
  .span9 {
    width: 680px;
  }
  .span8 {
    width: 600px;
  }
  .span7 {
    width: 520px;
  }
  .span6 {
    width: 440px;
  }
  .span5 {
    width: 360px;
  }
  .span4 {
    width: 280px;
  }
  .span3 {
    width: 200px;
  }
  .span2 {
    width: 120px;
  }
  .span1 {
    width: 40px;
  }
  .offset12 {
    margin-left: 1000px;
  }
  .offset11 {
    margin-left: 920px;
  }
  .offset10 {
    margin-left: 840px;
  }
  .offset9 {
    margin-left: 760px;
  }
  .offset8 {
    margin-left: 680px;
  }
  .offset7 {
    margin-left: 600px;
  }
  .offset6 {
    margin-left: 520px;
  }
  .offset5 {
    margin-left: 440px;
  }
  .offset4 {
    margin-left: 360px;
  }
  .offset3 {
    margin-left: 280px;
  }
  .offset2 {
    margin-left: 200px;
  }
  .offset1 {
    margin-left: 120px;
  }
  .row-fluid {
    width: 100%;
  }
  .row-fluid [class*="span"] {
    float: left;
    margin-left: 4.34782609%;
    *margin-left: 4.29347826%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 4.34782609%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94565217%;
  }
  .row-fluid .span11 {
    width: 91.30434783%;
    *width: 91.25%;
  }
  .row-fluid .span10 {
    width: 82.60869565%;
    *width: 82.55434783%;
  }
  .row-fluid .span9 {
    width: 73.91304348%;
    *width: 73.85869565%;
  }
  .row-fluid .span8 {
    width: 65.2173913%;
    *width: 65.16304348%;
  }
  .row-fluid .span7 {
    width: 56.52173913%;
    *width: 56.4673913%;
  }
  .row-fluid .span6 {
    width: 47.82608696%;
    *width: 47.77173913%;
  }
  .row-fluid .span5 {
    width: 39.13043478%;
    *width: 39.07608696%;
  }
  .row-fluid .span4 {
    width: 30.43478261%;
    *width: 30.38043478%;
  }
  .row-fluid .span3 {
    width: 21.73913043%;
    *width: 21.68478261%;
  }
  .row-fluid .span2 {
    width: 13.04347826%;
    *width: 12.98913043%;
  }
  .row-fluid .span1 {
    width: 4.34782609%;
    *width: 4.29347826%;
  }
  .row-fluid .offset12 {
    margin-left: 108.69565217%;
    *margin-left: 108.58695652%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 104.34782609%;
    *margin-left: 104.23913043%;
  }
  .row-fluid .offset11 {
    margin-left: 100%;
    *margin-left: 99.89130435%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 95.65217391%;
    *margin-left: 95.54347826%;
  }
  .row-fluid .offset10 {
    margin-left: 91.30434783%;
    *margin-left: 91.19565217%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 86.95652174%;
    *margin-left: 86.84782609%;
  }
  .row-fluid .offset9 {
    margin-left: 82.60869565%;
    *margin-left: 82.5%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 78.26086957%;
    *margin-left: 78.15217391%;
  }
  .row-fluid .offset8 {
    margin-left: 73.91304348%;
    *margin-left: 73.80434783%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 69.56521739%;
    *margin-left: 69.45652174%;
  }
  .row-fluid .offset7 {
    margin-left: 65.2173913%;
    *margin-left: 65.10869565%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 60.86956522%;
    *margin-left: 60.76086957%;
  }
  .row-fluid .offset6 {
    margin-left: 56.52173913%;
    *margin-left: 56.41304348%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 52.17391304%;
    *margin-left: 52.06521739%;
  }
  .row-fluid .offset5 {
    margin-left: 47.82608696%;
    *margin-left: 47.7173913%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 43.47826087%;
    *margin-left: 43.36956522%;
  }
  .row-fluid .offset4 {
    margin-left: 39.13043478%;
    *margin-left: 39.02173913%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.7826087%;
    *margin-left: 34.67391304%;
  }
  .row-fluid .offset3 {
    margin-left: 30.43478261%;
    *margin-left: 30.32608696%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 26.08695652%;
    *margin-left: 25.97826087%;
  }
  .row-fluid .offset2 {
    margin-left: 21.73913043%;
    *margin-left: 21.63043478%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.39130435%;
    *margin-left: 17.2826087%;
  }
  .row-fluid .offset1 {
    margin-left: 13.04347826%;
    *margin-left: 12.93478261%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.69565217%;
    *margin-left: 8.58695652%;
  }
  [class*="span"].hide,
  .row-fluid [class*="span"].hide {
    display: none;
  }
  [class*="span"].pull-right,
  .row-fluid [class*="span"].pull-right {
    float: right;
  }
}
form {
  margin: 0 0 1.6;
}
fieldset {
  padding: 0;
  margin: 0 0 50px;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.6;
  line-height: 3.2;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 1.2;
}
input,
button,
select,
textarea {
  font-family: 'Gotham A', 'Gotham B';
}
option {
  color: #41463f;
}
textarea {
  resize: none;
}
label {
  display: block;
  margin-bottom: 11px;
}
label small {
  font-size: 12px;
  color: #bb9d13;
  margin-left: 10px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 1.6;
  padding: 9px;
  margin-bottom: 0.8;
  font-size: 1em;
  line-height: 1.6;
  vertical-align: middle;
  border: 1px dotted #41463f;
}
select.error,
textarea.error,
input[type="text"].error,
input[type="password"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="date"].error,
input[type="month"].error,
input[type="time"].error,
input[type="week"].error,
input[type="number"].error,
input[type="email"].error,
input[type="url"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="color"].error,
.uneditable-input.error {
  border-color: #ef383f;
}
p.error .selector,
p.error .selector:before,
p.error input,
p.error textarea {
  border-color: #ef383f;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  min-height: 120px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -ms-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}
input.error {
  background-image: url("/common/img/error.png");
  background-repeat: no-repeat;
  background-position: 98% 50%;
  padding-right: 30px;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 15px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  background-color: #fcfcfc;
  border-color: #cccccc;
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cccccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
label div.radio,
label div.checkbox {
  min-height: 1.6;
  margin-right: 13px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
}
.form-actions {
  padding: 0.6 20px 1.6;
  margin-top: 1.6;
  margin-bottom: 1.6;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #666e63;
}
.help-block {
  display: block;
  margin-bottom: 0.8;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 0.8;
}
legend + .control-group {
  margin-top: 1.6;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 1.6;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 0.8;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.content-inner label {
  padding-right: 15px;
}
.content-inner label.error {
  width: auto;
  margin-top: 12px;
  font-size: 0.85714286em;
  color: #ef383f;
  font-style: italic;
}
.content-inner input,
.content-inner textarea,
.content-inner div.selector,
.content-inner .form-rightcol,
.content-inner .form-row-fields {
  width: 100%;
}
.content-inner input.input-inline,
.content-inner textarea.input-inline,
.content-inner div.selector.input-inline,
.content-inner .form-rightcol.input-inline,
.content-inner .form-row-fields.input-inline {
  float: left;
}
.content-inner input.input-small,
.content-inner textarea.input-small,
.content-inner div.selector.input-small,
.content-inner .form-rightcol.input-small,
.content-inner .form-row-fields.input-small {
  width: 32%;
  margin-right: 2%;
}
.content-inner input.input-small.last,
.content-inner textarea.input-small.last,
.content-inner div.selector.input-small.last,
.content-inner .form-rightcol.input-small.last,
.content-inner .form-row-fields.input-small.last {
  margin-right: 0;
}
.content-inner .form-rightcol label.error {
  width: 100%;
  clear: both;
  margin-left: 0;
  margin-bottom: 10px;
  float: left;
}
.content-inner div.selector {
  max-width: 100%;
  background: #fff;
}
.content-inner .form-inline-row label {
  width: auto;
  float: left;
  display: inline;
}
.content-inner .form-inline-row input {
  width: auto;
  float: none;
}
.content-inner .form-inline-row input[type=checkbox] {
  margin-top: 13px;
}
.content-inner .form-inline-row label.error {
  width: 100%;
  clear: both;
  margin-left: 0;
}
.form-row {
  clear: both;
  margin: 0 0 10px;
  *zoom: 1;
}
.form-row:before,
.form-row:after {
  display: table;
  content: "";
}
.form-row:after {
  clear: both;
}
.row-fluid.form-row input {
  width: 100%;
}
.content-inner .form-row-fields input,
.content-inner .form-row-fields textarea,
.content-inner .form-row-fields div.selector,
.content-inner .form-row-fields .form-rightcol {
  width: 100%;
}
.content-inner .form-row-fields .selector {
  min-width: 100%;
  max-width: 100%;
}
.content-inner .form-row-fields div.selector {
  height: 39px;
  line-height: 39px;
}
.content-inner .form-row-fields div.selector:after {
  background-position: -101px -395px;
}
.content-inner .form-row-fields div.selector span {
  height: 39px;
  line-height: 39px;
}
.content-inner .form-row-fields label {
  width: 100%;
  float: none;
}
.content-inner .form-row-fields label.error {
  margin-left: 0;
  padding-top: 12px;
  clear: both;
}
.selector:hover,
.selector:focus,
input:hover,
input:focus,
textarea:hover,
textarea:focus {
  -webkit-box-shadow: 0 0px 5px #cccccc;
  -moz-box-shadow: 0 0px 5px #cccccc;
  box-shadow: 0 0px 5px #cccccc;
}
.content-inner .form-inline-row .checker label.error {
  display: block;
  width: 300px;
  text-align: left;
  margin: -35px 0 0 25px;
  float: left;
}
#skip-links {
  position: absolute;
  left: -9999em;
}
.nomargin {
  margin: 0!important;
}
.nomargin-top {
  margin-top: 0;
}
.margin-t {
  margin-top: 25px;
}
.margin-b {
  margin-bottom: 25px;
}
.hidden {
  display: none!important;
}
.print {
  display: none;
}
.ir {
  text-indent: -9999em;
  display: inline-block;
}
.clear {
  clear: both!important;
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  display: table;
  content: "";
}
.cf:after {
  clear: both;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.close,
.close:visited {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #fff;
  line-height: 1;
  margin-top: -7px;
  font-size: 1.07142857em;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.img-responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
}
img.responsive {
  max-width: 100%;
  height: auto!important;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-center {
  text-align: center;
}
.center-flex {
  display: flex;
  justify-content: center;
}
.loading {
  width: 100%;
  height: 50px;
  background-image: url("/common/img/loading.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #f1ebd0;
  margin-bottom: 70px;
  clear: both;
}
.thick-border {
  border-top: 5px solid #f7f3e4;
}
.small {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 0.85714286em;
}
.bordered {
  border-bottom: 1px dotted #41463f;
  padding-bottom: 10px;
}
.bold {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
.medium {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
@media screen, projection {
  .logo {
    float: left;
    margin-left: 18px;
    padding: 12px 0;
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .logo:hover {
    border-color: transparent;
  }
  .logo span {
    width: 100%;
    height: 100%;
    background-image: url("/common/img/logo.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-position: left bottom;
    text-indent: -9999em;
    display: inline-block;
    display: block;
  }
  .logo-xxlarge img {
    max-width: 230px;
    height: auto;
    margin: 50px auto 0;
    display: block;
  }
  time.styled {
    width: 73px;
    display: block;
    color: #ffffff;
    text-align: center;
    background: #41463f;
    line-height: 1;
    padding: 5px 8px;
    font-size: 1.71428571em;
  }
  time.styled span {
    padding: 8px;
    margin-bottom: 3px;
    display: block;
  }
  time.styled small {
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    margin-bottom: .2em;
    font-size: 0.33333333em;
  }
  .btn,
  .btn:link,
  .btn:visited {
    background: #bb9d13;
    color: #ffffff;
    padding: 6px 10px;
    text-transform: uppercase;
    font-size: 10.2857141494751px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    position: relative;
    z-index: 1;
    border: 0;
  }
  .btn:hover,
  .btn:link:hover,
  .btn:visited:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    border-bottom: 0;
  }
  .btn-primary,
  .btn-primary:link,
  .btn-primary:visited {
    background: #bb9d13;
    color: #fff!important;
    font-size: 10.2857141494751px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    border: 0;
    padding: 8px 12px;
    -webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -ms-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
  }
  .btn-primary:hover,
  .btn-primary:link:hover,
  .btn-primary:visited:hover {
    background-color: #8d760e;
    color: #fff;
  }
  .btn-primary--large,
  .btn-primary--large:link,
  .btn-primary--large:visited {
    font-size: 12px;
    padding: 11px 18px;
  }
  .btn-primary--Xlarge,
  .btn-primary--Xlarge:link,
  .btn-primary--Xlarge:visited {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    padding: 11px 18px;
  }
  .btn-secondary,
  .btn-secondary:link,
  .btn-secondary:visited {
    background: #bb9d13;
    color: #fff!important;
    font-size: 10.2857141494751px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    border: 0;
    padding: 8px 12px;
    -webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -ms-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
  }
  .btn-secondary:hover,
  .btn-secondary:link:hover,
  .btn-secondary:visited:hover {
    background-color: #8d760e;
    color: #fff;
  }
  .btn-home-feature:link,
  .btn-home-feature:visited {
    background: #41463f;
    color: #ffffff;
    font-size: 1em;
    padding: 10px 17px;
    border: 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
  .btn-home-feature:link:hover,
  .btn-home-feature:visited:hover {
    border-bottom: 0;
    color: #ffffff;
    background: #282b27;
  }
  .btn-dotted:link,
  .btn-dotted:visited {
    padding: 16px 70px 14px;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    color: #41463f;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    font-size: 1.14285714em;
  }
  .btn-dotted:link:hover,
  .btn-dotted:visited:hover {
    color: #282b27;
  }
  .btn-dotted:link:hover .icon-arrow-down,
  .btn-dotted:visited:hover .icon-arrow-down {
    background-position: -119px -399px;
  }
  .btn-dotted:link i,
  .btn-dotted:visited i {
    margin-left: 11px;
    position: relative;
    top: 3px;
  }
  .btn-margin {
    margin-right: 10px;
  }
  .btn-transparent,
  .btn-transparent:link,
  .btn-transparent:visited {
    background: transparent;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
  }
  .btn-subscribe,
  .btn-subscribe:link,
  .btn-subscribe:visited {
    background: #fff;
    color: #bb9d13;
    font-size: 11px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    border: none;
    padding: 12px 8px 10px;
    -webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -ms-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
  }
  .btn-subscribe:hover,
  .btn-subscribe:link:hover,
  .btn-subscribe:visited:hover {
    background-color: #8d760e;
    color: #fff;
  }
  .btn-subscribe i.icon,
  .btn-subscribe:link i.icon,
  .btn-subscribe:visited i.icon {
    margin-right: 6px;
    margin-bottom: -2px;
  }
  h1 {
    font-size: 1.85714286em;
    -webkit-transition: font-size 0.25s;
    -moz-transition: font-size 0.25s;
    -ms-transition: font-size 0.25s;
    -o-transition: font-size 0.25s;
    transition: font-size 0.25s;
    line-height: 1.4;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    margin: -11px 0 20px -2px;
    color: #41463f;
  }
  .copy-content h1 {
    margin-bottom: 0;
  }
  h2 {
    font-size: 1.21428571em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.2px;
    color: #41463f;
  }
  h2.bordered {
    border-bottom: 4px solid #fff;
    border-bottom: 4px solid #41463f;
    padding: 0 10px 14px;
  }
  h2 strong {
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
  }
  h3 {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    font-size: 1em;
    color: #41463f;
  }
  h4 {
    font-size: 1.14285714em;
  }
  h2,
  h3,
  h4 {
    margin-bottom: 10px;
  }
  h2 + p,
  h3 + p,
  h4 + p {
    margin-top: 0;
  }
  h2 + h3 {
    margin-top: 0;
  }
  p + h2,
  p + h3,
  p + h4 {
    margin-top: 30px;
  }
  a:link,
  a:visited {
    color: #bb9d13;
    border-bottom: 1px dotted transparent;
  }
  a:hover {
    color: #bb9d13;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #bb9d13;
  }
  .copy-content a,
  .calls-to-action a {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
  }
  .page-header a,
  .page-footer a {
    color: #d7bb44;
  }
  .media {
    margin-bottom: 20px;
    clear: both;
  }
  .media .heading {
    position: relative;
    margin-top: 14px;
    text-transform: none;
    margin-bottom: 3px;
  }
  .media .heading.large {
    font-size: 1.64285714em;
  }
  .media h4 {
    color: #bb9d13;
    text-transform: uppercase;
    font-weight: normal;
  }
  .media a {
    color: #41463f;
  }
  .media a:hover {
    border-color: #41463f;
  }
  .media img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
  }
  .media .read-more {
    color: #bb9d13;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
  }
  .media .read-more:hover,
  .media .read-more:focus {
    border-color: #bb9d13;
  }
  .media .bd {
    margin: 0 0 20px;
    *zoom: 1;
  }
  .media .bd:before,
  .media .bd:after {
    display: table;
    content: "";
  }
  .media .bd:after {
    clear: both;
  }
  .media-even .heading,
  .media-even .heading:after {
    border-bottom-color: #a04332;
  }
  .media-even h4,
  .media-even .read-more {
    color: #a04332;
  }
  .media-vertical img {
    display: block;
  }
  .media-vertical .bd {
    margin-left: 0;
  }
  .media-horizontal {
    margin-bottom: 20px;
  }
  .media-horizontal .bd {
    margin-bottom: 0;
  }
  .media-horizontal .heading {
    margin-top: 0;
  }
  .media-horizontal .img {
    min-height: 65px;
    position: relative;
    overflow: hidden;
  }
  .media-horizontal time {
    width: 73px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .media-horizontal img {
    float: left;
    position: relative;
    z-index: 0;
  }
  .media-popup .article-list-content {
    margin-top: 20px;
  }
  .popup .media-popup .heading {
    margin-top: 0;
    margin-left: 0;
  }
  .media-bordered {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px dotted #b9ada3;
  }
  .media-bordered img {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .media-categorylist {
    line-height: 1;
    margin-bottom: 20px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
  }
  .media-categorylist li {
    border-right: 1px solid #bb9d13;
    font-size: 0.71428571em;
  }
  .media-categorylist li:before {
    display: none;
  }
  .media-categorylist span {
    text-transform: uppercase;
    color: #bb9d13;
    font-size: 1em;
    margin-right: 8px;
    margin-left: 5px;
  }
  .media-categorylist li:first-child span {
    margin-left: 0;
  }
  .media-categorylist li:last-child {
    border-right: 0;
  }
  .media-categorylist li:last-child span {
    margin-right: 0;
    border-right: 0;
  }
  .page-plant-collections .media-horizontal .bd {
    margin-top: 20px;
  }
  .media-home {
    background: #f1ebd0;
    color: #41463f;
    *zoom: 1;
  }
  .media-home:before,
  .media-home:after {
    display: table;
    content: "";
  }
  .media-home:after {
    clear: both;
  }
  .media-home dt {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 3px;
  }
  .media-home dd {
    margin: 0 0 5px;
  }
  .media-home.media-vertical .bd {
    margin-left: 20px;
    margin-right: 20px;
  }
  .media-home.media-horizontal .bd {
    padding-top: 1.1em;
    padding-right: 20px;
    padding-left: 20px;
  }
  .media-home .heading a {
    color: #41463f;
  }
  .media.media-home-condensed {
    background: #f1ebd0;
    color: #41463f;
    *zoom: 1;
  }
  .media.media-home-condensed:before,
  .media.media-home-condensed:after {
    display: table;
    content: "";
  }
  .media.media-home-condensed:after {
    clear: both;
  }
  .media.media-home-condensed .img {
    min-height: 65px;
    position: relative;
    overflow: hidden;
  }
  .media.media-home-condensed time {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .media.media-home-condensed .bd {
    margin: 14px 20px 20px 20px;
  }
  .media.media-home-condensed .heading {
    position: relative;
    margin-top: 0;
  }
  .media.media-home-condensed .heading a {
    color: #41463f;
  }
  .media.media-home-condensed .heading a:hover {
    border-color: #41463f;
  }
  .media.media-home-condensed p {
    margin-bottom: 0;
  }
  .media.media-home-condensed.Cranbourne time.styled span {
    border-color: #a04332;
  }
  .media.media-home-condensed.RBG time.styled span {
    border-color: #566c2f;
  }
  .icon {
    text-indent: -9999em;
    display: inline-block;
  }
  .icon:hover {
    border: 0;
  }
  .icon-twitter-solid,
  .icon-facebook-solid,
  .icon-flickr-solid {
    width: 22px;
    height: 22px;
    display: inline-block;
  }
  .icon-twitter-solid {
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: 5px 4px;
  }
  a:hover.icon-twitter-solid {
    background-position: -77px 4px;
  }
  .icon-facebook-solid {
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: -26px 5px;
  }
  a:hover.icon-facebook-solid {
    background-position: -108px 5px;
  }
  .icon-flickr-solid {
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: -51px 4px;
  }
  a:hover.icon-flickr-solid {
    background-position: -133px 4px;
  }
  .icon-home {
    width: 12px;
    height: 12px;
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: 0 -22px;
    display: inline-block;
  }
  .icon-search {
    width: 15px;
    height: 15px;
    background-image: url("/common/img/icon-search.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
  }
  .icon-search:hover,
  .icon-search:focus {
    background-image: url("/common/img/icon-search-hover.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .icon-email {
    width: 17px;
    height: 13px;
    background-image: url("/common/img/icon-email.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
  }
  .icon-email:hover,
  .icon-email:focus {
    background-image: url("/common/img/icon-email-hover.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .icon-email-dark {
    width: 17px;
    height: 13px;
    background-image: url("/common/img/icon-email-hover.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
  }
  .icon-menu {
    width: 17px;
    height: 13px;
    display: inline-block;
  }
  .icon-menu span {
    background-image: url("/common/img/icon-menu.png");
    background-repeat: no-repeat;
    background-position: 50% 2px;
  }
  .icon-menu:hover span {
    background-position: 50% -19px;
  }
  .active .icon-search {
    background-image: url("/common/img/icon-search-hover.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .active .icon-email {
    background-image: url("/common/img/icon-email-hover.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .icon-arrow-down {
    width: 7px;
    height: 15px;
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: -119px -374px;
  }
  .icon-arrow-down-white {
    transform: rotate(90deg);
  }
  .icon-arrow-up {
    width: 7px;
    height: 10px;
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: -119px -424px;
  }
  .icon-arrow-left-blue,
  .icon-arrow-right-blue {
    width: 19px;
    height: 9px;
    display: inline-block;
  }
  .icon-arrow-left-blue {
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: -157px -374px;
  }
  .icon-arrow-left-blue:hover,
  .icon-arrow-left-blue:focus {
    background-position: -68px -374px;
  }
  .icon-arrow-right-blue {
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: -158px -418px;
  }
  .icon-arrow-right-blue:hover,
  .icon-arrow-right-blue:focus {
    background-position: -69px -418px;
  }
  .icon-close {
    width: 10px;
    height: 10px;
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: -39px -445px;
  }
  .icon-close:hover,
  .icon-close:focus {
    background-position: -27px -445px;
  }
  .icon-close-small {
    width: 15px;
    height: 15px;
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: -22px -423px;
    background-color: #e5e5e5;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: block;
    cursor: pointer;
    -webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -ms-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
  }
  .icon-close-small:hover,
  .icon-close-small:focus {
    background-position: -10px -341px;
    background-color: #d8d8d8;
  }
  .icon-phone {
    width: 10px;
    height: 10px;
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: -168px -445px;
  }
  .icon-phone-blue {
    width: 10px;
    height: 10px;
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: -183px -445px;
  }
  .icon-phone-blue:hover,
  .icon-phone-blue:focus {
    background-position: -198px -445px;
  }
  .icon-email-blue {
    width: 12px;
    height: 10px;
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: -213px -445px;
  }
  .icon-map {
    width: 13px;
    height: 18px;
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: -27px -519px;
  }
  .icon-clock-lrg {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: 0 -629px;
  }
  .icon-clock-med {
    display: inline-block;
    width: 65px;
    height: 65px;
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: -70px -629px;
  }
  .icon-tile {
    width: 17px;
    height: 17px;
    display: inline-block;
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: -158px -27px;
  }
  .icon-list {
    width: 19px;
    height: 16px;
    display: inline-block;
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: -205px -27px;
  }
  .icon-science {
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: 16px -92px;
  }
  .icon-learn {
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: 15px -146px;
  }
  .icon-shop {
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: 15px -199px;
  }
  .icon-support {
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: 14px -247px;
  }
  .icon-conservation {
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: 14px -298px;
  }
  .active .icon-science {
    background-position: -45px -92px;
  }
  .active .icon-learn {
    background-position: -46px -146px;
  }
  .active .icon-shop {
    background-position: -46px -199px;
  }
  .active .icon-support {
    background-position: -47px -247px;
  }
  .active .icon-conservation {
    background-position: -47px -298px;
  }
  .Cranbourne .active .icon-science {
    background-position: -104px -92px;
  }
  .Cranbourne .active .icon-learn {
    background-position: -106px -146px;
  }
  .Cranbourne .active .icon-shop {
    background-position: -105px -199px;
  }
  .Cranbourne .active .icon-support {
    background-position: -108px -247px;
  }
  .Cranbourne .active .icon-conservation {
    background-position: -106px -298px;
  }
  .Melbourne .active .icon-science {
    background-position: -167px -92px;
  }
  .Melbourne .active .icon-learn {
    background-position: -167px -146px;
  }
  .Melbourne .active .icon-shop {
    background-position: -167px -199px;
  }
  .Melbourne .active .icon-support {
    background-position: -168px -247px;
  }
  .Melbourne .active .icon-conservation {
    background-position: -169px -298px;
  }
  .icon-arrow-left-pagination,
  .icon-arrow-right-pagination,
  .icon-arrow-down-white,
  .icon-arrow-left-pagination-blue,
  .icon-arrow-right-pagination-blue {
    width: 19px;
    height: 22px;
    display: inline-block;
  }
  .icon-arrow-left-pagination:focus,
  .icon-arrow-right-pagination:focus,
  .icon-arrow-down-white:focus,
  .icon-arrow-left-pagination-blue:focus,
  .icon-arrow-right-pagination-blue:focus {
    outline: none!important;
  }
  .icon-arrow-left-pagination {
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: 0 -368px;
    margin-right: 3px;
  }
  .icon-arrow-left-pagination:hover,
  .icon-arrow-left-pagination:focus {
    background-position: -29px -368px;
  }
  .icon-arrow-right-pagination,
  .icon-arrow-down-white {
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: 0 -392px;
  }
  .icon-arrow-right-pagination:hover,
  .icon-arrow-down-white:hover,
  .icon-arrow-right-pagination:focus,
  .icon-arrow-down-white:focus {
    background-position: -29px -392px;
  }
  .icon-arrow-left-pagination-blue {
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: -197px -368px;
    margin-right: 3px;
  }
  .icon-arrow-left-pagination-blue:hover,
  .icon-arrow-left-pagination-blue:focus {
    background-position: -226px -368px;
  }
  .icon-arrow-right-pagination-blue {
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: -197px -392px;
  }
  .icon-arrow-right-pagination-blue:hover,
  .icon-arrow-right-pagination-blue:focus {
    background-position: -226px -392px;
  }
  .message {
    width: 100%;
    height: 70px;
    margin-top: -70px;
    text-align: center;
    padding: 10px 20px;
    line-height: 1.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #41463f;
    color: #fff;
    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -ms-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    transition: margin 0.4s;
  }
  .message-show {
    margin-top: 0;
  }
  .calls-to-action {
    width: 0;
    height: 100%;
    *zoom: 1;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    z-index: 6;
    max-width: 1336px;
    margin: 0;
    padding: 0;
    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -ms-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    transition: margin 0.4s;
    display: none;
    line-height: 1.4;
  }
  .calls-to-action:before,
  .calls-to-action:after {
    display: table;
    content: "";
  }
  .calls-to-action:after {
    clear: both;
  }
  .calls-to-action .page-container {
    margin: 0;
  }
  .calls-to-action article {
    width: 0;
    height: auto;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    left: 47px;
    margin-left: -47px;
    background: #fff;
    overflow: hidden;
  }
  .calls-to-action article.expand {
    width: 640px;
    margin-left: -687px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .calls-to-action article .bd {
    width: 580px;
    margin: 20px 30px 30px 30px;
    position: relative;
    z-index: 4;
    -webkit-transition: height 0.25s;
    -moz-transition: height 0.25s;
    -ms-transition: height 0.25s;
    -o-transition: height 0.25s;
    transition: height 0.25s;
  }
  .calls-to-action article .bd.collapse {
    height: 0;
    overflow: hidden;
  }
  .calls-to-action article .close {
    width: 21px;
    height: 21px;
    -webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -ms-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
    background: url(../../img/sprite-icons.png) no-repeat -22px -483px #41463f;
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
  }
  .calls-to-action article .close:hover {
    background-color: #282b27;
  }
  .calls-to-action .media-content {
    margin-bottom: 20px;
  }
  .calls-to-action li.active {
    position: relative;
    z-index: 1;
  }
  .calls-to-action li.active .heading i {
    background-color: #fff;
  }
  .calls-to-action h2 {
    font-size: 1.21428571em;
    margin: 0;
  }
  .calls-to-action h3.heading {
    height: 47px;
    margin: 0 0 2px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: width 0.25s;
    -moz-transition: width 0.25s;
    -ms-transition: width 0.25s;
    -o-transition: width 0.25s;
    transition: width 0.25s;
    font-size: 1.42857143em;
    position: relative;
  }
  .calls-to-action h3.heading i {
    width: 47px;
    height: 47px;
    display: block;
    background-color: #41463f;
    margin-right: 25px;
    float: left;
    -webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -ms-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
  }
  .calls-to-action h3.heading span {
    height: 47px;
    line-height: 47px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 0;
    left: 200px;
    color: #41463f;
    font-size: 12px;
    padding: 0 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
  }
  .calls-to-action h3.heading span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -3px;
    margin-top: -2px;
    border-left: 3px solid #fff;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
  }
  .calls-to-action hr {
    margin: 10px 0 20px;
  }
  .calls-to-action .nav-carousel {
    margin-bottom: 20px;
  }
  .calls-to-action .content-top,
  .calls-to-action .content-bottom {
    overflow: hidden;
  }
  .calls-to-action .content-top h3,
  .calls-to-action .content-bottom h3 {
    font-size: 1.64285714em;
    margin-top: 0;
  }
  .calls-to-action .content-top img,
  .calls-to-action .content-bottom img {
    float: right;
    margin-left: 30px;
    margin-bottom: 10px;
    margin-top: 9px;
  }
  .calls-to-action .content-featured {
    margin: 20px 0;
    overflow: hidden;
    background: #f1ebd0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .calls-to-action .content-featured .content-feature {
    width: 33.3%;
    padding: 20px;
    float: left;
    border-left: 1px solid #fff;
  }
  .calls-to-action .content-featured .content-feature:first-child {
    border-left: 0;
  }
  .calls-to-action .content-featured h3 {
    height: 45px;
    margin: 0;
  }
  .calls-to-action .content-featured img {
    margin-top: 12px;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .calls-to-action .content-featured p {
    font-size: 13px;
  }
  .calls-to-action-nav {
    margin: 218px 0 0 -47px;
    padding: 0;
    list-style: none;
    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -ms-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    transition: margin 0.4s;
    display: none;
  }
  .calls-to-action-nav.expand {
    margin-left: -687px;
  }
  .gallery {
    clear: both!important;
    margin-bottom: 20px;
  }
  .gallery figure {
    position: relative;
  }
  .gallery figcaption {
    min-height: 50px;
    margin: 0;
    padding: 18px 0 15px;
    font-style: normal;
  }
  .gallery .gallery-large figure {
    margin-bottom: 0;
  }
  .gallery .gallery-large ul {
    position: absolute;
    bottom: -33px;
    right: 0;
    z-index: 1;
  }
  .gallery .gallery-large li:before {
    display: none;
  }
  .gallery .gallery-large img {
    display: block;
  }
  .gallery .gallery-large .icon-arrow-right-blue {
    margin-left: 20px;
  }
  .gallery .gallery-large .icon {
    outline: none;
  }
  .gallery .disabled {
    display: none;
  }
  .gallery-thumbs {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .gallery-thumbs li {
    float: left;
    background: none;
  }
  .gallery-thumbs li,
  .gallery-thumbs div {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 0;
    position: relative;
    display: inline-block;
  }
  .gallery-thumbs li.third,
  .gallery-thumbs div.third {
    margin-right: 0;
  }
  .gallery-thumbs li:before,
  .gallery-thumbs div:before {
    display: none;
  }
  .gallery-thumbs li .gallery-enlarge,
  .gallery-thumbs div .gallery-enlarge {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.4);
    display: block;
    z-index: 2;
    cursor: pointer;
  }
  .gallery-thumbs li .gallery-enlarge span,
  .gallery-thumbs div .gallery-enlarge span {
    width: 100%;
    height: 16px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    text-align: center;
    line-height: 1;
    color: #fff;
  }
  .gallery-thumbs li:hover .gallery-enlarge,
  .gallery-thumbs div:hover .gallery-enlarge,
  .gallery-thumbs li:focus .gallery-enlarge,
  .gallery-thumbs div:focus .gallery-enlarge,
  .gallery-thumbs li.active .gallery-enlarge,
  .gallery-thumbs div.active .gallery-enlarge {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .gallery-thumbs .gallery-thumbs__enlarged {
    display: none;
    max-width: 100%;
  }
  .gallery-thumbs img {
    display: block;
    position: relative;
    z-index: 1;
  }
  .tabs-navigation {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
    padding-top: 20px;
    overflow: hidden;
  }
  .tabs-navigation li {
    background: none;
    padding-left: 0;
  }
  .tabs-navigation li:before {
    display: none;
  }
  .tabs-navigation li {
    color: #41463f;
    margin: 0 10px 0 0;
    cursor: pointer;
    background-color: #fff;
    padding: 10px 14px;
    margin-bottom: 2px;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -ms-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
  }
  .tabs-navigation li:hover {
    color: #282b27;
  }
  .tabs-navigation li.active {
    color: #282b27;
    font-weight: bold;
  }
  .tabs-navigation li:before {
    display: none;
  }
  .js .tab-content {
    display: none;
    clear: both;
  }
  .js .modal,
  .js .modal-background {
    display: none;
  }
  .modal {
    min-width: 320px;
    min-height: 615px;
    background: #fff;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px;
    top: 0;
    left: 0;
  }
  .modal h2 {
    text-align: center;
  }
  .modal .icon-close {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .modal label {
    width: 40%;
    float: left;
  }
  .modal label.error {
    margin-left: 40%;
  }
  .modal input,
  .modal textarea {
    width: 60%;
  }
  .modal button {
    margin-top: 10px;
    margin-bottom: 30px;
    float: right;
  }
  .modal hr {
    clear: both;
  }
  .modal label.error {
    width: 100%;
    margin-left: 40%;
    margin-top: 12px;
    font-size: 0.85714286em;
    color: #ef383f;
    font-style: italic;
  }
  .modal-background {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    cursor: pointer;
    background-image: url("/common/img/modal.png");
    background-repeat: repeat;
    background-position: 0 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .modal.modal-large {
    width: 1100px;
    height: 900px;
    margin: -450px 0 0 -550px;
    padding: 0;
  }
  .modal.modal-large h1 {
    font-size: 1.28571429em;
    padding-top: 12px;
  }
  .modal.modal-large .icon-close {
    background-position: -27px -457px;
    top: 21px;
    right: 21px;
  }
  .modal.modal-large .icon-close:hover {
    background-position: -39px -457px;
  }
  .modal.modal-large.cranbourne {
    height: 1560px;
    position: absolute;
    top: 50px;
    margin-top: 0;
  }
  .modal.modal-small {
    width: 500px;
    height: 230px;
    min-height: 0;
    margin: -115px 0 0 -250px;
    text-align: center;
  }
  @-webkit-keyframes fadein {
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes fadein {
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes fadeInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-30px);
    }
    70% {
      -webkit-transform: translateX(0);
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes fadeInLeft {
    0% {
      opacity: 0;
      -moz-transform: translateX(-30px);
    }
    70% {
      -moz-transform: translateX(0);
    }
    100% {
      opacity: 1;
    }
  }
  @-o-keyframes fadeInLeft {
    0% {
      opacity: 0;
      -o-transform: translateX(-30px);
    }
    70% {
      -o-transform: translateX(0);
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      transform: translateX(-30px);
    }
    70% {
      transform: translateX(0);
    }
    100% {
      opacity: 1;
    }
  }
  .page-header-nav-mobile {
    width: 0;
    height: 2000px;
    background: white;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 8;
    padding: 20px 0 0 0;
    overflow: hidden;
  }
  .page-header-nav-mobile .nav-multisite,
  .page-header-nav-mobile .nav-subnav {
    width: 240px;
    margin: 0;
  }
  .page-header-nav-mobile .nav-multisite {
    margin-bottom: 0;
    margin-top: 0;
  }
  .page-header-nav-mobile .nav-multisite li {
    border-bottom: 1px dotted #f1ebd0;
    padding: 17px 20px;
    float: none;
  }
  .page-header-nav-mobile .nav-multisite a {
    color: #bb9d13;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
  }
  .page-header-nav-mobile .nav-subnav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .page-header-nav-mobile .nav-subnav li {
    border-bottom: 1px dotted #f1ebd0;
  }
  .page-header-nav-mobile .nav-subnav a {
    margin: 0 0 -1px;
    padding: 16px 20px 14px;
    display: block;
    position: relative;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
  }
  .page-header-nav-mobile .nav-subnav a:hover {
    border-color: #bb9d13;
  }
  .page-header-nav-mobile ul ul {
    display: none;
    margin: 0;
    padding: 0;
    border-top: 1px dotted #f1ebd0;
  }
  .page-header-nav-mobile .close {
    width: 30px;
    height: 30px;
    top: 20px;
    left: auto;
    right: 10px;
    text-indent: -9999em;
    background: url(../../img/icon-menu-hover.png) no-repeat 50% 50%;
    z-index: 9999;
    cursor: pointer;
    display: none;
  }
  .page-header-nav-mobile .close:hover {
    border: 0;
  }
  .expanded {
    overflow-x: hidden;
  }
  .expanded .page-header-nav-mobile {
    width: 240px;
  }
  .page-header-nav {
    display: none;
  }
  .page-header-nav-overlay {
    width: 100%;
    height: 2000px;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 7;
    display: none;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  .expanded .page-header-nav-overlay {
    display: block;
    -webkit-animation: fadein 0.4s ease-in-out forwards 1 0s;
    -moz-animation: fadein 0.4s ease-in-out 1 forwards 0s;
  }
  .nav-subnav li.hover.nav-has-kids a {
    border-bottom-color: transparent;
  }
  .page-header-nav-mobile .nav-subnav .nav-has-kids > a {
    padding-right: 50px;
  }
  .page-header-nav-mobile .nav-subnav .nav-has-kids ul a {
    font-weight: normal;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-header-nav-mobile .nav-subnav .nav-has-kids ul li:last-child {
    border-bottom: none;
  }
  .nav-subnav a .nav__parent__link,
  .nav__parent__link {
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    border-left: 1px dotted #f1ebd0;
  }
  .nav__parent__link {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAMAAAA1k+1bAAAATlBMVEUAAAC7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nROaWX3DAAAAGXRSTlMAAQMUGB0eJC03eIeKlZ6hu9Pc5Obr7/v8/K5sqwAAAFJJREFUCNc9zNkVQDAAAMF1xk2QsP036oNnChimaykBoFyuiVvXAqBY9WZTZ4BZ3aiiOsKoxgrqXR0Gda8BmkNVj/YtQ1JNgU+XNXf8+vPsAXgAmXcFoMKizWQAAAAASUVORK5CYII=);
  }
  .nav-has-kids.is-expanded .nav__parent__link {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAMAAAA1k+1bAAAATlBMVEUAAAC7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nROaWX3DAAAAGXRSTlMAAQMUGB0eJC03eIeKlZ6hu9Pc5Obr7/v8/K5sqwAAAFJJREFUCNc9zEkWQDAAwNAYa6Zoyf0vauGR3d8EAPrz7PnrsubuU0iqKbxqD1U9GoB6V4dB3WuoojrCqMaKTZ0BZnXj1rUAKFa9ma6lfJflck0PXo4FoJz9awwAAAAASUVORK5CYII=);
  }
  /*-------------------------
    The clocks
--------------------------*/
  #clock {
    position: relative;
  }
  #clock .display {
    position: relative;
  }
  #clock .digits {
    display: inline;
  }
  #clock .digits div span {
    background-color: #272e38;
    border-color: #272e38;
  }
  #clock .digits div.dots:before,
  #clock .digits div.dots:after {
    background-color: #fff;
    border-radius: 5px;
  }
  /*-------------------------
    The Digits
--------------------------*/
  #clock .digits div {
    text-align: left;
    position: relative;
    display: inline;
    margin: 0 1px;
  }
  #clock .digits div span {
    opacity: 0;
    position: absolute;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s;
  }
  #clock .digits div span:before,
  #clock .digits div span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
  }
  /* The dots */
  #clock .digits div.dots {
    padding: 0 5px;
  }
  #clock .digits div.dots:before,
  #clock .digits div.dots:after {
    width: 5px;
    height: 5px;
    content: '';
    position: absolute;
    left: 3px;
    top: 16px;
    color: #fff;
  }
  #clock .digits div.dots:after {
    top: 27px;
  }
  /*-------------------------
        AM/PM
--------------------------*/
  #clock .ampm {
    display: inline;
    text-transform: lowercase;
    letter-spacing: 2px;
  }
  .sub-page-cards {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .sub-page-cards .sub-page-card {
    width: 281px;
    margin-bottom: 26px;
  }
  .sub-page-cards .sub-page-card.card-wide {
    width: 383px;
  }
  .sub-page-cards .sub-page-card:not(:last-of-type) {
    margin-right: 26px;
  }
  .sub-page-cards .sub-page-card--img-container {
    position: relative;
    height: 200px;
    overflow: hidden;
  }
  .sub-page-cards .sub-page-card--img-container img {
    display: block;
    height: 100%;
    object-fit: cover;
  }
  .sub-page-cards .sub-page-card--copy-container {
    background-color: #ffffff;
    padding: 23px 23px 23px 33px;
  }
  .sub-page-cards .sub-page-card--copy-container h2 {
    margin-top: 0;
  }
  .sub-page-cards .sub-page-card--copy-container a:link,
  .sub-page-cards .sub-page-card--copy-container a:visited {
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #000;
  }
  .sub-page-cards .sub-page-card--copy-container a:hover {
    color: #bb9d13;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #bb9d13;
  }
  .sub-page-cards .sub-page-card--summary {
    height: 116px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .sub-page-cards .sub-page-card--summary--key-info {
    height: 179px;
  }
  .center-cards {
    justify-content: center;
  }
  .accordion__button {
    background: transparent;
    border: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 0;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    font-size: 1em;
    color: #41463f;
    display: block;
    position: relative;
    outline: none;
  }
  .accordion__button::after {
    content: '▾';
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    margin-top: -5px;
    -webkit-transition: transform 0.25s;
    -moz-transition: transform 0.25s;
    -ms-transition: transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
  }
  .accordion__button[aria-expanded="true"]::after {
    transform: rotate(180deg);
    margin-top: -3px;
  }
  .accordion__content {
    margin-bottom: 25px;
    max-height: 500px;
    overflow: hidden;
  }
  .accordion__content[hidden] {
    display: none;
  }
  .home-copy {
    clear: both;
    color: #fff;
    padding: 20px 0 0 0;
    position: relative;
    z-index: 3;
  }
  .home-copy h2.bordered {
    margin: 0;
    padding: 12px 20px;
    color: #ffffff;
    border: 0;
    background: #41463f;
    float: left;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font-size: 1.1em;
    font-weight: 500;
  }
  .home-copy h2.bordered a {
    font-size: 0.69444448em;
    background: #ffffff;
    color: #41463f;
    margin: 0 0 0 13px;
  }
  .home-copy h2.bordered a:hover span,
  .home-copy h2.bordered a:focus span {
    border-bottom-color: #ffffff;
  }
  .home-copy h2.bordered span {
    border-bottom: 1px dotted transparent;
  }
  .js .home-feature {
    display: none;
  }
  .home-feature {
    width: 100%;
    max-width: 900px;
    min-height: 225px;
    padding: 60px 20px 0;
    color: #fff;
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 3;
  }
  .home-feature article {
    height: 260px;
    overflow: hidden;
    max-width: 700px;
  }
  .home-feature .bd {
    padding: 0;
    -webkit-transition: padding 0.4s;
    -moz-transition: padding 0.4s;
    -ms-transition: padding 0.4s;
    -o-transition: padding 0.4s;
    transition: padding 0.4s;
  }
  .home-feature h1 {
    margin-top: 0;
    margin-bottom: 36px;
    margin-left: 0;
    font-size: 1.71428571em;
    text-shadow: 0 1px 5px rgba(2, 3, 4, 0.19);
    color: #fff;
  }
  .home-feature .img {
    position: relative;
    margin-bottom: 20px;
    display: none;
  }
  .home-feature .img .btn-home-feature {
    position: absolute;
    bottom: 27px;
    z-index: 1;
  }
  .home-feature img {
    max-width: 100%;
    max-height: 360px;
    border: 3px solid #fff;
    position: relative;
    z-index: 0;
    display: block;
  }
  .home-feature p {
    font-size: 1.14285714em;
  }
  .home-feature .nav-carousel {
    position: absolute;
    bottom: 24px;
    margin-left: 20px;
  }
  .home-feature #play-pause {
    position: absolute;
    bottom: 29px;
    width: 10px;
    height: 22px;
    text-indent: -9999em;
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: -27px -573px;
    outline: none;
  }
  .home-feature #play-pause.paused {
    background-position: -27px -545px;
  }
  .home-feature #play-pause:focus {
    outline: none!important;
  }
  .lt-ie9 .home-feature .icon-arrow-right-pagination,
  .lt-ie9 .home-feature .icon-arrow-left-pagination {
    position: relative;
    top: -2px;
  }
  .lt-ie9 .home-feature #play-pause {
    bottom: 34px;
  }
  .home-news article {
    width: 100%;
    display: block;
    float: left;
    overflow: hidden;
  }
  .home-news .caroufredsel_wrapper {
    height: auto!important;
  }
  .home-news .carousel {
    position: relative;
  }
  .home-news .img {
    position: relative;
  }
  .home-news article.first,
  .home-events article.first,
  .home-locations article.first,
  .home-virtualgarden article.first {
    clear: left;
  }
  .home-news .btn-secondary,
  .home-events .btn-secondary,
  .home-locations .btn-secondary,
  .home-virtualgarden .btn-secondary {
    font-size: 0.42857143em;
    text-shadow: none;
    margin-left: 15px;
    margin-bottom: 0;
    position: relative;
    top: -4px;
  }
  .home-locations .heading .icon-map,
  .home-virtualgarden .heading .icon-map {
    margin-top: 6px;
    display: block;
    float: right;
  }
  .home-locations .bd,
  .home-virtualgarden .bd {
    position: relative;
    padding-bottom: 50px;
  }
  .home-locations .bd .btn,
  .home-virtualgarden .bd .btn,
  .home-locations .bd .btn-transparent,
  .home-virtualgarden .bd .btn-transparent {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .home-virtualgarden article {
    margin-top: 49px;
  }
  .home-virtualgarden .title {
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    margin: 1.1em 0;
  }
  .home-events article:nth-child(2n) {
    margin-right: 0;
  }
  .Cranbourne ::-moz-selection {
    background: #a04332;
    color: #ffffff;
  }
  .Cranbourne ::selection {
    background: #a04332;
    color: #ffffff;
  }
  .Cranbourne h1,
  .Cranbourne .nav-secondary,
  .Cranbourne .page-detail h3,
  .Cranbourne .nav-secondary a,
  .Cranbourne .nav-secondary > ul > .selected > a,
  .Cranbourne .nav-secondary > ul > .selected > span {
    color: #a04332;
  }
  .Cranbourne h2,
  .Cranbourne h3,
  .Cranbourne aside ul li:before,
  .Cranbourne article ul li:before {
    color: #c45541;
  }
  .Cranbourne a,
  .Cranbourne .nav-secondary > ul > .selected .selected .selected .selected a {
    color: #a04332;
  }
  .Cranbourne a:hover,
  .Cranbourne .nav-secondary > ul > .selected .selected .selected .selected a:hover {
    border-color: #a04332;
  }
  .Cranbourne .search-mailing .icon-select-site,
  .Cranbourne .nav-secondary > ul > .parent-selected .selected a,
  .Cranbourne .nav-secondary > ul > .selected .selected a,
  .Cranbourne .media-bordered,
  .Cranbourne .nav-secondary > ul > .selected .selected .selected a,
  .Cranbourne .nav-secondary > ul > .selected .selected .selected .selected a {
    border-color: #a04332;
  }
  .Cranbourne .page-header .nav-multisite li.hover.search-mailing-helper {
    border-bottom-color: #a04332;
  }
  .Cranbourne .btn-home-feature,
  .Cranbourne .btn-home-feature:visited {
    color: #ffffff;
    background: #a04332;
  }
  .Cranbourne .btn-home-feature:hover,
  .Cranbourne .btn-home-feature:visited:hover,
  .Cranbourne .btn-home-feature:focus,
  .Cranbourne .btn-home-feature:visited:focus {
    background: #c45541;
  }
  .Cranbourne .nav-secondary > ul > .parent-selected .selected a,
  .Cranbourne .nav-secondary > ul > .selected .selected a,
  .Cranbourne .nav-secondary > ul > .selected .selected .selected a,
  .Cranbourne .btn,
  .Cranbourne .home-copy h2.bordered a {
    color: #a04332;
  }
  .Cranbourne .home-locations .bd .btn,
  .Cranbourne .home-virtualgarden .bd .btn,
  .Cranbourne .btn.read-more {
    color: #ffffff;
  }
  .Cranbourne .page-header .nav-multisite > li > ul {
    border-color: #a04332;
  }
  .Cranbourne .page-header .search-mailing button {
    background: #bb9d13;
  }
  .Cranbourne .page-header .search-mailing button:hover,
  .Cranbourne .page-header .search-mailing button:focus {
    background: #8d760e;
  }
  .Cranbourne #search .btn-secondary {
    background-color: #a04332;
  }
  .Cranbourne #subnav {
    background: #b03e25;
  }
  .Cranbourne #subnav a {
    border-bottom: 1px dotted #a04332;
  }
  .Cranbourne #subnav a:hover {
    background: #a04332;
  }
  .Cranbourne time.styled {
    background-color: #a04332;
  }
  .Cranbourne .pagination a:hover,
  .Cranbourne .pagination a.selected,
  .Cranbourne .pagination a:focus {
    background-position: -81px -442px;
  }
  .Cranbourne .background-1,
  .Cranbourne .background-2,
  .Cranbourne .background-3 {
    background-image: url("/common/img/backgrounds/cranbourne_small.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .Cranbourne .page-header .search-mailing .active.second label,
  .Cranbourne .page-header .search-mailing .active.first label {
    border-bottom-color: transparent;
  }
  .Cranbourne .page-header .search-mailing span {
    border-color: #c45541;
  }
  .Cranbourne .search-mailing label,
  .Cranbourne .search-mailing .active.first label,
  .Cranbourne .search-mailing .active.second label {
    border-color: #a04332;
  }
  .Cranbourne .search-mailing .icon-menu,
  .Cranbourne .search-mailing .icon-select-site {
    color: #c45541;
  }
  .Cranbourne .btn-primary {
    background-color: #a04332;
    color: #c45541;
  }
  .Cranbourne .btn-primary:hover {
    background-color: #c45541;
    color: #a04332;
  }
  .Cranbourne .home-locations h2,
  .Cranbourne .home-news h2,
  .Cranbourne .home-events h2 {
    color: #fff;
    background-color: #a04332;
  }
  .Cranbourne .home-feature h1,
  .Cranbourne .media-home h1 {
    color: #fff;
  }
  .Cranbourne .home-feature h3 a:hover,
  .Cranbourne .media-home h3 a:hover {
    border-color: #41463f;
  }
  .Cranbourne .calls-to-action h3 {
    color: #a04332;
  }
  .Cranbourne .calls-to-action h3.heading i {
    background-color: #a04332;
  }
  .Cranbourne .calls-to-action h3.heading i:hover {
    background-color: #c45541;
  }
  .Cranbourne .calls-to-action h3.heading span {
    color: #a04332;
  }
  .Cranbourne .calls-to-action .active h3.heading i,
  .Cranbourne .calls-to-action .active:hover h3.heading i {
    background-color: #fff;
  }
  .Cranbourne .calls-to-action .content-featured h3 {
    border-color: #a04332;
  }
  .Cranbourne .calls-to-action .close {
    background-color: #a04332;
  }
  .Cranbourne .calls-to-action .close:hover {
    background-color: #c45541;
  }
  .Melbourne ::-moz-selection {
    background: #566c2f;
    color: #ffffff;
  }
  .Melbourne ::selection {
    background: #566c2f;
    color: #ffffff;
  }
  .Melbourne h2,
  .Melbourne h3,
  .Melbourne .nav-secondary,
  .Melbourne .page-detail h3,
  .Melbourne .nav-secondary a,
  .Melbourne .btn,
  .Melbourne aside ul li:before,
  .Melbourne article ul li:before,
  .Melbourne .home-copy h2.bordered a {
    color: #566c2f;
  }
  .Melbourne .btn-home-feature,
  .Melbourne .btn-home-feature:visited {
    color: #ffffff;
    background: #566c2f;
  }
  .Melbourne .btn-home-feature:hover,
  .Melbourne .btn-home-feature:visited:hover,
  .Melbourne .btn-home-feature:focus,
  .Melbourne .btn-home-feature:visited:focus {
    background: #566c2f;
  }
  .Melbourne .btn-home-feature:hover:hover,
  .Melbourne .btn-home-feature:visited:hover:hover,
  .Melbourne .btn-home-feature:focus:hover,
  .Melbourne .btn-home-feature:visited:focus:hover,
  .Melbourne .btn-home-feature:hover:focus,
  .Melbourne .btn-home-feature:visited:hover:focus,
  .Melbourne .btn-home-feature:focus:focus,
  .Melbourne .btn-home-feature:visited:focus:focus {
    background: #72903e;
  }
  .Melbourne .home-locations .bd .btn,
  .Melbourne .home-virtualgarden .bd .btn,
  .Melbourne .btn.read-more {
    color: #ffffff;
  }
  .Melbourne a {
    color: #566c2f;
  }
  .Melbourne a:hover {
    border-color: #566c2f;
  }
  .Melbourne h1,
  .Melbourne .nav-secondary > ul > .selected > span,
  .Melbourne .nav-secondary > ul > .parent-selected .selected a,
  .Melbourne .nav-secondary > ul > .selected .selected a,
  .Melbourne .nav-secondary > ul > .selected .selected .selected a,
  .Melbourne .nav-secondary > ul > .selected > a {
    color: #566c2f;
  }
  .Melbourne .search-mailing .icon-select-site,
  .Melbourne .nav-secondary > ul > .parent-selected .selected a,
  .Melbourne .nav-secondary > ul > .selected .selected a,
  .Melbourne .media-bordered,
  .Melbourne .page-header .nav-multisite > li > ul {
    border-color: #72903e;
  }
  .Melbourne .page-header .nav-multisite li.hover.search-mailing-helper,
  .Melbourne .page-header .nav-multisite li {
    border-bottom-color: #72903e;
  }
  .Melbourne #search .btn-secondary,
  .Melbourne .search-mailing-helper button {
    background-color: #566c2f;
  }
  .Melbourne .search-mailing .btn-primary:hover {
    background: #8d760e;
  }
  .Melbourne #subnav {
    background: #78974b;
  }
  .Melbourne #subnav a {
    border-bottom: 1px dotted #72903e;
  }
  .Melbourne #subnav a:hover {
    background: #72903e;
  }
  .Melbourne time.styled {
    background-color: #566c2f;
  }
  .Melbourne .pagination a:hover,
  .Melbourne .pagination a.selected,
  .Melbourne .pagination a:focus {
    background-position: -97px -442px;
  }
  .Melbourne .page-header .search-mailing label {
    border-color: #72903e;
    border-top-color: transparent;
  }
  .Melbourne .page-header .search-mailing .active.second label,
  .Melbourne .page-header .search-mailing .active.first label {
    border-bottom-color: transparent;
  }
  .Melbourne .page-header .search-mailing span {
    border-color: #72903e;
  }
  .Melbourne .search-mailing label,
  .Melbourne .search-mailing .active.first label,
  .Melbourne .search-mailing .active.second label {
    border-color: #72903e;
  }
  .Melbourne .search-mailing .icon-menu,
  .Melbourne .search-mailing .icon-select-site {
    color: #72903e;
  }
  .Melbourne .search-mailing .btn-primary {
    background: #bb9d13;
  }
  .Melbourne .btn-primary {
    background-color: #566c2f;
    color: #72903e;
  }
  .Melbourne .btn-primary:hover {
    background-color: #72903e;
    color: #566c2f;
  }
  .Melbourne .home-locations h2,
  .Melbourne .home-news h2,
  .Melbourne .home-events h2 {
    color: #fff;
    background-color: #566c2f;
  }
  .Melbourne .home-feature h1,
  .Melbourne .media-home h1 {
    color: #fff;
  }
  .Melbourne .home-feature h3 a:hover,
  .Melbourne .media-home h3 a:hover {
    border-color: #41463f;
  }
  .Melbourne .calls-to-action h3 {
    color: #566c2f;
  }
  .Melbourne .background-1,
  .Melbourne .background-2,
  .Melbourne .background-3 {
    background-image: url("/common/img/backgrounds/melbourne_small.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .Melbourne .calls-to-action h3.heading i {
    background-color: #566c2f;
  }
  .Melbourne .calls-to-action h3.heading i:hover {
    background-color: #72903e;
  }
  .Melbourne .calls-to-action h3.heading span {
    color: #566c2f;
  }
  .Melbourne .calls-to-action .active h3.heading i,
  .Melbourne .calls-to-action .active:hover h3.heading i {
    background-color: #fff;
  }
  .Melbourne .calls-to-action .content-featured h3 {
    border-color: #72903e;
  }
  .Melbourne .calls-to-action .close {
    background-color: #72903e;
  }
  .Melbourne .calls-to-action .close:hover {
    background-color: #566c2f;
  }
  .event-melbourne .media-categorylist span,
  .news-melbourne .media-categorylist span,
  .page-detail-melbourne .media-categorylist span,
  .event-Melbourne .media-categorylist span,
  .news-Melbourne .media-categorylist span,
  .page-detail-Melbourne .media-categorylist span {
    color: #566c2f;
  }
  .event-melbourne .media-categorylist li,
  .news-melbourne .media-categorylist li,
  .page-detail-melbourne .media-categorylist li,
  .event-Melbourne .media-categorylist li,
  .news-Melbourne .media-categorylist li,
  .page-detail-Melbourne .media-categorylist li {
    border-color: #566c2f;
  }
  .event-cranbourne .media-categorylist span,
  .news-cranbourne .media-categorylist span,
  .page-detail-cranbourne .media-categorylist span,
  .event-Cranbourne .media-categorylist span,
  .news-Cranbourne .media-categorylist span,
  .page-detail-Cranbourne .media-categorylist span {
    color: #a04332;
  }
  .event-cranbourne .media-categorylist li,
  .news-cranbourne .media-categorylist li,
  .page-detail-cranbourne .media-categorylist li,
  .event-Cranbourne .media-categorylist li,
  .news-Cranbourne .media-categorylist li,
  .page-detail-Cranbourne .media-categorylist li {
    border-color: #a04332;
  }
  .event-cranbourne .media-categorylist li:after,
  .news-cranbourne .media-categorylist li:after,
  .page-detail-cranbourne .media-categorylist li:after,
  .event-Cranbourne .media-categorylist li:after,
  .news-Cranbourne .media-categorylist li:after,
  .page-detail-Cranbourne .media-categorylist li:after {
    border-color: #a04332;
  }
  .page-news-list div.selector,
  .page-event-list div.selector {
    width: 100%!important;
  }
  .page-news-list label,
  .page-event-list label {
    width: auto;
  }
  .page-news-list fieldset {
    border-top: 5px solid #f7f3e4;
    padding-top: 30px;
    padding-left: 30px;
  }
  .event-detail aside .btn-primary.pull-right {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .event-detail .event-date {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    float: right;
  }
  #nav_categories label,
  .content-inner .nav-days label {
    width: auto;
    margin: 0 0 12px;
    overflow: hidden;
  }
  #nav_categories .checker,
  .content-inner .nav-days .checker {
    float: left;
  }
  #nav_categories .label__text,
  .content-inner .nav-days .label__text {
    float: left;
    width: 75%;
  }
  .noresults {
    clear: both;
    padding-top: 20px;
  }
  .popup-Melbourne .media-categorylist li {
    border-color: #566c2f;
  }
  .popup-Melbourne .media-categorylist span {
    color: #566c2f;
  }
  .popup-Cranbourne .media-categorylist li {
    border-color: #a04332;
  }
  .popup-Cranbourne .media-categorylist span {
    color: #a04332;
  }
  .popup[class*='popup-'] {
    max-width: 1080px;
  }
  .media.media-staff-list {
    min-height: 170px;
    border-bottom: 1px dotted #b9ada3;
    margin: 0 0 40px 0;
    padding-bottom: 40px;
  }
  .media.media-staff-list .heading {
    margin-top: 20px;
  }
  .media.media-staff-list h3 {
    margin-bottom: 0;
  }
  .media.media-staff-list h3 a {
    color: #41463f;
  }
  .media.media-staff-list .staff-contact {
    color: #bb9d13;
    font-size: 0.78571429em;
  }
  .media.media-staff-list .staff-contact:hover,
  .media.media-staff-list .staff-contact:focus {
    border-color: #bb9d13;
  }
  .media.media-staff-list .staff-contact .icon {
    margin-right: 6px;
    position: relative;
    top: 1px;
  }
  .media.media-staff-list .staff-phone,
  .media.media-staff-list .staff-email {
    margin: 0;
  }
  .media.media-staff-list hr {
    display: none;
    margin: 0;
  }
  .staff-detail .staff-name {
    margin: 0 0 6px;
  }
  .staff-detail .span8 {
    margin-top: 20px;
  }
  .staff-detail .btn-contact {
    margin-bottom: 30px;
  }
  .staff-detail .btn-contact .icon {
    margin-right: 9px;
  }
  .staff-detail .btn-contact .divider {
    padding: 0 13px;
  }
  .staff-detail .staff-projects {
    padding-top: 22px;
  }
  .staff-detail .staff-list {
    margin-top: 100px;
  }
  .staff-list .nav-carousel {
    border-top: 1px dotted #41463f;
    position: relative;
    margin-bottom: 40px;
  }
  .staff-list .nav-carousel-inner {
    background: #fff;
    float: left;
    margin-top: -8px;
    padding-right: 15px;
  }
  #map-modal {
    display: none;
  }
  #map-modal.melbourne {
    border: 1px dotted #859d13;
    background: url(../../img/map/map-wrap-bg.png);
    font-family: Arial, sans-serif;
    height: 900px;
    width: 1100px;
  }
  #map-modal.melbourne li.map-list1:hover div#map-point1 {
    background: lime;
  }
  #map-modal.melbourne ul {
    clear: left;
    font-size: 12px;
  }
  #map-modal.melbourne ul li {
    list-style-type: none;
  }
  #map-modal.melbourne header {
    text-align: center;
  }
  #map-modal.melbourne header h1 {
    background: #005826;
    color: white;
    height: 50px;
    padding-top: 15px;
    margin: 0 !important;
  }
  #map-modal.melbourne div.map-point-list {
    border-bottom: 1px dotted #859d13;
    float: left;
    clear: both;
    margin: 20px 0 10px 0;
  }
  #map-modal.melbourne div.map-point-list li span {
    background: #005826;
    color: white;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    margin: 0 10px 3px 0;
    text-align: center;
    width: 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
  }
  #map-modal.melbourne div.map-point-list .map-left {
    float: left;
  }
  #map-modal.melbourne div.map-point-list .map-right {
    clear: none;
    float: right;
  }
  #map-modal.melbourne div#map-collections {
    background: url(../../img/map/map.png) bottom right no-repeat;
    height: 836px;
    position: relative;
  }
  #map-modal.melbourne div#map-collections div.map-point {
    background: #005826;
    border: 2px solid white;
    font-size: 12px;
    height: 30px;
    position: absolute;
    overflow: hidden;
    width: 30px;
    color: white;
    display: inline-block;
    line-height: 30px;
    margin-bottom: 5px;
    text-align: center;
    z-index: 1;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    line-height: 2.2;
  }
  #map-modal.melbourne div#map-collections div.map-point:hover {
    height: 120px;
    width: 200px;
    z-index: 2;
    padding-top: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  #map-modal.melbourne div#map-collections div.map-point:hover span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    background: #859d13;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
  }
  #map-modal.melbourne div#map-collections div.map-point .map-button {
    background: white;
    color: #005826;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 10px 0 0 50px;
    text-decoration: none;
    width: 100px;
  }
  #map-modal.melbourne div#map-collections div.map-point .map-description {
    background: transparent url(../../img/map/map-description-bg.png) top left no-repeat !important;
  }
  #map-modal.melbourne div#map-collections div.map-point .map-description p {
    line-height: 14px;
  }
  #map-modal.melbourne div#map-collections div#map-point1 {
    top: 550px;
    left: 586px;
  }
  #map-modal.melbourne div#map-collections div#map-point2 {
    top: 550px;
    left: 690px;
  }
  #map-modal.melbourne div#map-collections div#map-point3 {
    top: 590px;
    left: 700px;
  }
  #map-modal.melbourne div#map-collections div#map-point4 {
    top: 560px;
    left: 780px;
  }
  #map-modal.melbourne div#map-collections div#map-point5 {
    top: 715px;
    right: 140px;
  }
  #map-modal.melbourne div#map-collections div#map-point6 {
    top: 600px;
    right: 80px;
  }
  #map-modal.melbourne div#map-collections div#map-point7 {
    top: 460px;
    right: 80px;
  }
  #map-modal.melbourne div#map-collections div#map-point8 {
    top: 535px;
    right: 20px;
  }
  #map-modal.melbourne div#map-collections div#map-point9 {
    top: 480px;
    right: 132px;
  }
  #map-modal.melbourne div#map-collections div#map-point10 {
    top: 520px;
    right: 133px;
  }
  #map-modal.melbourne div#map-collections div#map-point11a {
    top: 280px;
    right: 88px;
  }
  #map-modal.melbourne div#map-collections div#map-point11b {
    top: 240px;
    left: 690px;
  }
  #map-modal.melbourne div#map-collections div#map-point12 {
    top: 185px;
    left: 740px;
  }
  #map-modal.melbourne div#map-collections div#map-point13 {
    top: 110px;
    left: 615px;
  }
  #map-modal.melbourne div#map-collections div#map-point14 {
    top: 420px;
    left: 615px;
  }
  #map-modal.melbourne div#map-collections div#map-point15 {
    top: 665px;
    left: 885px;
  }
  #map-modal.melbourne div#map-collections div#map-point16 {
    top: 690px;
    left: 790px;
  }
  #map-modal.melbourne div#map-collections div#map-point17 {
    top: 440px;
    right: 117px;
  }
  #map-modal.melbourne div#map-collections div#map-point18 {
    top: 645px;
    left: 735px;
  }
  #map-modal.melbourne div#map-collections div#map-point19 {
    top: 455px;
    left: 840px;
  }
  #map-modal.melbourne div#map-collections div#map-point20 {
    top: 490px;
    left: 640px;
  }
  #map-modal.melbourne div#map-collections div#map-point21 {
    top: 560px;
    left: 825px;
  }
  #map-modal.melbourne div#map-collections div#map-point22 {
    top: 680px;
    right: 40px;
  }
  #map-modal.melbourne div#map-collections div#map-point23 {
    top: 475px;
    left: 750px;
  }
  #map-modal.melbourne div#map-collections div#map-point24 {
    top: 640px;
    right: 29px;
  }
  #map-modal.melbourne div#map-collections ul#map-facilities li,
  #map-modal.melbourne div#map-collections ul#map-legend li {
    background: url(../../img/map/map-sprite.png) no-repeat;
    display: block;
    height: 20px;
    line-height: 20px;
    margin-bottom: 1px;
    padding-left: 30px;
    width: 200px;
  }
  #map-modal.melbourne div#map-collections ul#map-facilities li.no-icon,
  #map-modal.melbourne div#map-collections ul#map-legend li.no-icon {
    background: none;
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 0;
  }
  #map-modal.melbourne div#map-collections ul#map-facilities li#facility2,
  #map-modal.melbourne div#map-collections ul#map-legend li#facility2 {
    background-position: 0 -360px;
    padding-left: 60px;
  }
  #map-modal.melbourne div#map-collections ul#map-facilities li#facility3,
  #map-modal.melbourne div#map-collections ul#map-legend li#facility3 {
    background-position: 0 -280px;
  }
  #map-modal.melbourne div#map-collections ul#map-facilities li#facility4,
  #map-modal.melbourne div#map-collections ul#map-legend li#facility4 {
    background-position: 0 -40px;
  }
  #map-modal.melbourne div#map-collections ul#map-facilities li#facility5,
  #map-modal.melbourne div#map-collections ul#map-legend li#facility5 {
    background-position: -238px -276px;
  }
  #map-modal.melbourne div#map-collections ul#map-facilities li#facility6,
  #map-modal.melbourne div#map-collections ul#map-legend li#facility6 {
    background-position: 0 -80px;
  }
  #map-modal.melbourne div#map-collections ul#map-facilities li#facility7,
  #map-modal.melbourne div#map-collections ul#map-legend li#facility7 {
    background-position: 0 -160px;
  }
  #map-modal.melbourne div#map-collections ul#map-facilities li#facility8,
  #map-modal.melbourne div#map-collections ul#map-legend li#facility8 {
    background-position: 0 -120px;
  }
  #map-modal.melbourne div#map-collections ul#map-facilities li#facility9,
  #map-modal.melbourne div#map-collections ul#map-legend li#facility9 {
    background-position: 0 -200px;
  }
  #map-modal.melbourne div#map-collections ul#map-facilities li#facility10,
  #map-modal.melbourne div#map-collections ul#map-legend li#facility10 {
    background-position: -238px -316px;
  }
  #map-modal.melbourne div#map-collections ul#map-facilities li#facility11,
  #map-modal.melbourne div#map-collections ul#map-legend li#facility11 {
    background-position: 0 -240px;
  }
  #map-modal.melbourne div#map-collections ul#map-facilities li#facility12,
  #map-modal.melbourne div#map-collections ul#map-legend li#facility12 {
    background-position: 0 -320px;
  }
  #map-modal.melbourne div#map-collections ul#map-facilities li#legend1,
  #map-modal.melbourne div#map-collections ul#map-legend li#legend1 {
    background-position: -240px 0px;
  }
  #map-modal.melbourne div#map-collections ul#map-facilities li#legend2,
  #map-modal.melbourne div#map-collections ul#map-legend li#legend2 {
    background-position: -240px -40px;
  }
  #map-modal.melbourne div#map-collections ul#map-facilities li#legend3,
  #map-modal.melbourne div#map-collections ul#map-legend li#legend3 {
    background-position: -240px -80px;
  }
  #map-modal.melbourne div#map-collections ul#map-facilities li#legend4,
  #map-modal.melbourne div#map-collections ul#map-legend li#legend4 {
    background-position: -240px -120px;
  }
  #map-modal.melbourne div#map-collections ul#map-facilities li#legend5,
  #map-modal.melbourne div#map-collections ul#map-legend li#legend5 {
    background-position: -240px -160px;
  }
  #map-modal.melbourne div#map-collections ul#map-facilities li#legend6,
  #map-modal.melbourne div#map-collections ul#map-legend li#legend6 {
    background-position: -240px -200px;
  }
  #map-modal.melbourne div#map-collections ul#map-facilities li#legend7,
  #map-modal.melbourne div#map-collections ul#map-legend li#legend7 {
    background-position: -240px -240px;
  }
  #map-modal.melbourne div#map-collections ul#map-facilities {
    border-bottom: 1px dotted #859d13;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 200px;
  }
  #map-modal.cranbourne {
    border: 1px dotted #859d13;
    background: url(../../img/map/map-wrap-bg.png);
    font-family: Arial, sans-serif;
    height: 1560px;
    left: 50%;
    position: absolute;
    margin-left: -550px;
    top: 0;
    width: 1100px;
  }
  #map-modal.cranbourne ul {
    font-size: 12px;
  }
  #map-modal.cranbourne ul li {
    list-style-type: none;
  }
  #map-modal.cranbourne header {
    text-align: center;
  }
  #map-modal.cranbourne header h1 {
    background: #005826;
    color: white;
    height: 50px;
    padding-top: 15px;
    margin: 0 !important;
  }
  #map-modal.cranbourne div#map-collections {
    background: url(../../img/map/map-cranbourne.png) top left no-repeat;
    height: 1500px;
  }
  #map-modal.cranbourne div#map-collections p#map-distances {
    display: block;
    font-size: 12px;
    left: 40px;
    position: absolute;
    top: 1040px;
    width: 300px;
  }
  #map-modal.cranbourne div#map-collections ul#tracks li {
    height: 30px !important;
    padding-left: 40px !important;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities,
  #map-modal.cranbourne div#map-collections ul#map-legend,
  #map-modal.cranbourne div#map-collections ul#tracks {
    width: 350px;
    float: left;
    margin-top: 1100px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li,
  #map-modal.cranbourne div#map-collections ul#map-legend li,
  #map-modal.cranbourne div#map-collections ul#tracks li {
    background: url(../../img/map/map-cranbourne-sprite.png) no-repeat;
    display: block;
    height: 20px;
    line-height: 20px;
    margin-bottom: 1px;
    padding-left: 30px;
    width: 200px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li span,
  #map-modal.cranbourne div#map-collections ul#map-legend li span,
  #map-modal.cranbourne div#map-collections ul#tracks li span {
    display: inline-block;
    line-height: 11px;
    padding-top: 5px;
    width: 250px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li.no-icon,
  #map-modal.cranbourne div#map-collections ul#map-legend li.no-icon,
  #map-modal.cranbourne div#map-collections ul#tracks li.no-icon {
    background: none;
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 0 !important;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#track1,
  #map-modal.cranbourne div#map-collections ul#map-legend li#track1,
  #map-modal.cranbourne div#map-collections ul#tracks li#track1 {
    background-position: 0 -515px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#track2,
  #map-modal.cranbourne div#map-collections ul#map-legend li#track2,
  #map-modal.cranbourne div#map-collections ul#tracks li#track2 {
    background-position: 0 -560px;
    margin-bottom: 10px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#track3,
  #map-modal.cranbourne div#map-collections ul#map-legend li#track3,
  #map-modal.cranbourne div#map-collections ul#tracks li#track3 {
    background-position: 0 -600px;
    margin-bottom: 10px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#track4,
  #map-modal.cranbourne div#map-collections ul#map-legend li#track4,
  #map-modal.cranbourne div#map-collections ul#tracks li#track4 {
    background-position: 0 -640px;
    margin-bottom: 20px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#track5,
  #map-modal.cranbourne div#map-collections ul#map-legend li#track5,
  #map-modal.cranbourne div#map-collections ul#tracks li#track5 {
    background-position: 0 -680px;
    margin-bottom: 5px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#track6,
  #map-modal.cranbourne div#map-collections ul#map-legend li#track6,
  #map-modal.cranbourne div#map-collections ul#tracks li#track6 {
    background-position: 0 -715px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#track7,
  #map-modal.cranbourne div#map-collections ul#map-legend li#track7,
  #map-modal.cranbourne div#map-collections ul#tracks li#track7 {
    background-position: 0 -757px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#facility1,
  #map-modal.cranbourne div#map-collections ul#map-legend li#facility1,
  #map-modal.cranbourne div#map-collections ul#tracks li#facility1 {
    background-position: 0px -800px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#facility2,
  #map-modal.cranbourne div#map-collections ul#map-legend li#facility2,
  #map-modal.cranbourne div#map-collections ul#tracks li#facility2 {
    background-position: 0 -360px;
    padding-left: 60px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#facility3,
  #map-modal.cranbourne div#map-collections ul#map-legend li#facility3,
  #map-modal.cranbourne div#map-collections ul#tracks li#facility3 {
    background-position: -240px -760px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#facility4,
  #map-modal.cranbourne div#map-collections ul#map-legend li#facility4,
  #map-modal.cranbourne div#map-collections ul#tracks li#facility4 {
    background-position: -240px -560px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#facility5,
  #map-modal.cranbourne div#map-collections ul#map-legend li#facility5,
  #map-modal.cranbourne div#map-collections ul#tracks li#facility5 {
    background-position: -240px -880px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#facility6,
  #map-modal.cranbourne div#map-collections ul#map-legend li#facility6,
  #map-modal.cranbourne div#map-collections ul#tracks li#facility6 {
    background-position: 0 -40px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#facility7,
  #map-modal.cranbourne div#map-collections ul#map-legend li#facility7,
  #map-modal.cranbourne div#map-collections ul#tracks li#facility7 {
    background-position: 0 -240px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#facility8,
  #map-modal.cranbourne div#map-collections ul#map-legend li#facility8,
  #map-modal.cranbourne div#map-collections ul#tracks li#facility8 {
    background-position: -240px -920px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#facility9,
  #map-modal.cranbourne div#map-collections ul#map-legend li#facility9,
  #map-modal.cranbourne div#map-collections ul#tracks li#facility9 {
    background-position: 0 -840px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#facility10,
  #map-modal.cranbourne div#map-collections ul#map-legend li#facility10,
  #map-modal.cranbourne div#map-collections ul#tracks li#facility10 {
    background-position: -240px -600px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#facility11,
  #map-modal.cranbourne div#map-collections ul#map-legend li#facility11,
  #map-modal.cranbourne div#map-collections ul#tracks li#facility11 {
    background-position: -240px -640px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#facility12,
  #map-modal.cranbourne div#map-collections ul#map-legend li#facility12,
  #map-modal.cranbourne div#map-collections ul#tracks li#facility12 {
    background-position: -240px -680px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#facility13,
  #map-modal.cranbourne div#map-collections ul#map-legend li#facility13,
  #map-modal.cranbourne div#map-collections ul#tracks li#facility13 {
    background-position: 0px -200px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#facility14,
  #map-modal.cranbourne div#map-collections ul#map-legend li#facility14,
  #map-modal.cranbourne div#map-collections ul#tracks li#facility14 {
    background-position: -240px -720px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#facility15,
  #map-modal.cranbourne div#map-collections ul#map-legend li#facility15,
  #map-modal.cranbourne div#map-collections ul#tracks li#facility15 {
    background-position: -240px -800px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#facility16,
  #map-modal.cranbourne div#map-collections ul#map-legend li#facility16,
  #map-modal.cranbourne div#map-collections ul#tracks li#facility16 {
    background-position: -240px -840px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#legend1,
  #map-modal.cranbourne div#map-collections ul#map-legend li#legend1,
  #map-modal.cranbourne div#map-collections ul#tracks li#legend1 {
    background-position: 0px -400px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#legend2,
  #map-modal.cranbourne div#map-collections ul#map-legend li#legend2,
  #map-modal.cranbourne div#map-collections ul#tracks li#legend2 {
    background-position: 0px -440px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#legend3,
  #map-modal.cranbourne div#map-collections ul#map-legend li#legend3,
  #map-modal.cranbourne div#map-collections ul#tracks li#legend3 {
    background-position: 0px -480px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#legend4,
  #map-modal.cranbourne div#map-collections ul#map-legend li#legend4,
  #map-modal.cranbourne div#map-collections ul#tracks li#legend4 {
    background-position: -240px -400px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#legend5,
  #map-modal.cranbourne div#map-collections ul#map-legend li#legend5,
  #map-modal.cranbourne div#map-collections ul#tracks li#legend5 {
    background-position: -240px -440px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#legend6,
  #map-modal.cranbourne div#map-collections ul#map-legend li#legend6,
  #map-modal.cranbourne div#map-collections ul#tracks li#legend6 {
    background-position: -240px -480px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities li#legend7,
  #map-modal.cranbourne div#map-collections ul#map-legend li#legend7,
  #map-modal.cranbourne div#map-collections ul#tracks li#legend7 {
    background-position: -240px -240px;
  }
  #map-modal.cranbourne div#map-collections ul#map-facilities {
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 200px;
  }
  .page-donate .selector {
    margin-bottom: 10px;
  }
  .page-donate label[for=postcode],
  .page-donate label[for=cvv] {
    margin-bottom: 10px;
    padding-top: 10px;
    clear: both;
  }
  .donation-amount {
    margin-top: 0;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .donation-amount label {
    margin-top: 0;
  }
  .donation-amount label div.radio {
    margin-right: 0;
  }
  .media-plant-collections-list {
    margin: 0 0 40px 0;
    padding-bottom: 40px;
    border-bottom: 1px dotted #b9ada3;
  }
  #preferred_date_1,
  #preferred_date_2,
  #preferred_date_3 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .subscribe-form-container .subscribe-form-success,
  .subscribe-form-container .subscribe-form-error {
    display: none;
  }
  .subscribe-form-container--success .subscribe-form-content {
    display: none;
  }
  .subscribe-form-container--success .subscribe-form-success {
    display: block;
  }
  .subscribe-form-container--error .subscribe-form-content {
    display: none;
  }
  .subscribe-form-container--error .subscribe-form-error {
    display: block;
  }
  .events-today {
    position: relative;
    background: none;
    cursor: none;
  }
  .events-today .page-header {
    position: absolute;
    background: none;
    border: none;
    margin-top: 0;
  }
  .events-today .logo:link {
    width: 220px;
    height: 290px;
    margin-left: 240px;
    background: #41463f;
  }
  .events-today .logo:link span {
    width: 186px;
    height: 179px;
    margin-top: 86px;
    background-image: url(../../img/logo-xlarge.png);
  }
  .events-today .day-info {
    position: absolute;
    z-index: 2;
    top: 40px;
    right: 40px;
    width: 545px;
    margin: 0;
  }
  .events-today .day-info p {
    margin: 0;
  }
  .events-today .day-info time.styled,
  .events-today .day-info .today,
  .events-today .day-info .current-time,
  .events-today .day-info .current-temp,
  .events-today .day-info .current-conditions,
  .events-today .day-info .today-max {
    float: left;
    display: block;
  }
  .events-today .day-info time.styled {
    width: 95px;
    height: 90px;
    padding: 10px 0px 13px;
    font-size: 3.056em;
  }
  .events-today .day-info time.styled span {
    display: block;
    padding: 2px 10px 10px;
    line-height: 25px;
    border-color: #96b43a;
    border-width: 2px;
    text-align: center;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
  }
  .events-today .day-info time.styled small {
    height: 25px;
    font-size: 0.4em;
    line-height: 25px;
  }
  .events-today .day-info .today,
  .events-today .day-info .current-time {
    color: #fff;
    font-size: 2.243em;
    font-weight: 900;
    line-height: 90px;
    text-align: center;
  }
  .events-today .day-info .today {
    width: 240px;
    height: 90px;
    background: #566c2f;
  }
  .events-today .day-info .current-time {
    width: 210px;
    height: 90px;
    background: #f1ebd0;
    color: #41463f;
  }
  .events-today .day-info .current-time .dots:before,
  .events-today .day-info .current-time .dots:after {
    color: #41463f;
    background-color: #41463f;
  }
  .events-today .day-info .current-temp,
  .events-today .day-info .today-max {
    margin-left: 95px;
  }
  .events-today .day-info .current-temp {
    width: 240px;
    height: 190px;
    padding: 50px 0 0 0;
    color: #41463f;
    font-size: 6.042em;
    line-height: 55px;
    background: #f1ebd0;
    text-align: center;
  }
  .events-today .day-info .current-temp small {
    display: block;
    font-size: 0.250em;
    margin-top: 11px;
    text-align: center;
  }
  .events-today .day-info .current-temp-temperature {
    position: relative;
  }
  .events-today .day-info .current-temp-temperature:after {
    position: absolute;
    top: 0;
    right: -30px;
    content: 'o';
    font-size: 0.552em;
    font-weight: 500;
    font-family: 'Gotham A', 'Gotham B';
  }
  .events-today .day-info .current-conditions {
    position: relative;
    width: 210px;
    height: 190px;
    padding-top: 130px;
    color: #f1ebd0;
    font-size: 1.510em;
    text-align: center;
    background: #566c2f;
    line-height: 1.2;
  }
  .events-today .day-info .current-conditions:after {
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    width: 130px;
    height: 100px;
    margin-left: -65px;
    content: ' ';
    background: url(../../img/icons-weather.png) no-repeat;
  }
  .events-today .day-info .sun:after,
  .events-today .day-info .icon-1:after {
    background-position: 0 0;
  }
  .events-today .day-info .cloud-sun:after,
  .events-today .day-info .icon-3:after,
  .events-today .day-info .icon-11:after,
  .events-today .day-info .icon-6:after,
  .events-today .day-info .icon-17:after {
    background-position: -130px 0;
  }
  .events-today .day-info .cloud-drizzle:after,
  .events-today .day-info .icon-8:after {
    background-position: -260px 0;
  }
  .events-today .day-info .cloud-rain:after,
  .events-today .day-info .icon-12:after {
    background-position: 0 -100px;
  }
  .events-today .day-info .cloud-snow:after,
  .events-today .day-info .icon-15:after {
    background-position: -130px -100px;
  }
  .events-today .day-info .cloud-hail:after,
  .events-today .day-info .icon-14:after {
    background-position: -260px -100px;
  }
  .events-today .day-info .cloud-lightning:after,
  .events-today .day-info .icon-16:after {
    background-position: 0 -200px;
  }
  .events-today .day-info .sun-wind:after,
  .events-today .day-info .icon-13:after,
  .events-today .day-info .wind:after,
  .events-today .day-info .icon-13:after {
    background-position: -130px -200px;
  }
  .events-today .day-info .cloud:after,
  .events-today .day-info .icon-4:after,
  .events-today .day-info .icon-2:after,
  .events-today .day-info .icon-10:after {
    background-position: -260px -200px;
  }
  .events-today .day-info .cloud-wind:after,
  .events-today .day-info .icon-9:after {
    background-position: 0 -300px;
  }
  .events-today .day-info .cloud-wind-rain:after,
  .events-today .day-info .icon-12:after {
    background-position: -130px -300px;
  }
  .events-today .day-info .today-max {
    width: 240px;
    height: 60px;
    color: #302805;
    font-size: 1.868em;
    line-height: 60px;
    text-align: center;
    background: #bb9d13;
  }
  .events-today .content-background {
    z-index: 1;
  }
  .events-today .slider-wrap,
  .events-today .slide-panel {
    width: 1920px;
    height: 1080px;
  }
  .events-today .slider-wrap {
    overflow: hidden;
  }
  .events-today .slide-panel {
    position: relative;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .events-today .slide-panel .slide-body {
    position: absolute;
    left: 50%;
    top: 1080px;
    width: 1680px;
    /*height: 800px;*/
    padding: 395px 0 0;
    margin: 0 0 0 -720px;
  }
  .events-today .slide-panel .slide-body .tab {
    position: absolute;
    z-index: 1;
    top: 330px;
    left: 500px;
    width: 245px;
    height: 65px;
    padding: 0 0 5px;
    margin: 0;
    color: #fff;
    font-size: 1.826em;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    line-height: 65px;
    text-align: center;
    background: #41463f;
    border-radius: 3px 3px 0 0;
  }
  .events-today .slide-panel .slide-body .img {
    float: left;
    width: 480px;
    height: 480px;
  }
  .events-today .slide-panel .slide-body .img img {
    width: auto;
    height: auto;
  }
  .events-today .slide-panel .slide-body .bd {
    position: relative;
    z-index: 2;
    float: none;
    width: 100%;
    padding-left: 500px;
    margin: 0;
  }
  .events-today .slide-panel .slide-body .bd .article-list-content {
    width: 930px;
    padding: 40px 15px 30px;
    background: #f1ebd0;
  }
  .events-today .slide-panel .slide-body .bd .article-list-content h2 {
    padding: 0 0 0 30px;
    margin: 0 0 0.4em;
    font-size: 3.715em;
    line-height: 1;
  }
  .events-today .slide-panel .slide-body .bd .article-list-content .heading,
  .events-today .slide-panel .slide-body .bd .article-list-content .heading:after {
    border-color: #96b43a;
    border-width: 2px;
  }
  .events-today .slide-panel .slide-body .bd .article-list-content .heading:after {
    margin-left: -30px;
    bottom: 3px;
  }
  .events-today .slide-panel .slide-body .bd .article-list-content p {
    margin: 0 1.047em 1.047em;
    color: #363636;
    font-size: 2.654em;
    line-height: 1.308em;
  }
  .events-today .slide-panel .slide-body .bd .article-list-content .event-time {
    position: relative;
    padding-left: 125px;
    margin: 0 0.702em 0.614em 0.702em;
    color: #41463f;
    font-size: 3.958em;
    line-height: 1.2;
  }
  .events-today .slide-panel .slide-body .bd .article-list-content .event-time .icon-clock-med {
    position: absolute;
    left: 0;
  }
  .events-today .slide-panel .slide-body .bd .article-list-content .event-time .icon-clock-med:after {
    position: absolute;
    left: 100px;
    display: block;
    height: 65px;
    content: ' ';
    border-right: 2px dotted #41463f;
  }
  .events-today .home-slide h1 {
    margin-bottom: 60px;
    color: #fff;
    font-size: 9em;
    line-height: 1.075;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
  }
  .events-today .home-slide .slide-body .date-wrap time.styled,
  .events-today .home-slide .slide-body .date-wrap .today {
    float: left;
    margin: 0;
  }
  .events-today .home-slide .slide-body .date-wrap .today {
    position: static;
  }
  .events-today .current-slide .slide-body {
    top: 0;
    -webkit-transition: top 1s cubic-bezier(0.63, 0.28, 0.47, 0.94);
  }
  .events-today .slide-2,
  .events-today .slide-10 {
    background-image: url('../../img/whats-on-2.jpg');
  }
  .events-today .slide-3,
  .events-today .slide-11 {
    background-image: url('../../img/whats-on-3.jpg');
  }
  .events-today .slide-4,
  .events-today .slide-12 {
    background-image: url('../../img/whats-on-4.jpg');
  }
  .events-today .slide-5,
  .events-today .slide-13 {
    background-image: url('../../img/whats-on-5.jpg');
  }
  .events-today .slide-6,
  .events-today .slide-14 {
    background-image: url('../../img/whats-on-6.jpg');
  }
  .events-today .slide-7,
  .events-today .slide-15 {
    background-image: url('../../img/whats-on-7.jpg');
  }
  .events-today .slide-8,
  .events-today .home-slide {
    background-image: url('../../img/whats-on-8.jpg');
  }
  .events-today .slide-9 {
    background-image: url('../../img/whats-on-9.jpg');
  }
  .events-today .slide-weather {
    background-image: url('../../img/whats-on-1.jpg');
  }
  .events-today .slider-pagination {
    position: absolute;
    top: 975px;
    left: 210px;
  }
  .events-today .slider-pagination a {
    display: block;
    float: left;
    width: 20px;
    height: 14px;
    padding-top: 14px;
    margin-right: 10px;
    background: #41463f;
    border: 3px solid #41463f;
    overflow: hidden;
    -webkit-transition: background 1s linear;
  }
  .events-today .slider-pagination .selected {
    background: #f1ebd0;
  }
  .events-today .page-footer {
    display: none;
  }
  .events-today #clock .digits div.dots:before,
  .events-today #clock .digits div.dots:after {
    background: #41463f;
  }
  .events-today #clock .digits div {
    margin: 0;
  }
  .events-today #clock .ampm {
    letter-spacing: 0;
  }
  .slide-weather .slide-body {
    padding-top: 469px!important;
  }
  .weather__panel {
    width: 350px;
    height: 275px;
    background: #fff!important;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    margin-right: 50px;
  }
  .weather__type {
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 2.25em;
    font-weight: 900;
    margin-top: 0;
    padding-left: 22px;
  }
  .weather__icon {
    width: 130px;
    height: 80px;
    float: right;
    position: relative;
  }
  .weather__icon:after {
    width: 92px;
    height: 72px;
    content: '';
    display: block;
    background-image: url(../../img/icons-weather.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    left: 19px;
  }
  .weather__icon.sun:after {
    background-position: -12px -420px;
  }
  .weather__icon.cloud-sun:after {
    background-position: -104px -420px;
  }
  .weather__icon.cloud-drizzle:after {
    background-position: -196px -420px;
  }
  .weather__icon.cloud-rain:after {
    background-position: -12px -492px;
  }
  .weather__icon.cloud-snow:after {
    background-position: -104px -492px;
  }
  .weather__icon.cloud-hail:after {
    background-position: -196px -492px;
  }
  .weather__icon.cloud-lightning:after {
    background-position: -12px -564px;
  }
  .weather__icon.sun-wind:after {
    background-position: -104px -564px;
  }
  .weather__icon.cloud:after {
    background-position: -196px -564px;
  }
  .weather__icon.cloud-wind:after {
    background-position: -12px -636px;
  }
  .weather__icon.cloud-wind-rain:after {
    background-position: -104px -636px;
  }
  .weather__icon.humidity:after {
    background-position: -12px -708px;
  }
  .weather__icon.wind:after {
    background-position: -104px -704px;
  }
  .weather__percent,
  .weather__misc {
    text-align: center;
  }
  .weather__percent small,
  .weather__misc small {
    font-size: 5em;
  }
  .weather__misc small {
    font-size: 2em;
    width: 70px;
    display: inline-block;
    margin-left: 10px;
    line-height: 1.3;
  }
  .wind__direction {
    position: relative;
    padding-left: 26px;
  }
  .wind__direction:before {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 21px;
    height: 21px;
    background: url(../../img/icons-weather.png) no-repeat -210px -718px;
    content: '';
  }
  .weather__number {
    font-size: 8em;
    line-height: 1;
  }
  .weather--blue .weather__type {
    background: #566c2f;
  }
  .weather--blue .weather__icon {
    background: #eef1d4;
  }
  .weather--blue .weather__percent,
  .weather--blue .weather__misc {
    color: #566c2f;
  }
  .weather--purple .weather__type {
    background: #a04332;
  }
  .weather--purple .weather__icon {
    background: #ecd9d6;
  }
  .weather--purple .weather__percent,
  .weather--purple .weather__misc {
    color: #a04332;
  }
  .weather--green .weather__type {
    background: #bb9d13;
  }
  .weather--green .weather__icon {
    background: #eef1d4;
  }
  .weather--green .weather__percent,
  .weather--green .weather__misc {
    color: #bb9d13;
  }
  .page-whatson h1 {
    color: #fff;
  }
  .page-whatson .nav-locations li,
  .page-whatson .list-half li {
    float: left;
  }
  .page-whatson .list-half li {
    width: 50%;
    margin: 0;
  }
  .whatson__intro {
    background: #f1ebd0;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 40px;
    border-radius: 10px;
  }
  .whatson__controls {
    float: right;
  }
  .whatson__controls a {
    height: 50px;
    line-height: 50px;
    padding: 0 17px;
    display: block;
    background: #fff;
    color: #41463f;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -ms-transition: background 0.25s;
    -o-transition: background 0.25s;
    transition: background 0.25s;
  }
  .whatson__controls .active a,
  .whatson__controls a:hover {
    background: #41463f;
    color: #fff;
  }
  .whatson__controls .active a .icon-tile,
  .whatson__controls a:hover .icon-tile {
    background-position: -158px 0;
  }
  .whatson__controls .active a .icon-list,
  .whatson__controls a:hover .icon-list {
    background-position: -205px 0;
  }
  .whatson__controls i {
    margin-right: 10px;
    position: relative;
    top: 3px;
  }
  .whatson__filter,
  .whatson__content {
    position: relative;
  }
  .whatson__filter h2.bordered,
  .whatson__content h2.bordered {
    margin: 0;
    padding: 12px 20px;
    color: #fff;
    border: 0;
    background: #41463f;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font-size: 1.1em;
    position: absolute;
    left: 0;
  }
  .whatson__filter {
    margin: 79px 0 20px;
    padding: 20px;
    background: #f1ebd0;
  }
  .whatson__filter h2.bordered {
    height: 49px;
    top: -49px;
  }
  .whatson__filter fieldset {
    margin: 0;
    padding: 10px 0 15px;
  }
  .whatson__filter label div.radio {
    margin-right: 0;
  }
  .whatson__filter label {
    font-size: 0.85714286em;
  }
  .whatson__content {
    overflow: hidden;
    _overflow: visible;
    zoom: 1;
    clear: right;
    padding-top: 49px;
  }
  .whatson__content .media {
    cursor: pointer;
  }
  .whatson__content h2.bordered {
    top: 0;
  }
  .whatson__content h2.bordered.pull-left {
    position: static;
  }
  .whatson__content .img {
    border-bottom: 15px;
  }
  .whatson__content .btn {
    background: #bb9d13;
    color: #ffffff;
  }
  .whatson__content .btn:hover,
  .whatson__content .btn:focus {
    background: #8d760e;
  }
  .whatson__content .btn:hover,
  .whatson__content .btn:focus,
  .whatson__content .btn:visited {
    color: #ffffff;
  }
  .whatson_nextweek {
    clear: both;
    overflow: hidden;
    padding-top: 50px;
  }
  .whatson__gallery {
    display: none;
  }
  .page-grid .whatson__content .media {
    position: relative;
    overflow: hidden;
    background: #f1ebd0;
    margin: 0 0 10px;
    padding: 15px 15px 5px;
  }
  .page-grid .whatson__content .media:before {
    width: 15px;
    height: 15px;
    content: '+';
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    color: #fff;
    text-align: center;
    line-height: 14px;
  }
  .page-grid .whatson__content .media.event-Cranbourne:before {
    background-color: #a04332;
  }
  .page-grid .whatson__content .media.event-Melbourne:before {
    background-color: #566c2f;
  }
  .page-grid .whatson__content .media.active:before {
    content: '-';
  }
  .page-grid .whatson__content .media.active .content-large {
    height: auto;
  }
  .page-grid .whatson__content .media .content-small {
    display: none;
  }
  .page-grid .whatson__content .media .content-large {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
  .page-grid .whatson__content .media .bd {
    margin: 0;
  }
  .page-grid .whatson__content .media time {
    width: 73px;
    float: left;
  }
  .page-grid .whatson__content .media header {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .page-grid .whatson__content .media .heading {
    margin: 0.5em 0 0.5em 86px;
  }
  .page-grid .whatson__content .media .media-categorylist {
    margin: 0 0 0 86px;
  }
  .page-grid .whatson__content .media p {
    margin-top: 0;
  }
  .page-grid .whatson__content .media hr {
    width: 50%;
    margin: 15px 0;
  }
  .page-grid .whatson__content .media div {
    text-align: left!important;
  }
  .whatson__noresults {
    color: #fff;
  }
  .whatson__top,
  .whatson__top:link,
  .whatson__top:visited {
    position: fixed;
    bottom: 30px;
    left: -9999em;
    background: #f1ebd0;
    padding: 8px 20px;
    opacity: 0;
    color: #41463f;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .whatson__top:hover,
  .whatson__top:link:hover,
  .whatson__top:visited:hover,
  .whatson__top:focus,
  .whatson__top:link:focus,
  .whatson__top:visited:focus {
    border-color: transparent;
    color: #282b27;
  }
  .whatson__top i,
  .whatson__top:link i,
  .whatson__top:visited i {
    margin-right: 10px;
  }
  .popup {
    max-width: 1020px;
    background: #f1ebd0;
    z-index: 9999;
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    padding: 20px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .popup.show {
    opacity: 1;
  }
  .popup .content-large a {
    color: #bb9d13;
    font-weight: 700;
  }
  .popup .content-large .btn {
    color: #ffffff;
  }
  .popup time {
    width: 73px;
    float: left;
    margin-right: 13px;
  }
  .popup .content-small .bd {
    display: none;
  }
  .popup header {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .popup .heading {
    margin: 0.5em 0 0.5em 73px;
  }
  .popup .media-categorylist {
    margin: 0 0 0 73px;
  }
  .popup .close {
    width: 21px;
    height: 21px;
    text-indent: -9999em;
    display: block;
    position: absolute;
    top: -30px;
    right: 10px;
    color: #fff;
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: -22px -483px;
  }
  .popup .close:hover,
  .popup .close:focus {
    border: 0;
  }
  .popup .gallery {
    margin-bottom: 0;
  }
  .popup__footer {
    width: 100%;
    height: 52px;
    position: absolute;
    bottom: -52px;
    left: 0;
  }
  .popup__footer .close {
    top: 22px;
  }
  .popup__shadow {
    width: 100%;
    height: 120%;
    position: fixed;
    top: 0;
    z-index: 9998;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .popup__shadow.show {
    opacity: 1;
  }
  .popup-Melbourne .popup__heading,
  .popup-Melbourne .popup__footer {
    background: #566c2f;
  }
  .popup-Melbourne .close {
    background-color: #566c2f;
  }
  .popup-Melbourne .close:hover,
  .popup-Melbourne .close:focus {
    background-color: #3a4820;
  }
  .popup-Cranbourne .popup__heading,
  .popup-Cranbourne .popup__footer {
    background: #a04332;
  }
  .popup-Cranbourne .close {
    background-color: #a04332;
  }
  .popup-Cranbourne .close:hover,
  .popup-Cranbourne .close:focus {
    background-color: #793326;
  }
  .popup-Cranbourne .media-categorylist span {
    color: #a04332;
  }
  .popup-Cranbourne .media-categorylist li {
    border-color: #a04332;
  }
  .popup__heading {
    width: 100%;
    height: 52px;
    color: #fff;
    margin: 0;
    padding: 15px 18px;
    position: absolute;
    top: -52px;
    left: 0;
  }
  .landscape-succession .content-page-container .header-container {
    height: 0;
  }
  .program__banner-image {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .program__infobox {
    background-color: #FFF;
    padding: 5px 30px 15px;
    margin-top: 30px;
  }
  .program__book-button {
    margin-top: 30px;
  }
  .virtualgarden-template .intro {
    text-align: center;
  }
  .virtualgarden-template .virtual-lighter {
    background: #F5F3E4;
  }
  .virtualgarden-template .virtual-container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .virtualgarden-template .copy.copy-no-ps {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
  }
  .virtualgarden-template .copy.copy-no-ps.hasnav {
    padding-top: 0;
  }
  .virtualgarden-template .copy.copy-no-ps .copy-complimentary {
    max-width: 590px;
    margin: 0 auto 4em;
  }
  .virtualgarden-template .copy.copy-no-ps .copy-complimentary .slider-pagination {
    position: static;
    text-align: center;
    margin-top: 30px;
  }
  .virtualgarden-template .copy.copy-no-ps .copy-complimentary .slider-pagination a {
    display: inline-block;
    width: 20px;
    height: 14px;
    padding-top: 14px;
    margin-right: 10px;
    background: #41463f;
    border: 3px solid #41463f;
    overflow: hidden;
    -webkit-transition: background 1s linear;
  }
  .virtualgarden-template .copy.copy-no-ps .copy-complimentary .slider-pagination .selected {
    background: #f1ebd0;
  }
  .virtualgarden-template .vertical-p {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .virtualgarden-template .nav-secondary {
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    padding: 15px 20px;
    padding-right: 60px;
    background-color: #41463f;
    border-top: 3px solid #d7bb44;
  }
  .virtualgarden-template .nav-secondary li li,
  .virtualgarden-template .nav-secondary a,
  .virtualgarden-template .nav-secondary ul {
    display: block;
    margin: 0;
    color: #d7bb44;
  }
  .virtualgarden-template .nav-secondary a:hover {
    border-bottom-color: #d7bb44;
  }
  .virtualgarden-template .nav-secondary > ul > .selected {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .virtualgarden-template .nav-secondary > ul > .selected > ul {
    margin: 0;
  }
  .virtualgarden-template .nav-secondary > ul > .selected a,
  .virtualgarden-template .nav-secondary > ul > .selected > ul {
    color: #d7bb44;
  }
  .virtualgarden-template .nav-secondary > ul > .selected .selected a {
    color: #d7bb44;
    border-bottom-color: #d7bb44;
  }
  .virtualgarden-template .nav-secondary li li {
    display: inline-block;
    margin-right: 15px;
  }
  .virtualgarden-template .sub-page-cards {
    max-width: 900px;
    justify-content: center;
    margin: auto;
  }
  .virtualgarden-template .sub-page-cards .sub-page-card--img-container {
    display: flex;
  }
  .virtualgarden-template .sub-page-cards .sub-page-card--img-container > a {
    display: block;
    width: 100%;
  }
  .virtualgarden-template .sub-page-cards .sub-page-card--img-container .sub-page-card-theme {
    position: absolute;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    padding: 0.8em 1em;
    line-height: 14px;
    color: white;
    background: #BA9D13;
  }
  .virtualgarden-template .sub-page-cards .sub-page-card:not(:last-of-type),
  .virtualgarden-template .sub-page-cards .sub-page-card:last-of-type {
    margin-left: 15px;
    margin-right: 15px;
  }
  .virtualgarden-template .sub-page-cards .sub-page-card:hover {
    cursor: pointer;
  }
  .virtualgarden-template .sub-page-cards .view-video {
    display: inline;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #000;
  }
  .virtualgarden-template .sub-page-cards .view-video:hover {
    color: #bb9d13;
    border-bottom: 1px dotted transparent;
  }
  .virtualgarden-template .sub-page-cards-other {
    max-width: 100%;
  }
  .virtual-garden-landing-page {
    display: flex;
    flex-direction: column;
    margin: 3em auto 0;
    text-align: center;
    max-width: 800px;
  }
  .virtual-garden-landing-page h2 {
    font-size: 17px;
    font-weight: bold;
  }
  .virtual-garden-landing-page.section-footer {
    max-width: 850px;
    margin: auto;
    margin-top: 0;
  }
  .virtual-garden-landing-page.section-footer .program__infobox {
    background: #f1ebd0;
    text-align: left;
  }
  .virtual-garden-landing-page.section-footer .program__infobox p {
    margin-bottom: 0;
  }
  .virtual-garden-landing-page.section-footer .program__infobox h3 {
    margin-top: 0;
  }
  .rbg-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
  }
  .rbg-modal-backdrop {
    position: fixed;
    background: black;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
  }
  .rbg-modal-close {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    font-family: 'sans serif';
  }
  .rbg-modal-content {
    display: flex;
    justify-content: flex-end;
    opacity: 1;
  }
  .virtual-slider-wrap .slide-body {
    position: relative;
  }
  .virtual-slider-wrap .caption {
    position: absolute;
    bottom: 0;
    background: white;
    right: 0;
    left: 0;
    padding: 15px;
  }
  .section-footer-other {
    margin-top: 60px;
  }
  .sub-page-card[data-url]:hover {
    cursor: pointer;
  }
  .section-social {
    text-align: center;
    margin-top: 50px;
  }
  .section-social h2 {
    border-top: 2px solid #d7bb44;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .section-social .follow-us {
    display: flex;
    justify-content: center;
  }
  .section-social .follow-us > a {
    display: inline-block;
    margin: 0 10px;
    transition: transform 0.3s;
  }
  .section-social .follow-us > a:hover {
    border: none;
    transform: scale(1.1);
  }
  /* Default styling for jQuery Datepicker v4.1.0. */
  .datepicker {
    width: 100%;
    margin-bottom: 30px;
  }
  .datepick {
    width: auto!important;
    border-bottom: 0;
  }
  .datepick,
  .datepick a {
    color: #41463f;
  }
  .datepick a:link,
  .datepick a:hover,
  .datepick a:visited {
    border-bottom: 0;
  }
  .datepick-rtl {
    direction: rtl;
  }
  .datepick-popup {
    z-index: 1000;
    background: #fff;
  }
  .datepick-disable {
    position: absolute;
    z-index: 100;
    background-color: white;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .datepick a.datepick-disabled {
    cursor: auto;
  }
  .datepick button {
    margin: 0.25em;
    padding: 0.125em 0em;
    background-color: #fcc;
    border: none;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
  }
  .datepick-nav,
  .datepick-ctrl {
    float: left;
    width: 100%;
    position: relative;
  }
  .datepick-nav,
  .datepick-month-header {
    border-bottom: 1px dotted #41463f;
  }
  .datepick-nav {
    background: #41463f;
    color: #ffffff;
  }
  .datepick-ctrl {
    background-color: #41463f;
    padding: 5px 0;
  }
  .datepick-ctrl a {
    color: #fff;
  }
  .datepick-ctrl .datepick-cmd-close {
    text-align: right;
  }
  .datepick-cmd {
    width: 30%;
  }
  .datepick-cmd-prevJump,
  .datepick-cmd-nextJump {
    width: 8%;
  }
  button.datepick-cmd {
    text-align: center;
  }
  .datepick-cmd-prev,
  .datepick-cmd-prevJump,
  .datepick-cmd-clear {
    float: left;
    padding-left: 2%;
  }
  .datepick-cmd-prev,
  .datepick-cmd-next {
    width: 55px;
    height: 52px;
    display: block;
    text-indent: -9999em;
    display: inline-block;
    position: absolute;
    top: 0;
  }
  .datepick-cmd-prev:hover,
  .datepick-cmd-next:hover {
    background-color: #282b27;
  }
  a.datepick-cmd-prev {
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: -49px -353px;
    left: 0;
  }
  a.datepick-cmd-next {
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: -51px -397px;
    right: 0;
  }
  a.datepick-cmd-current,
  a.datepick-cmd-today {
    float: left;
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 1.21428571em;
    color: #ffffff;
  }
  .datepick-cmd-next,
  .datepick-cmd-nextJump,
  .datepick-cmd-close {
    float: right;
    padding-right: 2%;
  }
  .datepick-rtl .datepick-cmd-prev,
  .datepick-rtl .datepick-cmd-prevJump,
  .datepick-rtl .datepick-cmd-clear {
    float: right;
    padding-left: 0%;
    padding-right: 2%;
  }
  .datepick-rtl .datepick-cmd-current,
  .datepick-rtl .datepick-cmd-today {
    float: right;
  }
  .datepick-rtl .datepick-cmd-next,
  .datepick-rtl .datepick-cmd-nextJump,
  .datepick-rtl .datepick-cmd-close {
    float: left;
    padding-left: 2%;
    padding-right: 0%;
    text-align: left;
  }
  .datepick-month-nav {
    float: left;
    text-align: center;
  }
  .datepick-month-nav div {
    float: left;
    width: 12.5%;
    margin: 1%;
    padding: 1%;
  }
  .datepick-month-nav span {
    color: #888;
  }
  .datepick-month-row {
    clear: left;
  }
  .datepick-month {
    text-align: center;
  }
  .datepick-month-header {
    display: none;
  }
  .datepick-month-header,
  .datepick-month-header select,
  .datepick-month-header input {
    width: auto;
    height: 1.5em;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
  }
  .datepick-month-header select,
  .datepick-month-header input {
    width: auto;
    height: 1.4em;
    border: none;
    font-size: 100%;
  }
  .datepick-month-header input {
    position: absolute;
    display: none;
  }
  .datepick-month table {
    width: 100%;
    border-collapse: collapse;
  }
  .datepick-month th,
  .datepick-month td {
    margin: 0em;
    padding: 0em;
    font-weight: normal;
    text-align: center;
  }
  .datepick-month th {
    height: 35px;
    border-bottom: 1px dotted #41463f;
    color: #41463f;
  }
  .datepick-month td {
    width: 55px;
    height: 52px;
    vertical-align: middle;
    border-bottom: 1px dotted #41463f;
  }
  .datepick-month tr td:last-child,
  .datepick-month tr th:last-child {
    border-right: 0;
  }
  .datepick-month td.datepick-week * {
    border: none;
  }
  .datepick-month a {
    height: 100%;
    line-height: 52px;
    display: block;
    width: 100%;
    text-decoration: none;
  }
  .datepick-month a:hover {
    background: #41463f;
    color: #fff;
  }
  .datepick-month span {
    display: block;
    width: 100%;
    padding: 0.125em 0em;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
  }
  .datepick-status {
    clear: both;
    text-align: center;
  }
  .datepick-clear-fix {
    clear: both;
  }
  .datepick .datepick-selected,
  .datepick .selected {
    background: #41463f;
    color: #fff;
    border-right: 1px solid #fff;
  }
  .datepick td a:hover {
    background-color: #282b27;
  }
  /* General settings */
  div.checker span,
  div.radio span,
  div.uploader,
  div.uploader span.action,
  div.button,
  div.button span {
    background-image: url("../../img/sprite-uniform.png");
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
  }
  div.selector,
  div.checker,
  div.button,
  div.radio,
  div.uploader {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    /* Keeping this as :focus to remove browser styles */
  }
  div.selector:focus,
  div.checker:focus,
  div.button:focus,
  div.radio:focus,
  div.uploader:focus {
    outline: 0;
  }
  div.selector,
  div.selector *,
  div.radio,
  div.radio *,
  div.checker,
  div.checker *,
  div.uploader,
  div.uploader *,
  div.button,
  div.button * {
    margin: 0;
    padding: 0;
  }
  .highContrastDetect {
    background: url("../../img//bg-input.png") repeat-x 0 0;
    width: 0px;
    height: 0px;
  }
  /* Input & Textarea */
  input.uniform-input,
  select.uniform-multiselect,
  textarea.uniform {
    padding: 3px;
    background: url("../../img//bg-input.png") repeat-x 0 0;
    outline: 0;
  }
  input.uniform-input.active,
  select.uniform-multiselect.active,
  textarea.uniform.active {
    background: url("../../img//bg-input-focus.png") repeat-x 0 0;
  }
  /* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
  div.checker input,
  input[type="search"],
  input[type="search"]:active {
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  /* Select */
  div.selector {
    width: 100%!important;
    max-width: 350px;
    min-width: 239px;
    line-height: 52px;
    height: 52px;
    padding: 0 0 0 10px;
    position: relative;
    overflow: hidden;
    border: 1px dotted #41463f;
  }
  .page-header div.selector {
    min-width: 0;
  }
  div.selector:after {
    width: 43px;
    height: 35px;
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: 5px;
    z-index: 0;
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: -101px -389px;
  }
  div.selector:before {
    width: 1px;
    height: 52px;
    content: '';
    display: block;
    position: absolute;
    right: 52px;
    border-right: 1px dotted #41463f;
  }
  .Melbourne div.selector {
    border-color: #566c2f;
  }
  .Melbourne div.selector:before {
    border-color: #566c2f;
  }
  .Cranbourne div.selector {
    border-color: #a04332;
  }
  .Cranbourne div.selector:before {
    border-color: #a04332;
  }
  div.selector span {
    width: auto!important;
    min-width: 165px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 52px;
    line-height: 52px;
    padding-right: 75px;
    cursor: pointer;
    width: 100%;
    display: block;
  }
  div.selector.fixedWidth {
    width: 190px;
  }
  div.selector.fixedWidth span {
    width: 155px;
  }
  div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 52px;
    top: 2px;
    left: 0px;
    z-index: 1;
    width: 100%;
  }
  /* Checkbox */
  div.checker {
    position: relative;
    margin-right: 5px;
  }
  div.checker,
  div.checker span,
  div.checker input {
    width: 19px;
    height: 19px;
  }
  div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -260px;
  }
  div.checker span.checked {
    background-position: -76px -260px;
  }
  div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  div.checker.active span {
    background-position: -19px -260px;
  }
  div.checker.active span.checked {
    background-position: -95px -260px;
  }
  div.checker.hover span,
  div.checker.focus span {
    background-position: -38px -260px;
  }
  div.checker.hover span.checked,
  div.checker.focus span.checked {
    background-position: -114px -260px;
  }
  div.checker.hover.active span,
  div.checker.focus.active span {
    background-position: -57px -260px;
  }
  div.checker.hover.active span.checked,
  div.checker.focus.active span.checked {
    background-position: -133px -260px;
  }
  div.checker.disabled,
  div.checker.disabled.active {
    background-position: -152px -260px;
  }
  div.checker.disabled span.checked,
  div.checker.disabled.active span.checked {
    background-position: -171px -260px;
  }
  /* Radio */
  div.radio {
    position: relative;
  }
  div.radio,
  div.radio span,
  div.radio input {
    width: 18px;
    height: 18px;
  }
  div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -279px;
  }
  div.radio span.checked {
    background-position: -72px -279px;
  }
  div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
  }
  div.radio.active span {
    background-position: -18px -18px -279px;
  }
  div.radio.active span.checked {
    background-position: -90px -279px;
  }
  div.radio.hover span,
  div.radio.focus span {
    background-position: -36px -36px -279px;
  }
  div.radio.hover span.checked,
  div.radio.focus span.checked {
    background-position: -108px -279px;
  }
  div.radio.hover.active span,
  div.radio.focus.active span {
    background-position: -54px -279px;
  }
  div.radio.hover.active span.checked,
  div.radio.focus.active span.checked {
    background-position: -126px -279px;
  }
  div.radio.disabled span,
  div.radio.disabled.active span {
    background-position: -144px -279px;
  }
  div.radio.disabled span.checked,
  div.radio.disabled.active span.checked {
    background-position: -162px -279px;
  }
  /* Uploader */
  div.uploader {
    background-position: 0 -297px;
    height: 28px;
    width: 190px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
  div.uploader span.action {
    background-position: right -409px;
    height: 28px;
    line-height: 28px;
    width: 85px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer;
  }
  div.uploader span.filename {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    cursor: default;
    height: 24px;
    margin: 2px 0 2px 2px;
    line-height: 24px;
    width: 82px;
    padding: 0 10px;
  }
  div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%;
  }
  div.uploader.active span.action {
    background-position: right -465px;
  }
  div.uploader.hover,
  div.uploader.focus {
    background-position: 0 -353px;
  }
  div.uploader.hover span.action,
  div.uploader.focus span.action {
    background-position: right -437px;
  }
  div.uploader.hover.active span.action,
  div.uploader.focus.active span.action {
    background-position: right -493px;
  }
  div.uploader.disabled,
  div.uploader.disabled.active {
    background-position: 0 -325px;
  }
  div.uploader.disabled span.action,
  div.uploader.disabled.active span.action {
    background-position: right -381px;
  }
  /* Buttons */
  div.button {
    background-position: 0 -641px;
    height: 30px;
    cursor: pointer;
    position: relative;
    /* Keep buttons barely visible so they can get focus */
  }
  div.button a,
  div.button button,
  div.button input {
    opacity: 0.01;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
  }
  div.button span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 30px;
    text-align: center;
    background-position: right -521px;
    height: 30px;
    margin-left: 13px;
    padding: 0;
  }
  div.button.active {
    background-position: 0 -671px;
  }
  div.button.active span {
    background-position: right -551px;
    cursor: default;
  }
  div.button.hover,
  div.button.focus {
    background-position: 0 -701px;
  }
  div.button.hover span,
  div.button.focus span {
    background-position: right -581px;
  }
  div.button.disabled,
  div.button.disabled.active {
    background-position: 0 -731px;
  }
  div.button.disabled span,
  div.button.disabled.active span {
    background-position: right -611px;
    cursor: default;
  }
  #powerTip {
    cursor: default;
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    display: none;
    padding: 2px 6px 4px;
    position: absolute;
    white-space: nowrap;
    z-index: 2147483647;
    font-size: 10px;
  }
  #powerTip:before {
    content: "";
    position: absolute;
  }
  #powerTip.n:before,
  #powerTip.s:before {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    left: 50%;
    margin-left: -5px;
  }
  #powerTip.e:before,
  #powerTip.w:before {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    margin-top: -5px;
    top: 50%;
  }
  #powerTip.n:before {
    border-top: 5px solid #000;
    border-top: 5px solid rgba(0, 0, 0, 0.8);
    bottom: -5px;
  }
  #powerTip.e:before {
    border-right: 5px solid #000;
    border-right: 5px solid rgba(0, 0, 0, 0.8);
    left: -5px;
  }
  #powerTip.s:before {
    border-bottom: 5px solid #000;
    border-bottom: 5px solid rgba(0, 0, 0, 0.8);
    top: -5px;
  }
  #powerTip.w:before {
    border-left: 5px solid #000;
    border-left: 5px solid rgba(0, 0, 0, 0.8);
    right: -5px;
  }
  #powerTip.ne:before,
  #powerTip.se:before {
    border-right: 5px solid transparent;
    border-left: 0;
    left: 5px;
  }
  #powerTip.nw:before,
  #powerTip.sw:before {
    border-left: 5px solid transparent;
    border-right: 0;
    right: 5px;
  }
  #powerTip.ne:before,
  #powerTip.nw:before {
    border-top: 5px solid #000;
    border-top: 5px solid rgba(0, 0, 0, 0.8);
    bottom: -5px;
  }
  #powerTip.se:before,
  #powerTip.sw:before {
    border-bottom: 5px solid #000;
    border-bottom: 5px solid rgba(0, 0, 0, 0.8);
    top: -5px;
  }
  #powerTip.nw-alt:before,
  #powerTip.ne-alt:before,
  #powerTip.sw-alt:before,
  #powerTip.se-alt:before {
    border-top: 5px solid #000;
    border-top: 5px solid rgba(0, 0, 0, 0.8);
    bottom: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 5px;
  }
  #powerTip.ne-alt:before {
    left: auto;
    right: 5px;
  }
  #powerTip.sw-alt:before,
  #powerTip.se-alt:before {
    border-top: 0;
    border-bottom: 5px solid #000;
    border-bottom: 5px solid rgba(0, 0, 0, 0.8);
    bottom: auto;
    top: -5px;
  }
  #powerTip.se-alt:before {
    left: auto;
    right: 5px;
  }
  * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-style: normal;
    min-width: 320px;
    overflow-x: hidden;
    -webkit-transition: padding 0.5s;
    -moz-transition: padding 0.5s;
    -ms-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    transition: padding 0.5s;
  }
  body.show-form {
    padding-top: 54px;
  }
  body.show-form .page-header .search-mailing #search.active,
  body.show-form .page-header .search-mailing #join-mailing.active {
    top: 0;
  }
  figure {
    margin-bottom: 50px;
  }
  figcaption {
    font-size: 0.85714286em;
    color: #41463f;
    font-style: italic;
    position: relative;
  }
  aside ul,
  article ul {
    padding: 0;
  }
  aside ul li,
  article ul li {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
  }
  aside ul li:before,
  article ul li:before {
    content: '-';
    color: #41463f;
    font-size: 13px;
    margin-left: 0;
    margin-right: 10px;
    position: absolute;
    top: 1px;
    left: 12px;
  }
  .page-container {
    max-width: 1810px;
    margin: 0 20px;
    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -ms-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    transition: margin 0.4s;
  }
  .page-container h1 {
    display: none;
  }
  .page-header {
    border-top: 6px solid #bb9d13;
    position: relative;
    z-index: 4;
    background: #41463f;
  }
  .page-footer {
    clear: both;
    padding: 20px 0;
    position: relative;
    z-index: 2;
    background: #41463f;
  }
  .page-footer .logo-xxlarge {
    border: none;
  }
  .page-header-nav {
    background: white;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    height: 2000px;
    float: left;
  }
  .page-header-nav .icon-twitter-solid,
  .page-header-nav .icon-facebook-solid,
  .page-header-nav .icon-flickr-solid {
    position: relative;
    top: -5px;
    display: none;
  }
  .page-header-nav .icon-twitter-solid {
    margin-left: 10px;
  }
  .content-background {
    position: relative;
  }
  .background {
    width: 100%;
    height: 100%;
    position: absolute;
    background-attachment: fixed;
    z-index: 0;
  }
  .background.active {
    z-index: 2;
  }
  .background.next {
    z-index: 1;
  }
  .background-1 {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url("/common/img/backgrounds/rbg_small.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    background-position: 100% 0;
    background-attachment: fixed;
  }
  .background-1--lss {
    background-image: url("/common/img/backgrounds/rbg_lss_small.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .background-1--strategic-partners {
    background-image: url("/common/img/backgrounds/support_strategic-partners_small.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .background-1--corporate-sponsors {
    background-image: url("/common/img/backgrounds/support_corporate-sponsors_small.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .background-1--current-partners {
    background-image: url("/common/img/backgrounds/support_current-partners_small.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .background-1--program {
    background-image: url("/common/img/backgrounds/rbg_lss_small.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .background-1--learning {
    background-image: url("/common/img/backgrounds/Cranbourne_Gardens_590.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url("/common/img/backgrounds/Cranbourne_Gardens_590.jpg") !important;
  }
  .background-1--virtual-gardens {
    background-image: url("/common/img/backgrounds/virtual_gardens.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url("/common/img/backgrounds/virtual_gardens.jpg") !important;
    background-size: cover;
  }
  .nav-secondary {
    color: #41463f;
    display: block;
  }
  .nav-secondary ul {
    margin: 0;
    padding: 0;
  }
  .nav-secondary > ul > .parent-selected,
  .nav-secondary > ul > .selected {
    padding: 0 0 25px;
  }
  .nav-secondary > ul > .parent-selected > a,
  .nav-secondary > ul > .selected > a,
  .nav-secondary > ul > .parent-selected > span,
  .nav-secondary > ul > .selected > span {
    color: #41463f;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
  }
  .nav-secondary > ul > .parent-selected > ul,
  .nav-secondary > ul > .selected > ul {
    margin-bottom: 0;
  }
  .nav-secondary > ul > .parent-selected .selected a,
  .nav-secondary > ul > .selected .selected a {
    color: #41463f;
    border-bottom-color: #41463f;
  }
  .nav-secondary > ul > .parent-selected .selected ul a,
  .nav-secondary > ul > .selected .selected ul a {
    color: #41463f;
    border-bottom-color: transparent;
  }
  .nav-secondary > ul > .parent-selected .selected ul a:hover,
  .nav-secondary > ul > .selected .selected ul a:hover {
    border-bottom-color: #41463f;
  }
  .nav-secondary > ul > .parent-selected .selected .selected a,
  .nav-secondary > ul > .selected .selected .selected a {
    color: #41463f;
    border-bottom-color: #41463f;
  }
  .nav-secondary > ul > .parent-selected .selected .selected ul a,
  .nav-secondary > ul > .selected .selected .selected ul a {
    color: #41463f;
    border-bottom-color: transparent;
  }
  .nav-secondary > ul > .parent-selected .selected .selected .selected a,
  .nav-secondary > ul > .selected .selected .selected .selected a {
    color: #41463f;
    border-bottom-color: #41463f;
  }
  .nav-secondary li {
    margin-bottom: 30px;
  }
  .nav-secondary li li {
    margin-bottom: 9px;
  }
  .nav-secondary .selected,
  .nav-secondary .parent-selected {
    color: #41463f;
  }
  .nav-secondary .selected a,
  .nav-secondary .parent-selected a,
  .nav-secondary .selected span,
  .nav-secondary .parent-selected span {
    color: #41463f;
  }
  .nav-secondary .selected .selected > ul,
  .nav-secondary .parent-selected .selected > ul {
    display: block;
  }
  .nav-secondary ul ul {
    margin: 20px 0;
    padding: 0;
  }
  .nav-secondary ul ul ul {
    margin: 9px 0 0 0;
    display: none;
  }
  .nav-secondary ul ul ul li {
    background: url(../../img/icon-secondary-menu.png) no-repeat 9px 9px;
    padding-left: 20px;
  }
  .nav-secondary ul ul a {
    text-transform: none;
    letter-spacing: 0;
    color: #41463f;
    font-size: 14px;
  }
  .nav-secondary ul ul a:hover:before {
    display: none;
  }
  .nav-secondary a {
    color: #41463f;
    font-size: 16px;
  }
  .nav-secondary a:hover,
  .nav-secondary a:focus {
    color: #41463f;
    border-color: #41463f;
  }
  .nav-secondary a[href="/science/publications/muelleria/muelleria-online"] + ul {
    display: none !important;
  }
  .nav-multisite {
    position: relative;
  }
  .nav-multisite li {
    padding: 17px 20px 0;
  }
  .nav-multisite a {
    color: #ffffff;
  }
  .nav-multisite a:hover,
  .nav-multisite a:focus {
    border-color: #ffffff;
  }
  .nav-multisite .icon-search,
  .nav-multisite .icon-email {
    margin-right: 5px;
  }
  .page-header .nav-multisite li {
    width: 100%;
    border-bottom: 1px dotted #b9ada3;
    padding-bottom: 17px;
  }
  .rbg .page-header .nav-multisite .first.hover a .icon-home,
  .rbg .page-header .nav-multisite .active a .icon-home {
    background-position: 0 -22px;
  }
  .page-footer .nav-multisite {
    width: 100%;
    min-width: 215px;
    margin-right: 90px;
    margin-bottom: 20px;
    float: left;
    margin-bottom: 0;
  }
  .page-footer .nav-multisite li {
    padding: 0;
    margin-bottom: 15px;
    float: none;
  }
  .page-footer .nav-multisite li.active {
    position: relative;
  }
  .page-footer .nav-multisite li.active .icon {
    float: right;
    margin-left: 4px;
  }
  .page-footer .nav-multisite a.icon {
    float: right;
    margin-left: 4px;
  }
  .social-media .social-icon {
    display: inline-block;
    max-width: 22px;
    margin-left: 5px;
    vertical-align: text-top;
    height: auto;
    line-height: 1;
  }
  .social-media .social-icon.icon-youtube {
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyBoZWlnaHQ9IjUxMnB0IiB2aWV3Qm94PSIwIC03NyA1MTIuMDAyMTMgNTEyIiB3aWR0aD0iNTEycHQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTUwMS40NTMxMjUgNTYuMDkzNzVjLTUuOTAyMzQ0LTIxLjkzMzU5NC0yMy4xOTUzMTMtMzkuMjIyNjU2LTQ1LjEyNS00NS4xMjg5MDYtNDAuMDY2NDA2LTEwLjk2NDg0NC0yMDAuMzMyMDMxLTEwLjk2NDg0NC0yMDAuMzMyMDMxLTEwLjk2NDg0NHMtMTYwLjI2MTcxOSAwLTIwMC4zMjgxMjUgMTAuNTQ2ODc1Yy0yMS41MDc4MTMgNS45MDIzNDQtMzkuMjIyNjU3IDIzLjYxNzE4Ny00NS4xMjUgNDUuNTQ2ODc1LTEwLjU0Mjk2OSA0MC4wNjI1LTEwLjU0Mjk2OSAxMjMuMTQ4NDM4LTEwLjU0Mjk2OSAxMjMuMTQ4NDM4czAgODMuNTAzOTA2IDEwLjU0Mjk2OSAxMjMuMTQ4NDM3YzUuOTA2MjUgMjEuOTI5Njg3IDIzLjE5NTMxMiAzOS4yMjI2NTYgNDUuMTI4OTA2IDQ1LjEyODkwNiA0MC40ODQzNzUgMTAuOTY0ODQ0IDIwMC4zMjgxMjUgMTAuOTY0ODQ0IDIwMC4zMjgxMjUgMTAuOTY0ODQ0czE2MC4yNjE3MTkgMCAyMDAuMzI4MTI1LTEwLjU0Njg3NWMyMS45MzM1OTQtNS45MDIzNDQgMzkuMjIyNjU2LTIzLjE5NTMxMiA0NS4xMjg5MDYtNDUuMTI1IDEwLjU0Mjk2OS00MC4wNjY0MDYgMTAuNTQyOTY5LTEyMy4xNDg0MzggMTAuNTQyOTY5LTEyMy4xNDg0MzhzLjQyMTg3NS04My41MDc4MTItMTAuNTQ2ODc1LTEyMy41NzAzMTJ6bTAgMCIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Im0yMDQuOTY4NzUgMjU2IDEzMy4yNjk1MzEtNzYuNzU3ODEyLTEzMy4yNjk1MzEtNzYuNzU3ODEzem0wIDAiIGZpbGw9IiM0MTQ2M2YiLz48L3N2Zz4=);
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999em;
    width: 22px;
    height: 22px;
  }
  .social-media .social-icon.icon-youtube:hover {
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyBoZWlnaHQ9IjUxMnB0IiB2aWV3Qm94PSIwIC03NyA1MTIuMDAyMTMgNTEyIiB3aWR0aD0iNTEycHQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTUwMS40NTMxMjUgNTYuMDkzNzVjLTUuOTAyMzQ0LTIxLjkzMzU5NC0yMy4xOTUzMTMtMzkuMjIyNjU2LTQ1LjEyNS00NS4xMjg5MDYtNDAuMDY2NDA2LTEwLjk2NDg0NC0yMDAuMzMyMDMxLTEwLjk2NDg0NC0yMDAuMzMyMDMxLTEwLjk2NDg0NHMtMTYwLjI2MTcxOSAwLTIwMC4zMjgxMjUgMTAuNTQ2ODc1Yy0yMS41MDc4MTMgNS45MDIzNDQtMzkuMjIyNjU3IDIzLjYxNzE4Ny00NS4xMjUgNDUuNTQ2ODc1LTEwLjU0Mjk2OSA0MC4wNjI1LTEwLjU0Mjk2OSAxMjMuMTQ4NDM4LTEwLjU0Mjk2OSAxMjMuMTQ4NDM4czAgODMuNTAzOTA2IDEwLjU0Mjk2OSAxMjMuMTQ4NDM3YzUuOTA2MjUgMjEuOTI5Njg3IDIzLjE5NTMxMiAzOS4yMjI2NTYgNDUuMTI4OTA2IDQ1LjEyODkwNiA0MC40ODQzNzUgMTAuOTY0ODQ0IDIwMC4zMjgxMjUgMTAuOTY0ODQ0IDIwMC4zMjgxMjUgMTAuOTY0ODQ0czE2MC4yNjE3MTkgMCAyMDAuMzI4MTI1LTEwLjU0Njg3NWMyMS45MzM1OTQtNS45MDIzNDQgMzkuMjIyNjU2LTIzLjE5NTMxMiA0NS4xMjg5MDYtNDUuMTI1IDEwLjU0Mjk2OS00MC4wNjY0MDYgMTAuNTQyOTY5LTEyMy4xNDg0MzggMTAuNTQyOTY5LTEyMy4xNDg0MzhzLjQyMTg3NS04My41MDc4MTItMTAuNTQ2ODc1LTEyMy41NzAzMTJ6bTAgMCIgZmlsbD0iI2Q3YmI0NCIvPjxwYXRoIGQ9Im0yMDQuOTY4NzUgMjU2IDEzMy4yNjk1MzEtNzYuNzU3ODEyLTEzMy4yNjk1MzEtNzYuNzU3ODEzem0wIDAiIGZpbGw9IiM0MTQ2M2YiLz48L3N2Zz4=);
    border: none;
  }
  .social-media .social-icon img {
    max-width: 100%;
    display: inline-block;
  }
  .page-footer .social-media {
    display: block;
    float: right;
    position: relative;
    top: 22px;
    z-index: 1;
  }
  .nav-subnav {
    width: 100%;
  }
  .nav-subnav li {
    width: 100%;
    float: none;
    position: relative;
  }
  .nav-subnav a {
    margin-right: 10px;
    color: #bb9d13;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -ms-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
  }
  .nav-subnav li.hover a,
  .nav-subnav a:hover,
  .nav-subnav a:focus {
    border-color: #bb9d13;
  }
  .page-header .nav-subnav {
    clear: left;
  }
  .page-header .nav-subnav li {
    border-bottom: 1px dotted #b9ada3;
  }
  .page-header .nav-subnav a {
    border-bottom: 3px solid transparent;
    padding: 16px 20px 14px;
    margin: 0 0 -1px;
    display: block;
    position: relative;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
  }
  .page-header .nav-subnav li.active a,
  .page-header .nav-subnav li.hover a,
  .page-header .nav-subnav a:hover,
  .page-header .nav-subnav a:focus {
    border-bottom-color: #bb9d13;
  }
  .page-header .nav-subnav li.active a span,
  .page-header .nav-subnav li.hover a span,
  .page-header .nav-subnav a:hover span,
  .page-header .nav-subnav a:focus span {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .page-header .nav-subnav li:last-child a {
    margin-right: 0;
  }
  .page-footer .nav-subnav {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 0 5px;
    border-bottom: 1px dotted #f1ebd0;
    float: left;
    font-size: 1em;
  }
  .page-footer .nav-subnav li {
    margin-bottom: 15px;
  }
  .page-footer .nav-subnav .selected a,
  .page-footer .nav-subnav .selected ul .selected a {
    border-color: #bb9d13;
  }
  .page-footer .nav-subnav .selected ul a {
    border-color: transparent;
  }
  .page-footer .nav-subnav ul {
    display: none;
  }
  .page-header .nav-subnav li:hover ul,
  .page-header .nav-subnav li:focus ul,
  .page-header .nav-subnav li.hover ul {
    left: 0;
    top: 32px;
  }
  .page-header .nav-subnav li:first-child:hover ul,
  .page-header .nav-subnav li:first-child:focus ul,
  .page-header .nav-subnav li:first-child.hover ul {
    left: -20px;
  }
  .page-header .nav-subnav > li > ul {
    width: 175px;
    position: absolute;
    left: -9999em;
    z-index: 100;
    background: #f1ebd0;
    border-bottom: none;
    padding: 10px 0;
    margin: 0;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
    border-top: 3px solid #bb9d13;
  }
  .page-header .nav-subnav > li > ul li {
    height: auto;
    list-style: none;
    float: none;
    border-bottom: 1px dotted #f1ebd0;
  }
  .page-header .nav-subnav > li > ul li.hover a span,
  .page-header .nav-subnav > li > ul li a:hover span {
    border-bottom: 1px dotted #41463f;
  }
  .page-header .nav-subnav > li > ul li a {
    margin: 0;
    padding: 10px 15px 10px 21px;
    border: none;
    color: #41463f;
    bottom: auto;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
  }
  #subnav {
    background: #8d760e;
    position: relative;
    z-index: 2;
  }
  #subnav h1 {
    margin: 0;
    padding: 15px 40px 15px 20px;
    background: #bb9d13;
    color: #fff;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
  }
  #subnav h1 span {
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -2px;
  }
  #subnav nav {
    display: none;
  }
  #subnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #subnav a {
    color: #fff;
    border-bottom: 1px dotted #bb9d13;
    display: block;
    font-size: 15px;
    padding: 14px 30px;
  }
  #subnav a:hover {
    background: #bb9d13;
  }
  .page-header .background ul {
    width: 441px;
    padding-left: 163px;
  }
  .nav-footer {
    padding-top: 20px;
    clear: both;
    line-height: 1;
  }
  .nav-footer li {
    margin-bottom: 5px;
  }
  .nav-footer li:first-child a {
    margin-left: 0;
  }
  .nav-footer a:link,
  .nav-footer a:visited {
    color: #ffffff;
    margin-right: 5px;
    margin-left: 6px;
    margin-right: 6px;
    font-size: 0.85714286em;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
  .nav-footer a:link:hover,
  .nav-footer a:visited:hover,
  .nav-footer a:link:focus,
  .nav-footer a:visited:focus {
    border-color: #ffffff;
  }
  .breadcrumbs {
    color: #41463f;
    font-size: 0.78571429em;
    margin: -12px 0 8px;
  }
  .breadcrumbs a {
    margin-right: 15px;
  }
  .breadcrumbs .separator {
    color: #41463f;
    margin: 0 5px;
    display: none;
  }
  .copy .breadcrumbs {
    width: 100%;
  }
  .search-mailing ul {
    float: right;
    overflow: hidden;
  }
  .search-mailing li {
    cursor: pointer;
  }
  .search-mailing label,
  .search-mailing .icon-menu {
    color: #d7bb44;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    font-size: 0.85714286em;
    padding: 1rem 1.6rem;
    margin-bottom: 0;
  }
  .search-mailing label span,
  .search-mailing .icon-menu span {
    display: none;
  }
  .search-mailing label i,
  .search-mailing .icon-menu i {
    margin-top: 3px;
  }
  .search-mailing form label {
    display: none;
  }
  .search-mailing .icon-menu {
    width: 100%;
    float: left;
  }
  .search-mailing .icon-menu span {
    display: block;
    width: 20px;
  }
  .search-mailing .ir {
    float: left;
  }
  .search-mailing fieldset {
    height: 40px;
    background: #fff;
    border: 1px solid transparent;
    position: relative;
    margin-bottom: 0;
  }
  .search-mailing input {
    width: 100%;
    border: 0;
    background: none;
    padding: 9px 76px 8px 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .search-mailing input:-moz-placeholder {
    color: #b9ada3;
  }
  .search-mailing input:-ms-input-placeholder {
    color: #b9ada3;
  }
  .search-mailing input::-webkit-input-placeholder {
    color: #b9ada3;
  }
  .search-mailing input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .search-mailing .selector {
    color: #999;
  }
  .search-mailing button {
    margin-top: 5px;
    margin-right: 5px;
    float: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 0;
    right: 0;
  }
  .search-mailing-helper {
    display: none;
  }
  .search-mailing-helper form {
    display: none;
  }
  .search-mailing-helper fieldset {
    height: 40px;
  }
  .search-mailing-helper a:hover,
  .search-mailing-helper a:focus {
    border: 0;
  }
  .page-header .search-mailing {
    width: 60%;
    padding: 0.8rem 0.6rem;
    float: right;
  }
  .page-header .search-mailing form {
    margin-top: 10px;
  }
  .page-header .search-mailing #search,
  .page-header .search-mailing #join-mailing {
    width: 100%;
    position: fixed;
    top: -58px;
    left: 0;
    background: #41463f;
    margin: 0;
    padding: 9px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .page-header .search-mailing #subscribe-link {
    position: relative;
    float: right;
  }
  .page-header .search-mailing #search .icon-close-small {
    position: absolute;
    top: 50%;
    right: 50px;
    margin-top: -7px;
  }
  .page-header .search-mailing #join-mailing .icon-close-small {
    position: absolute;
    top: 50%;
    right: 50px;
    margin-top: -7px;
  }
  .page-header .search-mailing #join-mailing label {
    color: #d7bb44;
  }
  .page-header .search-mailing label,
  .page-header .search-mailing .icon-menu {
    height: auto;
    cursor: pointer;
    text-align: center;
  }
  .page-header .search-mailing .active fieldset {
    display: block;
  }
  .page-header .search-mailing .active label {
    border-bottom-color: transparent;
  }
  .page-header .search-mailing .active label span {
    float: left;
    margin-left: 10px;
  }
  .page-header .search-mailing span {
    border-bottom-color: #bb9d13;
  }
  .page-header .search-mailing .icon-menu span:hover {
    border: 0;
  }
  .page-footer .search-mailing form {
    clear: both;
  }
  .page-footer .search-mailing label {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 10px;
    display: block;
    width: auto;
    height: 20px;
  }
  .page-footer .search-mailing fieldset {
    border: none;
    outline: 0px;
    height: auto;
    background: none;
  }
  .page-footer .search-mailing fieldset div.selector {
    min-width: 100%;
    outline: 0px;
    height: 41px;
    border: none;
    padding: 0 0 0 15px;
  }
  .page-footer .search-mailing fieldset div.selector span {
    line-height: 41px;
    height: 41px;
    border: none;
  }
  .page-footer .search-mailing fieldset div.selector:before {
    border-right: none;
  }
  .page-footer .search-mailing fieldset div.selector:after {
    top: 3px;
    border: none;
  }
  .page-footer .search-mailing input {
    background: #fff;
    padding: 9px 25px 8px 15px;
    margin-top: 5px;
  }
  .page-footer .search-mailing button {
    position: relative;
    padding: 14px 22px;
    width: 100%;
    margin-right: 0px;
  }
  .page-footer .search-mailing i {
    margin-right: 11px;
  }
  #uniform-subnav {
    margin-top: 10px;
  }
  .nav-carousel.pull-right {
    margin-top: 22px;
  }
  .pagination {
    display: inline;
  }
  .pagination a {
    width: 12px;
    height: 22px;
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: -126px -442px;
    text-indent: -9999em;
    display: inline-block;
  }
  .pagination a:hover {
    border: 0;
  }
  .pagination a:hover,
  .pagination a.selected,
  .pagination a:focus {
    background-position: -111px -442px;
  }
  .pagination a:focus {
    outline: none!important;
  }
  .pagination-blue a {
    background-position: -111px -447px;
  }
  .pagination-blue a:hover,
  .pagination-blue a.selected,
  .pagination-blue a:focus {
    background-position: -140px -447px;
  }
  .content-page-container {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
  }
  .content-inner h1 {
    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -ms-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    transition: margin 0.4s;
  }
  .copy {
    background: #f1ebd0;
    margin: 20px 0 0 0;
    padding: 62px 30px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .copy nav {
    width: 20%;
  }
  .success.copy {
    background: #fff;
  }
  .copy-2col {
    padding-left: 50px;
  }
  .copy-complimentary > h3:first-child {
    margin-top: 0;
  }
  .copy-complimentary .media h3 {
    color: #fff;
  }
  .nav-secondary {
    display: none;
  }
  .view-map {
    margin: 0 0 20px 20px;
  }
  .page-detail time {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .page-detail time small {
    font-size: 0.4em;
  }
  .latest-news {
    margin-bottom: 40px;
  }
  .latest-news .btn {
    margin-top: -5px;
  }
  .latest-news .media {
    overflow: hidden;
  }
  .latest-news .media-horizontal .bd {
    padding-top: 1.1em;
  }
  .latest-news .article-list-content {
    width: 100%;
  }
  .visible-phone {
    display: none !important;
  }
  .visible-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: none !important;
  }
  .visible-desktop {
    display: inherit !important;
  }
  /* Place embedded videos (e.g. YouTube iframe) in video-wrapper */
  .video-wrapper {
    position: relative;
    padding-bottom: 48%;
    padding-top: 25px;
    height: 0;
  }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1025px), projection and (min-width: 1025px) {
  .logo:link,
  .logo:visited {
    width: 163px;
    height: 97px;
    padding: 0;
    border-top: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .logo:link span,
  .logo:visited span {
    width: 163px;
    height: 97px;
    background: url(../../img/logo-large.png) no-repeat;
    margin-top: 8px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), projection and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), projection and (min-resolution: 192dpi) {
  .logo span {
    background-image: url(../../img/logo@2x.png);
  }
}
@media screen and (max-width: 480px), projection and (max-width: 480px) {
  .btn {
    display: inline-block;
    margin-bottom: 20px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), projection and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), projection and (min-resolution: 192dpi) {
  .icon-search {
    background-image: url('/common/img/icon-search@2x.png');
    background-size: 15px 15px;
  }
  .active .icon-search,
  .icon-search:hover,
  .icon-search:focus {
    background-image: url('/common/img/icon-search-hover@2x.png');
  }
  .icon-email {
    background-image: url('/common/img/icon-email@2x.png');
    background-size: 17px 13px;
  }
  .active .icon-email,
  .icon-email:hover,
  .icon-email:focus {
    background-image: url('/common/img/icon-email-hover@2x.png');
  }
  .icon-email-dark {
    background-image: url('/common/img/icon-email-hover@2x.png');
  }
  .page-footer .search-mailing label.icon-email-dark {
    background-size: 17px 13px;
  }
  .icon-menu span {
    background-image: url('/common/img/icon-menu@2x.png');
    background-size: 13px 38px;
    background-repeat: no-repeat;
    background-position: 50% 4px;
  }
  .icon-menu:hover span {
    background-position: 50% -13px;
  }
  .expanded .page-header-nav .close {
    background-image: url('/common/img/icon-menu-over@2x.png');
    background-size: 11px 11px;
  }
  .icon-phone-blue,
  .icon-phone,
  .icon-close-small,
  .icon-close,
  .icon-arrow-right-blue,
  .icon-arrow-left-blue,
  .icon-arrow-down,
  .icon-arrow-down-white,
  .icon-arrow-up,
  .icon-science,
  .icon-learn,
  .icon-shop,
  .icon-support,
  .icon-conservation,
  .icon-home,
  .icon-twitter-solid,
  .icon-facebook-solid,
  .icon-flickr-solid,
  .icon-arrow-right-pagination,
  .icon-arrow-left-pagination,
  .icon-arrow-left-pagination-blue,
  .icon-arrow-right-pagination-blue,
  .icon-map,
  .pagination a,
  #play-pause,
  .calls-to-action article .close {
    background-image: url('/common/img/sprite-icons@2x.png');
    background-size: 264px 628px;
  }
  #play-pause {
    background: url(/common/img/sprite-icons.png) no-repeat -27px -573px !important;
  }
  #play-pause.paused {
    background-position: -27px -547px !important;
  }
}
@media screen and (min-width: 768px), projection and (min-width: 768px) {
  .calls-to-action-nav,
  .calls-to-action {
    display: block;
  }
}
@media screen and (max-width: 480px), projection and (max-width: 480px) {
  .modal.modal-small .pull-left {
    float: left;
  }
  .modal.modal-small .pull-right {
    float: right;
  }
}
@media screen and (max-width: 800px), projection and (max-width: 800px) {
  .modal.modal-small {
    display: block;
    margin-left: 5%;
    width: 90%;
    top: 50%;
    margin-right: 5%;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), projection and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), projection and (min-resolution: 192dpi) {
  .nav__parent__link {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAASCAMAAAB/2U7WAAAAPFBMVEUAAAD///+7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRP4Jj9ZAAAAE3RSTlMAAAgODxETFZWWoqSlydP2+Pn6fW08ugAAAGhJREFUeAF9zEsWgjAUBNEnRDF8CFD736sDiJIaWNPbp6PL5ZhTqDQf5d1FBlikaQHIUahqo8ROVRt7TFz6qva8jOk7Yx1OG1Z+Z3e1SWWN2hq1NWqz2k61WW1SmdRW68dtG/u49fjTB/WGEHP3JPvkAAAAAElFTkSuQmCC);
    background-size: 14px 9px;
  }
  .nav-has-kids.is-expanded .nav__parent__link {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAASCAMAAAB/2U7WAAAAPFBMVEUAAAD///+7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRO7nRP4Jj9ZAAAAE3RSTlMAAAgODxEUFZWWoqSlydP2+Pn6AB464gAAAGRJREFUeNp90EkSgCAMBMARUGRf/P9f9UIFE3FOqeocJsEU7Wv1Gp8x6XqSzNpIpZFKI5VGyo2ptJxJhVlLKgyYVNhLmXENY9xHhWOsB7R1+YayPrvAkXF1UGfpUb469uIUtp/cPNIQc9S35QgAAAAASUVORK5CYII=);
  }
}
@media screen and (min-width: 1025px), projection and (min-width: 1025px) {
  .page-header-nav-mobile {
    display: none;
  }
  .page-header-nav {
    display: block;
  }
}
@media screen and (min-width: 1025px), projection and (min-width: 1025px) {
  .Cranbourne .page-footer .nav-multisite li.active {
    border-color: #a04332;
  }
  .Cranbourne .background-1 {
    background-image: url("/common/img/backgrounds/cranbourne_1.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .Cranbourne .background-2 {
    background-image: url("/common/img/backgrounds/cranbourne_2.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .Cranbourne .background-3 {
    background-image: url("/common/img/backgrounds/cranbourne_3.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
}
@media screen and (min-width: 1400px), projection and (min-width: 1400px) {
  .Cranbourne .page-header .nav-multisite li.active.third {
    border-color: #a04332;
  }
}
@media screen and (min-width: 1400px), projection and (min-width: 1400px) {
  .Cranbourne .calls-to-action article h3 i {
    background-color: #a04332;
  }
  .Cranbourne .calls-to-action article:hover h3 i {
    background-color: #c45541;
  }
}
@media screen and (min-width: 1025px), projection and (min-width: 1025px) {
  .Melbourne .page-footer .nav-multisite li.active {
    border-color: #72903e;
  }
  .Melbourne .page-header .search-mailing #join-mailing {
    background: none;
  }
  .Melbourne .background-1 {
    background-image: url("/common/img/backgrounds/melbourne_1.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .Melbourne .background-2 {
    background-image: url("/common/img/backgrounds/melbourne_2.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .Melbourne .background-3 {
    background-image: url("/common/img/backgrounds/melbourne_3.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
}
@media screen and (min-width: 1400px), projection and (min-width: 1400px) {
  .Melbourne .page-header .nav-multisite li.active.third {
    border-color: #72903e;
  }
}
@media screen and (min-width: 1530px), projection and (min-width: 1530px) {
  .Cranbourne .page-header .search-mailing #join-mailing {
    background-color: transparent;
  }
}
@media screen and (min-width: 1070px), projection and (min-width: 1070px) {
  .popup[class*='popup-'] {
    margin-left: -540px;
  }
}
@media screen and (min-width: 650px), projection and (min-width: 650px) {
  .media.media-staff-list {
    width: 47%;
    padding-right: 3%;
    float: left;
  }
  .media.media-staff-list .heading {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px), projection and (min-width: 900px) {
  .media.media-staff-list {
    width: 33%;
    padding-right: 3.3%;
  }
  .media.media-staff-list .img {
    width: 46%;
  }
  .media.media-staff-list .bd {
    width: 48%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 900px), projection and (max-width: 900px) {
  .search-page .span9 {
    width: 100%;
  }
}
@media screen and (min-width: 1100px), projection and (min-width: 1100px) {
  #map-modal {
    display: block;
  }
}
@media screen and (max-height: 1000px), projection and (max-height: 1000px) {
  .modal-large.melbourne {
    position: absolute;
    top: 50px;
    margin-top: 0;
  }
}
@media screen and (min-width: 650px), projection and (min-width: 650px) {
  .media.media-plant-collections-list {
    width: 47%;
    padding-right: 3%;
    float: left;
  }
  .media.media-plant-collections-list .bd {
    margin-top: 0;
  }
}
@media screen and (max-width: 1175px), projection and (max-width: 1175px) {
  .date-row .span6 {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), projection and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), projection and (min-resolution: 192dpi) {
  .popup .close {
    background-image: url('/common/img/sprite-icons@2x.png');
    background-size: 264px 628px;
  }
}
@media screen and (min-width: 650px), projection and (min-width: 650px) {
  .whatson__location,
  .whatson__date {
    width: 48%;
    float: right;
  }
  .whatson__type {
    width: 48%;
    float: left;
    border: none;
  }
  .whatson__filter .whatson__location {
    border-bottom: 5px solid #f7f3e4;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .whatson__filter fieldset {
    padding-top: 0;
  }
  .whatson__filter .whatson__type h3 {
    margin-top: 0;
  }
  .whatson__filter label {
    font-size: 0.92857143em;
  }
  .page-grid .whatson__content .media {
    margin-bottom: 20px;
    padding-bottom: 15px;
    cursor: default;
  }
  .page-grid .whatson__content .media:before {
    display: none;
  }
  .page-grid .whatson__content .media header {
    margin-bottom: 18px;
  }
  .page-grid .whatson__content .media .img {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .page-grid .whatson__content .media .content-large {
    display: none;
  }
  .page-grid .whatson__content .media .bd {
    position: relative;
  }
  .page-grid .whatson__content .media .btn {
    width: 90px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
  }
  .page-grid .whatson__content .media .btn:nth-child(2n) {
    top: 33px;
  }
  .page-grid .whatson__content .media-min-height {
    min-height: 170px;
  }
  .article-list-content {
    margin-right: 111px;
  }
  .page-grid .whatson__content .media .content-small,
  .popup,
  .popup__shadow,
  .popup .whatson__gallery {
    display: block;
  }
  .popup {
    top: 72px;
    right: 20px;
    left: 20px;
    padding: 40px;
  }
  .popup .close {
    top: 14px;
    right: 7px;
  }
  .popup .img {
    display: none;
  }
  .popup__heading {
    width: auto;
    float: left;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
  }
  .popup__footer {
    display: none;
  }
}
@media screen and (min-width: 1025px), projection and (min-width: 1025px) {
  .whatson__intro {
    margin-top: 0px;
  }
  .whatson__filter {
    width: 360px;
    float: left;
    margin-top: 49px;
    margin-right: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .whatson__date,
  .whatson__location,
  .whatson__type {
    width: 100%;
    float: none;
  }
  .whatson__filter .whatson__date {
    border-bottom: 0;
    padding: 10px 0 0 0;
  }
  .whatson__filter .whatson__location {
    border-top: 5px solid #f7f3e4;
    padding-top: 10px;
  }
  .whatson__filter .whatson__location h3 {
    margin-top: 1.1em;
  }
  .whatson_nextweek {
    paddingtop: 100px;
  }
  .popup .content-large {
    width: 45%;
    float: left;
  }
  .popup .whatson__gallery {
    width: 50%;
    float: right;
  }
  .whatson__top.show {
    left: 30px;
    opacity: 1;
  }
}
@media screen and (min-width: 1070px), projection and (min-width: 1070px) {
  .popup {
    left: 50%;
    margin-left: -510px;
  }
}
@media screen and (min-width: 1810px), projection and (min-width: 1810px) {
  .page-grid .whatson__content .media {
    width: 48%;
    height: 298px;
    float: left;
    margin-right: 2%;
  }
  .page-grid .loading {
    width: 98%;
  }
}
@media screen and (min-width: 1025px), projection and (min-width: 1025px) {
  .landscape-succession .content-page-container .header-container {
    height: 112px;
    padding: 0 63px;
    display: flex;
    align-items: flex-end;
  }
  .landscape-succession .content-page-container .header-container h1 {
    color: #fff;
    font-size: 54px;
    line-height: 62px;
    margin: 0;
    text-shadow: 0px 0px 69px rgba(0, 0, 0, 0.7);
  }
}
@media screen and (min-width: 800px), projection and (min-width: 800px) {
  .program__banner-image {
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px), projection and (min-width: 1025px) {
  .program__banner-image {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 800px), projection and (min-width: 800px) {
  .program__nav {
    height: 100vh;
  }
}
@media screen and (min-width: 1025px), projection and (min-width: 1025px) {
  .program__infobox {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px), projection and (max-width: 767px) {
  .virtualgarden-template .vertical-p {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 800px), projection and (max-width: 800px) {
  .virtualgarden-template .nav-secondary {
    padding-right: 20px;
  }
  .virtualgarden-template .nav-secondary ul ul {
    display: none;
  }
  .virtualgarden-template .nav-secondary li > a {
    margin: auto;
  }
}
@media screen and (max-width: 500px), projection and (max-width: 500px) {
  .virtualgarden-template .sub-page-cards .sub-page-card:not(:last-of-type),
  .virtualgarden-template .sub-page-cards .sub-page-card:last-of-type {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px), projection and (max-width: 768px) {
  .virtual-garden-landing-page {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px), projection and (max-width: 768px) {
  .virtual-garden-landing-page.section-footer {
    margin-top: 1em;
  }
}
@media screen and (max-width: 500px), projection and (max-width: 500px) {
  .section-social .follow-us {
    flex-wrap: wrap;
  }
  .section-social .follow-us > a {
    flex-basis: calc(30%);
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px), projection and (max-width: 480px) {
  .page-footer #subscribe {
    clear: both;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025px), projection and (min-width: 768px) and (max-width: 1025px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 767px), projection and (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
@media screen and (max-width: 480px), projection and (max-width: 480px) {
  .pull-left,
  .pull-right {
    float: none;
  }
  .home-news .nav-carousel,
  .calls-to-action .nav-carousel,
  #play-pause {
    display: none;
  }
  .fixed-height-image-sm {
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
    min-height: 63vw;
  }
  .fixed-height-image-sm > img {
    position: absolute;
    height: 100%;
    width: auto;
    max-width: none;
    display: inline;
    transform: translateX(-50%);
  }
  .page-header .search-mailing button {
    text-indent: -9999em;
    min-width: 0;
    width: 29px;
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: 8px -44px;
    padding-left: 0;
    padding-right: 0;
  }
  .latest-news {
    position: relative;
    padding-bottom: 50px;
  }
  .latest-news .btn.btn-primary.pull-right {
    position: absolute;
    bottom: 0;
    top: auto;
  }
}
@media screen and (min-width: 480px), projection and (min-width: 480px) {
  .list-half {
    *zoom: 1;
  }
  .list-half:before,
  .list-half:after {
    display: table;
    content: "";
  }
  .list-half:after {
    clear: both;
  }
  .list-half li {
    width: 45%;
    margin-right: 5%;
    float: left;
  }
  .list-third {
    *zoom: 1;
  }
  .list-third:before,
  .list-third:after {
    display: table;
    content: "";
  }
  .list-third:after {
    clear: both;
  }
  .list-third li {
    margin-right: 3%;
    float: left;
  }
  .tabs-navigation {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .tabs-navigation li {
    float: left;
    background: none;
  }
  .tabs-navigation li {
    background: #ffffff;
    border-radius: 5px 5px 0 0;
    margin-right: 2px;
  }
  .tabs-navigation li:hover span {
    border-color: #41463f;
  }
  .tabs-navigation li span {
    border-bottom: 1px dotted transparent;
  }
  .grid-2col {
    width: 49%;
    max-width: 655px;
    float: left;
  }
  .media {
    clear: none;
  }
  .page-footer .nav-multisite li {
    float: left;
    margin-right: 20px;
  }
  .page-header .nav-subnav {
    border-top: 0;
  }
  .page-header .search-mailing {
    max-width: 50%;
    display: block;
  }
  .page-header .search-mailing input,
  .page-header .search-mailing #search input {
    padding-right: 89px;
  }
  .page-header .search-mailing button {
    width: auto;
  }
  .page-header .search-mailing #join-mailing .icon-close-small {
    right: 98px;
  }
  .page-header .search-mailing #search .icon-close-small {
    right: 97px;
  }
  .home-copy {
    padding: 50px 0 0;
  }
  .home-feature .img {
    display: block;
  }
  .home-feature {
    padding-left: 60px;
  }
  .home-feature h1 {
    font-size: 1.92857143em;
  }
  .home-feature p {
    font-size: 1.14285714em;
  }
  .home-feature .img {
    width: 40%;
    margin-left: 20px;
    margin-bottom: 0;
    float: right;
  }
  .home-locations .grid-2col.first {
    margin-right: 2%;
  }
  .latest-news .media-home.media-horizontal .img,
  .latest-news .media-home.media-horizontal .bd {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .event-detail .btn.pull-right,
  .news-detail .btn.pull-right {
    margin: 0 0 10px 20px;
  }
}
@media screen and (min-width: 650px), projection and (min-width: 650px) {
  .page-footer .nav-subnav {
    width: 100%;
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .page-footer .nav-subnav ul {
    display: block;
  }
  .page-footer .nav-subnav li {
    width: 30%;
    margin: 0 3% 23px 0;
    float: left;
  }
  .page-footer .nav-subnav li.single {
    float: right;
    clear: right;
  }
  .page-footer .nav-subnav li.single ul {
    display: none;
  }
  .page-footer .nav-subnav li ul {
    margin: 17px 0 0 0;
    padding: 0;
    list-style: none;
  }
  .page-footer .nav-subnav li li {
    width: 100%;
    float: none;
    margin-bottom: 12px;
  }
  .page-footer .nav-subnav li li a {
    font-weight: normal;
  }
  .page-footer .nav-multisite {
    margin-bottom: 20px;
  }
  .home-events,
  .home-news {
    float: left;
    width: 49%;
  }
  .home-news {
    margin-left: 2%;
  }
  .media .bd {
    margin-left: 6%;
  }
  .media-horizontal .img {
    width: 36%;
    float: left;
  }
  .media-horizontal .bd {
    width: 58%;
    float: left;
  }
  .media-popup {
    width: 50%;
    float: left;
  }
  .media-popup .article-list-content {
    margin-right: 50px;
    margin-top: 0;
  }
  .popup .media-popup .img {
    display: block;
  }
  .popup .media-popup .heading {
    margin-top: 0;
    margin-left: 0;
  }
  .home-news .media-home.media-horizontal .bd,
  .home-news .media-home.media-horizontal .img {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
@media screen and (min-width: 700px), projection and (min-width: 700px) {
  .page-footer .search-mailing {
    margin-left: 0;
  }
  .page-footer .nav-subnav {
    font-size: .9em;
  }
  .page-footer .nav-subnav > li > a {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    font-size: 1.15740740400065em;
  }
  .page-footer .nav-multisite {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (min-width: 800px), projection and (min-width: 800px) {
  .event-detail aside .btn-primary.pull-right {
    position: static;
  }
  .latest-news hr {
    display: none;
  }
  .modal {
    width: 630px;
    height: 615px;
    margin: -277.5px 0 0 -315px;
    padding: 30px 80px;
    top: 50%;
    left: 50%;
  }
  .modal label {
    width: 115px;
  }
  .modal label.error {
    margin-left: 115px;
  }
  .modal input,
  .modal textarea {
    width: 355px;
  }
  .breadcrumbs {
    margin-bottom: 34px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1025px), projection and (min-width: 800px) and (max-width: 1025px) {
  .staff-detail .grid-small-half {
    margin-top: 50px;
  }
  .nav-secondary,
  .copy nav {
    display: block;
    float: left;
    width: 47.82608695652174%;
    margin-right: 4.3478260869565215%;
  }
  aside.grid-small-half {
    float: right;
  }
}
@media screen and (min-width: 900px), projection and (min-width: 900px) {
  .copy {
    margin-top: 30px;
  }
  .page-container {
    margin: 0 30px 30px;
  }
  .home-copy {
    padding-bottom: 10px;
  }
  .home-locations {
    width: 49%;
    float: left;
    margin-right: 2%;
  }
  .home-virtualgarden {
    width: 49%;
    float: left;
  }
  .home-events .media-home-condensed {
    width: 49%;
    float: left;
  }
  .home-events .media-home-condensed.even {
    margin-left: 2%;
  }
  .home-news {
    width: 100%;
    clear: both;
    margin-left: 0;
  }
  .home-news article {
    width: 49%;
    float: left;
    margin-right: 2%;
  }
  .home-news article:last-child {
    margin-right: 0;
  }
  .page-footer {
    padding-top: 30px;
  }
  .page-footer .nav-subnav {
    width: 100%;
  }
  .page-footer .nav-subnav li {
    width: 13.5%;
  }
  .page-footer .nav-multisite {
    margin-bottom: 45px;
  }
  .page-footer .nav-multisite li,
  .page-footer .nav-multisite a {
    float: left;
    padding: 0;
  }
  .page-footer .nav-multisite li {
    padding: 0 25px 7px 0;
    border-color: transparent;
  }
  .page-footer .nav-multisite li.active {
    border-bottom: 0;
  }
  .page-footer .nav-multisite li.active a {
    margin-top: -8px;
    padding: 8px 11px 6px;
  }
  .page-footer .nav-multisite li.active a:hover {
    border-color: transparent;
  }
  .page-footer .nav-multisite li.active.first a {
    color: #d7bb44;
    padding-left: 0;
  }
  .page-footer .nav-multisite li.active.second a {
    background: #566c2f;
  }
  .page-footer .nav-multisite li.active.third a {
    background: #a04332;
  }
  .page-footer .nav-multisite li .icon {
    margin-left: 5px;
  }
  .home-feature {
    padding: 0;
    float: left;
    padding-left: 208px;
    margin-top: 120px;
  }
  .home-feature .bd {
    padding: 0;
  }
  .home-feature h1 {
    font-size: 2.28571429em;
  }
  .home-feature p {
    font-size: 1.71428571em;
  }
  .home-feature .img {
    width: auto;
    margin-left: 40px;
    float: right;
  }
  .home-feature .img .btn-home-feature {
    left: -100px;
  }
  .page-footer .social-media {
    top: 0;
    margin-top: 0;
  }
  .page-footer .search-mailing {
    clear: both;
  }
}
@media screen and (max-width: 1025px), projection and (max-width: 1025px) {
  .page-header .nav-subnav li.hover a span,
  .nav-subnav a span {
    display: none;
  }
  .page-header .search-mailing #search,
  .page-header .search-mailing #join-mailing {
    display: block!important;
  }
  .home-locations.grid-2col,
  .home-news.grid-2col {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .social-media {
    display: none;
  }
  .nav-multisite a span {
    margin-left: -16px;
  }
  .mobile-content {
    position: relative;
    left: 0;
    -webkit-transition: left 0.4s;
    -moz-transition: left 0.4s;
    -ms-transition: left 0.4s;
    -o-transition: left 0.4s;
    transition: left 0.4s;
  }
}
@media screen and (min-width: 1025px), projection and (min-width: 1025px) {
  .page-container h1 {
    display: block;
  }
  #subnav {
    display: none;
  }
  .nav-subnav a {
    color: #d7bb44;
  }
  .nav-subnav a li.hover a,
  .nav-subnav a a:hover,
  .nav-subnav a a:focus {
    border-color: #d7bb44;
  }
  .page-header {
    z-index: 4;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    height: 119px;
    margin: 28px 0 0;
  }
  .page-header .social-media {
    position: absolute;
    top: 68px;
    z-index: 1;
    right: 25px;
  }
  .page-header .nav-multisite,
  .page-header .nav-subnav,
  .page-header .breadcrumbs {
    display: block;
  }
  .page-header .search-mailing {
    max-width: 100%;
    width: 40%;
    margin-top: 19px;
  }
  .page-header .search-mailing form,
  .page-header .search-mailing ul {
    display: none;
  }
  .page-header .search-mailing .active label span {
    display: block;
  }
  .page-header .search-mailing form label {
    display: block;
  }
  .page-header .search-mailing-helper {
    float: right;
  }
  .page-header .search-mailing-helper fieldset {
    margin: 0;
  }
  .page-header .search-mailing-helper .social-media {
    display: block;
    float: left;
    margin: 0 30px 0 0;
  }
  .page-header .search-mailing-helper .social-media a {
    margin: 0;
    float: none;
  }
  .page-header .nav-subnav {
    margin-top: 11px;
    padding-right: 20px;
  }
  .page-header .nav-subnav li {
    border: 0;
  }
  .page-header .nav-subnav a {
    font-size: 0.82352941em;
    margin-right: 11px;
    margin-left: 11px;
    padding: 5px 0 8px;
  }
  .page-header .nav-multisite li {
    width: auto;
    padding-bottom: 0;
    border-bottom: 0;
    padding-top: 0;
  }
  .page-header .nav-multisite li.first {
    padding-left: 0;
  }
  .page-header .nav-multisite li.first a {
    transition: color .25s;
  }
  .page-header .nav-multisite li.first a:hover,
  .page-header .nav-multisite li.first a:focus,
  .page-header .nav-multisite li.first.active a {
    color: #d7bb44;
  }
  .page-header .nav-multisite li ul {
    font-weight: normal;
  }
  .page-header .nav-multisite li ul ul {
    margin-top: 10px;
    padding-top: 10px;
  }
  .page-header .nav-multisite li ul a {
    text-transform: none;
  }
  .page-header .nav-multisite a {
    color: #ffffff;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    padding: 20px 15px 10px;
    display: block;
    border: none;
  }
  .page-header .nav-multisite a:hover,
  .page-header .nav-multisite a:focus {
    color: #ffffff;
    border-color: #ffffff;
  }
  .page-header .nav-multisite .first a {
    padding-left: 0;
    padding-right: 0;
  }
  .page-header .nav-multisite .second a,
  .page-header .nav-multisite .third a {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    transition: background-color 0.25s;
  }
  .page-header .nav-multisite .second.active a,
  .page-header .nav-multisite .second a:hover,
  .page-header .nav-multisite .second a:focus {
    background: #566c2f;
  }
  .page-header .nav-multisite .third.active a,
  .page-header .nav-multisite .third a:hover,
  .page-header .nav-multisite .third a:focus {
    background: #a04332;
  }
  .page-header-nav {
    height: auto!important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    width: 100%;
    padding-left: 207px;
    padding-right: 20px;
  }
  .page-header-nav .icon-twitter-solid,
  .page-header-nav .icon-facebook-solid,
  .page-header-nav .icon-flickr-solid {
    display: inline-block;
  }
  .page-header-nav .icon-twitter-solid:focus,
  .page-header-nav .icon-facebook-solid:focus,
  .page-header-nav .icon-flickr-solid:focus {
    outline: none;
  }
  #uniform-subnav {
    display: none;
  }
  .page-footer .search-mailing {
    width: 25%;
    margin-left: 2%;
    clear: none;
    float: right;
  }
  .page-footer .nav-subnav {
    width: 73%;
  }
  .content-inner .content-page-container {
    padding-top: 150px;
    margin-bottom: 100px;
  }
  .copy {
    padding-left: 55px;
    padding-bottom: 75px;
    padding-right: 50px;
  }
  .success.copy {
    padding-bottom: 50px;
  }
  .nav-secondary {
    display: block;
  }
  .media .bd {
    margin-left: 6%;
  }
  .media-horizontal .img {
    width: 36%;
    float: left;
  }
  .media-horizontal .bd {
    width: 58%;
    float: left;
  }
  .breadcrumbs {
    margin-left: 10px;
  }
  .event-detail .event-date,
  .news-detail .news-date {
    border-top: 5px solid #41463f;
    float: none;
    margin: 0;
  }
  .nav-subnav li:first-child a {
    margin-left: 0;
  }
  .nav-subnav li:last-child a {
    margin-right: 0;
  }
  .nav-multisite .search-mailing-helper {
    padding-right: 0;
  }
  .nav-multisite .search-mailing-helper:focus {
    outline: none;
  }
  .nav-multisite .search-mailing-helper a {
    margin-right: 10px;
  }
  .nav-multisite .search-mailing-helper a,
  .nav-multisite .search-mailing-helper form {
    float: left;
  }
  .nav-multisite .search-mailing-helper #search-small {
    display: block;
  }
  .nav-multisite .search-mailing-helper form {
    max-width: 215px;
    margin-top: 10px;
  }
  .nav-multisite .search-mailing-helper fieldset {
    background: #fff;
    position: relative;
  }
  .nav-multisite .search-mailing-helper input {
    border: 0;
    background: none;
    padding: 10px 42px 9px 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nav-multisite .search-mailing-helper input:-moz-placeholder {
    color: #b9ada3;
  }
  .nav-multisite .search-mailing-helper input:-ms-input-placeholder {
    color: #b9ada3;
  }
  .nav-multisite .search-mailing-helper input::-webkit-input-placeholder {
    color: #b9ada3;
  }
  .nav-multisite .search-mailing-helper input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-multisite .search-mailing-helper input:focus:-moz-placeholder {
    color: #41463f;
  }
  .nav-multisite .search-mailing-helper input:focus:-ms-input-placeholder {
    color: #41463f;
  }
  .nav-multisite .search-mailing-helper input:focus::-webkit-input-placeholder {
    color: #41463f;
  }
  .nav-multisite .search-mailing-helper button {
    font-size: 0.69230769em;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .nav-subnav li {
    width: auto;
    float: left;
  }
  .nav-subnav li:first-child a {
    margin-left: 0;
  }
  .nav-secondary ul {
    padding-left: 10px;
  }
  .search-mailing-helper {
    display: block;
  }
  .search-mailing label,
  .search-mailing .icon-menu {
    padding: 0 0 13px;
  }
  .search-mailing label i,
  .search-mailing .icon-menu i {
    float: left;
    margin-right: 9px;
  }
  .nav-multisite li {
    padding-right: 10px;
    padding-left: 10px;
  }
  .home-copy {
    padding-bottom: 80px;
  }
  .home-news .media-home.media-horizontal .bd {
    padding-left: 0;
  }
  .home-news .media-home.media-horizontal {
    position: relative;
  }
  .home-news .media-home.media-horizontal .img {
    width: 36%;
    float: left;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .home-news .media-home.media-horizontal .img img {
    display: none;
  }
  .home-news .media-home.media-horizontal .img a {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: 0;
    display: block;
    border: 0;
  }
  .home-news .media-home.media-horizontal .bd {
    width: 58%;
    float: left;
    margin-left: 42%;
  }
  .staff-detail .span8 {
    margin-top: 0;
  }
  .page-donate .copy {
    padding-left: 50px;
  }
  .page-donate .copy label[for=postcode],
  .page-donate .copy label[for=cvv] {
    margin-bottom: 0;
    padding-top: 0;
    clear: none;
  }
  .latest-news {
    margin-bottom: 40px;
  }
  .latest-news .media-horizontal .bd {
    padding-top: 0;
  }
  .background {
    background-size: cover;
  }
  .background-1 {
    background-image: url("/common/img/backgrounds/rbg_1.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .background-1--lss {
    background-image: url("/common/img/backgrounds/rbg_lss.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .background-1--strategic-partners {
    background-image: url("/common/img/backgrounds/support_strategic-partners.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .background-1--corporate-sponsors {
    background-image: url("/common/img/backgrounds/support_corporate-sponsors.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .background-1--current-partners {
    background-image: url("/common/img/backgrounds/support_current-partners.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .background-2 {
    background-image: url("/common/img/backgrounds/rbg_2.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .background-3 {
    background-image: url("/common/img/backgrounds/rbg_3.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
}
@media screen and (max-width: 1100px), projection and (max-width: 1100px) {
  .view-map {
    display: none;
  }
}
@media screen and (min-width: 1200px), projection and (min-width: 1200px) {
  .page-container {
    max-width: 2000px;
  }
  .page-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-header .search-mailing #subscribe-link {
    display: inline-block;
  }
  .nav-multisite > li > ul {
    width: 868px;
  }
  .page-header .nav-multisite > li > ul {
    width: 868px;
  }
  .page-footer .nav-multisite {
    margin-top: -17px;
    width: 100%;
    float: none;
    margin-bottom: 42px;
  }
  .page-footer .nav-multisite li,
  .page-footer .nav-multisite li.active.first,
  .page-footer .nav-multisite li.active.second,
  .page-footer .nav-multisite li.active.third {
    border: 0;
  }
  .page-footer .nav-multisite li.active .cranbourne,
  .page-footer .nav-multisite li.active.first.active .cranbourne,
  .page-footer .nav-multisite li.active.second.active .cranbourne,
  .page-footer .nav-multisite li.active.third.active .cranbourne,
  .page-footer .nav-multisite li.active .melbourne,
  .page-footer .nav-multisite li.active.first.active .melbourne,
  .page-footer .nav-multisite li.active.second.active .melbourne,
  .page-footer .nav-multisite li.active.third.active .melbourne,
  .page-footer .nav-multisite li.active .rbg,
  .page-footer .nav-multisite li.active.first.active .rbg,
  .page-footer .nav-multisite li.active.second.active .rbg,
  .page-footer .nav-multisite li.active.third.active .rbg {
    margin-right: 10px;
  }
  .page-footer .social-media {
    float: right;
    margin-bottom: -28px;
  }
}
@media screen and (min-width: 1250px), projection and (min-width: 1250px) {
  .search-mailing-helper {
    position: relative;
    top: 10px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1529px), projection and (min-width: 1025px) and (max-width: 1529px) {
  .page-header .search-mailing form,
  .page-header .search-mailing ul {
    display: none!important;
  }
}
@media screen and (max-width: 1529px), projection and (max-width: 1529px) {
  .nav-multisite .search-mailing-helper button {
    width: 31px;
    text-indent: -9999em;
    background-image: url("/common/img/sprite-icons.png");
    background-repeat: no-repeat;
    background-position: 9px -45px;
  }
}
@media screen and (min-width: 1530px), projection and (min-width: 1530px) {
  .page-header .nav-subnav a {
    font-size: 0.94117647em;
  }
  .page-header .nav-subnav {
    margin-top: 6px;
  }
  .page-header .nav-subnav li:hover ul,
  .page-header .nav-subnav li:focus ul,
  .page-header .nav-subnav li.hover ul {
    top: 35px;
  }
  .page-header .search-mailing {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
  .page-header .search-mailing #search,
  .page-header .search-mailing #join-mailing {
    position: relative;
    padding: 0;
    background: none;
    display: none;
    top: 0;
    width: 57%;
    float: right;
    display: block;
    padding: 54px 0 21px 20px;
  }
  .page-header .search-mailing #search {
    margin-right: 0;
    padding-right: 19px;
    padding-left: 0;
    border-left: 20px solid transparent;
  }
  .page-header .search-mailing label {
    margin-top: -33px;
    text-align: left;
  }
  .page-header .search-mailing li {
    width: 18%;
  }
  .page-header .search-mailing li.active {
    width: 82%;
  }
  .page-header .search-mailing .icon-close-small {
    display: none;
  }
  .page-header .search-mailing #join-mailing {
    display: block;
  }
  .search-mailing-helper {
    display: none;
  }
  .page-header-nav {
    width: 69%;
  }
  .page-header .social-media {
    position: absolute;
    top: 20px;
    left: 98px;
    z-index: 1;
  }
  .page-header .nav-multisite .third.active,
  .page-header .nav-multisite li.third.hover {
    border-right: 0;
  }
  .page-header .nav-multisite > li > ul {
    width: 725px;
  }
  .page-header .social-media {
    display: block;
  }
}
@media screen and (min-width: 1530px), projection and (min-width: 1530px) {
  .page-header .search-mailing #subscribe-link {
    top: 54px;
  }
}
@media screen and (min-width: 1810px), projection and (min-width: 1810px) {
  .page-container {
    max-width: 1810px;
  }
  .page-header .nav-subnav a {
    margin-right: 22px;
    margin-left: 22px;
  }
  .home-copy .grid-3col {
    width: 32%;
    float: left;
  }
  .home-news {
    clear: none;
    margin-left: 2%;
  }
  .home-news article {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px), projection and (min-width: 1025px) {
  .video-wrapper--stretch-grid {
    width: 888px;
    padding-bottom: 112%;
  }
}
@media print {
  .screen {
    display: none;
  }
  .print {
    display: inline-block;
  }
  * {
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  .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;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-link:after {
    content: " (" attr(href) ")";
  }
  h1 {
    margin-bottom: 10px;
  }
  *,
  .pull-left,
  .pull-right {
    float: none;
  }
  .img-responsive {
    width: auto;
    height: auto;
    max-width: 0;
    max-height: 0;
  }
  .page-header-nav,
  .page-footer,
  .nav-carousel,
  .nav-subnav,
  .nav-multisite,
  .search-mailing-helper,
  #join-mailing-small,
  #search-small,
  .search-mailing,
  .logo span,
  .home-feature .img,
  .icon,
  .close,
  .nav-secondary,
  .page-news-list .grid-small-first,
  .page-news-list .btn-dotted,
  .modal,
  .tabs-navigation,
  .gallery,
  .breadcrumbs,
  #subnav h1,
  .calls-to-action,
  .selector span,
  .selector select,
  #education_booking .btn {
    display: none;
  }
  .home-locations article,
  .home-feature article,
  .home-news article,
  .home-virtualgarden article {
    margin-bottom: 50px;
  }
  .home-news article,
  .home-news .carousel,
  .caroufredsel_wrapper,
  .media {
    height: auto!important;
    position: relative!important;
  }
  input,
  textarea {
    border: 0!important;
  }
  input,
  textarea,
  .selector {
    width: 100%!important;
    border-bottom: 1px solid #000!important;
  }
  label {
    margin: 0;
  }
  input {
    margin-bottom: 1em;
  }
  input[type=checkbox] {
    border: 1px solid #000!important;
  }
  .selector {
    height: 42px;
  }
}
/*# sourceMappingURL=core.css.map */