/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

.hidden, [hidden] {
  display: none !important; }

.pure-img {
  max-width: 100%;
  height: auto;
  display: block; }

/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
.pure-g {
  letter-spacing: -.31em;
  *letter-spacing: normal;
  *word-spacing: -.43em;
  text-rendering: optimizespeed;
  font-family: FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  -ms-align-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start; }

.opera-only :-o-prefocus, .pure-g {
  word-spacing: -.43em; }

.pure-u {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

.pure-g [class*="pure-u"] {
  font-family: sans-serif; }

.pure-u-1, .pure-u-1-1, .pure-u-1-2, .pure-u-1-3, .pure-u-2-3, .pure-u-1-4, .pure-u-3-4, .pure-u-1-5, .pure-u-2-5, .pure-u-3-5, .pure-u-4-5, .pure-u-5-5, .pure-u-1-6, .pure-u-5-6, .pure-u-1-8, .pure-u-3-8, .pure-u-5-8, .pure-u-7-8, .pure-u-1-12, .pure-u-5-12, .pure-u-7-12, .pure-u-11-12, .pure-u-1-24, .pure-u-2-24, .pure-u-3-24, .pure-u-4-24, .pure-u-5-24, .pure-u-6-24, .pure-u-7-24, .pure-u-8-24, .pure-u-9-24, .pure-u-10-24, .pure-u-11-24, .pure-u-12-24, .pure-u-13-24, .pure-u-14-24, .pure-u-15-24, .pure-u-16-24, .pure-u-17-24, .pure-u-18-24, .pure-u-19-24, .pure-u-20-24, .pure-u-21-24, .pure-u-22-24, .pure-u-23-24, .pure-u-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

.pure-u-1-24 {
  width: 4.1667%;
  *width: 4.1357%; }

.pure-u-1-12, .pure-u-2-24 {
  width: 8.3333%;
  *width: 8.3023%; }

.pure-u-1-8, .pure-u-3-24 {
  width: 12.5%;
  *width: 12.469%; }

.pure-u-1-6, .pure-u-4-24 {
  width: 16.6667%;
  *width: 16.6357%; }

.pure-u-1-5 {
  width: 20%;
  *width: 19.969%; }

.pure-u-5-24 {
  width: 20.8333%;
  *width: 20.8023%; }

.pure-u-1-4, .pure-u-6-24 {
  width: 25%;
  *width: 24.969%; }

.pure-u-7-24 {
  width: 29.1667%;
  *width: 29.1357%; }

.pure-u-1-3, .pure-u-8-24 {
  width: 33.3333%;
  *width: 33.3023%; }

.pure-u-3-8, .pure-u-9-24 {
  width: 37.5%;
  *width: 37.469%; }

.pure-u-2-5 {
  width: 40%;
  *width: 39.969%; }

.pure-u-5-12, .pure-u-10-24 {
  width: 41.6667%;
  *width: 41.6357%; }

.pure-u-11-24 {
  width: 45.8333%;
  *width: 45.8023%; }

.pure-u-1-2, .pure-u-12-24 {
  width: 50%;
  *width: 49.969%; }

.pure-u-13-24 {
  width: 54.1667%;
  *width: 54.1357%; }

.pure-u-7-12, .pure-u-14-24 {
  width: 58.3333%;
  *width: 58.3023%; }

.pure-u-3-5 {
  width: 60%;
  *width: 59.969%; }

.pure-u-5-8, .pure-u-15-24 {
  width: 62.5%;
  *width: 62.469%; }

.pure-u-2-3, .pure-u-16-24 {
  width: 66.6667%;
  *width: 66.6357%; }

.pure-u-17-24 {
  width: 70.8333%;
  *width: 70.8023%; }

.pure-u-3-4, .pure-u-18-24 {
  width: 75%;
  *width: 74.969%; }

.pure-u-19-24 {
  width: 79.1667%;
  *width: 79.1357%; }

.pure-u-4-5 {
  width: 80%;
  *width: 79.969%; }

.pure-u-5-6, .pure-u-20-24 {
  width: 83.3333%;
  *width: 83.3023%; }

.pure-u-7-8, .pure-u-21-24 {
  width: 87.5%;
  *width: 87.469%; }

.pure-u-11-12, .pure-u-22-24 {
  width: 91.6667%;
  *width: 91.6357%; }

.pure-u-23-24 {
  width: 95.8333%;
  *width: 95.8023%; }

.pure-u-1, .pure-u-1-1, .pure-u-5-5, .pure-u-24-24 {
  width: 100%; }

/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 35.5em) {
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-1-2, .pure-u-sm-1-3, .pure-u-sm-2-3, .pure-u-sm-1-4, .pure-u-sm-3-4, .pure-u-sm-1-5, .pure-u-sm-2-5, .pure-u-sm-3-5, .pure-u-sm-4-5, .pure-u-sm-5-5, .pure-u-sm-1-6, .pure-u-sm-5-6, .pure-u-sm-1-8, .pure-u-sm-3-8, .pure-u-sm-5-8, .pure-u-sm-7-8, .pure-u-sm-1-12, .pure-u-sm-5-12, .pure-u-sm-7-12, .pure-u-sm-11-12, .pure-u-sm-1-24, .pure-u-sm-2-24, .pure-u-sm-3-24, .pure-u-sm-4-24, .pure-u-sm-5-24, .pure-u-sm-6-24, .pure-u-sm-7-24, .pure-u-sm-8-24, .pure-u-sm-9-24, .pure-u-sm-10-24, .pure-u-sm-11-24, .pure-u-sm-12-24, .pure-u-sm-13-24, .pure-u-sm-14-24, .pure-u-sm-15-24, .pure-u-sm-16-24, .pure-u-sm-17-24, .pure-u-sm-18-24, .pure-u-sm-19-24, .pure-u-sm-20-24, .pure-u-sm-21-24, .pure-u-sm-22-24, .pure-u-sm-23-24, .pure-u-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .pure-u-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }
  .pure-u-sm-1-12, .pure-u-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }
  .pure-u-sm-1-8, .pure-u-sm-3-24 {
    width: 12.5%;
    *width: 12.469%; }
  .pure-u-sm-1-6, .pure-u-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }
  .pure-u-sm-1-5 {
    width: 20%;
    *width: 19.969%; }
  .pure-u-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }
  .pure-u-sm-1-4, .pure-u-sm-6-24 {
    width: 25%;
    *width: 24.969%; }
  .pure-u-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }
  .pure-u-sm-1-3, .pure-u-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }
  .pure-u-sm-3-8, .pure-u-sm-9-24 {
    width: 37.5%;
    *width: 37.469%; }
  .pure-u-sm-2-5 {
    width: 40%;
    *width: 39.969%; }
  .pure-u-sm-5-12, .pure-u-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }
  .pure-u-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }
  .pure-u-sm-1-2, .pure-u-sm-12-24 {
    width: 50%;
    *width: 49.969%; }
  .pure-u-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }
  .pure-u-sm-7-12, .pure-u-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }
  .pure-u-sm-3-5 {
    width: 60%;
    *width: 59.969%; }
  .pure-u-sm-5-8, .pure-u-sm-15-24 {
    width: 62.5%;
    *width: 62.469%; }
  .pure-u-sm-2-3, .pure-u-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }
  .pure-u-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }
  .pure-u-sm-3-4, .pure-u-sm-18-24 {
    width: 75%;
    *width: 74.969%; }
  .pure-u-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }
  .pure-u-sm-4-5 {
    width: 80%;
    *width: 79.969%; }
  .pure-u-sm-5-6, .pure-u-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }
  .pure-u-sm-7-8, .pure-u-sm-21-24 {
    width: 87.5%;
    *width: 87.469%; }
  .pure-u-sm-11-12, .pure-u-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }
  .pure-u-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-5-5, .pure-u-sm-24-24 {
    width: 100%; } }

@media screen and (min-width: 48em) {
  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-1-2, .pure-u-md-1-3, .pure-u-md-2-3, .pure-u-md-1-4, .pure-u-md-3-4, .pure-u-md-1-5, .pure-u-md-2-5, .pure-u-md-3-5, .pure-u-md-4-5, .pure-u-md-5-5, .pure-u-md-1-6, .pure-u-md-5-6, .pure-u-md-1-8, .pure-u-md-3-8, .pure-u-md-5-8, .pure-u-md-7-8, .pure-u-md-1-12, .pure-u-md-5-12, .pure-u-md-7-12, .pure-u-md-11-12, .pure-u-md-1-24, .pure-u-md-2-24, .pure-u-md-3-24, .pure-u-md-4-24, .pure-u-md-5-24, .pure-u-md-6-24, .pure-u-md-7-24, .pure-u-md-8-24, .pure-u-md-9-24, .pure-u-md-10-24, .pure-u-md-11-24, .pure-u-md-12-24, .pure-u-md-13-24, .pure-u-md-14-24, .pure-u-md-15-24, .pure-u-md-16-24, .pure-u-md-17-24, .pure-u-md-18-24, .pure-u-md-19-24, .pure-u-md-20-24, .pure-u-md-21-24, .pure-u-md-22-24, .pure-u-md-23-24, .pure-u-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .pure-u-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }
  .pure-u-md-1-12, .pure-u-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }
  .pure-u-md-1-8, .pure-u-md-3-24 {
    width: 12.5%;
    *width: 12.469%; }
  .pure-u-md-1-6, .pure-u-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }
  .pure-u-md-1-5 {
    width: 20%;
    *width: 19.969%; }
  .pure-u-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }
  .pure-u-md-1-4, .pure-u-md-6-24 {
    width: 25%;
    *width: 24.969%; }
  .pure-u-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }
  .pure-u-md-1-3, .pure-u-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }
  .pure-u-md-3-8, .pure-u-md-9-24 {
    width: 37.5%;
    *width: 37.469%; }
  .pure-u-md-2-5 {
    width: 40%;
    *width: 39.969%; }
  .pure-u-md-5-12, .pure-u-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }
  .pure-u-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }
  .pure-u-md-1-2, .pure-u-md-12-24 {
    width: 50%;
    *width: 49.969%; }
  .pure-u-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }
  .pure-u-md-7-12, .pure-u-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }
  .pure-u-md-3-5 {
    width: 60%;
    *width: 59.969%; }
  .pure-u-md-5-8, .pure-u-md-15-24 {
    width: 62.5%;
    *width: 62.469%; }
  .pure-u-md-2-3, .pure-u-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }
  .pure-u-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }
  .pure-u-md-3-4, .pure-u-md-18-24 {
    width: 75%;
    *width: 74.969%; }
  .pure-u-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }
  .pure-u-md-4-5 {
    width: 80%;
    *width: 79.969%; }
  .pure-u-md-5-6, .pure-u-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }
  .pure-u-md-7-8, .pure-u-md-21-24 {
    width: 87.5%;
    *width: 87.469%; }
  .pure-u-md-11-12, .pure-u-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }
  .pure-u-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }
  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-5-5, .pure-u-md-24-24 {
    width: 100%; } }

@media screen and (min-width: 64em) {
  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-1-2, .pure-u-lg-1-3, .pure-u-lg-2-3, .pure-u-lg-1-4, .pure-u-lg-3-4, .pure-u-lg-1-5, .pure-u-lg-2-5, .pure-u-lg-3-5, .pure-u-lg-4-5, .pure-u-lg-5-5, .pure-u-lg-1-6, .pure-u-lg-5-6, .pure-u-lg-1-8, .pure-u-lg-3-8, .pure-u-lg-5-8, .pure-u-lg-7-8, .pure-u-lg-1-12, .pure-u-lg-5-12, .pure-u-lg-7-12, .pure-u-lg-11-12, .pure-u-lg-1-24, .pure-u-lg-2-24, .pure-u-lg-3-24, .pure-u-lg-4-24, .pure-u-lg-5-24, .pure-u-lg-6-24, .pure-u-lg-7-24, .pure-u-lg-8-24, .pure-u-lg-9-24, .pure-u-lg-10-24, .pure-u-lg-11-24, .pure-u-lg-12-24, .pure-u-lg-13-24, .pure-u-lg-14-24, .pure-u-lg-15-24, .pure-u-lg-16-24, .pure-u-lg-17-24, .pure-u-lg-18-24, .pure-u-lg-19-24, .pure-u-lg-20-24, .pure-u-lg-21-24, .pure-u-lg-22-24, .pure-u-lg-23-24, .pure-u-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .pure-u-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }
  .pure-u-lg-1-12, .pure-u-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }
  .pure-u-lg-1-8, .pure-u-lg-3-24 {
    width: 12.5%;
    *width: 12.469%; }
  .pure-u-lg-1-6, .pure-u-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }
  .pure-u-lg-1-5 {
    width: 20%;
    *width: 19.969%; }
  .pure-u-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }
  .pure-u-lg-1-4, .pure-u-lg-6-24 {
    width: 25%;
    *width: 24.969%; }
  .pure-u-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }
  .pure-u-lg-1-3, .pure-u-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }
  .pure-u-lg-3-8, .pure-u-lg-9-24 {
    width: 37.5%;
    *width: 37.469%; }
  .pure-u-lg-2-5 {
    width: 40%;
    *width: 39.969%; }
  .pure-u-lg-5-12, .pure-u-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }
  .pure-u-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }
  .pure-u-lg-1-2, .pure-u-lg-12-24 {
    width: 50%;
    *width: 49.969%; }
  .pure-u-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }
  .pure-u-lg-7-12, .pure-u-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }
  .pure-u-lg-3-5 {
    width: 60%;
    *width: 59.969%; }
  .pure-u-lg-5-8, .pure-u-lg-15-24 {
    width: 62.5%;
    *width: 62.469%; }
  .pure-u-lg-2-3, .pure-u-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }
  .pure-u-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }
  .pure-u-lg-3-4, .pure-u-lg-18-24 {
    width: 75%;
    *width: 74.969%; }
  .pure-u-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }
  .pure-u-lg-4-5 {
    width: 80%;
    *width: 79.969%; }
  .pure-u-lg-5-6, .pure-u-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }
  .pure-u-lg-7-8, .pure-u-lg-21-24 {
    width: 87.5%;
    *width: 87.469%; }
  .pure-u-lg-11-12, .pure-u-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }
  .pure-u-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }
  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-5-5, .pure-u-lg-24-24 {
    width: 100%; } }

@media screen and (min-width: 80em) {
  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-1-2, .pure-u-xl-1-3, .pure-u-xl-2-3, .pure-u-xl-1-4, .pure-u-xl-3-4, .pure-u-xl-1-5, .pure-u-xl-2-5, .pure-u-xl-3-5, .pure-u-xl-4-5, .pure-u-xl-5-5, .pure-u-xl-1-6, .pure-u-xl-5-6, .pure-u-xl-1-8, .pure-u-xl-3-8, .pure-u-xl-5-8, .pure-u-xl-7-8, .pure-u-xl-1-12, .pure-u-xl-5-12, .pure-u-xl-7-12, .pure-u-xl-11-12, .pure-u-xl-1-24, .pure-u-xl-2-24, .pure-u-xl-3-24, .pure-u-xl-4-24, .pure-u-xl-5-24, .pure-u-xl-6-24, .pure-u-xl-7-24, .pure-u-xl-8-24, .pure-u-xl-9-24, .pure-u-xl-10-24, .pure-u-xl-11-24, .pure-u-xl-12-24, .pure-u-xl-13-24, .pure-u-xl-14-24, .pure-u-xl-15-24, .pure-u-xl-16-24, .pure-u-xl-17-24, .pure-u-xl-18-24, .pure-u-xl-19-24, .pure-u-xl-20-24, .pure-u-xl-21-24, .pure-u-xl-22-24, .pure-u-xl-23-24, .pure-u-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .pure-u-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }
  .pure-u-xl-1-12, .pure-u-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }
  .pure-u-xl-1-8, .pure-u-xl-3-24 {
    width: 12.5%;
    *width: 12.469%; }
  .pure-u-xl-1-6, .pure-u-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }
  .pure-u-xl-1-5 {
    width: 20%;
    *width: 19.969%; }
  .pure-u-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }
  .pure-u-xl-1-4, .pure-u-xl-6-24 {
    width: 25%;
    *width: 24.969%; }
  .pure-u-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }
  .pure-u-xl-1-3, .pure-u-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }
  .pure-u-xl-3-8, .pure-u-xl-9-24 {
    width: 37.5%;
    *width: 37.469%; }
  .pure-u-xl-2-5 {
    width: 40%;
    *width: 39.969%; }
  .pure-u-xl-5-12, .pure-u-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }
  .pure-u-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }
  .pure-u-xl-1-2, .pure-u-xl-12-24 {
    width: 50%;
    *width: 49.969%; }
  .pure-u-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }
  .pure-u-xl-7-12, .pure-u-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }
  .pure-u-xl-3-5 {
    width: 60%;
    *width: 59.969%; }
  .pure-u-xl-5-8, .pure-u-xl-15-24 {
    width: 62.5%;
    *width: 62.469%; }
  .pure-u-xl-2-3, .pure-u-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }
  .pure-u-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }
  .pure-u-xl-3-4, .pure-u-xl-18-24 {
    width: 75%;
    *width: 74.969%; }
  .pure-u-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }
  .pure-u-xl-4-5 {
    width: 80%;
    *width: 79.969%; }
  .pure-u-xl-5-6, .pure-u-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }
  .pure-u-xl-7-8, .pure-u-xl-21-24 {
    width: 87.5%;
    *width: 87.469%; }
  .pure-u-xl-11-12, .pure-u-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }
  .pure-u-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }
  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-5-5, .pure-u-xl-24-24 {
    width: 100%; } }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/*
Theme Name: NZGeo
Description: Based on BlankSlate -- http://tidythemes.com/
Version: 0.1
Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready

*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

.clear {
  clear: both; }

html, .pure-g, .pure-g [class*="pure-u"] {
  font-family: "ProximaNova", "Helvetica", "Arial", sans-serif; }

*:focus {
  outline: 0 !important; }

em, i {
  font-style: italic; }

strong {
  font-weight: bold; }

/*
#wpadminbar {
	display: none;
}
*/
a {
  color: inherit;
  text-decoration: none; }

br {
  display: none; }

.line-breaks br, br.y {
  display: block; }

body {
  background: #fff;
  font-size: 16px; }

ul.bullets {
  list-style: square;
  margin-left: 30px;
  margin-bottom: 30px;
  font-family: 'Merriweather', Georgia, serif;
  font-size: 1rem;
  line-height: 1.6rem; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.no-overflow {
  overflow: hidden; }

.right {
  float: right; }

.left {
  float: left; }

.center {
  text-align: center; }

.right.padded > * {
  padding-left: 30px; }

.left.padded > * {
  padding-right: 30px; }

.grey {
  color: #777; }

.white {
  color: white; }

.bfc, .wp-caption {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

.table {
  display: table; }

.table-cell {
  display: table-cell; }

.absolute-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.object-fit-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.margin-bottom {
  margin-bottom: 30px; }

.white-background.object-fit-cover {
  background-size: contain; }

.card-container.nzgeo_video .thumbnail-overlay {
  display: none; }

.kowhai_audio .thumbnail {
  margin-bottom: 10px; }

.kowhai_audio .department-heading {
  margin-top: 5px; }

.kowhai_audio .card {
  border-bottom: 5px solid #000; }

.kowhai_audio .darker {
  background: #111; }
  .kowhai_audio .darker h3 {
    color: #fff;
    margin: 10px 0 20px; }
  .kowhai_audio .darker .department-heading {
    color: #fff;
    opacity: 0.8; }
  .kowhai_audio .darker a, .kowhai_audio .darker div.description {
    color: #fff; }
  .kowhai_audio .darker div.description {
    margin-bottom: 20px; }
  .kowhai_audio .darker p a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .kowhai_audio .darker img {
    max-width: 100%;
    max-height: 240px; }

.card-container.nzgeo_archive .thumbnail, .card-container.nzgeo_photo .thumbnail, .card-container.kowhai_audio .thumbnail, .card-container.nzgeo_stack .thumbnail {
  position: relative; }
  .card-container.nzgeo_archive .thumbnail .thumbnail-overlay, .card-container.nzgeo_photo .thumbnail .thumbnail-overlay, .card-container.kowhai_audio .thumbnail .thumbnail-overlay, .card-container.nzgeo_stack .thumbnail .thumbnail-overlay {
    transition: 0.3s; }
  .card-container.nzgeo_archive .thumbnail a, .card-container.nzgeo_photo .thumbnail a, .card-container.kowhai_audio .thumbnail a, .card-container.nzgeo_stack .thumbnail a {
    transition: 0.4s; }
  .card-container.nzgeo_archive .thumbnail:hover .thumbnail-overlay,
  .card-container.nzgeo_archive .thumbnail:focus .thumbnail-overlay, .card-container.nzgeo_photo .thumbnail:hover .thumbnail-overlay,
  .card-container.nzgeo_photo .thumbnail:focus .thumbnail-overlay, .card-container.kowhai_audio .thumbnail:hover .thumbnail-overlay,
  .card-container.kowhai_audio .thumbnail:focus .thumbnail-overlay, .card-container.nzgeo_stack .thumbnail:hover .thumbnail-overlay,
  .card-container.nzgeo_stack .thumbnail:focus .thumbnail-overlay {
    opacity: 1; }
    .card-container.nzgeo_archive .thumbnail:hover .thumbnail-overlay a,
    .card-container.nzgeo_archive .thumbnail:focus .thumbnail-overlay a, .card-container.nzgeo_photo .thumbnail:hover .thumbnail-overlay a,
    .card-container.nzgeo_photo .thumbnail:focus .thumbnail-overlay a, .card-container.kowhai_audio .thumbnail:hover .thumbnail-overlay a,
    .card-container.kowhai_audio .thumbnail:focus .thumbnail-overlay a, .card-container.nzgeo_stack .thumbnail:hover .thumbnail-overlay a,
    .card-container.nzgeo_stack .thumbnail:focus .thumbnail-overlay a {
      opacity: 1;
      top: 50%; }

.card-container.nzgeo_archive .thumbnail-overlay, .card-container.nzgeo_photo .thumbnail-overlay, .card-container.kowhai_audio .thumbnail-overlay, .card-container.nzgeo_stack .thumbnail-overlay {
  display: block;
  opacity: 0;
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0.3);
  color: white; }
  .card-container.nzgeo_archive .thumbnail-overlay a, .card-container.nzgeo_photo .thumbnail-overlay a, .card-container.kowhai_audio .thumbnail-overlay a, .card-container.nzgeo_stack .thumbnail-overlay a {
    text-transform: uppercase;
    border: 2px solid white;
    padding: 8px;
    opacity: 0;
    display: inline-block;
    top: 55%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */ }

.nzgeo_stack .feature header .w960 {
  box-sizing: border-box; }

.nzgeo_stack .archive-intro {
  padding-bottom: 10px; }

.crop-thumbnail .thumbnail {
  overflow: hidden;
  height: 180px; }

.clickable {
  cursor: pointer; }

.feature-height.crop-thumbnail .thumbnail, .profile .thumbnail, .profile.half-trending-height .card .thumbnail .object-fit-cover {
  height: 393px; }

.crop-thumbnail .object-fit-cover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  padding: 20px;
  margin-top: -20px; }

ul.ib > li {
  display: inline-block; }

.wfull {
  width: 100%;
  height: auto; }

.w960 {
  max-width: 960px;
  margin: 0 auto;
  clear: both; }

@media screen and (min-width: 980px) {
  .masonry {
    width: 980px;
    margin-left: -10px; } }

.masonry.lazy-load > .card-container {
  opacity: 0;
  transition: opacity 0.3s; }

.masonry.lazy-load.loaded > .card-container {
  opacity: 1; }

.masonry > .pure-u-lg-1-3 {
  float: right; }

.masonry > .pure-u-lg-2-3 {
  float: left; }

.pure-g {
  width: 100%; }

.no-border {
  border: none !important; }

.font-fix {
  font-size: 0; }

.font-fix > * {
  font-size: 1rem; }

.clear {
  clear: both; }

.bold {
  font-weight: bold; }

.hidden {
  display: none; }

.pure-container {
  font-size: 0; }

.pure-container > * {
  font-size: 1rem; }

.pure-container.pad30 {
  font-size: 0; }

.pure-container.pad30 > div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 15px;
  font-size: 1rem; }

.pure-container.pad30 > div:first-child {
  padding-left: 0;
  padding-right: 30px; }

.pure-container.pad30 > div:last-child {
  padding-left: 30px;
  padding-right: 0; }

.search-widget {
  padding: 0 10px; }

.widgettitle {
  display: none; }

/* Header menu */
body {
  padding-top: 80px; }

#header {
  background: black;
  position: fixed;
  height: 80px;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 100;
  overflow: visible; }

body.admin-bar {
  padding-top: 110px; }

body.admin-bar #header {
  top: 30px; }

.site-header {
  height: 40px; }

#header.nav-up {
  top: -80px !important; }

#branding img {
  display: block;
  height: 40px; }

#social {
  margin-top: 8px; }

#social > * {
  display: inline-block; }

#social li img {
  height: 25px; }

.login-container {
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 300px;
  text-align: right;
  color: #777;
  font-weight: 600;
  position: relative;
  font-size: 0.9rem;
  vertical-align: top; }

.login.closed {
  width: auto; }

.login.closed input, .login.closed .lost-password, .login.closed .create-an-account {
  display: none; }

nav#menu {
  z-index: 100;
  width: 100%;
  background: white;
  border: 1px solid #999; }

nav#menu.affix {
  position: fixed;
  top: 0px; }

.nav a {
  font-family: "AlpinGothic", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  font-size: 1.1rem;
  transition: 0.3s;
  width: 100%;
  display: block;
  cursor: pointer; }
  .nav a:hover, .nav a:focus {
    opacity: 0.7; }

.nav-border {
  border-left: 1px solid #999;
  border-right: 1px solid #999; }

.nav-border li {
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border-right: 1px solid #999; }

.nav-border li:last-child {
  border-right: none; }

div.huge_it_slideshow_image_wrap, div[class^="huge_it_slideshow_image_wrap_"] {
  margin-bottom: 10px; }

*[class^="huge_it_slideshow_image_wrap"], *[class^="huge_it_slideshow_image_container"] {
  max-width: none !important;
  width: 100% !important;
  height: 372px !important;
  max-height: 372px !important;
  overflow: hidden; }

.huge_it_slideshow_image_container img, *[class^="huge_it_slideshow_image_container"] img {
  width: 100% !important;
  height: 375px !important;
  object-fit: cover;
  -moz-object-fit: cover; }

.huge_it_slideshow_image_container {
  overflow: hidden; }

.subheader {
  padding-top: 10px; }

#wrapper {
  background-color: #eee; }

article p img.ajax-loader {
  width: auto; }

.ad {
  background: #666;
  height: 120px;
  margin: 30px 0px; }

.slideshow-container {
  position: relative; }

#searchform {
  padding: 20px 0; }

.fk9l2GABY8X {
  position: relative;
  top: -8px; }

.search-container {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 95%;
  margin: 0 2.5%; }

.search-button {
  border-radius: 0;
  border: 0;
  width: 40px;
  height: 40px;
  padding: 5px;
  background: url("/wp-content/themes/nzgeo/images/search.png?1");
  background-size: cover;
  float: left; }

footer .search-button {
  display: none; }

.search-input-wrapper {
  margin-left: 60px; }

.search-input {
  border-radius: 0;
  border: 0;
  padding: 10px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

section.w960 > article {
  padding-left: 30px;
  padding-right: 30px; }

.woocommerce section.w960 > article {
  padding-bottom: 50px; }

.card-container {
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.card {
  background: white;
  padding: 15px;
  border-bottom: 5px solid #333;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  overflow: hidden; }

.half-feature-height .card {
  height: 270px; }

.card.magazine {
  height: 285px; }

.content-container .card.magazine {
  border: 0;
  padding-top: 5px; }
  .content-container .card.magazine h2 {
    display: none; }

.content-container .magazine-card {
  float: right;
  clear: right;
  width: 30% !important;
  padding-left: 20px;
  padding-right: 0; }

.content-container .card.magazine h2.section-heading {
  border-bottom: 1px solid black;
  padding-bottom: 15px;
  margin-bottom: 20px; }

.content-container .card.magazine {
  height: auto; }

.content-container .card.magazine p {
  padding-bottom: 0; }

.content-container .card.magazine .features {
  padding-bottom: 45px; }

.content-container .card.magazine .features p {
  width: 49%; }

.content-container .card.magazine img {
  max-width: 120px; }

.feature-height .card, .profile.half-trending-height .card {
  height: 560px; }

.half-trending-height .card {
  height: 366px; }

.quarter-trending-height .card {
  height: 244px; }

.threequarter-trending-height .card {
  height: 508px; }

.trending-height .card {
  height: 752px; }

.card-container.trending .trending-height {
  overflow-y: scroll; }

.half-trending-height .card .thumbnail img {
  height: 180px;
  object-fit: cover;
  -moz-object-fit: cover; }

.half-trending-height .card .thumbnail .object-fit-cover {
  height: 180px; }

.quarter-trending-height .card .thumbnail .object-fit-cover {
  height: 180px; }

.threequarter-trending-height .card .thumbnail .object-fit-cover {
  height: 333px; }

.card-container.kowhai_audio .thumbnail {
  position: relative; }

.author .half-trending-height .card {
  height: auto; }

.feature-height .card .thumbnail img {
  height: 393px;
  overflow: hidden;
  object-fit: cover;
  -moz-object-fit: cover; }

.feature-height .card .thumbnail .object-fit-cover {
  height: 393px; }

.feature-height.kowhai_audio .card .thumbnail .object-fit-cover {
  height: 350px; }

.feature-height.contributor .card .thumbnail img {
  height: 180px; }

.card .thumbnail img {
  width: 100%;
  height: auto; }

.card.search .department-heading {
  margin-top: 0; }

.card.search .thumbnail {
  float: left;
  width: 150px;
  margin-right: 20px; }

.card.search .thumbnail .object-fit-cover {
  width: 150px;
  height: 100px; }

.white-background .card.search .thumbnail img {
  object-fit: contain;
  -moz-object-fit: contain; }

.card.search .thumbnail .object-fit-cover {
  width: 150px;
  height: 100px; }

.compact-card-list {
  overflow-y: auto; }

.no-scroll {
  overflow-y: auto; }

.compact-card-list article {
  border-top: 1px solid black;
  padding: 20px 0;
  height: 50px; }

.compact-card-list article .entry-image {
  width: 50px;
  float: left;
  margin-right: 15px; }

.compact-card-list article .entry-image img, .compact-card-list article .entry-image .object-fit-cover {
  width: 50px;
  height: 50px;
  object-fit: cover;
  -moz-object-fit: cover; }

.compact-card-list article .department-heading {
  margin-top: 0; }

.compact-card-list article h4 {
  font-family: 'ProximaNova'; }

.compact-card-list article:last-child {
  padding-bottom: 0; }

.compact-card-list div.view-more {
  border-top: 1px solid black;
  padding-top: 20px; }

.compact-card-list div.view-more a {
  border: 1px solid black;
  text-transform: uppercase;
  padding: 10px;
  letter-spacing: 2px;
  font-weight: 600;
  display: block;
  text-align: center;
  font-size: 0.9rem;
  font-family: 'ProximaNova'; }
  .compact-card-list div.view-more a:hover, .compact-card-list div.view-more a:focus {
    background: #111;
    color: #fff; }

.card.featured {
  margin-left: 0;
  margin-right: 0;
  width: 100%; }

@media (min-width: 1023px) {
  .island-ad {
    height: 275px; } }

.island-ad img {
  width: 100%;
  display: block; 
  height: auto;
}

.department-heading {
  display: block;
  font-size: 0.5rem;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #464646; }

.card h3 {
  font-size: 1.3rem;
  font-family: ProximaNova;
  font-weight: bold;
  margin-top: 10px; }

.card h2 {
  font-size: 1.6rem;
  font-family: AlpinGothic;
  font-weight: normal;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 4px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.card .content {
  margin-top: 8px;
  margin-bottom: 10px;
  letter-spacing: -0.2px;
  font-family: Merriweather;
  font-size: .9rem;
  line-height: 1.4rem; }

.purchase h4, .red {
  text-transform: uppercase;
  color: #a90000;
  font-size: 0.9rem;
  font-weight: bold;
  padding-bottom: 3px; }

.small-heading {
  font-size: 0.9rem;
  text-transform: uppercase; }

.purchase p {
  margin: 0; }

.card h5 {
  margin-bottom: 6px;
  font-size: 0.8rem;
  text-transform: uppercase; }

.card.purchase .features p {
  font-family: ProximaNova;
  font-weight: 600;
  line-height: 1rem;
  font-size: 0.9rem;
  margin: 3px 0px; }

.card.magazine img {
  float: right;
  max-width: 140px;
  height: auto;
  width: 100%; }

.purchase .details {
  position: relative; }

.purchase a.buy-now {
  position: absolute;
  bottom: 0; }

.black-button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  display: inline-block;
  border: 1px solid black;
  text-transform: uppercase;
  padding: 10px;
  font-size: 0.7rem;
  letter-spacing: 2px;
  color: black;
  font-weight: 600;
  background: white;
  border-radius: 0;
  text-decoration: none !important;
  font-family: 'ProximaNova'; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  padding: 12px !important; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #A00000;
  border-color: #A00000; }

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: auto;
  text-transform: uppercase;
  padding: 11px;
  font-size: 0.7rem;
  letter-spacing: 2px; }

input[type='text'].black-button, input[type='email'].black-button {
  text-transform: none; }

.red-background {
  background: #A00000 !important;
  color: white !important;
  border: 1px solid #A00000 !important;
  text-align: center; }

.green-background, .added {
  background: #77a464 !important;
  border: 1px solid #77a464 !important;
  color: white !important; }

.arrow-box {
  position: relative; }

.arrow-box:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #A00000;
  border-width: 22px;
  margin-top: -22px; }

.black-button.large {
  padding: .5rem 2.5rem;
  font-size: .8rem;
  line-height: 1.3rem; }

.white-button {
  display: inline-block;
  border: 1px solid #777;
  text-transform: uppercase;
  padding: 6px 10px;
  font-size: 0.7rem;
  letter-spacing: 2px;
  color: white;
  font-weight: 600;
  background: black;
  border-radius: 0; }

header.black-border, .content-container h2.section-heading.black-border {
  padding: 1rem;
  border-top: 1px solid black;
  border-bottom: 3px solid black;
  margin-top: 4rem;
  margin-bottom: 2rem;
  text-align: center;
  font-family: 'AlpinGothic';
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 2px; }

.content-container h2.section-heading.black-border, .photocomp header.black-border {
  width: 70%;
  text-align: left;
  padding-left: 0;
  margin-top: 1rem; }

.card h2.section-heading {
  width: 100%;
  margin-top: 0;
  text-align: center; }

header.black-border h2 {
  margin: 0; }

.inline-sign-in {
  text-align: center;
  padding: 42px; }

.button {
  text-decoration: none; }

.woocommerce input.button[name='login'] {
  float: right; }

.woocommerce input.button:hover {
  background: white;
  border-color: #333; }

.woocommerce article.page p {
  line-height: 2rem;
  font-size: 1.5rem; }

.woocommerce form.checkout p {
  line-height: 1.3rem;
  font-size: 1rem; }

.woocommerce table.my_account_orders .order-actions .button, .woocommerce table.my_account_orders .order-actions input.submit {
  display: inline-block;
  text-align: center;
  background: white;
  color: black; }

/* Woocommerce tables */
.woocommerce .my-account table.shop_table {
  border-radius: 0;
  border: 0;
  border-top: 1px solid black;
  border-spacing: 0 1rem; }
  .woocommerce .my-account table.shop_table form {
    text-align: right; }

.variations ul li.header {
  display: none; }

.admin-cookie .renew-subscription .flip-front, .admin-cookie .renew-subscription .flip-back {
  height: 530px; }

.admin-cookie .renewal-variations .variations ul {
  display: block !important;
  float: left; }
  .admin-cookie .renewal-variations .variations ul li.header {
    display: block; }

.woocommerce .product .quantity .qty {
  padding: 5px 0; }

.woocommerce .product .price {
  padding: 10px 0; }

.woocommerce .product .add_to_cart_button {
  margin: 10px 0; }

.woocommerce .product ul.tabs.wc-tabs {
  display: none; }

.woocommerce tr[data-subscription-type=digital] a[href*=edit-address] {
  display: none; }

.entry-content, .woocommerce div.product {
  font-size: 1.2rem;
  line-height: 1.7rem; }

.woocommerce div.product {
  margin-top: 50px; }

.entry-content p {
  margin: 10px 0; }

@media (max-width: 400px) {
  .woocommerce-checkout {
    font-size: 0.8rem; }
  .woocommerce .quantity .qty {
    width: 1rem; } }

@media (max-width:567px) {
  .pure-hidden-phone {
    display: none !important; }
}

.woocommerce a.added_to_cart.wc-forward {
  display: none; }

.entry-content .need-help {
  background: #00accf;
  color: white;
  padding: 1rem;
  width: 240px;
  float: right;
  margin-left: 10px;
  box-sizing: border-box; }
  @media (max-width: 400px) {
    .entry-content .need-help {
      float: none;
      margin-left: 0;
      width: 100%; } }
  .entry-content .need-help h2 {
    color: white;
    text-align: center;
    border-bottom: 1px solid white;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    margin-top: 5px; }
  .entry-content .need-help p {
    font-size: 0.9rem;
    line-height: 1.1rem;
    margin-bottom: 5px; }

@media (max-width: 400px) {
  .woocommerce .my-account a.button {
    width: 49%;
    text-align: center;
    box-sizing: border-box;
    font-size: 1rem; } }

.woocommerce .my-account table.shop_table td, .woocommerce .my-account table.shop_table th {
  border: 0;
  padding: 8px 0; }

.woocommerce .my-account table.shop_table thead th {
  padding-bottom: 10px;
  border-bottom: 3px solid black;
  margin-bottom: 5px; }

.woocommerce .my-account table tbody td {
  background: #eee;
  font-size: 1rem;
  line-height: 1.3rem; }

.woocommerce .my-account table td:first-child {
  padding-left: 10px;
  border-radius: 5px 0px 0px 5px; }

.woocommerce .my-account table td:last-child {
  border-radius: 0 5px 5px 0; }

.woocommerce .my-account table td:last-child {
  padding-right: 8px; }

@media (max-width: 400px) {
  .woocommerce .my-account table.shop_table td {
    padding: 10px;
    border-radius: none; }
  .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    margin-bottom: 1rem; } }

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border-color: inherit; }

.woocommerce .woocommerce-info:before {
  display: none; }

.woocommerce .woocommerce-info {
  border: none;
  background: none;
  padding: 0 !important;
  margin: 0 !important; }

.ph-center::-webkit-input-placeholder {
  text-align: center; }

.ph-center:-moz-placeholder {
  text-align: center; }

.ph-center::-moz-placeholder {
  text-align: center; }

.ph-center::-ms-input-placeholder {
  text-align: center; }

.search-input {
  color: #000;
  font-size: 19px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 1px;
  padding-left: 10px;
  text-indent: 10px; }

.search-input::-webkit-input-placeholder {
  color: #888;
  font-size: 19px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.search-input:-moz-placeholder {
  color: #888;
  font-size: 19px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.search-input::-moz-placeholder {
  color: #888;
  font-size: 19px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.search-input:-ms-input-placeholder {
  color: #888;
  font-size: 19px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 2px;
  text-transform: uppercase; }

article .social {
  width: 40px;
  left: -100px;
  top: 24px; }

.social img {
  width: 40px; }

.socialContainer .social {
  display: none; }

.bottomSocial {
  background-color: white;
  position: relative;
  z-index: 100;
  display: none; }

.related-items .compact-card-list, .related-items .section-heading {
  padding-top: 0;
  margin-top: 0; }

.sidebar-right {
  float: right;
  clear: right;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 0;
  margin-top: 0;
  width: 30% !important;
  padding-left: 20px;
  padding-right: 0; }

.w960.mortise-credits {
  padding: 30px 0 0 0; }

.video .purchase {
  position: relative; }

.video .purchase a.buy-now {
  right: 0;
  bottom: 0;
  left: initial; }

.video .purchase img {
  padding-bottom: 6px; }

.episode .subject-area {
  padding: 5px 0;
  margin: 0;
  margin-bottom: 5px; }

.episode p {
  margin-bottom: 10px; }

.episode .wp-post-image, .episode .wp-post-image {
  width: 300px;
  height: 169px;
  margin-right: 20px;
  object-fit: cover;
  -moz-object-fit: cover; }

.read-more {
  display: none; }

h2.section-heading {
  font-size: 1.6rem;
  font-family: AlpinGothic;
  font-weight: normal;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 4px;
  letter-spacing: 2px;
  text-transform: uppercase; }

h2.section-heading.underline {
  text-align: left;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.life h2.section-heading {
  text-align: left;
  border-bottom: 10px solid black;
  padding-bottom: 12px;
  display: inline-block;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 10px;
  letter-spacing: 1px;
  padding-top: 7px; }

.life h2.section-heading img {
  height: 31px;
  width: auto;
  padding-right: 6px; }

.life .toggle {
  display: none; }

/* Archive */
#content {
  overflow: hidden; }

section.archive-intro.feature {
  position: relative;
  top: 0px;
  height: auto; }
  @media (min-width: 501px) {
    section.archive-intro.feature {
      padding-top: 100vh;
      background: none;
      overflow: hidden;
      margin-top: -80px; } }

.archive-header .photographer {
  font-family: "ProximaNova", sans-serif;
  font-size: 0.7rem;
  text-transform: uppercase;
  position: absolute;
  bottom: 0px;
  display: none; }

@media (min-width: 500px) {
  article.format-content {
    z-index: 10;
    position: relative; } }

section.unstyled article.format-content > .wfull {
  width: 100%; }

article.format-content section.archive-intro.feature header {
  overflow: hidden;
  bottom: 0;
  width: 100%; }

@media (min-width: 500px) {
  article.format-content > .wfull {
    position: fixed;
    top: 0; } }

article.format-content section.archive-intro.department header {
  background: white; }

.search h2.entry-title {
  font-size: 1.5rem;
  padding-top: 20px;
  padding-left: 10px; }

article.format-content section.archive-intro.department header > div {
  background: white;
  padding: 23px; }

.content-container, .credits {
  padding-left: 23px;
  padding-right: 23px; }

article.format-content header p {
  width: 100%;
  margin-left: 0;
  padding-left: 0; }

section.content-block {
  margin: 0px auto; }

section.content-block a {
  color: #872328;
  text-decoration: none; }

section.content-block a.black-button {
  color: black; }

section.content-block .sidebar-right a {
  color: black; }

section.content-block a.red-background {
  color: white; }

section.content-block h3 {
  font-family: "ProximaNova";
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.3rem;
  margin-bottom: 1rem; }

section.content-block > h3 {
  width: 70%; }

.wp-caption {
  width: 100% !important;
  position: relative; }

.affix {
  top: 0;
  z-index: 20; }

.wp-caption img, article p img {
  width: 100%;
  height: auto; }

.wp-caption img {
  float: left; }

.wp-caption.sticky img {
  position: fixed;
  top: 40px;
  z-index: 100; }

.affix {
  position: fixed; }

.toggle {
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat; }

.closed .toggle {
  background-image: url("/wp-content/themes/nzgeo/images/caption-open.png"); }

.open .toggle {
  background-image: url("/wp-content/themes/nzgeo/images/caption-close.png"); }

figure.wp-caption {
  margin: 0;
  width: 70% !important;
  padding-bottom: 20px;
  background: white; }

figure.wp-caption.full-bleed, figure.wp-caption.full-bleed img, p.full-bleed, p.full-bleed img {
  width: 100% !important;
  height: 100vh;
  object-fit: cover;
  padding-bottom: 0;
  transform: translate3d(0px, 0px, 0px); }

.scrollmagic-pin-spacer {
  margin-bottom: 300px !important; }

div.full-bleed {
  width: 100vw;
  height: 100vh; }

div.full-bleed iframe {
  width: 100%;
  height: 100%; }

article.format-content figcaption.wp-caption-text {
  position: absolute;
  top: 20px;
  left: 20px;
  background: transparent;
  z-index: 2;
  transition: background .5s ease-in-out, opacity .5s ease-in-out, width .5s ease-in-out,height .5s ease-in-out, color .5s ease-in;
  padding: 20px;
  overflow: hidden; }

article.format-content .wp-caption-text {
  font-family: ProximaNova, sans-serif;
  font-size: 0.9rem;
  line-height: 1.2rem;
  padding: 20px; }

article.format-content .wp-caption-text.life {
  width: 70%;
  position: static;
  padding: 0; }

article.format-content .wp-caption-text.closed {
  width: 20px;
  height: 20px;
  z-index: 2;
  position: relative;
  background: transparent;
  position: absolute;
  top: 20px;
  left: 20px;
  color: transparent;
  overflow: hidden; }

figcaption {
  padding: 0; }

figcaption.wp-caption-text {
  padding-top: 10px; }

article.format-content figcaption.wp-caption-text.open {
  background-color: rgba(255, 255, 255, 0.8); }

.portrait .caption-content, .portrait figcaption.wp-caption-text {
  width: 250px; }

.caption-content, figcaption.wp-caption-text {
  width: 450px;
  padding-top: 12px; }

.caption-content.life, figcaption.life.wp-caption-text {
  width: 100%; }

.gallery-caption {
  text-align: left;
  border-left: 1px solid #999;
  padding: 0;
  padding-left: 13px;
  margin-top: 15px;
  padding-right: 13px;
  width: 70%; }

dl.gallery-item {
  padding-bottom: 15px; }

/* Typography */
aside.subject-area {
  font-family: "ProximaNova", sans-serif;
  font-size: 0.7rem;
  color: #5d5d5d;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px; }
  aside.subject-area.light {
    font-weight: normal; }

h1.entry-title, h2.entry-title, h1.page-title {
  font-family: "ProximaNova", sans-serif;
  font-size: 3.6rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px; }

header > h1, .woocommerce h2 {
  margin: 3rem 0 1.5rem 0; }

.stand-first {
  font-family: "ProximaNova", sans-serif;
  font-size: 1.5em;
  color: #4b4b4b;
  letter-spacing: 0px;
  line-height: 2.2rem; }

.credits {
  background: white;
  position: relative; }
  .credits.empty {
    margin-bottom: -40px; }

.credits > div {
  padding-bottom: 20px; }

.archive-intro.feature .credits > div {
  padding-top: 40px; }

article.format-content section.archive-intro header > div {
  background: white;
  padding: 60px;
  padding-bottom: 40px; }

@media (max-width: 1500px) {
  h1.entry-title, h2.entry-title, h1.page-title {
    font-size: 3rem; }
  .standfirst {
    font-size: 1.2rem;
    line-height: 1.7rem; }
  article.format-content section.archive-intro header > div {
    padding: 50px;
    padding-bottom: 35px;
    padding-top: 45px; } }

@media (max-width: 500px) {
  article.format-content section.archive-intro header > div {
    padding: 10px; } }

p.author, .sidebar-author {
  font-family: "ProximaNova", sans-serif;
  color: #4b4b4b;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  font-size: 0.9em; }

p.author a {
  color: #4b4b4b;
  font-weight: bold; }

.social-tools {
  display: none; }

.post-edit-link {
  position: absolute;
  top: 15px;
  right: 15px; }

article .content-block p {
  width: 70%;
  font-family: 'Merriweather', Georgia, serif;
  font-size: 1rem;
  line-height: 1.6rem;
  padding-bottom: 20px;
  background: white; }

div.inline {
  width: 70% !important; }

div.wp-caption + p, div.wp-caption + blockquote {
  margin-top: 20px; }

section.content-block {
  padding-top: 20px;
  position: relative; }

article.format-content blockquote p {
  font-family: 'ProximaNova';
  font-weight: 300;
  font-size: 2rem;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  line-height: 1.2em;
  width: 100%; }

article.format-content blockquote {
  margin-bottom: 20px; }

div.content-container {
  background-color: white;
  padding-bottom: 20px;
  position: relative;
  z-index: 20; }

div.department-image {
  width: 70%; }

div.department-image.portrait {
  width: 30%;
  float: left;
  margin-right: 20px; }

div.full-bleed, figure.full-bleed, p.full-bleed {
  margin-bottom: 60vh; }

div.centered.full-bleed, figure.centered.full-bleed {
  margin-bottom: 0;
  text-align: center; 
  height: auto;
}

div.centered.full-bleed img, figure.centered.full-bleed img {
  max-height: 95vh;
  height:auto;
  float: none;
  object-fit: contain;
  -moz-object-fit: contain; }

.caption-content h2.section-heading {
  font-size: 1rem;
  font-family: inherit;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 4px;
  letter-spacing: 1px;
  font-weight: 600; }

img.portrait {
  width: 45%;
  padding-right: 3%;
  float: left; 
  height: auto;
}

img.portrait.alignright {
  padding-left: 3%;
  float: right; }

span.three-words {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'ProximaNova', sans-serif; }

.asterisk {
  text-align: center; }

.asterisk img {
  width: 40px;
  height: auto; }

div.scroll-down {
  text-align: center;
  position: absolute;
  bottom: 50px;
  width: 100%;
  opacity: 0;
  transition: opacity 1.5s; }

div.photo-credit {
  margin-top: 5px;
  padding-left: 20px;
  background-image: url("/wp-content/themes/nzgeo/images/photo-credit.png");
  background-repeat: no-repeat;
  background-size: 16px 11px;
  background-position: 0px 3px;
  font-size: 0.70rem;
  text-transform: uppercase; }

.department-image .photo-credit {
  line-height: 20px;
  margin-bottom: 20px; }

figure {
  padding: 0; }

.wp-post-image {
  max-width: 100%;
  height: auto; }

#content section.content-block div.gallery {
  width: 70%;
  margin: 0;
  margin-bottom: 20px; }

#content dl.gallery-item {
  margin: 0; }

#content dl.gallery-item img {
  width: 100%;
  height: auto;
  border: 0; }

.gallery-columns-2 dl.gallery-item:nth-child(2n+1) dt {
  padding-right: 10px; }

.gallery-columns-2 dl.gallery-item:nth-child(2n) dt {
  padding-left: 10px; }

.gallery-columns-3 dl.gallery-item:nth-child(3n+1) dt {
  padding-right: 4px; }

.gallery-columns-3 dl.gallery-item:nth-child(3n+2) dt {
  padding: 0 2px; }

.gallery-columns-3 dl.gallery-item:nth-child(3n) dt {
  padding-left: 4px; }

dl.gallery-item {
  padding-bottom: 3px !important; }

.pinned div.scroll-down {
  opacity: 1; }

figure.wp-caption.full-bleed .scroll-down img, p.full-bleed .scroll-down img {
  width: 15px !important;
  height: auto !important;
  float: none; }

/* Video styles */
#peppermint {
  background: black;
  width: 100%; }

#peppermint iframe {
  width: 700px;
  height: 400px; }

.nzgeo-archive-issues {
  overflow: auto;
  overflow-y: hidden;
  height: 301px; }

.nzgeo-archive-issues .owl-carousel {
  margin-left: -10px;
  width: 950px; }

.nzgeo-archive-issues h2 {
  border-bottom: 1px solid black; }

.nzgeo-archive-issues .issue {
  display: inline-block;
  text-align: center; }

.nzgeo-archive-issues .issue p {
  text-transform: uppercase;
  font-family: 'ProximaNova';
  font-size: 0.8rem; }

.nzgeo-archive-issues .owl-item {
  text-align: center; }

.nzgeo-archive-issues .issue img {
  width: 135px;
  height: auto;
  box-shadow: 0px 0px 1px 1px #E0E0E0;
  margin-top: 1px; }

.banner-ad img {
  width: 100%; 
  height: auto;
}
.banner-ad-container img {
    max-width: 100%;
    height: auto;
}

/*
.slideshow-container .arrow {

}
.slideshow-container .previous {
	
}
.slideshow-container .next {
	
}*/
.video-slideshow {
  background-color: black; }

.nzgeo_video .credits {
  padding-top: 20px; }

.aspect-container iframe {
  width: 100%;
  height: 100%; }

.aspect-16-9 {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; }

.aspect-4-3 {
  position: relative;
  width: 100%;
  padding-bottom: 75%; }

.aspect-back-issue {
  position: relative;
  width: 100%;
  padding-bottom: 137.6%;
  margin-bottom: 10px; }

.aspect-back-issue img {
  border: 1px solid #ddd;
  box-sizing: border-box; }

.aspect-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.video .card-container, .video .card.purchase {
  padding-top: 0; }

.sidebar {
  margin-bottom: 4rem; }

.content-container .sidebar .sidebar-container {
  overflow: hidden;
  transition: 1.5s all; }

.sidebar.closed .sidebar-container {
  max-height: 300px !important; }

.sidebar .readmore {
  margin-top: 20px; }

section.content-block .sidebar h3 {
  font-family: 'AlpinGothic' !important;
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 500 !important;
  margin: 2rem 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid black;
  border-width: 1px 0px;
  padding: 1rem 0; }
  @media (min-width: 400px) {
    section.content-block .sidebar h3 {
      width: 70%; } }

.sidebar p.sidebar-author {
  text-transform: uppercase;
  color: #666;
  font-weight: 600;
  letter-spacing: 2px; }

.sidebar figure.sidebar-image {
  position: relative;
  width: 70%; }

.sidebar figure.sidebar-image img {
  width: 100%; }

article .content-block .sidebar .content p {
  font-family: "ProximaNova";
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1px; }

footer, #sidebar {
  background: white;
  position: relative;
  z-index: 10;
  padding: 25px; }

footer .social {
  text-align: center;
  padding: 10px; }

#footer {
  background-color: #e0e0e0; }

footer .nav {
  margin: 0 10px; }

footer .nav ul {
  font-size: 0; }

footer .nav ul li {
  display: inline-block;
  text-align: center;
  width: 25%; }

#copyright {
  text-align: center;
  padding: 10px 0 30px 0;
  font-size: 1.1rem;
  font-family: 'ProximaNova'; }

#copyright img {
  width: 200px;
  padding-bottom: 30px; }

@font-face {
  font-family: 'ProximaNova';
  src: url("fonts/ProximaNova-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("fonts/ProximaNova-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'ProximaNova';
  src: url("fonts/ProximaNova-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("fonts/ProximaNova-RegItalic.otf") format("opentype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'ProximaNova';
  src: url("fonts/ProximaNova-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("fonts/ProximaNova-SemiboldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'ProximaNova';
  src: url("fonts/ProximaNova-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("fonts/ProximaNova-BoldIt.otf") format("opentype");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'ProximaNova';
  src: url("fonts/ProximaNova-Extrabold.otf") format("opentype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("fonts/ProximaNova-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'AlpinGothic';
  src: url("fonts/cgalpingthno2-webfont.eot");
  src: url("fonts/cgalpingthno2-webfont.eot?iefix") format("eot"), url("fonts/cgalpingthno2-webfont.woff") format("woff"), url("fonts/cgalpingthno2-webfont.ttf") format("truetype"), url("fonts/cgalpingthno2-webfont.svg#webfontODnoLa1u") format("svg"); }

section.unstyled {
  background: white; }
  section.unstyled article.format-content > * {
    width: 960px;
    margin: 0px auto;
    position: relative; }
  section.unstyled article.format-content > section.archive-intro {
    width: 100%; }
  section.unstyled section.archive-intro.feature {
    padding-top: 0px;
    margin-top: -33vh; }
  section.unstyled div.credits, section.unstyled p, section.unstyled h4 {
    background: white;
    padding: 0px 60px;
    box-sizing: content-box; }
  section.unstyled div.credits p {
    padding: 0; }
  section.unstyled p {
    width: 960px;
    font-family: 'Merriweather', Georgia, serif;
    font-size: 1rem;
    line-height: 1.6rem; }
  section.unstyled figcaption {
    display: none; }
  section.unstyled figure.wp-caption {
    width: 100% !important; }
  section.unstyled figure img.inline {
    width: 960px;
    position: relative;
    margin: 0px auto;
    display: block;
    padding-right: 280px;
    float: none;
    box-sizing: border-box; }

section {
  background-color: white; }

i.stopper {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: black;
  position: relative;
  top: 1px;
  left: 6px; }

.nzgeo_video_container,
.nzgeo_audio_container {
  background-color: #333; }
  .nzgeo_video_container h2.entry-title,
  .nzgeo_audio_container h2.entry-title {
    color: white; }

.nzgeo_video_container .department-heading, .nzgeo_photo_container .department-heading {
  color: #999999; }

.nzgeo_video_container .card.feature, .nzgeo_video_container .card.compact-card-list {
  background-color: #454545;
  color: #FFF;
  border-bottom: 3px solid #999999; }

.nzgeo_video_container .compact-card-list article {
  border-top: 1px solid #999999; }

.nzgeo_photo_container {
  background-color: #000; }

.nzgeo_photo_container .department-heading {
  color: #666666; }

.nzgeo_photo_container .card.feature {
  background-color: #333333;
  color: #FFF;
  border-bottom: 3px solid #666666; }

.nzgeo_photo_container .compact-card-list article {
  border-top: 1px solid #666666; 
}

.caption-content h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px; }

/* Shopping cart */
.renewal-variations {
  display: none; }

.nanoModal .renewal-variations {
  display: block; }

.nanoModalButtons {
  text-align: center; }

.variations .variation-group {
  display: none; }

.variation-group {
  font-size: .875em;
  color: #333;
  text-align: left;
  margin: 20px; }

.variation-group input {
  margin-right: 5px; }

.woocommerce #wrapper h2, .entry-content h2 {
  font-family: "AlpinGothic", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  font-size: 2.4rem;
  letter-spacing: 3px; }

.woocommerce h3 {
  font-weight: bold;
  padding: 10px 0; }

.woocommerce article.page a, .woocommerce p.myaccount_user a, .nanoModal a, .entry-content a {
  text-decoration: underline; }

.woocommerce article.page .select2-drop-mask a {
  text-decoration: none; }

address br {
  display: block; }

body.paywall-popup-active {
  overflow: hidden; }

.crate-content {
  background: white;
  padding: 30px; }

.user-form > div {
  margin: 10px 10px 10px 0; }

.user-form label {
  display: block; }

.paired-input div {
  float: left;
  width: 50%;
  padding-right: 10px;
  box-sizing: border-box; }

.login-form .name-inputs, .login-form .confirm-password-input {
  display: none; }

.login-form {
  margin-right: 20px; }

.woocommerce .login-container form.login {
  margin: 0;
  border: 0; }

#social > .login-container, .current-user {
  display: none; }

.current-user img {
  display: none; }

@media (max-width: 400px) {
  .current-user img {
    display: block;
    height: 23px; }
  .current-user span.name {
    display: none; } }

.login-container.logged-in {
  width: auto; }

.login-container.logged-in .current-user {
  display: block;
  font-size: .8rem;
  margin-right: 10px;
  line-height: 27px; }

.login-container.logged-in form {
  display: none; }

.login-container form {
  position: absolute;
  width: 200px;
  background: black;
  padding: 20px;
  margin-left: -40px;
  top: 15px;
  padding-top: 0px;
  display: inline-block;
  right: 0;
  top: 20px; }

.login-container form.closed {
  padding: 0;
  position: static;
  margin: 0; }

.login-container form.closed .white-button {
  margin-top: 0px; }

.login-container .lost-password, .login-container .create-an-account {
  text-align: left; }

.login-container .lost-password a, .login-container .create-an-account a {
  font-size: .6rem;
  line-height: 1.4rem; }

.login-container .white-button {
  margin-top: 6px; }

input.text.dark {
  width: 100%;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 5px 0;
  text-align: center;
  background: black;
  border: 1px solid #777;
  color: white; }

input.text.dark::-webkit-input-placeholder {
  color: #666;
  font-size: .9rem;
  letter-spacing: 2px;
  font-weight: 700; }

input.text.dark:-moz-placeholder {
  color: #666;
  font-size: .9rem;
  letter-spacing: 2px;
  font-weight: 700; }

input.text.dark::-moz-placeholder {
  color: #666;
  font-size: .9rem;
  letter-spacing: 2px;
  font-weight: 700; }

input.text.dark:-ms-input-placeholder {
  color: #666;
  font-size: .9rem;
  letter-spacing: 2px;
  font-weight: 700; }

body .nanoModal {
  border-radius: 0;
  background: white; }

.paywall-modal {
  display: none; }

.nanoModal .paywall-modal {
  display: block; }

.nanoModal.no-padding {
  padding: 0; }

.paywall-modal {
  width: 100vw;
  max-width: 700px;
  z-index: 10000000;
  background: white;
  max-height: 100vh;
  overflow-y: auto; }

input[name='register_submit_button'] {
  margin-top: 20px; }

.paywall-modal div.modal-content {
  padding: 30px; }

.register br, .register-lite br {
  display: block; }

.register .form-container, .register-lite .form-container {
  position: relative;
  width: 90%;
  margin: 0px auto; }

.register .form-container {
  width: 100%;
}

.register .user-form input, .register-lite .user-form input {
  display: block;
  margin: 10px 0;
  box-sizing: border-box;
  width: 30%;
  text-align: left;
  text-transform: none;
  letter-spacing: 1px;
  z-index: 100000; }

.register .user-form form {
  margin:20px 20px 0 20px;
  display: flex;
  justify-content: space-between;
}

.register .user-form form input {
  width:32%;
  display: inline-block;
}

@media(max-width: 400px) {
  .register .user-form form input, .register #register_submit_button {
    display: block;
    margin: 10px auto;
    width: 100%;
  }

  .paywall-modal .intro p {
    margin: 0;
  }

  .register .user-form form {
    margin: 0;
  }

  .paywall-modal footer div p {
    width: 100% !important;
  }

  .paywall-modal .intro h3 {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .paywall-modal div.intro {
    position: relative;
    top: -20px;
  }
  .nanoModalOverlay {
    opacity: 1;
  }
}

@media(max-width: 768px) {
  #register_submit_button {
    display: block;
    margin: 0px auto;
    width: 65%;
  }
  .register .user-form form {
    display: block;
    text-align: center;
  }
  .intro p:first-child {
    margin: 0 -10%;
  }
}

.register .user-form input.red-background, .register-lite .user-form input.red-background {
  text-align: center; }

.register .user-form, .register-lite .user-form {
  width: 100%; }

.register .subscribe, .register-lite .subscribe {
  width: 45%;
  position: absolute;
  right: 0;
  bottom: 0; }

.register .subscribe .error, .register-lite .subscribe .error {
  margin-bottom: 10px; }

.register .subscribe a.black-button, .register-lite .subscribe a.black-button {
  margin-top: 10px;
  width: 80%; }

.register .subscribe p, .register-lite .subscribe p {
  color: #A00000;
  font-size: 1.3rem; }

.paywall-modal h2 {
  font-size: 2.8rem;
  line-height: 3.5rem;
  font-family: 'ProximaNova';
  text-align: center; }

.nanoModal a.red-background {
  text-decoration: none; }

.paywall-modal .black-button {
  padding: 14px;
  margin-top: 20px;
  font-size: 0.9rem; }

.paywall-modal a.white-button {
  width: 40%;
  padding: 14px;
  font-size: 0.9rem;
  float: right;
  text-decoration: none;
  text-align: center; }

.paywall-modal footer {
  background-color: black;
  color: white;
  padding: 0 30px; }

.paywall-modal footer div {
  padding: 15px 5%; }

.paywall-modal footer div p {
  width: 40%;
  float: left;
  padding: 15px 0; }

.get-subscription .intro {
  width: 88%;
  margin: 0px auto; }

.get-subscription p.not-right-now {
  margin: 0 100px;
  padding-bottom: 10px;
  padding-top: 20px; }

.get-subscription p.not-right-now a {
  text-decoration: none; }

p.fine-print {
  font-size: 0.6rem;
  padding-left: 5%;
  padding-top: 15px; }

.loading {
  background-image: url(/wp-content/themes/nzgeo/images/ajax-loader.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 10px 0; }

.contentNotIncluded {
  padding: 40px;
  padding-top: 0; }

.contentNotIncluded img {
  display: block;
  max-width: 70%;
  margin: 0px auto; }

@media (max-width: 767px) {
  .register .user-form, .register-lite .user-form {
    width: 100%; }
  .register h2 {
    font-size: 1.4rem;
    line-height: 1.6rem; }
  .register .subscribe, .register-lite .subscribe {
    width: 100%;
    position: static; }
  .register .subscribe p, .register-lite .subscribe p {
    font-size: 1.1rem; }
  .nanoModal {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important; }
  .card.search .thumbnail {
    width: 100%;
    float: none;
    margin-bottom: 20px; }
    .card.search .thumbnail .object-fit-cover {
      width: 100%;
      height: 200px; } }

.owl-wrapper .episode {
  padding: 0 10px; }

section.episodes {
  overflow: hidden; }

.video-series {
  width: 980px;
  margin-left: -10px; }

#step_2 {
  display: none; }

.tab-container {
  display: none; }

.tab-container.selected {
  display: block; }

.tab-container > img.spinner {
  display: block;
  margin: 0 auto;
  width: 100px; }

.tab-option {
  text-align: center;
  padding-bottom: 3rem;
  opacity: .2;
  transition: opacity .3s;
  cursor: pointer; }

.tab-option.store-option {
  padding-bottom: 0; }

.tab-option:hover {
  opacity: .4; }

.tab-option.selected, .pristine .tab-option {
  opacity: 1; }

.tab-option article {
  padding: 1rem; }

.tab-option img {
  height: 120px;
  width: auto;
  padding: 2rem 0 1rem 0; }

.tab-option h3 {
  font-size: 2rem; }

.tab-option p, .variation-group {
  font-size: 1.3rem;
  line-height: 1.6rem;
  padding-bottom: 1rem; }

.variation-group {
  margin-bottom: 0;
  padding-bottom: 0; }

.tab-option aside {
  font-size: 1rem;
  line-height: 1.1rem; }

.variations {
  display: inline-block; }

.variation-group span.period {
  display: inline-block;
  width: 110px;
  margin-left: 1rem; }

.renewals {
  padding: 20px;
  padding-bottom: 30px; }

.renewals img {
  height: 100px;
  margin-right: 20px;
  margin-top: 10px; }

.tab-option aside {
  padding: 20px;
  padding-bottom: 0px; }

h4.red-caps {
  color: #E50000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 2px;
  text-transform: uppercase; }

article.nzgeo_video p.author {
  margin-top: 20px; }

@media (max-width: 1023px) {
  .feature-height .card .thumbnail .object-fit-cover {
    height: 380px; }
  .half-trending-height .card .thumbnail .object-fit-cover {
    height: 280px; }
  .half-trending-height .card, .feature-height .card {
    height: auto; }
  .profile .object-fit-cover {
    height: 400px !important; } }

@media (max-width: 768px) {
  .fk9l2GABY8X {
    display: none !important; }
  section.archive-intro.feature {
    margin-top: 0px; }
  article.format-content section.archive-intro.department header > div {
    padding: 23px 0; }
  .content-container {
    padding-left: 0;
    padding-right: 0; }
  div.credits {
    padding: 0 10px; }
  section.content-block, div.credits {
    padding-top: 10px; }
  .photo-credit-container {
    display: none; }
  /*html {
		font-size:130%;
	}*/
  article.format-content section.archive-intro.feature header {
    position: static;
    margin-top: 0; }
  section.archive-intro.feature {
    height: auto; }
  .credits > div {
    padding: 0; }
  section.archive-intro.feature {
    overflow: initial; }
  div.department-image, .wp-post-image {
    width: 100%; }
  .archive-intro > img, .wp-caption img, article p img {
    width: calc(100% + 20px);
    margin-left: -10px; }
  .wp-caption img, article p img {
    margin-bottom: 10px; }
  article .content-block p, figure.wp-caption, article .content-block > h3 {
    width: 100%; }
  figure.wp-caption, figure.wp-caption.full-bleed, .scrollmagic-pin-spacer, .full-bleed.pinnable, .full-bleed.pinnable iframe, .video-slideshow {
    width: calc(100% + 20px) !important;
    min-width: 100% !important;
    margin-left: -10px !important;
    margin-bottom: 0px !important;
    position: relative !important;
    height: auto !important; } }

@media (max-width: 768px) and (max-width: 500px) {
  article.format-content > .wfull {
    width: calc(100% + 20px) !important;
    min-width: 100% !important;
    margin-left: -10px !important;
    margin-bottom: 10px !important;
    position: relative !important;
    height: auto !important; }
  h1.entry-title, h2.entry-title, h1.page-title {
    font-size: 1.7rem; }
  div.scrollmagic-pin-spacer {
    margin-bottom: 0px; }
  section.archive-intro {
    position: static !important; } }

@media (max-width: 768px) {
  article.format-content > .wfull {
    margin: 0; }
  figure.wp-caption.full-bleed, figure.wp-caption.full-bleed img, p.full-bleed, p.full-bleed img {
    height: auto !important; }
  div.full-bleed {
    height: auto; }
  .magazine-card, .card-container.related-items {
    display: none; }
  .get-subscription p.not-right-now {
    margin: 0 40px 0 20px; }
  .login-container, .login-container form.closed {
    width: auto; } }

@media (min-width: 600px) {
  article.format-content > .wfull {
    object-fit: cover;
    width: 100%;
    height: 100vh; } }

@media (min-width: 500px) and (max-width: 768px) {
  article > .scrollmagic-pin-spacer:nth-child(2) {
    margin-bottom: 300px !important; } }

@media (max-width: 400px) {
  html {
    font-size: 110%; }
  body.admin-bar #header {
    top: 0px; }
  footer, #sidebar {
    padding: 0; }
  .card {
    padding: 8px; }
  .card-container {
    padding: 5px; }
  .feature-height .card, .half-trending-height .card {
    height: auto; }
  .profile .card {
    height: auto; }
  .profile .card .thumbnail .object-fit-cover {
    height: 400px; }
  .nav-border {
    border: 0; }
  footer .nav ul {
    border: 0;
    border-top: 1px solid #ccc; }
  footer .nav ul li {
    display: block;
    border: 0;
    border-bottom: 1px solid #ccc;
    width: 100%; }
  h1.entry-title, h2.entry-title, h1.page-title {
    font-size: 1.7rem; }
  .stand-first {
    line-height: 1.5rem;
    font-size: 1.1rem; }
  figure.wp-caption {
    overflow: initial; }
  .wp-caption img {
    float: none; }
  article.format-content figcaption.wp-caption-text {
    width: auto;
    right: 20px; }
  .caption-content, figcaption.wp-caption-text {
    width: 100%; }
  .scrollmagic-pin-spacer {
    width: calc(100% + 20px) !important; }
  .content-container .related-items {
    display: none; }
  .product-total {
    width: 40%; }
  input.qty {
    width: 1rem; }
  .trending-height .card {
    height: auto; }
  .trending article:nth-child(n+7) {
    display: none; }
  footer .compact-card-list article:nth-child(n+6) {
    display: none; }
  .video-series {
    width: auto;
    margin-left: 0; }
  header.black-border {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .woocommerce h2 {
    font-size: 1.8rem; }
  .scroll-down {
    display: none; }
  div.content-container {
    padding-bottom: 0; }
  figure.wp-caption {
    padding-bottom: 0; }
  p.author {
    line-height: 1rem; }
  p.author span {
    display: block; }
  .paywall-modal .intro p {
    font-size: 1rem;
    line-height: 1.2rem; }
  .login-form {
    margin-right: 0; }
  .login-container form {
    top: 30px;
    left: -80px; }
  .login-container .white-button {
    letter-spacing: 1px; }
  ul.ib > li.email {
    display: none; }
  .paywall-modal .black-button {
    padding: 10px; }
  .arrow-box:after {
    display: none; }
  .get-subscription p.not-right-now {
    margin: 0; }
  article.format-content figcaption.wp-caption-text.open {
    top: 0;
    bottom: 13px;
    position: absolute;
    left: 0;
    right: 0;
    overflow-y: scroll;
    height: auto !important;
    box-sizing: border-box; } }

.nanoModalBtnPrimary img {
  top: 2px;
  position: relative;
  left: -4px; }

/* Card flip */
.nanoModal {
  padding: 0; }

.nanoModal .paywall-modal .flip-front .modal-content, .nanoModal .paywall-modal .flip-back .modal-content {
  padding: 20px; }

.flip-container {
  perspective: 1000; }

.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
}

.flipper.active {
  transform: rotateY(180deg); }

.flipper.flipped {
  transform: rotateY(180deg); }

.flip-back {
  height: 100%;
  transform: rotateY(180deg);
  font-size: 2.5rem; }

.flip-back.red, .flip-front.red {
  background: #A00000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  color: white;
  padding-bottom: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.flip-front, .flip-back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  top: 0;
  left: 0; }

.woocommerce table.my_account_orders .order-actions .button.renew-expiring {
  background-color: #b0211a;
  color: white;
  border-color: #b0211a; }

@media (max-width: 400px) {
  div.button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 0; } }

.renew-subscription .flip-front, .renew-subscription .flip-back {
  height: 382px; }

.flip-front {
  z-index: 2;
  transform: rotateY(0deg); }

.subscription-status-active {
  color: green; }

.subscription-status-on-hold {
  color: orange; }

.subscription-status-expired {
  color: #A00000; }

.mymail_checkout_checkbox, .kowhai_recurring_payment {
  font-size: 1rem; }

.digital-recipient-container {
  display: none; }

.digital-cart #billing_company_field, .digital-cart #billing_phone_field, .digital-cart .address-field, .digital-cart #ship-to-different-address, .digital-cart .shipping_address {
  display: none !important; }

.digital-cart .col-2 {
  float: none; }

.digital-cart .digital-recipient-container {
  display: block; }

.kowhai_recurring_payment {
  display: none;
}

.subscription .kowhai_recurring_payment {
  display: block;
}

.subscription .bimonthly .kowhai_recurring_payment {
  display: none; }

.flip-back {
  position: absolute;
  top: 0; }

.digital-recipient {
  display: none; }

.renew-subscription {
  padding: 20px 40px;
  max-width: 500px;
  overflow: hidden; }
  .renew-subscription .variation-group {
    margin-left: 0; }
  .renew-subscription .buttons {
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    width: 100%; }
    .renew-subscription .buttons a {
      cursor: pointer; }
  .renew-subscription img {
    width: 50%;
    margin: 0 auto;
    display: block; }

.renewal-variations p {
  margin-top: 20px; }

.link-your-subscription .submit {
  display: inline-block; }

.default-modal {
  padding: 20px;
  max-width: 600px;
  box-sizing: border-box; }
  .default-modal h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 10px; }
  .default-modal .nanoModalBtn, .default-modal .nanoModalBtn:hover {
    background: none;
    color: black;
    border: 1px solid black;
    padding: 8px 30px;
    margin-top: 20px;
    margin-right: 0; }

#social .search-button {
  height: 25px;
  width: 25px;
  box-sizing: border-box; }

.overlay-button {
  text-align: center;
  width: 100%;
  position: relative;
  top: 50%;
  z-index: 1; }
  .overlay-button img {
    width: 70px !important;
    height: 70px !important;
    margin-top: -35px;
    opacity: .8; }

.trending .overlay-button {
  display: none; }

.nzgeo_photo .authorcredit {
  display: none; }

/* Photocomp */
a.jp-carousel-commentlink, #jp-carousel-comment-form-container, a.jp-carousel-image-download {
  display: none !important; }

.single-nzgeo_photo .gallery-caption {
  display: none !important; }

.photocomp {
  margin: 20px auto; }
  .photocomp .upload-form, .photocomp .video-upload-form {
    margin: 30px 0; }
  .photocomp h1 {
    margin-bottom: 2rem; }
  .photocomp h2 {
    margin: 40px 0 20px 0; }
  .photocomp h3 {
    font-size: 1.8rem;
    font-weight: bold; }
  .photocomp header.black-border {
    margin-top: 0; }
  .photocomp input[type='file'] {
    width: 350px; }
  .photocomp label {
    width: 300px;
    float: left;
    display: block;
    padding-bottom: 15px;
    margin-top: 3px; }
  .photocomp label.error {
    float: right;
    margin-right: 50px; }
  .photocomp form {
    padding-left: 0px !important; }
  .photocomp ul.photocomp-nav {
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 36px; }
  .photocomp ul.photocomp-nav li {
    display: block;
    float: left;
    background-position: 0px 36px;
    width: 146px;
    height: 36px; }
  .photocomp ul.photocomp-nav li.active {
    background-position: 0px 0px; }
  .photocomp button, .photocomp input.submit {
    cursor: pointer; }
  .photocomp div.uploaded-images {
    margin: 20px 0px; }
  .photocomp span.step-heading {
    color: #900; }
  .photocomp div.photoheader h3 {
    background: black;
    font-size: 10px;
    color: white;
    text-transform: uppercase;
    line-height: 16px;
    padding-left: 5px;
    margin: 10px 27px 10px 0;
    font-family: 'GeogrotesqueSemiBold',Arial, Helvetica, sans-serif;
    font-weight: normal; }
  #controls {
    margin-bottom:20px;
    margin-top: 10px;
  }
  
  .submit-entry {
    margin-top:20px;
  }
  
  h3.uploaded-files, .submit-entry, .file-rows {
    display:none;
  }
  h3.uploaded-files.show, .submit-entry.show, .file-rows.show  {
    display: inline-block;
  }
  #drag_drop {
    min-height: 150px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    color: #666;
    position: relative;
  }
  #drag_drop p.placeholder {
    position: absolute;
    top:50%;
    transform: translateY(-50%);    
    margin: 0;
    text-align: center;
    width: 100%;
  }
  #filelist li {
    list-style: none;
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }
  .photocomp .review-row {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
  }
  .photocomp a.remove {
    position: absolute;
    top:0;
    right: 0;
  }
  .photocomp .photo-img {
    width: 25%;
    height: auto;
    padding-right: 1%;
    box-sizing: border-box; }
  .photocomp .photo-meta {
    position: relative;
    width: 74%;
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .photocomp .photo-meta textarea {
    width: 100%;
    height:80px;
    margin-top:15px;
  }
  .review-row.video textarea {
    margin-top:30px;
  }
  .photocomp .image-row {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    clear: left; }
  .photocomp .image-row p {
    margin: 40px 10px;
    float: left; }
  .photocomp .review {
    margin-bottom: 20px;
    min-height: 215px; }
  .photocomp .review p {
    margin: 0 0 5px 10px;
    float: left; }
  .photocomp .review h4 {
    margin: 0; }
  .photocomp .review h3 {
    margin: 0 0 5px 0; }
  .photocomp .review .photo-img {
    float: left;
    height: auto;
    width: 200px; }
  .photocomp .review iframe {
    float: left;
    height: auto;
    width: 200px; }
  .photocomp .video-row iframe {
    width: 320px;
    height: 200px; }
  .photocomp .review-subgrid {
    min-height: 200px;
    padding-bottom: 10px; }
  .photocomp .black-button {
    line-height: 12px; }
  .photocomp .clr {
    clear: both;
    height: 0;
    display: block;
    float: none; }
  .photocomp #spinner {
    display: none; }
  .photocomp .photocomp #spinner {
    display: inline; }

.loading-overlay {
  display: none; }

.loading .loading-overlay {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100000; }
  .loading .loading-overlay img {
    width: 50%; }

#full-screen-search-container, #full-screen-search-close {
  display: none; }

.open #full-screen-search-container, .open #full-screen-search-close {
  display: block; }

.photocomp-home-banner img, .skyscraper-banner img {
  width: 100%; }

@media (min-width: 1024px) {
  .photocomp-home-banner, .skyscraper-banner {
    height: 570px;
    overflow: hidden;
    margin-bottom: 10px; } }

@media (max-width: 500px) {
  .the-word-photography-is-just-too-long {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .flipper {
    transform: none !important;
    height: 600px; }
  .flip-front, .flip-back {
    transform: none !important; }
  .flip-back, .flip-back.red {
    display: none; }
  .flipper.active .flip-back {
    display: block; }
  .flipper.active .flip-back.red {
    display: flex; }
  .flipper.active .flip-front {
    display: none; } }

.banner-ad-container {
  display: block; }

.woocommerce-checkout #payment div.payment_box.payment_method_stripe {
  padding-bottom: 50px; }

.kowhai_recurring_payment {
  position: absolute;
  bottom: 15px; }

.enews-container {
  position: fixed;
  bottom: 0px;
  left: 50%;
  z-index: 100;
  max-width: 32em;
  font-size: 1em;
  font-family: 'proxima-nova', arial, helvetica, sans-serif;
  text-transform: uppercase;
  background: black;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s ease;
  transform: translateX(-50%);
  width: 100%;
  padding: 1rem;
  box-sizing: border-box; }

.enews-container p {
  color: white;
  font-size: .9rem;
  letter-spacing: 0.2px;
  line-height: 1.5rem; }

.enews-container .close-btn {
  float: right;
  display: block;
  background: #333;
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-align: center;
  font-size: .9rem;
  line-height: 31px; }

.enews-container .close-btn a {
  color: white;
  font-size: 1.5em;
  top: -4px;
  position: relative; }

.enews-container input[type='text'] {
  width: 75%;
  border: 0;
  float: left;
  box-sizing: border-box;
  height: 30px;
  padding-left: 10px;
  margin: 0; }

.enews-container form {
  margin-top: 5px; }

.enews-container input[type='submit'] {
  background: #4c4c4c;
  height: 30px;
  box-sizing: border-box;
  border: 0;
  float: right;
  color: white;
  font-size: 1.0em !important;
  width: 24%; }

.enews-container .error, .enews-container .success {
  font-size: .9rem;
  background-color: #872328;
  text-transform: none;
  color: white;
  padding: 10px; }

.enews-container .success {
  background-color: #155D15; }

input[name=coupon_code] {
  padding: 7px; }

.wcopc > .checkout_coupon, .woocommerce > .checkout_coupon {
  display: none !important; }

a.showcoupon, #coupon_code {
  font-weight: 500; }

.jp-carousel-image-meta {
  display: none; }

#jp-carousel-comments-loading {
  display: none !important; }

.jw-state-buffering .jw-display-icon-container {
  display: none !important; }

@media (max-width: 768px) {
  #AdSpeed-80088, #AdSpeed-80088 iframe {
    display: none; } }

article.format-content section.archive-intro header div.photo-credit {
  padding: 5px;
  padding-left: 20px;
  background-color: transparent;
  color: white;
  background-image: url("/wp-content/themes/nzgeo/images/photo-credit-white.png");
  background-repeat: no-repeat;
  background-size: 16px 11px;
  background-position: 0px 3px;
  display: inline-block;
  float: right; }

.photo-credit-container {
  text-align: right;
  background: none !important;
  padding: 0 !important;
  transform: translateX(50px); }
  @media (min-width: 1500px) {
    .photo-credit-container {
      transform: none;
      position: absolute;
      bottom: 0;
      right: 0;
      width: auto; } }


.nzgeo_stack .photo-credit-container {
  padding-right:50px !important;
}

@media (min-width: 1024px) {
  .edit-account-buttons a.button.right {
    float: left;
    margin-left: 1rem; } }

.photocomp-voting #post-141529, .photocomp-voting .credits, .photocomp-voting .content-container, .photocomp-voting article.format-content section.archive-intro header > div, .photocomp-voting .content-block {
  background-color: black !important; }

.photocomp-voting section {
  background-color: black; }

.photocomp-voting .sidebar-right .card {
  background: black;
}

.photocomp-voting section.content-block .sidebar-right a {
  color: white;
}

.photocomp-voting #content p, .photocomp-voting #content h1, .photocomp-voting #content h2, .photocomp-voting #content h3, .photocomp-voting #content h4 {
  color: white;
  background: black !important;
  border-color: white !important; }

iframe.photocomp {
  left: -2000px;
  position: fixed; }

iframe.photocomp.open {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10000;
  margin: 0; }

.postid-141529 .caption {
  display: none; }

.postid-141529 img.thumbnail {
  width: 100%; }

.postid-141529 .images .image {
  width: 19%;
  float: left;
  padding-right: 3px; }

.department-heading .red {
  font-size: inherit; }

.content-stack-header .object-fit-cover {
  width: 100%;
  height: 200px;
  margin-bottom: 10px; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  font-size: 1rem;
  line-height: 1.3rem; }

.back-issues header.black-border {
  margin-top: 0; }

.desktop.inline {
  display: inline; }

.mobile.inline {
  display: none; }

.woocommerce button.out-of-stock {
  display: none; }

.renewals-tab .woocommerce_account_subscriptions h2 {
  display: none; }

.credit-marker {
  clear: both;
  position: relative; }

.bottom-credit {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 2rem 0;
  padding: 19px 0; }
  .bottom-credit .entry-title {
    font-family: "ProximaNova", sans-serif;
    font-size: 16px;
    font-weight: 600; }
    .bottom-credit .entry-title a {
      color: #111;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      .bottom-credit .entry-title a:hover, .bottom-credit .entry-title a:focus {
        opacity: 0.8; }
  .bottom-credit p {
    margin: 0;
    padding-left: 40px;
    line-height: 24px;
    padding-bottom: 20px; }
    .bottom-credit p:last-child {
      padding-bottom: 0; }
  .bottom-credit .photo {
    position: relative; }
    .bottom-credit .photo:before {
      content: "";
      background: url(images/photo-credit.svg) no-repeat;
      position: absolute;
      left: 0;
      height: 24px;
      width: 24px;
      top: 0;
      display: block; }

@media screen and (min-width: 768px) {
  .bottom-credit {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 28%;
    padding: 10px 0;
    margin: 25px 0;
    /* match article p */ } }

.quill {
  position: relative; }
  .quill:before {
    content: "";
    background: url(images/quill.svg) no-repeat;
    position: absolute;
    height: 24px;
    width: 24px;
    left: 0;
    top: 0;
    display: block; }

@media (max-width: 767px) {
  .desktop.inline {
    display: none; }
  .mobile.inline {
    display: inline; }
  article {
    padding: 0; }
  div.content-container {
    padding: 0 10px; }
  .tab-option {
    margin: 30px 0 15px; }
  .tab-option img {
    height: 80px;
    padding: 0px; }
  .tab-option h3 {
    font-size: 1rem;
    line-height: 1.2rem; }
  .tab-option aside {
    display: none; }
  .woocommerce #wrapper h2, .entry-content h2 {
    font-size: 1.2rem; }
  .tab-option article {
    padding: .5rem; }
    .tab-option article h4 {
      margin-bottom: 10px;
      font-size: .9rem; }
  .tab-option p, .variation-group {
    font-size: .9rem;
    line-height: 1.1rem;
    padding-bottom: 0;
    margin: 0; }
  .pad-top {
    padding-top: .5rem;
    margin-top: 1rem;
    border-top: 1px solid #999; }
  .option-image {
    width: 50%;
    float: left;
    display: none; }
  section.w960 > article {
    padding-left: 10px;
    padding-right: 10px; }
  .variation-group span.period {
    margin-left: 2px; }
  .variation-group li {
    padding-bottom: 3px; }
  .woocommerce table.shop_table {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0; }
    .woocommerce table.shop_table thead {
      display: none; }
    .woocommerce table.shop_table .product-remove {
      margin-right: 4px; }
    .woocommerce table.shop_table td {
      line-height: 1.1rem !important; }
  .woocommerce form.checkout .input-text {
    padding: 5px; }
  .wc_payment_method.payment_method_stripe a.button {
    display: none; }
  .woocommerce form.checkout p, .woocommerce h3, .woocommerce table.shop_table td, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .mymail_checkout_checkbox {
    font-size: 0.9rem;
    line-height: 1.1rem; }
  .wc_payment_method label, .woocommerce form.checkout .wc_payment_method p, .kowhai_recurring_payment {
    font-size: .8rem; }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
    width: 33%;
    float: left;
    margin: 0;
    padding: 10px;
    box-sizing: border-box; }
  .woocommerce ul.products li {
    float: left !important;
    clear: none !important; }
  .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: .8rem;
    line-height: .9rem; }
  .woocommerce ul.products li.product span.price {
    display: none; }
  .price-out-of-stock {
    display: none; }
  .woocommerce button.out-of-stock {
    display: block; }
  .woocommerce ul.products li.product .button {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: .6rem;
    letter-spacing: 1px; }
  .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    padding: 12px 8px !important; }
  .woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    font-size: 0.7rem; }
  #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 1rem; } }

@media (max-width: 400px) {
  header > h1, .woocommerce h2 {
    margin: 0;
    margin-bottom: 1.5rem; } }

.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
  padding: 5px 0; }

.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
  padding-right: 2.618em !important; }

.renewals-tab input.text {
  padding: 5px;
  vertical-align: top;
  font-size: 1rem; }

.persistent-sidebar {
  display: none; }

.related-items .overlay-button {
  display: none; }

br.y {
  display: block; }
  @media (max-width: 480px) {
    br.y .pure-hidden-phone {
      display: none !important; } }

/* audio */
.card .kowhai_audio_player {
  position: absolute;
  bottom: 0;
  left: 0; }

.kowhai_audio_player {
  height: 50px;
  width: 100%;
  background: #000;
  color: #fff; }
  .kowhai_audio_player audio {
    opacity: 0;
    height: 0;
    width: 0; }
  .kowhai_audio_player .play {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    cursor: pointer;
    margin-top: -10px;
    overflow: hidden;
    transition: transform 0.4s; }
    .kowhai_audio_player .play:hover, .kowhai_audio_player .play:focus {
      transform: translate(3px, 0); }
    .kowhai_audio_player .play .left {
      height: 100%;
      float: left;
      background-color: #fff;
      width: 36%;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
      overflow: hidden; }
    .kowhai_audio_player .play .triangle-1 {
      -webkit-transform: translate(0, -100%);
      transform: translate(0, -100%); }
    .kowhai_audio_player .play .triangle-2 {
      -webkit-transform: translate(0, 100%);
      transform: translate(0, 100%); }
    .kowhai_audio_player .play .triangle-1,
    .kowhai_audio_player .play .triangle-2 {
      position: absolute;
      top: 0;
      right: 0;
      background-color: transparent;
      width: 0;
      height: 0;
      border-right: 20px solid #000;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      -webkit-transition: -webkit-transform 0.25s ease;
      transition: -webkit-transform 0.25s ease;
      transition: transform 0.25s ease;
      transition: transform 0.25s ease, -webkit-transform 0.25s ease; }
    .kowhai_audio_player .play .right {
      height: 100%;
      float: right;
      width: 36%;
      background-color: #fff;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }
  .kowhai_audio_player .player_internal {
    position: relative;
    padding-left: 45px;
    padding-right: 20px;
    height: 20px;
    overflow: hidden;
    /* clearfix */ }
  .kowhai_audio_player .paused .left {
    width: 50%; }
  .kowhai_audio_player .paused .right {
    width: 50%; }
  .kowhai_audio_player .paused .triangle-1 {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .kowhai_audio_player .paused .triangle-2 {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%); }
  .kowhai_audio_player .timeline {
    background: #999;
    height: 4px;
    border-radius: 2px;
    width: 100%;
    margin-bottom: 5px; }
  .kowhai_audio_player .timeline-progress {
    background-color: #fff;
    opacity: 0.9;
    height: 4px;
    border-radius: 2px;
    display: block;
    transition: 0.4s linear;
    width: 0; }
  .kowhai_audio_player .title {
    text-transform: uppercase;
    font-size: 10px;
    max-width: 150px;
    float: left;
    white-space: nowrap;
    height: 12px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .kowhai_audio_player .time {
    text-align: right;
    float: right;
    font-size: 10px; }

.content-container .rnz .card.magazine {
  padding-bottom: 0; }

.rnz-card-button {
  display: block;
  width: 125px;
  height: 53px;
  text-indent: -8000px;
  overflow: hidden;
  outline: none;
  background: url(images/rnz.png) no-repeat; }

.audio_content {
  min-height: 100px;
  /* prevent the rnz logo from sitting over the player */ }

#visualizer_wrapper {
  width: 100%;
  height: 350px;
  position: relative; }
  #visualizer_wrapper:before {
    display: block;
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 25%, white 75%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 25%, white 75%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 25%, white 75%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 100%;
    top: 50%;
    opacity: 0.6;
    margin-top: -25px; }
  #visualizer_wrapper .area {
    width: 100%; }
  #visualizer_wrapper .bar {
    position: absolute;
    bottom: 50%;
    height: 50px;
    background: #fec444;
    transition: 2s ease all;
    border-right: 1px solid rgba(0, 0, 0, 0.8);
    border-left: 1px solid rgba(0, 0, 0, 0.8);
    border-radius: 1px; }
    #visualizer_wrapper .bar:first-child {
      display: none; }
  #visualizer_wrapper .logo-sign {
    position: absolute;
    width: 54px;
    height: 30px;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: -39px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  #visualizer_wrapper .logo-sign__line {
    fill: #fec444;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-animation: wavy 1s ease infinite forwards;
    animation: wavy 1s ease infinite forwards;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  #visualizer_wrapper .logo-sign__line:nth-child(1) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s; }
  #visualizer_wrapper .logo-sign__line:nth-child(2) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  #visualizer_wrapper .logo-sign__line:nth-child(3) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s; }
  #visualizer_wrapper .logo-sign__line:nth-child(4) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  #visualizer_wrapper .logo-sign__line:nth-child(5) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s; }
  #visualizer_wrapper .logo-sign__line:nth-child(6) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s; }
  #visualizer_wrapper .logo-sign__line:nth-child(7) {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s; }

@-webkit-keyframes wavy {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  50% {
    -webkit-transform: scaleY(0.6);
    transform: scaleY(0.6); }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@keyframes wavy {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  50% {
    -webkit-transform: scaleY(0.6);
    transform: scaleY(0.6); }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

#visualizer_wrapper_bars {
  height: 350px;
  position: relative; }

.kowhai_loader {
  min-height: 200px;
  position: relative; }
  .kowhai_loader .loader,
  .kowhai_loader .loader__figure {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .kowhai_loader .loader {
    overflow: visible;
    padding-top: 2em;
    height: 0;
    width: 2em; }
  .kowhai_loader .loader__figure {
    height: 0;
    width: 0;
    box-sizing: border-box;
    border: 0 solid #fec644;
    border-radius: 50%;
    -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }
  .kowhai_loader .loader__label {
    float: left;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: uppercase;
    margin: 0.5em 0 0 50%;
    font-size: 0.875em;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #fff;
    white-space: nowrap; }

@-webkit-keyframes loader-figure {
  0% {
    height: 0;
    width: 0; }
  30% {
    height: 2em;
    width: 2em;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0; } }

@-moz-keyframes loader-figure {
  0% {
    height: 0;
    width: 0; }
  30% {
    height: 2em;
    width: 2em;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0; } }

@keyframes loader-figure {
  0% {
    height: 0;
    width: 0; }
  30% {
    height: 2em;
    width: 2em;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0; } }

@-webkit-keyframes loader-label {
  0% {
    opacity: 0.35; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0.35; } }

@-moz-keyframes loader-label {
  0% {
    opacity: 0.35; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0.35; } }

@keyframes loader-label {
  0% {
    opacity: 0.35; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0.35; } }

.post-type-archive-nzgeo_archive .kowhai_loader .loader__label {
  color: #999; }

.video-wrapper {
  height: 400px;
  overflow: hidden; }
  .video-wrapper div.jwplayer {
    top: 50%;
    transform: translateY(-50%); }

.always-on-top {
  z-index: 100000000;
  filter: none !important;
  webkit-filter: none !important; }


 .nzgeo_photo .sidebar ul {
    list-style-type: disc;
    margin-left: 20px;
  }
  .nzgeo_photo .sidebar-container {
      background: black;
      color: white;
      padding: 20px;
      width:70%;
    }

  .nzgeo_photo section.content-block .sidebar h3{
      border-bottom: 5px solid white;
        padding-bottom: 5px;
        padding-top: 0;
      margin: 0;
      margin-bottom: 20px;
    }

#wp-admin-bar-w3tc>a {
  width: 50px;
}

.jwplayer.jw-flag-user-inactive:not(.jw-flag-media-audio).jw-state-playing .jw-dock, .jwplayer.jw-flag-user-inactive:not(.jw-flag-media-audio).jw-state-playing .jw-logo.jw-hide, .jwplayer.jw-flag-controls-hidden .jw-dock, .jwplayer.jw-flag-controls-hidden .jw-logo.jw-hide {
  display: block !important;
}
.cff-page-name, .cff-author-img {
  display: none !important;
}

.cff-date {
    display: block;
    font-size: 0.5rem;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #464646;
    margin-left:0 !important;
}

.cff-wrapper {
  overflow: scroll;
}

#cff .cff-author {
  margin: 0;
}

#cff .cff-author .cff-author-text * {
  margin: 0 !important;
}

.cff-item {
  border-top: 1px solid black;
}

#cff .cff-item:first-child {
  padding:20px 0 15px 0;
}

.cff-view-comments {
    display: none !important;
}

body.postid-188333 .archive-intro h2.entry-title {
  font-size: 10rem;
}
body.postid-188333 #header, body.postid-188333 #footer {
  display: none;
}
body.video-360 #header, body.video-360 #footer {
  display: none;
}

body.video-360, body.postid-188333 {
  padding-top: 0;
}

.mymail-form-6 label {
    width: 140px;
    display: inline-block;
    padding-bottom: 15px;
}

.mymail-form-6 .form-submit {
  padding-bottom:15px;
}

.wp-video {
  width: 70%;
  display: inline-block;
  margin-bottom: 20px;
}

article.post-220413 .mailster-wrapper {
	display: inline-block;
}