/*-----------------------------------------------------------------------------------------
	/Fonts
-----------------------------------------------------------------------------------------*/
@import url(//fast.fonts.net/cssapi/64824ca7-1046-4b96-8b46-65bdb2b3132b.css);
/*-----------------------------------------------------------------------------------------
	/Fancybox
-----------------------------------------------------------------------------------------*/
@import url(/js/fancybox/jquery.fancybox.css);
/*-----------------------------------------------------------------------------------------
	/Reset
-----------------------------------------------------------------------------------------*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
body {
  margin: 0;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button {
  border: none;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
.nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.chromeframe {
  background: white;
  text-align: center;
  width: 100%;
  padding: 5px 0;
  margin: 0;
}
font {
  font-family: inherit !important;
  size: inherit !important;
  color: inherit !important;
}
span.skype_pnh_container {
  display: none !important;
}
span.skype_pnh_print_container {
  display: inline !important;
}
/*-----------------------------------------------------------------------------------------
	/Less variables / mixins
-----------------------------------------------------------------------------------------*/
/*
	font-family:'Bree Serif W01 Bold';
	font-family:'Bree Serif W01 Regular';
	font-family:'Geogrotesque W01 Lt';
	font-family:'GeogrotesqueW01-Regular1185161';
	font-family:'';
	font-family:'';
*/
/*@base-url: ;*/
.site-width,
.inner {
  max-width: 93.75em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: #fff;
}
header + .inner {
  overflow: hidden;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
}
.sprite {
  background-image: url('/images/sprites.png?v=1530479204698');
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .sprite {
    background-image: url('/images/sprites@2x.png?v=1530479204699');
    background-size: 500px;
  }
}
.glyph,
.icon {
  display: inline-block;
  margin: 0 -4px 0 0;
  text-indent: -5000px;
  overflow: hidden;
  text-align: left;
  height: 10px;
  vertical-align: middle;
  width: 10px;
  background-image: url('/images/sprites.png?v=1530479204703');
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .glyph,
  .icon {
    background-image: url('/images/sprites@2x.png?v=1530479204703');
    background-size: 500px;
  }
}
.skew {
  -webkit-transform: skew(-12deg);
  -moz-transform: skew(-12deg);
  -ms-transform: skew(-12deg);
  transform: skew(-12deg);
}
.unskew {
  -webkit-transform: skew(12deg);
  -moz-transform: skew(12deg);
  -ms-transform: skew(12deg);
  transform: skew(12deg);
}
.scrollbars ::-webkit-scrollbar {
  width: 6px;
}
.scrollbars ::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.2);
}
.scrollbars ::-webkit-scrollbar-thumb {
  background: #777;
}
.webkit-scrolling {
  -webkit-overflow-scrolling: touch;
}
.divider {
  background: #E21C2D;
  height: 1px;
  width: 2em;
  display: block;
  margin: 1.5em 0 1.5em;
  content: "";
}
#map_canvas img {
  /* Fixes broken Google map controls */
  max-width: none;
}
/*-----------------------------------------------------------------------------------------
	/Base
-----------------------------------------------------------------------------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
}
body {
  font-size: 1em;
  line-height: 1.6;
  color: #231f20;
  font-family: 'Geogrotesque W01 Lt', 'Helvetica Neue', Arial, sans-serif;
  background: #E5E5E5;
  position: relative;
  background: -moz-linear-gradient(top, rgba(214, 214, 214, 0.65) 0%, rgba(229, 229, 229, 0) 43%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(214, 214, 214, 0.65)), color-stop(43%, rgba(229, 229, 229, 0)));
  background: -webkit-linear-gradient(top, rgba(214, 214, 214, 0.65) 0%, rgba(229, 229, 229, 0) 43%);
  background: -o-linear-gradient(top, rgba(214, 214, 214, 0.65) 0%, rgba(229, 229, 229, 0) 43%);
  background: -ms-linear-gradient(top, rgba(214, 214, 214, 0.65) 0%, rgba(229, 229, 229, 0) 43%);
  background: linear-gradient(to bottom, rgba(214, 214, 214, 0.65) 0%, rgba(229, 229, 229, 0) 43%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6d6d6d6', endColorstr='#00e5e5e5', GradientType=0);
}
a {
  text-decoration: none;
  font-weight: 500;
  color: #E21C2D;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, opacity 0.2s ease-out;
}
h1,
h2,
h3,
h4 {
  margin: 0 0 .5em;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Bree Serif W01 Bold', 'Helvetica Neue', Arial, sans-serif;
}
h2.title {
  font-family: 'Bree Serif W01 Bold', 'Helvetica Neue', Arial, sans-serif;
}
h2.title:after,
h2.title:before {
  content: "";
  display: block;
  width: 27px;
  height: 3px;
  margin: 0 0 2px 0;
  background-color: #231f20;
}
h2.title:after {
  margin: 6px 0 0 0;
}
h3 {
  font-size: 1.3em;
  font-family: 'Bree Serif W01 Bold', 'Helvetica Neue', Arial, sans-serif;
}
h3.title {
  margin-bottom: 2em;
}
.subtitle {
  color: #E21C2D;
  display: block;
  margin-bottom: 1em;
  margin-top: -0.5em;
  line-height: 1.3;
}
.note {
  background-color: #E1E1E1;
  padding: 2em 2.4em;
  font-size: .9em;
  font-weight: normal;
  font-family: 'Geogrotesque W01 Medium1185174', 'Helvetica Neue', Arial, sans-serif;
}
.note li {
  margin-left: 1em;
}
.note-heading {
  font-family: 'Bree Serif W01 Regular', 'Helvetica Neue', Arial, sans-serif;
  color: #E21C2D;
  font-size: 1.1em;
  display: block;
}
.meta {
  font-size: .85em;
  color: #6d6e71;
  font-weight: normal;
  font-family: 'Geogrotesque W01 Medium1185174', 'Helvetica Neue', Arial, sans-serif;
  margin-left: 1em;
}
h4 {
  color: #E21C2D;
}
h4.body {
  color: #231f20;
}
strong,
.bold {
  font-weight: normal;
  font-family: 'Geogrotesque W01 Medium1185174', 'Helvetica Neue', Arial, sans-serif;
}
:focus {
  outline: none;
}
p:last-child {
  margin: 0;
}
#map_canvas img {
  /* Fixes broken Google map controls */
  max-width: none;
}
ul {
  padding-left: 1em;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 3px solid #231f20;
  margin: 2em 0;
  padding: 0;
  clear: both;
}
.dummy-element {
  /* For smooth transforms */
  transform: scale(0.8);
  backface-visibility: hidden;
  /* Removes Flash of white and other jankiness */
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
em {
  font-family: 'Bree Serif W01 Regular', 'Helvetica Neue', Arial, sans-serif;
}
img {
  display: block;
}
/*-----------------------------------------------------------------------------------------
	/Tables
-----------------------------------------------------------------------------------------*/
.table-wrapper {
  overflow: auto;
  margin-bottom: 5em;
}
table {
  width: 100%;
  max-width: 80em;
  min-width: 40em;
}
td,
th {
  border: 1px solid #e5e5e5;
  padding: .6em 1.2em;
  text-align: left;
  vertical-align: middle;
  line-height: 1.3;
}
thead {
  background-color: #f5f5f5;
  text-transform: uppercase;
}
th {
  position: relative;
  padding: .6em 1.2em;
  font-weight: normal;
  font-family: 'Geogrotesque W01 Medium1185174', 'Helvetica Neue', Arial, sans-serif;
}
.sortable {
  cursor: pointer;
  padding-left: 2em;
}
.sortable:hover {
  background: #444;
}
.sortable:after {
  content: '';
  position: absolute;
  left: 10px;
  width: 0;
  top: 50%;
  height: 0;
  margin: -2.5px 0 0;
  vertical-align: middle;
}
.sortable:after {
  border-top: 5px solid white;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.sorting-asc:after {
  border-top: none;
  border-bottom: 5px solid white;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
/*-----------------------------------------------------------------------------------------
	/Images - inline
-----------------------------------------------------------------------------------------*/
.img-center {
  margin: 0 auto 2em;
  display: block;
}
.img-left,
.img-right {
  margin: 0 auto 2em;
  display: block;
}
@media (min-width: 37.5em) {
  .img-left,
  .img-right {
    float: left;
    width: 40%;
    margin: .5em 2em 2em 0;
  }
}
@media (min-width: 37.5em) {
  .img-right {
    float: right;
    margin-left: 2em;
    margin-right: 0;
  }
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
/*-----------------------------------------------------------------------------------------
	/Forms
-----------------------------------------------------------------------------------------*/
input,
select,
textarea {
  border: medium none;
  border: 1px solid #ddd;
  color: #666666;
  border-radius: 0;
  padding: 1em;
  width: 100%;
  background: #fff;
  font-family: 'Geogrotesque W01 Lt', 'Helvetica Neue', Arial, sans-serif;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.select {
  position: relative;
}
.select:before {
  content: "";
  display: inline-block;
  margin: 0 -4px 0 0;
  text-indent: -5000px;
  overflow: hidden;
  text-align: left;
  height: 10px;
  vertical-align: middle;
  width: 10px;
  background-image: url('/images/sprites.png?v=1530479204703');
  background-repeat: no-repeat;
  position: absolute;
  right: 1.5em;
  top: 50%;
  background-position: -452px -52px;
  width: 11px;
  height: 7px;
  margin-top: -3px;
  opacity: .3;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .select:before {
    background-image: url('/images/sprites@2x.png?v=1530479204703');
    background-size: 500px;
  }
}
.select:hover:before {
  opacity: 1;
}
select {
  box-shadow: none;
  height: auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}
select:hover,
select:focus {
  background-color: #FAF5DF;
  border-color: #e4d38e;
  outline: none;
}
option:focus {
  outline: none;
}
textarea {
  height: 150px;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus {
  box-shadow: 0 1px 2px #E8DBA3 inset;
  background: #FAF5DF;
  border-color: #e4d38e;
  outline: none;
}
label {
  display: block;
  font-weight: normal;
  font-family: 'Geogrotesque W01 Medium1185174', 'Helvetica Neue', Arial, sans-serif;
}
.formValidationError {
  background: #d04949;
  border-radius: 0 0 4px 4px;
  color: #FFFFFF;
  display: inline-block;
  line-height: normal;
  font-size: .9em;
  overflow: hidden;
  padding: .5em 1em;
  margin: 0 0 0 5px;
  width: auto;
}
#system-message-container .alert {
  padding: 1em;
  color: #fff;
}
#system-message-container .alert.alert-warning,
#system-message-container .alert.alert-error {
  color: #fff;
  background: #d04949;
}
#system-message-container .alert.alert-warning .close,
#system-message-container .alert.alert-error .close {
  display: none;
}
#system-message-container .alert.alert-notice {
  background: #E4C150;
}
form .fields {
  margin: 0;
  padding: 0;
}
form .field {
  margin: 0 0 1em;
  list-style-type: none;
  padding: 0;
}
form .field:last-child {
  margin: 0;
}
.back-button {
  margin: 2em 0;
  clear: both;
}
.button,
.button:hover,
.button:focus {
  border: #231f20 2px solid;
  color: #231f20;
  font-size: .85em;
  display: inline-block;
  padding: .8em;
  box-shadow: none;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Bree Serif W01 Regular', 'Helvetica Neue', Arial, sans-serif;
  width: auto;
  line-height: 1;
  text-align: center;
  position: relative;
  transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
@media (min-width: 31.25em) {
}
.button .txt {
  display: inline-block;
  vertical-align: middle;
}
.button .icon {
  margin-right: 1em;
}
.button:hover {
  border-color: #E21C2D;
  color: #E21C2D;
}
.resources-button {
  padding: 1em 2em 1em 1em;
  background-color: #231f20;
  display: block;
  width: auto;
  margin: 2em 0;
  color: #fff;
  display: inline-block;
  -webkit-transform: skew(-12deg);
  -moz-transform: skew(-12deg);
  -ms-transform: skew(-12deg);
  transform: skew(-12deg);
}
.resources-button h3 {
  margin-bottom: 0;
  font-size: 1.2em;
  font-family: 'Geogrotesque W01 Lt', 'Helvetica Neue', Arial, sans-serif;
}
.resources-button .pdf-download {
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  margin: 0 .5em ;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 1.1em;
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  float: left;
}
@media (min-width: 32.5em) {
  .resources-button .pdf-download {
    float: none;
  }
}
.resources-button .icon {
  background-position: -450px 0;
  height: 15px;
  width: 9px;
  margin: 1px 5px 2px;
}
.resources-button .icon.pdf {
  vertical-align: middle;
  background-position: 0 -160px;
  width: 20px;
  height: 24px;
  margin: 12px;
  opacity: .5;
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.resources-button .text {
  overflow: hidden;
}
.resources-button:hover {
  background-color: #E21C2D;
}
.resources-button:hover .pdf {
  opacity: 1;
}
.resources-button:hover .pdf-download {
  border-color: #fff;
}
/*-----------------------------------------------------------------------------------------
	/Icons
-----------------------------------------------------------------------------------------*/
.icon {
  height: 31px;
  width: 16px;
  margin: 0;
}
.icon.facebook {
  background-position: 0 6px;
}
.icon.twitter {
  background-position: -40px 8px;
  width: 22px;
}
.icon.instagram {
  background-position: -80px 6px;
  width: 22px;
}
.icon.youtube {
  background-position: -120px 6px;
  width: 22px;
}
.follow .menu-silverferns,
.follow .menu-anz-premiership {
  display: inline-block;
  text-transform: uppercase;
  font-family: 'GeogrotesqueW01-MediumI', 'Geogrotesque W01 Lt', 'Helvetica Neue', Arial, sans-serif;
  color: #fff;
}
.follow .menu-silverferns .icon,
.follow .menu-anz-premiership .icon {
  display: none;
}
@media (min-width: 54.375em) {
  .follow .menu-silverferns .icon,
  .follow .menu-anz-premiership .icon {
    display: inline-block;
  }
}
.follow .menu-silverferns .txt,
.follow .menu-anz-premiership .txt {
  color: #fff;
}
@media (min-width: 54.375em) {
  .follow .menu-silverferns .txt,
  .follow .menu-anz-premiership .txt {
    display: none;
  }
}
.follow .menu-silverferns {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
@media (min-width: 50em) {
  .follow .menu-silverferns {
    border-right: none;
  }
}
.icon__silver-ferns {
  background-position: 0 -380px;
  width: 113px;
  height: 31px;
}
@media (min-width: 54.375em) {
  .icon__silver-ferns {
    display: block;
  }
}
.icon__anz-premiership {
  background-position: -160px -380px;
  height: 31px;
  width: 149px;
  margin-right: 1em;
}
@media (min-width: 54.375em) {
  .icon__anz-premiership {
    display: block;
  }
}
.icon-readmore {
  background-position: -150px -18px;
  height: 16px;
  margin: 0 0 0 .2em;
  width: 16px;
}
.icon-external-url {
  margin: 0 0 0 .3em;
  background-position: -200px -2px;
  height: 13px;
  width: 15px;
}
.icon-tickets {
  background-position: -400px -20px;
  height: 17px;
  margin: -5px 0 0 0.3em;
  width: 17px;
  opacity: .5;
}
.radio,
.checkbox {
  margin: 0 5px 0 0;
  width: auto;
  padding: 0;
  border: none;
  display: inline-block;
}
.follow {
  margin-top: 2em;
}
@media (min-width: 41.25em) {
  .follow {
    float: right;
    margin-top: 0;
  }
}
.follow .heading {
  font-family: 'Bree Serif W01 Regular', 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
}
.follow li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  padding: 0 .5em;
}
@media (min-width: 50em) {
  .follow li {
    padding: 0 1em 0 0;
  }
}
@media (min-width: 50em) {
  .follow li:last-child {
    padding-right: 0;
  }
}
/*-----------------------------------------------------------------------------------------
	Google Maps
-----------------------------------------------------------------------------------------*/
#map_canvas {
  height: 100%;
  width: 100%;
}
/*-----------------------------------------------------------------------------------------
	/Header
-----------------------------------------------------------------------------------------*/
.site-header {
  background-color: transparent;
}
.site-header .zones {
  background: #E21C2D;
  text-align: center;
  position: relative;
  width: 100%;
  z-index: 1;
  display: none;
}
@media (min-width: 54.375em) {
  .site-header .zones {
    display: block;
  }
}
@media (min-width: 62.5em) {
  .site-header .zones {
    position: absolute;
    width: auto;
    right: 0;
    top: 0;
  }
}
@media (min-width: 75em) {
  .site-header .zones {
    right: 16em;
  }
}
.site-header .zones .triangle {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: -1em;
  border: 4em solid rgba(255, 255, 255, 0);
  border-bottom: 19em solid #E21C2D;
  z-index: -1;
  -moz-transform: scale(0.9999);
}
.site-header .zones ul {
  margin: 0;
  padding: 0;
}
.site-header .zones li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  font-size: .8em;
  color: #FFCDCD;
  /*			color: #c2c3c7;*/
  font-weight: normal;
  font-family: 'Geogrotesque W01 Medium1185174', 'Helvetica Neue', Arial, sans-serif;
  margin: 3px 0;
}
.site-header .zones li:last-child a {
  border: none;
}
.site-header .zones a {
  padding: 0 10px;
  border-right: 1px solid #EA8B8B;
  /*			border-right: 1px solid #c2c3c7;*/
  color: #ffffff;
  font-weight: normal;
  font-family: 'Geogrotesque W01 Medium1185174', 'Helvetica Neue', Arial, sans-serif;
}
.site-header .inner {
  background-color: #231f20;
}
.site-header .inner:after {
  bottom: 0;
  box-shadow: 0 0 15px #000000;
  content: "";
  display: block;
  height: 7px;
  left: 0.5%;
  margin: 0 auto;
  position: absolute;
  width: 99%;
  z-index: -1;
}
@media (min-width: 75em) {
  .site-header {
    position: relative;
    z-index: 4;
    transition: background-color 0.2s ease-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@media (min-width: 75em) {
  .site-header.scrolling {
    width: 100%;
    position: fixed;
    margin: 0 auto;
    z-index: 10;
  }
  .site-header.scrolling .zones {
    display: none;
  }
  .site-header.scrolling .top-content {
    padding-top: 0;
  }
  .site-header.scrolling .topnav {
    display: none;
  }
  .site-header.scrolling .site-logo {
    max-width: 200px;
    padding: 1em;
    background: none;
  }
  .site-header.scrolling .mainnav ul {
    margin: 5px 0 10px 1em;
  }
  .site-header.scrolling .mainnav li {
    line-height: 1.5;
  }
  .site-header.scrolling .nav-silverfans {
    top: 0;
    margin: 0;
  }
  .site-header.scrolling .nav-silverfans .logo-silverfans {
    max-width: 125px;
    padding: 1em 0 0.2em;
  }
  .site-header.scrolling .nav-silverfans .img {
    display: none;
  }
  .site-header.scrolling .nav-silverfans .login-links {
    background: none;
    padding-right: 2em;
  }
  .site-header.scrolling .nav-silverfans .login-links a {
    color: #E21C2D;
  }
}
.site-logo {
  display: block;
  margin: 0 auto;
  background: #231f20;
  max-width: 185px;
  padding: 9px;
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
@media (min-width: 54.375em) {
  .site-logo {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 0 0;
    margin: 0.4em 0 0 0.5em;
  }
}
@media (min-width: 62.5em) {
  .site-logo {
    max-width: 225px;
    padding: 1em 1em .5em;
  }
}
@media (min-width: 77em) {
  .site-logo {
    max-width: 275px;
    padding: 1em 1.5em .75em;
  }
}
.topnav {
  position: relative;
}
.top-content {
  background-color: #E21C2D;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 54.375em) {
  .top-content {
    width: auto;
    position: absolute;
    right: 3em;
    top: 1em;
    background-color: transparent;
    overflow: visible;
  }
}
@media (min-width: 62.5em) {
  .top-content {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 1.5em;
    padding-top: 1.9em;
  }
}
@media (min-width: 75em) {
  .top-content {
    padding-right: 1.75em;
    padding-top: 0.9em;
  }
}
@media (min-width: 83.75em) {
  .top-content {
    padding-top: 1.1em;
  }
}
.top-content .follow {
  float: none;
  vertical-align: middle;
  padding: 0.45em 1em;
  margin: 0;
  text-align: center;
}
@media (min-width: 41.25em) {
}
@media (min-width: 50em) {
  .top-content .follow {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 0 0;
    margin: 0 1.75em 0 .75em;
  }
}
@media (min-width: 54.375em) {
  .top-content .follow {
    padding: 0;
  }
}
@media (min-width: 62.5em) {
  .top-content .follow {
    vertical-align: bottom;
  }
}
.top-content .follow .menu-facebook,
.top-content .follow .menu-twitter,
.top-content .follow .menu-instagram,
.top-content .follow .menu-youtube {
  display: none;
}
@media (min-width: 31.25em) {
  .top-content .follow .menu-facebook,
  .top-content .follow .menu-twitter,
  .top-content .follow .menu-instagram,
  .top-content .follow .menu-youtube {
    display: inline-block;
  }
}
.top-content .menu-search {
  margin-right: 0;
  position: absolute;
  top: 1.1em;
  right: 1.2em;
}
@media (min-width: 54.375em) {
  .top-content .menu-search {
    right: -1.2em;
  }
}
@media (min-width: 62.5em) {
  .top-content .menu-search {
    display: inline-block;
    position: static;
    top: 0;
    right: 0;
    margin-right: .4em;
  }
}
.top-content .menu-search.active a {
  background: #E21C2D;
}
.top-content .menu-search .icon {
  width: 23px;
  height: 23px;
  background-position: -160px 0;
}
.top-content .menu-search-button {
  background: none;
}
.nav-silverfans {
  display: none;
}
@media (min-width: 50em) {
  .nav-silverfans {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 0 0;
    text-align: left;
    font-family: 'Bree Serif W01 Regular', 'Helvetica Neue', Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    top: 0;
    /*top: 2em;*/
    right: 0;
    transition: all 0.3s ease-out;
    color: #fff;
    width: auto;
    display: block;
    z-index: 1;
    float: right;
    background-color: transparent;
  }
}
@media (min-width: 54.375em) {
  .nav-silverfans {
    float: none;
    text-align: right;
    margin-right: .5em;
  }
}
@media (min-width: 62.5em) {
  .nav-silverfans {
    position: absolute;
    text-align: center;
    width: 10em;
    overflow: hidden;
    position: relative;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 0 0;
    margin-right: 1.5em;
  }
}
@media (min-width: 75em) {
  .nav-silverfans {
    position: relative;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 0 0;
    margin-right: 1.5em;
  }
}
.nav-silverfans .img {
  display: none;
}
.nav-silverfans .logo-silverfans {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  padding: 4px 0 7px;
  transition: all 0.2s ease-out;
  max-width: 95px;
  margin-right: 10px;
}
@media (min-width: 62.5em) {
  .nav-silverfans .logo-silverfans {
    display: block;
    max-width: 120px;
    padding: .85em 0 .3em;
    margin-right: 0;
  }
}
@media (min-width: 75em) {
  .nav-silverfans .logo-silverfans {
    padding: .3em 0;
    max-width: 140px;
    margin-right: 0;
  }
}
.nav-silverfans .login-links {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  font-family: "GeogrotesqueW01-MediumI", 'Roboto', "Helvetica Neue", Arial, sans-serif;
  margin: 0 .75em 0 0;
  color: rgba(255, 255, 255, 0.3);
  padding: 0.75em 7px;
  font-size: .9em;
  transition: all 0.2s ease-out;
  text-align: left;
}
@media (min-width: 54.375em) {
  .nav-silverfans .login-links {
    display: none;
  }
}
@media (min-width: 62.5em) {
  .nav-silverfans .login-links {
    margin: 0;
    display: block;
    font-size: .8em;
    padding: 1px 0;
    line-height: 1;
  }
}
@media (min-width: 75em) {
  .nav-silverfans .login-links {
    padding: 5px 0;
  }
}
.nav-silverfans .login-links a {
  color: #fff;
}
@media (min-width: 54.375em) {
  .nav-silverfans .login-links a {
    color: #E21C2D;
  }
}
.nav-silverfans a {
  font-size: 1.1em;
}
.mobile-silverfans {
  display: block;
}
@media (min-width: 46.25em) {
  .mobile-silverfans {
    display: none;
  }
}
.mobile-silverfans .login-links a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
}
.mobile-silverfans a {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  background-color: #E21C2D;
}
.mobile-silverfans a:hover {
  background-color: #E21C2D;
}
.mainnav {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  font-family: 'Bree Serif W01 Regular', 'Helvetica Neue', Arial, sans-serif;
}
@media (min-width: 54.375em) {
  .mainnav {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 0 0;
    width: 100%;
    max-height: none;
  }
}
@media (min-width: 62.5em) {
  .mainnav {
    text-align: left;
    padding: 0 1em;
  }
}
@media (min-width: 83.75em) {
  .mainnav {
    padding: 0;
  }
}
.mainnav.active {
  display: block;
  max-height: 50em;
}
@media (min-width: 54.375em) {
  .mainnav.active {
    display: none;
  }
}
.mainnav ul {
  display: block;
}
@media (min-width: 54.375em) {
  .mainnav ul {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: .25em;
  }
}
@media (min-width: 83.75em) {
  .mainnav ul {
    margin-bottom: 1em;
    margin-left: 1em;
  }
}
.mainnav li {
  border-bottom: 1px solid #343434;
}
.mainnav li:last-child,
.mainnav li.menu-shop {
  border: none;
}
@media (min-width: 54.375em) {
  .mainnav li {
    border-bottom: none;
    float: left;
    overflow: hidden;
  }
}
@media (min-width: 54.375em) {
  .mainnav .menu-silverferns,
  .mainnav .menu-anz-premiership {
    display: none;
  }
}
.mainnav a {
  color: #c2c3c7;
  display: block;
  font-size: 1em;
  transition: all 0.2s ease-out;
  padding: 1em 1.5em;
}
.mainnav a:hover {
  color: #fff;
}
@media (min-width: 46.25em) {
}
@media (min-width: 54.375em) {
  .mainnav a {
    padding: 1em 7px;
  }
  .mainnav a:hover:after,
  .mainnav a:hover:before {
    background: #fff;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .mainnav a:after,
  .mainnav a:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: transparent;
    margin: .35em 0 .1em;
    transition: transform cubic-bezier(0.86, 0, 0.07, 1) 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .mainnav a:after {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@media (min-width: 62.5em) {
  .mainnav a {
    font-size: .95em;
    padding: 1.5em .5em;
  }
}
@media (min-width: 68.75em) {
  .mainnav a {
    padding: 1em .75em;
    font-size: 1em;
  }
}
@media (min-width: 83.75em) {
  .mainnav a {
    padding: 0 1em;
  }
}
.search-form {
  position: fixed;
  background: rgba(35, 31, 32, 0.99);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 2em;
  z-index: 25;
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.search-form.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.search-form .icon-close {
  display: inline-block;
  margin: 0 -4px 0 0;
  text-indent: -5000px;
  overflow: hidden;
  text-align: left;
  height: 10px;
  vertical-align: middle;
  width: 10px;
  background-image: url('/images/sprites.png?v=1530479204703');
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: -80px -80px;
  width: 19px;
  top: 1.5em;
  right: 1.5em;
  height: 19px;
  position: absolute;
  opacity: .2;
  transition: opacity .2s;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .search-form .icon-close {
    background-image: url('/images/sprites@2x.png?v=1530479204703');
    background-size: 500px;
  }
}
@media (min-width: 43.75em) {
  .search-form .icon-close {
    top: 2em;
    right: 2em;
    position: absolute;
  }
}
.search-form .icon-close:hover,
.search-form .icon-close:focus {
  opacity: 1;
}
.search-form .fields {
  max-width: 41em;
  width: 100%;
  text-align: center;
  padding: 0 2em;
}
@media (min-height: 31.25em) {
  .search-form .fields {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
  }
}
@media (min-width: 46.25em) {
  .search-form .fields {
    padding: 0;
  }
}
.search-form .txt-input {
  box-shadow: none;
  background: none;
  border: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 0 0 0.6em 0;
  font-size: 1.2em;
  text-align: center;
}
@media (min-width: 46.25em) {
  .search-form .txt-input {
    font-size: 3em;
    text-align: left;
  }
}
.search-form .submit {
  border: none;
  background-color: transparent;
  background-position: -240px -40px;
  width: 51px;
  height: 50px;
  margin: auto;
  margin-bottom: 1em;
  transition: opacity 0.3s ease-out;
}
@media (min-width: 46.25em) {
  .search-form .submit {
    margin-bottom: 0;
    bottom: 1em;
    right: 1em;
    position: absolute;
    bottom: 1.8em;
    right: 0em;
  }
}
/*-----------------------------------------------------------------------------------------
	/Nav toggler
-----------------------------------------------------------------------------------------*/
.nav-toggle,
.subnav-toggle {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  left: 1.5em;
  top: 1.5em;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
  z-index: 2;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 54.375em) {
  .nav-toggle,
  .subnav-toggle {
    display: none;
  }
}
.nav-toggle .bar,
.subnav-toggle .bar {
  width: 100%;
  display: block;
  margin: 0 0 5px;
  border-radius: 10em;
  background: white;
  height: 2px;
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  position: absolute;
  top: 0;
}
.nav-toggle .b-2,
.subnav-toggle .b-2 {
  top: 7px;
}
.nav-toggle .b-3,
.subnav-toggle .b-3 {
  top: 14px;
}
.nav-toggle.active .bar,
.subnav-toggle.active .bar {
  background: white;
  top: 8px;
}
.nav-toggle.active .b-1,
.subnav-toggle.active .b-1 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-toggle.active .b-2,
.subnav-toggle.active .b-2 {
  opacity: 0;
}
.nav-toggle.active .b-3,
.subnav-toggle.active .b-3 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*-----------------------------------------------------------------------------------------
	/Global layout
-----------------------------------------------------------------------------------------*/
.container.side-triangle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -20.7em;
  background-color: rgba(110, 111, 113, 0.18);
  height: 100%;
  width: 41em;
  -webkit-transform: skew(-12deg);
  -moz-transform: skew(-12deg);
  -ms-transform: skew(-12deg);
  transform: skew(-12deg);
  z-index: 1;
}
.container section {
  position: relative;
  z-index: 3;
}
.content-blocks h2.title {
  font-size: 1.6em;
  margin-bottom: 1em;
}
.content-blocks h2.title:after,
.content-blocks h2.title:before {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  margin: 0 0 0 0;
  background-color: #231f20;
}
.content-blocks h2.title:after {
  margin: 5px 0 0 0;
}
.content-blocks .content-subheading {
  font-size: 1.2em;
  max-width: 38em;
}
.breadcrumb {
  font-size: .8em;
  margin-bottom: 1em;
  /*position: absolute;
	left: 6.2em;
	top: 1em;*/
}
.breadcrumb a {
  color: #231f20;
}
.breadcrumb a:hover {
  color: #E21C2D;
}
.text {
  padding-bottom: 2.5em;
  margin-bottom: 2.5em;
  border-bottom: 1px solid #E1E1E1;
}
.text:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
/*.title-block .breadcrumb{
	margin-top: -2.6em;
}*/
.page-hero .title-area {
  padding: 5%;
}
.page-hero .page-heading {
  margin: 0;
  font-size: 1.7em;
  font-family: 'Bree Serif W01 Bold', 'Helvetica Neue', Arial, sans-serif;
  margin-bottom: 1em;
  line-height: 1;
}
@media (min-width: 80em) {
  .page-hero .page-heading {
    font-size: 2em;
  }
}
.page-hero .page-heading:after,
.page-hero .page-heading:before {
  content: "";
  height: 3px;
  background: #231f20;
  width: 2em;
  margin: 0.5em 0 0;
  display: block;
}
.page-hero .page-heading:before {
  margin: 0 0 0.3em;
}
@media (min-width: 41.25em) {
}
.page-hero .page-subheading {
  font-family: 'Geogrotesque W01 Lt', 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 1.1em;
  line-height: 1.35;
}
@media (min-width: 80em) {
  .page-hero .page-subheading {
    font-size: 1.2em;
  }
}
.page-hero .slide {
  background: #231f20;
}
.page-hero .slide .copy-text {
  position: static;
  top: 3em;
  left: 3em;
  padding: 3em 2em 7em;
  color: #fff;
  display: block;
  width: 100%;
  background-color: #231f20;
}
@media (min-width: 43.75em) {
  .page-hero .slide .copy-text {
    -webkit-transform: skew(-12deg);
    -moz-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
    position: absolute;
    padding: 3em 5em 0 0;
    top: auto;
    bottom: 0;
    height: 100%;
    width: 26.5em;
  }
}
@media (min-width: 62.5em) {
  .page-hero .slide .copy-text {
    padding: 4em 4em 4em 0;
  }
}
.page-hero .slide .copy-text .unskew {
  -webkit-transform: skew(0);
  -moz-transform: skew(0);
  -ms-transform: skew(0);
  transform: skew(0);
}
@media (min-width: 43.75em) {
  .page-hero .slide .copy-text .unskew {
    -webkit-transform: skew(12deg);
    -moz-transform: skew(12deg);
    -ms-transform: skew(12deg);
    transform: skew(12deg);
  }
}
.page-hero .slide .heading {
  font-size: 1.4em;
  line-height: 1.1;
  font-family: 'Bree Serif W01 Bold', 'Helvetica Neue', Arial, sans-serif;
  position: relative;
  margin-bottom: 2em;
}
.page-hero .slide .heading:after,
.page-hero .slide .heading:before {
  content: "";
  position: absolute;
  width: 50px;
  margin: 0;
  height: 3px;
  display: block;
  background: white;
  top: -9px;
}
.page-hero .slide .heading:after {
  top: auto;
  bottom: -14px;
}
@media (min-width: 80em) {
  .page-hero .slide .heading {
    font-size: 1.75em;
  }
  .page-hero .slide .heading:after {
    bottom: -20px;
  }
  .page-hero .slide .heading:before {
    top: -12px;
  }
}
.page-hero .slide .subheading,
.page-hero .slide .date,
.page-hero .slide .read-story {
  font-family: 'Bree Serif W01 Regular', 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
  font-size: .95em;
}
@media (min-width: 80em) {
  .page-hero .slide .subheading,
  .page-hero .slide .date,
  .page-hero .slide .read-story {
    font-size: 1em;
  }
}
.page-hero .slide .subheading {
  font-family: 'Geogrotesque W01 Lt', 'Helvetica Neue', Arial, sans-serif;
}
.page-hero .slide .date {
  font-size: 1em;
  color: rgba(255, 255, 255, 0.6);
}
.page-hero .slide .read-story {
  color: #fff;
  display: inline-block;
  margin: 1.1em 0 0;
  text-transform: uppercase;
  border: 2px solid #fff;
  padding: 7px 12px 10px;
  line-height: 1;
  transition: all ease-out 0.3s;
}
.page-hero .slide .read-story:hover {
  color: #E21C2D;
  border-color: #E21C2D;
}
.page-hero .hero-nav {
  /*overflow: hidden;*/
  position: absolute;
  bottom: 0;
  left: 0;
  overflow-x: auto;
  width: 100%;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 64.375em) {
  .page-hero .hero-nav {
    overflow: visible;
  }
}
.page-hero .hero-nav a {
  display: block;
  background: #E21C2D;
  background: #313131;
  padding: 1.5em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  height: 6em;
  width: 17em;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  white-space: normal;
  margin: 0 -2px 0 0;
}
.page-hero .hero-nav a:hover {
  background: #E21C2D;
}
@media (min-width: 64.375em) {
  .page-hero .hero-nav a:hover {
    -webkit-transform: translateY(-1em);
    -moz-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
.page-hero .hero-nav .title {
  font-size: 1em;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0 .2em;
  text-overflow: ellipsis;
}
.page-hero .hero-nav .date {
  font-family: 'Bree Serif W01 Regular', 'Helvetica Neue', Arial, sans-serif;
  color: rgba(255, 255, 255, 0.7);
}
.join-silverfans {
  display: block;
  position: absolute;
  bottom: 10em;
  right: 5em;
  height: 20em;
  width: 20em;
  border-radius: 200em;
  z-index: 3;
  background: #1a1a1a;
  background: linear-gradient(#161616 70%, #2c2c2c 100%);
  text-align: center;
  overflow: hidden;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-family: 'Bree Serif W01 Regular', 'Helvetica Neue', Arial, sans-serif;
  text-transform: uppercase;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
.join-silverfans .logo-silverfans-join {
  max-width: 170px;
  margin: 1.5em auto 0;
}
.join-silverfans:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.join-silverfans .become-member {
  font-size: 1.2em;
}
.sharethis {
  padding: 1em 0;
  text-align: left;
}
@media (min-width: 37.5em) {
  .sharethis {
    text-align: right;
  }
}
.sharethis * {
  box-sizing: content-box;
}
/*-----------------------------------------------------------------------------------------
	/Footer
-----------------------------------------------------------------------------------------*/
.footer-sponsors {
  position: relative;
  z-index: 3;
}
.footer-sponsors .inner {
  max-width: 93.75em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: #fff;
}
.footer-sponsors .sponsors-tier1,
.footer-sponsors .sponsors-tier2,
.footer-sponsors .sponsors-tier3 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  /*white-space: nowrap;
		overflow-x: scroll;*/
  -webkit-overflow-scrolling: touch;
  font-size: .82em;
  white-space: normal;
  overflow: hidden;
  /*@media (min-width: 41.25em){
			white-space: normal;
			overflow: hidden;
		}*/
}
.footer-sponsors img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  max-width: 8em;
  margin: 0 2em 2em 0;
  max-height: 2em;
  /*TEMP*/
  background: black;
}
@media (min-width: 41.25em) {
  .footer-sponsors img {
    max-height: 3em;
  }
}
@media (min-width: 62.5em) {
  .footer-sponsors img {
    margin: 0 2em 2em 0;
  }
}
.footer-sponsors .sponsors-tier1 {
  width: 100%;
  margin-bottom: 1em;
}
@media (min-width: 37.5em) {
  .footer-sponsors .sponsors-tier1 {
    border-right: 1px solid #ddd;
    width: auto;
    margin-right: 2em;
    padding-right: 1em;
  }
}
@media (min-width: 62.5em) {
  .footer-sponsors .sponsors-tier1 {
    width: 16%;
    margin-right: 0;
    margin-bottom: -1em;
    padding: 2em 0;
    text-align: center;
  }
}
@media (min-width: 87.5em) {
  .footer-sponsors .sponsors-tier1 {
    width: 11%;
    text-align: left;
  }
}
.footer-sponsors .sponsors-tier1 img {
  max-height: 5.5em;
  margin: 0 1em 1em 0;
  max-width: 10em;
}
@media (min-width: 41.25em) {
  .footer-sponsors .sponsors-tier1 img {
    max-height: 10.5em;
    max-width: 13em;
  }
}
.footer-sponsors .sponsors-tier2 {
  width: 100%;
}
@media (min-width: 37.5em) {
  .footer-sponsors .sponsors-tier2 {
    width: auto;
  }
}
@media (min-width: 62.5em) {
  .footer-sponsors .sponsors-tier2 {
    width: 23%;
    text-align: center;
    padding: 2em 0 2em 1.5em;
  }
}
@media (min-width: 87.5em) {
  .footer-sponsors .sponsors-tier2 {
    width: 26%;
  }
}
.footer-sponsors .sponsors-tier2 img {
  margin: 0 1em 2em 0;
  max-height: 3.5em;
  max-width: 8em;
}
@media (min-width: 41.25em) {
  .footer-sponsors .sponsors-tier2 img {
    max-height: 4em;
    max-width: 10em;
  }
}
@media (min-width: 62.5em) {
  .footer-sponsors .sponsors-tier2 img {
    margin: 0 2em 2em 0;
    max-height: 4.3em;
  }
}
.footer-sponsors .sponsors-tier3 {
  width: 100%;
}
@media (min-width: 62.5em) {
  .footer-sponsors .sponsors-tier3 {
    width: 61%;
  }
}
.footer-sponsors .sponsors-tier3 img {
  max-width: 6em;
  margin: 0 0.6em 1.4em 0;
}
@media (min-width: 41.25em) {
  .footer-sponsors .sponsors-tier3 img {
    margin: 0 1.5em 2em 0;
    max-height: 2.3em;
  }
}
@media (min-width: 62.5em) {
  .footer-sponsors .sponsors-tier3 img {
    max-width: 7em;
    max-height: 2.3em;
  }
}
.footer-sponsors .sponsors-tier3 .sponsors-tier3-large img {
  max-width: 8em;
  max-height: 2.2em;
}
@media (min-width: 41.25em) {
  .footer-sponsors .sponsors-tier3 .sponsors-tier3-large img {
    max-height: 3.5em;
  }
}
@media (min-width: 62.5em) {
  .footer-sponsors .sponsors-tier3 .sponsors-tier3-large img {
    max-width: 8em;
    /*max-height: 4.5em;*/
    max-height: 3.4em;
  }
}
.footer-sponsors .sponsors-tier3-large,
.footer-sponsors .sponsors-tier3-small {
  /*border-top: 1px solid #ddd;*/
  padding-top: 2em;
}
@media (min-width: 62.5em) {
  .footer-sponsors .sponsors-tier3-large,
  .footer-sponsors .sponsors-tier3-small {
    border-left: 1px solid #ddd;
    padding-left: 2em;
  }
}
@media (min-width: 62.5em) {
  .footer-sponsors .sponsors-tier3-large {
    padding-top: 1em;
    border-top: none;
  }
}
.site-footer {
  color: #fff;
  overflow: hidden;
  text-align: center;
}
.site-footer .triangle {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: -4.5em;
  border: 4em solid rgba(255, 255, 255, 0);
  border-bottom: 19em solid #6d6e71;
  z-index: 1;
  -moz-transform: scale(0.9999);
}
.site-footer .inner {
  max-width: 93.75em;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  margin: 0 auto;
  background-color: #231f20;
  padding: 4% 5%;
  position: relative;
  overflow: hidden;
}
.site-footer a {
  color: #fff;
  display: inline-block;
}
.site-footer .copyright {
  font-family: 'Bree Serif W01 Regular', 'Helvetica Neue', Arial, sans-serif;
  border-bottom: none;
  text-align: center;
  margin: 0 auto;
  float: none;
  padding-top: 2em;
  display: block;
  padding-bottom: 0;
  font-size: .9em;
  position: relative;
  z-index: 2;
}
.footernav,
.copyright,
.footer-details {
  font-family: 'Bree Serif W01 Regular', 'Helvetica Neue', Arial, sans-serif;
  font-size: .95em;
  margin-bottom: 2em;
  padding-bottom: 2em;
  display: inline-block;
  width: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footernav .level1,
.copyright .level1,
.footer-details .level1 {
  display: inline-block;
  margin: 0 -4px 0 0;
  padding: 3px 0.5em;
  width: auto;
  border-right: 1px solid #555555;
  vertical-align: middle;
  line-height: 0;
}
@media (min-width: 42.5em) {
  .footernav .level1,
  .copyright .level1,
  .footer-details .level1 {
    padding: 3px 1em;
  }
}
.footernav .level1:last-child,
.copyright .level1:last-child,
.footer-details .level1:last-child {
  border: none;
}
.footernav .level1 a,
.copyright .level1 a,
.footer-details .level1 a {
  color: #E21C2D;
  line-height: 1;
  font-size: 1em;
  vertical-align: middle;
}
.footernav {
  display: block;
  margin: 0 auto 2em;
}
@media (min-width: 67.5em) {
  .footernav {
    max-width: 65%;
  }
}
.footer-details {
  border: none;
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-details .logos,
.footer-details .newsletter,
.footer-details .follow {
  display: block;
  padding: 0;
  vertical-align: top;
  width: auto;
}
@media (min-width: 23.75em) {
  .footer-details .logos,
  .footer-details .newsletter,
  .footer-details .follow {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 0 0;
    width: auto;
    padding: 0 1em;
  }
}
.footer-details .logos h4.heading,
.footer-details .newsletter h4.heading,
.footer-details .follow h4.heading {
  font-size: .95em;
  color: #ffffff;
  margin-bottom: 0;
}
@media (min-width: 67.5em) {
  .footer-details .logos h4.heading,
  .footer-details .newsletter h4.heading,
  .footer-details .follow h4.heading {
    margin-bottom: .5em;
  }
}
.footer-details .follow {
  float: none;
  text-align: center;
  margin-top: 1em;
}
@media (min-width: 23.75em) {
  .footer-details .follow {
    text-align: left;
    margin-top: 0;
  }
}
.footer-details .logos img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  max-width: 13em;
}
@media (min-width: 67.5em) {
  .footer-details .logos img {
    /*max-width: 16em;*/
  }
}
.footer-details .logo-tagline {
  border-top: 2px solid white;
  font-size: 1.15em;
  padding: 1em 2em;
  margin: 1em 0 0;
}
@media (min-width: 43.75em) {
  .footer-details .logo-tagline {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 0 0;
    border-top: none;
    margin: 0 0 0 1.5em;
    padding: 0.8em 2em .8em 1.5em;
    border-left: 2px solid white;
  }
}
.footer-details .newsletter {
  text-align: left;
}
.footer-details .newsletter .form-field .fields {
  display: block;
  width: 100%;
  position: relative;
}
.footer-details .newsletter .form-field .fields input {
  padding: 5px;
  padding-right: 100px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-details .newsletter .form-field .fields input:hover,
.footer-details .newsletter .form-field .fields input:focus {
  box-shadow: none;
}
.footer-details .newsletter .form-field .button {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  background: #E21C2D;
  color: #fff;
  line-height: .7;
  font-size: .9em;
  padding: 10px;
  text-transform: none;
  border: 1px solid #E21C2D;
  height: 100%;
}
.footer-details ul .nav {
  text-align: left;
}
/*-----------------------------------------------------------------------------------------
	/Owl Slider
-----------------------------------------------------------------------------------------*/
.owl-controls {
  position: absolute;
  bottom: 2em;
  left: 2em;
  line-height: 1;
}
.owl-nav {
  display: none;
}
.owl-dot {
  width: 12px;
  height: 12px;
  display: block;
  background-color: #6d6e71;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}
.owl-dot.active {
  background-color: #E21C2D;
}
.owl-item {
  cursor: ew-resize;
}
/*-----------------------------------------------------------------------------------------
	/Gallery Video Social Tabs
-----------------------------------------------------------------------------------------*/
.gallery-content,
.video-content {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  vertical-align: top;
  width: 100%;
  text-align: left;
  margin-bottom: 5em;
}
@media (min-width: 61.25em) {
  .gallery-content,
  .video-content {
    width: 50%;
    margin-bottom: 0;
    padding: 0 5% 0 0;
  }
}
@media (min-width: 80em) {
  .gallery-content,
  .video-content {
    width: 35%;
  }
}
.gallery-content .button,
.video-content .button {
  opacity: .3;
  position: absolute;
  top: 0;
  right: 0;
  line-height: .9;
}
.gallery-content .button:hover,
.video-content .button:hover {
  opacity: 1;
  color: #231f20;
  border-color: #231f20;
}
.social-tab-area {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  vertical-align: top;
  width: 30%;
  text-align: left;
  margin-bottom: 5em;
}
@media (min-width: 80em) {
  .social-tab-area {
    margin-bottom: 0;
  }
}
/*-----------------------------------------------------------------------------------------
	/Gallery
-----------------------------------------------------------------------------------------*/
.gallery-content .nav {
  overflow: hidden;
}
.gallery-content .nav li {
  float: left;
  width: 33.33333%;
}
@media (min-width: 37.5em) {
  .gallery-content .nav li {
    width: 25%;
  }
}
@media (min-width: 51.25em) {
  .gallery-content .nav li {
    width: 20%;
  }
}
.gallery-content .nav a {
  display: block;
  position: relative;
  padding: 0 0 100% 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 1px 1px 0;
}
.gallery-content .nav a:before,
.gallery-content .nav a:after {
  opacity: 0;
  position: absolute;
  content: "";
}
.gallery-content .nav a:before {
  background: rgba(226, 28, 45, 0.92);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.2s ease-out;
}
.gallery-content .nav a:after {
  display: inline-block;
  margin: 0 -4px 0 0;
  text-indent: -5000px;
  overflow: hidden;
  text-align: left;
  height: 10px;
  vertical-align: middle;
  width: 10px;
  background-image: url('/images/sprites.png?v=1530479204703');
  background-repeat: no-repeat;
  height: 31px;
  width: 16px;
  margin: 0;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  background-position: -120px -40px;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .gallery-content .nav a:after {
    background-image: url('/images/sprites@2x.png?v=1530479204703');
    background-size: 500px;
  }
}
.gallery-content .nav a:after.facebook {
  background-position: 0 6px;
}
.gallery-content .nav a:after.twitter {
  background-position: -40px 8px;
  width: 22px;
}
.gallery-content .nav a:after.instagram {
  background-position: -80px 6px;
  width: 22px;
}
.gallery-content .nav a:after.youtube {
  background-position: -120px 6px;
  width: 22px;
}
.gallery-content .nav a:hover:before {
  opacity: 1;
}
.gallery-content .nav a:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.gallery-content .nav img {
  display: block;
  width: 100%;
}
/*-----------------------------------------------------------------------------------------
	/Events
-----------------------------------------------------------------------------------------*/
.events-items {
  margin: 0;
}
.events-items h4.title {
  color: #231f20;
  margin-bottom: 0;
}
.events-items .events {
  margin-bottom: 4em;
}
.events-items .events h3 {
  margin-bottom: 1em;
}
.events-items .events .event {
  overflow: hidden;
}
.events-items .events p {
  color: #6d6e71;
}
.events-items .time {
  background-color: #E1E1E1;
  color: #6d6e71;
  width: 75px;
  height: auto;
  padding: 10px 13px;
  font-weight: normal;
  font-family: 'Geogrotesque W01 Medium1185174', 'Helvetica Neue', Arial, sans-serif;
  float: left;
  margin-right: 1em;
  font-size: .9em;
  text-align: center;
}
.events-items .item {
  margin-top: .75em;
  padding-top: .75em;
  border-top: 1px solid #E1E1E1;
}
/*-----------------------------------------------------------------------------------------
	/Video
-----------------------------------------------------------------------------------------*/
.video-content .video-preview {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  vertical-align: top;
  width: 50%;
  padding-right: 4px;
  margin-bottom: 1em;
}
.video-content .video-preview:nth-child(2n) {
  padding-left: 4px;
  padding-right: 0;
}
.video-content .video-preview:hover .heading {
  color: #E21C2D;
}
.video-content .video-preview:hover .video-image:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.video-content .video-preview:hover .video-image:before {
  background: rgba(226, 28, 45, 0.92);
}
.video-content .video-preview .video-image {
  position: relative;
}
.video-content .video-preview .video-image:before {
  background: linear-gradient(rgba(26, 26, 26, 0) 0, #1a1a1a 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease-out;
}
.video-content .video-preview .video-image:after {
  display: inline-block;
  margin: 0 -4px 0 0;
  text-indent: -5000px;
  overflow: hidden;
  text-align: left;
  height: 10px;
  vertical-align: middle;
  width: 10px;
  background-image: url('/images/sprites.png?v=1530479204703');
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  background-position: -160px -40px;
  width: 50px;
  margin: -25px 0 0 -25px;
  height: 50px;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .video-content .video-preview .video-image:after {
    background-image: url('/images/sprites@2x.png?v=1530479204703');
    background-size: 500px;
  }
}
.video-content .video-preview .title {
  padding: 5px;
}
.video-content .video-preview .heading {
  margin: 0;
  font-weight: normal;
  font-family: 'Geogrotesque W01 Medium1185174', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1em;
  color: #231f20;
}
.video-content .video-preview .date-time {
  font-family: 'Bree Serif W01 Regular', 'Helvetica Neue', Arial, sans-serif;
  font-size: .8em;
  color: #6d6e71;
  margin: 5px 0;
}
@media (min-width: 51.25em) {
  .video-content .nav {
    width: 30%;
    float: right;
  }
}
.video-content .nav li {
  margin: 0 0 1px;
}
.video-content .nav li:last-child {
  margin: 0;
}
.video-content .nav a {
  display: block;
  background: #313131;
  line-height: 1.4;
  color: #fff;
  padding: 1em 1em;
}
@media (min-width: 62.5em) {
  .video-content .nav a {
    padding: 1.5em 2em;
  }
}
.video-content .nav a:hover {
  background: #444;
}
.video-content .nav .active a {
  background: #E21C2D;
  color: #fff;
}
.video-content .nav .active a .date {
  color: rgba(255, 255, 255, 0.7);
}
.video-content .nav .date {
  font-family: 'Bree Serif W01 Regular', 'Helvetica Neue', Arial, sans-serif;
  color: #999;
  font-size: .9em;
}
.video-content .nav .view-all {
  background: #333;
  color: #fff;
  font-family: 'Bree Serif W01 Regular', 'Helvetica Neue', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
}
.video-content .nav .view-all:hover {
  background: #151314;
}
/*-----------------------------------------------------------------------------------------
	/Social Tabs
-----------------------------------------------------------------------------------------*/
.social-tab-area .tabs {
  margin: 0 0 1em;
}
@media (min-width: 40em) {
  .social-tab-area .tabs {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (min-width: 80em) {
  .social-tab-area .tabs {
    position: relative;
  }
}
.social-tab-area .social-tab {
  display: inline-block;
  margin: 0 -4px 0 0;
  text-indent: -5000px;
  overflow: hidden;
  text-align: left;
  height: 10px;
  vertical-align: middle;
  width: 10px;
  background-image: url('/images/sprites.png?v=1530479204703');
  background-repeat: no-repeat;
  margin: 0 1em 0 0;
  padding: 0;
  height: 32px;
  width: 38px;
  /*background-color: red;*/
  background-position: 0 -40px;
  opacity: .2;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .social-tab-area .social-tab {
    background-image: url('/images/sprites@2x.png?v=1530479204703');
    background-size: 500px;
  }
}
.social-tab-area .social-tab.active {
  opacity: 1;
}
.social-tab-area .url {
  font-size: .8em;
  margin: 0 0 0 .5em;
}
.social-tab-area .tab-facebook {
  background-position: -40px -40px;
  height: 38px;
  width: 39px;
}
.social-tab-area .tab-instagram {
  background-position: -80px -40px;
  width: 34px;
  height: 34px;
}
/*-----------------------------------------------------------------------------------------
	Proportianl iframe embeds
-----------------------------------------------------------------------------------------*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 0 2em;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*-----------------------------------------------------------------------------------------
	/Fancybox
-----------------------------------------------------------------------------------------*/
/*.fancybox-overlay {
	   cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	    cursor: -ms-zoom-out;
	        cursor: zoom-out;
}
.fancybox-inner {
	cursor: default;
}
.fancybox-nav {
	background-image: linear-gradient(to right, rgba(44,44,44, 0.7), rgba(0, 0, 0, 0));
	opacity: 0;
	transition: all .3s ease-out;

	&:hover  {
		opacity: 1;
	}
	span {
		.glyph;
		background-position: -40px -80px;
		width: 19px;
		height: 33px;
		margin-top: -16px;
		right: 1.5em;
	}
	&.fancybox-next {
		background-image: linear-gradient(to left, rgba(44,44,44, 0.7), rgba(0, 0, 0, 0));
	}
}

.fancybox-prev span {
	background-position: 0 -80px;
	right: auto;
	left: 1.5em;
}
.fancybox-close {
	.glyph;
	background-position: -80px -80px;
	width: 25px;
	top: 2em;
	right: 3em;
	height: 25px;
	position: fixed;
	top: 5%;
	richness: 5%;

	@media (min-width: 43.75em) { //700px
		top: 2em;
		right: 2em;
		position: fixed;
	}
}
.fancybox-title {
	background: white;
	padding: 1em;
	color: @body-copy;
	font-family: @headings;
	font-size: 1.1em;
	display: inline-block;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
*/
/*-----------------------------------------------------------------------------------------
	/Fancybox
-----------------------------------------------------------------------------------------*/
.fancybox-overlay {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: -ms-zoom-out;
  cursor: zoom-out;
  background: rgba(35, 31, 32, 0.98) !important;
}
.fancybox-outer {
  cursor: default;
}
.fancybox-outer ::-webkit-scrollbar {
  width: 6px;
}
.fancybox-outer ::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.2);
}
.fancybox-outer ::-webkit-scrollbar-thumb {
  background: #777;
}
.fancybox-type-iframe .fancybox-inner {
  overflow: auto !important;
}
.fancybox-nav {
  background-image: linear-gradient(to right, rgba(44, 44, 44, 0.7), rgba(0, 0, 0, 0));
  opacity: 0;
  transition: all 0.3s ease-out;
}
.fancybox-nav:hover {
  opacity: 1;
}
.fancybox-nav span {
  display: inline-block;
  margin: 0 -4px 0 0;
  text-indent: -5000px;
  overflow: hidden;
  text-align: left;
  height: 10px;
  vertical-align: middle;
  width: 10px;
  background-image: url('/images/sprites.png?v=1530479204703');
  background-repeat: no-repeat;
  background-position: -40px -80px;
  width: 19px;
  height: 33px;
  margin-top: -16px;
  right: 1.5em;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .fancybox-nav span {
    background-image: url('/images/sprites@2x.png?v=1530479204703');
    background-size: 500px;
  }
}
.fancybox-nav.fancybox-next {
  background-image: linear-gradient(to left, rgba(44, 44, 44, 0.7), rgba(0, 0, 0, 0));
}
.fancybox-prev span {
  background-position: 0 -80px;
  right: auto;
  left: 1.5em;
}
.fancybox-close {
  display: inline-block;
  margin: 0 -4px 0 0;
  text-indent: -5000px;
  overflow: hidden;
  text-align: left;
  height: 10px;
  vertical-align: middle;
  width: 10px;
  background-image: url('/images/sprites.png?v=1530479204703');
  background-repeat: no-repeat;
  background-position: -76px -77px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -12px;
  right: -8px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .fancybox-close {
    background-image: url('/images/sprites@2x.png?v=1530479204703');
    background-size: 500px;
  }
}
.fancybox-close:hover {
  opacity: 1;
}
.fancybox-title {
  background: white;
  padding: 0.9em 1.5em 1.1em;
  color: #231f20;
  font-family: 'Bree Serif W01 Regular', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1em;
  display: inline-block;
  margin: 0;
  position: absolute;
  bottom: 2em;
  left: 0;
}
/*-----------------------------------------------------------------------------------------
	Pagination
-----------------------------------------------------------------------------------------*/
.pagination {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  text-align: center;
  /*overflow: visible;*/
  position: relative;
  white-space: nowrap;
  overflow-x: auto;
  width: 100%;
  margin: -1em 0 2em;
  /*text-overflow: ellipsis;*/
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 62.5em) {
  .pagination {
    /* 1000px */
    overflow: visible;
    width: auto;
  }
}
.pagination li {
  display: inline-block;
  margin: 0 -4px 0 0;
  vertical-align: middle;
  margin: 0 0 .5em .2em;
}
.pagination a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  padding: .5em;
  width: 3em;
  position: relative;
  margin: 0 .2em 0 0;
  border-top: 3px solid rgba(0, 0, 0, 0.1);
  line-height: 2.8em;
  text-align: center;
  color: #999;
  transition: all 0.1s ease-out;
}
.pagination a:hover {
  border-color: #E21C2D;
  color: #E21C2D;
}
.pagination .selected a,
.pagination .selected a:hover {
  color: #231f20;
  border-color: #231f20;
  pointer-events: none;
}
.pagination .next a,
.pagination .prev a {
  border-top-color: transparent;
  margin: 0 1em 0 0;
  text-transform: uppercase;
}
.pagination .next a:hover,
.pagination .prev a:hover {
  color: #E21C2D;
}
.pagination-footer {
  margin-top: 6em;
  margin-bottom: 0;
}
@media (min-width: 43.75em) {
  .pagination-bottom .pagination {
    margin: 5em 0 0;
  }
}
.youtube-pagination {
  text-transform: uppercase;
}
.youtube-pagination a {
  color: #231f20;
}
.youtube-pagination.pagination-bottom {
  margin-top: 3em;
}
/*-----------------------------------------------------------------------------------------
	/Instagram plugin
-----------------------------------------------------------------------------------------*/
#instafeed a {
  display: block;
  width: 25%;
  float: left;
  position: relative;
  padding: 0 1px 1px 0;
}
#instafeed a:after,
#instafeed a:before {
  opacity: 0;
  content: "";
  position: absolute;
}
#instafeed a:before {
  display: block;
  left: 0;
  top: 0;
  right: 1px;
  bottom: 1px;
  background: rgba(226, 28, 45, 0.92);
  transition: all 0.2s ease-out;
}
#instafeed a:after {
  display: inline-block;
  margin: 0 -4px 0 0;
  text-indent: -5000px;
  overflow: hidden;
  text-align: left;
  height: 10px;
  vertical-align: middle;
  width: 10px;
  background-image: url('/images/sprites.png?v=1530479204703');
  background-repeat: no-repeat;
  height: 31px;
  width: 16px;
  margin: 0;
  width: 30px;
  height: 23px;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -11px;
  background-position: -360px -240px;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #instafeed a:after {
    background-image: url('/images/sprites@2x.png?v=1530479204703');
    background-size: 500px;
  }
}
#instafeed a:after.facebook {
  background-position: 0 6px;
}
#instafeed a:after.twitter {
  background-position: -40px 8px;
  width: 22px;
}
#instafeed a:after.instagram {
  background-position: -80px 6px;
  width: 22px;
}
#instafeed a:after.youtube {
  background-position: -120px 6px;
  width: 22px;
}
#instafeed a:hover:before {
  opacity: 1;
}
#instafeed a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/*-----------------------------------------------------------------------------------------
	/Filter bars
-----------------------------------------------------------------------------------------*/
.filter-bar {
  background: #333;
  padding: 1em  2em;
  color: #fff;
}
.filter-bar .heading {
  font-family: 'Bree Serif W01 Regular', 'Helvetica Neue', Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  margin: 0 .5em 0 0;
  font-weight: normal;
}
@media (min-width: 35em) {
  .filter-bar .heading {
    margin: 0 1em 0 0;
  }
}
.filter-bar a {
  color: #fff;
}
.filter-bar .filter-lists li {
  display: block;
}
@media (min-width: 46em) {
  .filter-bar .filter-lists li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 0 0;
    margin: 0 3em 0 0;
  }
}
.filter-bar .filter-lists select {
  width: auto;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: all 0.2s ease-out;
}
@media (min-width: 35em) {
  .filter-bar .filter-lists select {
    padding: 1em 1.5em;
  }
}
.filter-bar .filter-lists select:hover {
  border-color: #fff;
}
.filter-bar .filter-lists .select-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
}
.filter-bar .filter-lists .select-wrap:after {
  display: inline-block;
  margin: 0 -4px 0 0;
  text-indent: -5000px;
  overflow: hidden;
  text-align: left;
  height: 10px;
  vertical-align: middle;
  width: 10px;
  background-image: url('/images/sprites.png?v=1530479204703');
  background-repeat: no-repeat;
  height: 31px;
  width: 16px;
  margin: 0;
  width: 30px;
  height: 30px;
  background-position: -442px -89px;
  position: absolute;
  top: .6em;
  right: 1em;
  content: "";
  pointer-events: auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .filter-bar .filter-lists .select-wrap:after {
    background-image: url('/images/sprites@2x.png?v=1530479204703');
    background-size: 500px;
  }
}
.filter-bar .filter-lists .select-wrap:after.facebook {
  background-position: 0 6px;
}
.filter-bar .filter-lists .select-wrap:after.twitter {
  background-position: -40px 8px;
  width: 22px;
}
.filter-bar .filter-lists .select-wrap:after.instagram {
  background-position: -80px 6px;
  width: 22px;
}
.filter-bar .filter-lists .select-wrap:after.youtube {
  background-position: -120px 6px;
  width: 22px;
}
.filter-bar .filter-lists .filter-seasons {
  width: 8em;
}
@media (min-width: 35em) {
  .filter-bar .filter-lists .filter-opponents {
    width: 15em;
  }
}
.filter-bar .toggler {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  overflow-x: auto;
}
.filter-bar .toggler li {
  display: inline-block;
  margin: 0 -4px 0 0;
}
.filter-bar .toggler .item-input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.filter-bar .toggler .item {
  display: block;
  padding: 1em 1.5em;
  border: 1px solid #444;
  /*font-family: ;*/
  transition: all 0.2s ease-out;
  cursor: pointer;
  font-size: .9em;
  text-transform: uppercase;
}
.filter-bar .toggler .item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.filter-bar .toggler .item-input:checked + .item {
  background: #E21C2D;
  border-color: #E21C2D;
  background: white;
  border-color: white;
  color: #231f20;
}
/*-----------------------------------------------------------------------------------------
	/Social plugins
-----------------------------------------------------------------------------------------*/
.fb_iframe_widget iframe {
  width: 100% !important;
}
/*-----------------------------------------------------------------------------------------
	/Profile Item
-----------------------------------------------------------------------------------------*/
.no-headshots .profile-item {
  padding-left: 0;
}
.profiles {
  text-align: center;
  margin-top: 2em;
}
.profile-item {
  padding: 0 1em;
  /*	width: 15em;*/
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  vertical-align: top;
  line-height: 1.4;
  margin-bottom: 2em;
  width: 100%;
}
@media (min-width: 27.5em) {
  .profile-item {
    width: 50%;
  }
}
@media (min-width: 42.5em) {
  .profile-item {
    width: 33.333%;
  }
}
.profile-item hr {
  padding: 0;
  margin: 0;
  border-width: 3px;
}
.profile-item .profile-img {
  margin-top: -0.95em;
  margin-bottom: 1em;
}
.profile-item .item-image {
  border-radius: 50%;
  display: inline-block;
  width: 10em;
  height: 10em;
  overflow: hidden;
  background-color: #ffffff;
  border: 7px solid #ffffff;
  margin-bottom: .5em;
  box-shadow: 0 0 0 2px #EAEAEA;
}
.profile-item .item-image img {
  min-width: 100%;
}
.profile-item .item-text {
  padding: .5em 1em;
  border-left: 1px solid #EAEAEA;
  vertical-align: middle;
  text-align: center;
}
.profile-item .item-text .item-team {
  color: #d04949;
  font-family: 'Bree Serif W01 Bold', 'Helvetica Neue', Arial, sans-serif;
  font-size: .9em;
}
.profile-item .item-text .item-award {
  margin: 1em 0 0;
}
@media (min-width: 27.5em) {
  .profile-item .item-text {
    text-align: left;
  }
}
.profile-item .item-text h3 {
  font-size: 1.1em;
  padding-bottom: 4px;
  margin-bottom: 0;
}
.profile-item .item-text h4.title {
  margin-bottom: 2px;
  color: #231f20;
}
.profile-item ul {
  padding: 1em 2em;
  background-color: #f5f5f5;
  margin-bottom: 0;
}
.profile-item li {
  margin-bottom: 1em;
  font-size: .95em;
}
.profile-item h3.year {
  font-size: 2em;
  text-align: center;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: .5em;
}
.profile-item__link .item-image {
  transition: .2s;
}
.profile-item__link h3 {
  color: #231f20;
  transition: .2s;
}
.profile-item__link:hover h3,
.profile-item__link:focus h3 {
  color: #E21C2D;
}
.profile-item__link:hover .item-image,
.profile-item__link:focus .item-image {
  box-shadow: 0 0 0 2px #E21C2D;
}
/*-----------------------------------------------------------------------------------------
	/Download-pdf
-----------------------------------------------------------------------------------------*/
.download-pdf {
  overflow: hidden;
  padding: 0 0 2em;
  display: block;
}
.download-pdf:before {
  display: inline-block;
  margin: 0 -4px 0 0;
  text-indent: -5000px;
  overflow: hidden;
  text-align: left;
  height: 10px;
  width: 10px;
  background-image: url('/images/sprites.png?v=1530479204703');
  background-repeat: no-repeat;
  height: 31px;
  width: 16px;
  margin: 0;
  content: "";
  width: 20px;
  height: 19px;
  margin: 0 .4em 0 0;
  background-position: 0 -120px;
  vertical-align: middle;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .download-pdf:before {
    background-image: url('/images/sprites@2x.png?v=1530479204703');
    background-size: 500px;
  }
}
.download-pdf:before.facebook {
  background-position: 0 6px;
}
.download-pdf:before.twitter {
  background-position: -40px 8px;
  width: 22px;
}
.download-pdf:before.instagram {
  background-position: -80px 6px;
  width: 22px;
}
.download-pdf:before.youtube {
  background-position: -120px 6px;
  width: 22px;
}
.download-pdf .title {
  vertical-align: middle;
}
.download-pdf .meta {
  margin-left: 5px;
  vertical-align: middle;
}
.download-pdf .pdf {
  width: 20px;
  height: 19px;
  margin-left: 8px;
  background-position: 0 -120px;
  vertical-align: middle;
}
.download-pdf:last-child {
  padding-bottom: 0;
}
/*-----------------------------------------------------------------------------------------
	/Right hand side nav
-----------------------------------------------------------------------------------------*/
.sidenav-right ul {
  white-space: nowrap;
  overflow: auto;
  margin: 1em -5% 0;
  padding: 0 1em;
  -webkit-overflow-scrolling: touch;
  background-color: #e5e5e5;
}
.sidenav-right ul ::-webkit-scrollbar {
  width: 6px;
}
.sidenav-right ul ::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.2);
}
.sidenav-right ul ::-webkit-scrollbar-thumb {
  background: #777;
}
@media (min-width: 75em) {
  .sidenav-right ul {
    background-color: #fff;
    margin: 0;
    padding: 0;
    overflow: visible;
    white-space: normal;
  }
}
.sidenav-right li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  margin-right: 1em;
  padding-right: 1em;
  border-bottom: none;
  border-right: 1px solid #fff;
}
@media (min-width: 75em) {
  .sidenav-right li {
    margin: 0;
    padding: 0;
    display: block;
    border: none;
  }
}
/*-----------------------------------------------------------------------------------------
	/Gallery slider
-----------------------------------------------------------------------------------------*/
.gallery-slider .slide {
  padding-bottom: 58%;
  background-size: cover;
  background-position: center;
}
/*-----------------------------------------------------------------------------------------
	/Mailchimp subscribe form
-----------------------------------------------------------------------------------------*/
#mc-embedded-subscribe-form {
  max-width: 30em;
}
/*-----------------------------------------------------------------------------------------
	/Imports
-----------------------------------------------------------------------------------------*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -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;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-stage-outer .buynow {
  display: none;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  /*-webkit-backface-visibility: hidden;  //Removed to fix Chrome bug*/
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  padding-left: 0;
}
@media (min-width: 43.75em) {
  .owl-carousel .owl-item img {
    padding-left: 35%;
  }
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*-----------------------------------------------------------------------------------------
	/Block - Columns
-----------------------------------------------------------------------------------------*/
.block {
  padding: 3em 2em;
}
@media (min-width: 43.75em) {
  .block {
    padding: 5%;
  }
}
.fixed-block {
  max-width: 56em;
}
.block.title-block {
  padding-bottom: 0;
  max-width: 56em;
}
.intro-block {
  font-size: 1.2em;
  max-width: 40em;
  margin: 0 0 3em;
}
.block-column .inner {
  max-width: 93.75em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: #fff;
}
.block-column .columns {
  text-align: center;
}
@media (min-width: 43.75em) {
  .block-column .columns {
    margin-bottom: -5em;
  }
}
.block-column .column {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  margin-bottom: 3em;
  vertical-align: top;
  text-align: left;
}
.block-column .column:last-child {
  margin-bottom: 0;
}
@media (min-width: 43.75em) {
  .block-column .column {
    margin-bottom: 5em;
  }
  .block-column .column:last-child {
    margin-bottom: 5em;
  }
}
@media (min-width: 43.75em) {
  .block-col-2 .column {
    width: 45.7%;
    margin-right: 8%;
  }
  .block-col-2 .column:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 43.75em) {
  .block-col-3 .column {
    width: 47.7%;
    margin-right: 4%;
  }
  .block-col-3 .column:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 62.5em) {
  .block-col-3 .column {
    width: 31%;
    margin-right: 3%;
  }
  .block-col-3 .column:nth-child(2n) {
    margin-right: 3%;
  }
  .block-col-3 .column:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 43.75em) {
  .block-col-4 .column {
    width: 47.7%;
    margin-right: 3%;
  }
  .block-col-4 .column:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 62.5em) {
  .block-col-4 .column {
    width: 22.2%;
  }
  .block-col-4 .column:nth-child(2n) {
    margin-right: 3%;
  }
  .block-col-4 .column:nth-child(4n) {
    margin-right: 0;
  }
}
.block-col-5 .columns {
  margin-bottom: -1%;
}
.block-col-5 .column {
  margin-bottom: 1.5%;
}
@media (min-width: 31.25em) {
  .block-col-5 .column {
    width: 48.8%;
    margin-right: 1%;
  }
  .block-col-5 .column:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 43.75em) {
  .block-col-5 .column {
    width: 32.2%;
    margin-right: 1%;
  }
  .block-col-5 .column:nth-child(2n) {
    margin-right: 1%;
  }
  .block-col-5 .column:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 62.5em) {
  .block-col-5 .column {
    width: 18.8%;
  }
  .block-col-5 .column:nth-child(3n) {
    margin-right: 1%;
  }
  .block-col-5 .column:nth-child(5n) {
    margin-right: 0;
  }
}
.parallax-mirror {
  z-index: 1 !important;
}
.parallax-window {
  min-height: 20em;
  width: 100%;
  background: transparent;
  position: relative;
}
.parallax-window .page-hero {
  position: relative;
  z-index: 3;
}
.template-landing .block-column {
  /*.columns {
			@media (min-width: 43.75em) { //700px
				margin-top: -7%;
			}
		}*/
}
@media (min-width: 43.75em) {
  .template-landing .block-col-2 .column {
    width: 45.7%;
    margin-right: 8%;
  }
  .template-landing .block-col-2 .column:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 43.75em) {
  .template-landing .block-col-3 .column {
    width: 47.7%;
    margin-right: 4%;
  }
  .template-landing .block-col-3 .column:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 62.5em) {
  .template-landing .block-col-3 .column {
    width: 31%;
    margin-right: 3%;
  }
  .template-landing .block-col-3 .column:nth-child(2n) {
    margin-right: 3%;
  }
  .template-landing .block-col-3 .column:nth-child(3n) {
    margin-right: 0;
  }
}
.template-landing .block-col-4 .column {
  margin-right: 3%;
}
@media (min-width: 43.75em) {
  .template-landing .block-col-4 .column {
    width: 47.7%;
    margin-right: 4%;
  }
  .template-landing .block-col-4 .column:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 75em) {
  .template-landing .block-col-4 .column {
    width: 22.2%;
    margin-right: 3%;
  }
  .template-landing .block-col-4 .column:nth-child(2n) {
    margin-right: 3%;
  }
  .template-landing .block-col-4 .column:nth-child(4n) {
    margin-right: 0;
  }
}
.template-landing .block-col-5 .columns {
  text-align: left;
  margin-bottom: -1%;
}
@media (min-width: 62.5em) {
  .template-landing .block-col-5 .columns {
    text-align: center;
  }
}
.template-landing .block-col-5 .column {
  width: 100%;
  margin-bottom: 3em;
}
@media (min-width: 43.75em) {
  .template-landing .block-col-5 .column {
    width: 47.7%;
    margin-right: 4%;
  }
  .template-landing .block-col-5 .column:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 62.5em) {
  .template-landing .block-col-5 .column {
    width: 30.2%;
    margin-right: 3%;
  }
  .template-landing .block-col-5 .column:nth-child(2n) {
    margin-right: 3%;
  }
  .template-landing .block-col-5 .column:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 87.5em) {
  .template-landing .block-col-5 .column {
    width: 18.8%;
    margin-right: 1%;
  }
  .template-landing .block-col-5 .column:nth-child(2n) {
    margin-right: 1%;
  }
  .template-landing .block-col-5 .column:nth-child(3n) {
    margin-right: 1%;
  }
  .template-landing .block-col-5 .column:nth-child(5n) {
    margin-right: 0;
  }
}
@media (min-width: 43.75em) {
  .template-has-aside .block-col-2 .column {
    width: 45.7%;
    margin-right: 8%;
  }
  .template-has-aside .block-col-2 .column:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 43.75em) {
  .template-has-aside .block-col-3 .column {
    width: 47.7%;
    margin-right: 4%;
  }
  .template-has-aside .block-col-3 .column:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 88.75em) {
  .template-has-aside .block-col-3 .column {
    width: 31%;
    margin-right: 3%;
  }
  .template-has-aside .block-col-3 .column:nth-child(2n) {
    margin-right: 3%;
  }
  .template-has-aside .block-col-3 .column:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 56.25em) {
  .template-has-aside .block-col-4 .column {
    width: 45.7%;
    margin-right: 8%;
  }
  .template-has-aside .block-col-4 .column:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 75em) {
  .template-has-aside .block-col-4 .column {
    width: 31%;
    margin-right: 3%;
  }
  .template-has-aside .block-col-4 .column:nth-child(2n) {
    margin-right: 3%;
  }
  .template-has-aside .block-col-4 .column:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 93.75em) {
  .template-has-aside .block-col-4 .column {
    width: 22.2%;
  }
  .template-has-aside .block-col-4 .column:nth-child(2n) {
    margin-right: 3%;
  }
  .template-has-aside .block-col-4 .column:nth-child(3n) {
    margin-right: 3%;
  }
  .template-has-aside .block-col-4 .column:nth-child(4n) {
    margin-right: 0;
  }
}
.template-has-aside .block-col-5 .columns {
  margin-bottom: -1%;
}
.template-has-aside .block-col-5 .column {
  margin-bottom: 1.5%;
}
@media (min-width: 31.25em) {
  .template-has-aside .block-col-5 .column {
    width: 48.8%;
    margin-right: 1%;
  }
  .template-has-aside .block-col-5 .column:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 43.75em) {
  .template-has-aside .block-col-5 .column {
    width: 32.2%;
    margin-right: 1%;
  }
  .template-has-aside .block-col-5 .column:nth-child(2n) {
    margin-right: 1%;
  }
  .template-has-aside .block-col-5 .column:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 62.5em) {
  .template-has-aside .block-col-5 .column {
    width: 18.8%;
  }
  .template-has-aside .block-col-5 .column:nth-child(3n) {
    margin-right: 1%;
  }
  .template-has-aside .block-col-5 .column:nth-child(5n) {
    margin-right: 0;
  }
}
/*-----------------------------------------------------------------------------------------
	/Blocks
-----------------------------------------------------------------------------------------*/
.block-promo {
  padding-bottom: 0;
}
.block-promo .promo {
  width: 100%;
  padding: 0 4px;
}
@media (min-width: 31.25em) {
  .block-promo .promo {
    width: 50%;
  }
}
@media (min-width: 62.5em) {
  .block-promo .promo {
    width: 25%;
  }
}
/*-----------------------------------------------------------------------------------------
	/Main nav active states
-----------------------------------------------------------------------------------------*/
.page-home .menu-home a,
.section-about .menu-about a,
.section-game .menu-game a,
.section-performance .menu-performance a,
.section-news .menu-news a,
.section-involved .menu-involved a,
.section-competitions .menu-competitions a,
.section-useful .menu-info a,
.section-search .menu-search a {
  color: #fff;
}
.page-home .menu-home a:after,
.section-about .menu-about a:after,
.section-game .menu-game a:after,
.section-performance .menu-performance a:after,
.section-news .menu-news a:after,
.section-involved .menu-involved a:after,
.section-competitions .menu-competitions a:after,
.section-useful .menu-info a:after,
.section-search .menu-search a:after,
.page-home .menu-home a:before,
.section-about .menu-about a:before,
.section-game .menu-game a:before,
.section-performance .menu-performance a:before,
.section-news .menu-news a:before,
.section-involved .menu-involved a:before,
.section-competitions .menu-competitions a:before,
.section-useful .menu-info a:before,
.section-search .menu-search a:before {
  background: #fff;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/*-----------------------------------------------------------------------------------------
	/Subnav active states
-----------------------------------------------------------------------------------------*/
.subnav .active .nav-link {
  background-color: #231f20;
  color: #fff;
}
.subnav .active .nav-link:hover .subnav-text {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*-----------------------------------------------------------------------------------------
	/Subnav active accordion states
-----------------------------------------------------------------------------------------*/
.page-media .subnav .subnav-media .level2-toggle,
.page-game-netball .subnav .subnav-what-nb .level2-toggle,
.page-news .subnav .subnav-news .level2-toggle,
.page-coaching .subnav .subnav-coaching .level2-toggle,
.page-youth .subnav .subnav-youth .level2-toggle,
.page-volunteering .subnav .subnav-volunteering .level2-toggle,
.page-competitions-domestic .subnav .subnav-collegenetball2015 .level2-toggle {
  background-position: -450px -101px;
  /*background-color: green;*/
}
.page-nwns-tj .subnav .subnav-nwns-tj a .subtitle,
.page-nwns-cc .subnav .subnav-nwns-cc a .subtitle {
  color: rgba(255, 255, 255, 0.8);
}
/*-----------------------------------------------------------------------------------------
	/Landing pages
-----------------------------------------------------------------------------------------*/
.template-has-aside.template-landing-hero .block.block-column {
  max-width: 56em;
}
.template-has-aside.template-landing-hero .page-hero {
  height: 20em;
  min-height: 0;
  background-image: url('/Images/Assets/3042/10/');
  background-position: center center;
  text-align: center;
  position: relative;
}
@media (min-width: 40em) {
  .template-has-aside.template-landing-hero .page-hero {
    /*640px*/
    height: 30em;
  }
}
.template-has-aside.template-landing-hero .page-hero .page-heading {
  color: #fff;
  margin-bottom: 16px;
  font-size: 2.35em;
}
@media (min-width: 40em) {
  .template-has-aside.template-landing-hero .page-hero .page-heading {
    /*640px*/
    font-size: 2.75em;
  }
}
@media (min-width: 62.5em) {
  .template-has-aside.template-landing-hero .page-hero .page-heading {
    /*1000px*/
    font-size: 3em;
  }
}
.template-has-aside.template-landing-hero .page-hero .page-heading:before,
.template-has-aside.template-landing-hero .page-hero .page-heading:after {
  display: none;
}
.template-has-aside.template-landing-hero .page-hero .title-area {
  align-items: center;
  vertical-align: middle;
  width: 100%;
  height: 20em;
  max-width: 35em;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 40em) {
  .template-has-aside.template-landing-hero .page-hero .title-area {
    /*640px*/
    height: 30em;
  }
}
@media (min-width: 43.75em) {
  .template-has-aside.template-landing-hero .page-hero:before {
    /*700px*/
    content: "";
    height: 100%;
    left: -5em;
    position: absolute;
    transform: skew(-12deg);
    width: 7em;
  }
}
.template-has-aside.template-landing-hero .content-blocks {
  position: relative;
  box-shadow: none;
}
.template-has-aside.template-landing-hero .block.title-block {
  background-color: #fff;
  position: relative;
}
@media (min-width: 62.5em) {
  .template-has-aside.template-landing-hero .block.title-block {
    margin-top: -4em;
  }
}
@media (min-width: 62.5em) {
  .template-has-aside.template-landing-hero .block.title-block:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    height: 7em;
    box-shadow: 0 -5px 4px rgba(4, 4, 4, 0.35);
  }
}
.template-has-aside.template-landing-hero .page-subheading {
  color: #fff;
}
.template-has-aside.template-landing-hero .sidenav-right {
  float: right;
}
@media (min-width: 94.5em) {
  .template-has-aside.template-landing-hero .sidenav-right {
    margin-top: -7em;
  }
}
.template-has-aside.template-landing-hero .sidenav-right a.resources-link {
  text-align: left;
  padding: 0;
}
@media (min-width: 75em) {
  .template-has-aside.template-landing-hero .sidenav-right a.resources-link {
    text-align: center;
  }
}
@media (min-width: 94.5em) {
  .template-has-aside.template-landing-hero .sidenav-right a.resources-link {
    padding: 2em 0;
  }
}
.template-has-aside.template-landing-hero .sidenav-right a.resources-link:before {
  height: 5.5em;
  top: 1.4em;
}
/*-----------------------------------------------------------------------------------------
	/No aside
-----------------------------------------------------------------------------------------*/
.template-no-aside .page-hero {
  height: 30em;
  min-height: 0;
  background-image: url('/Images/Assets/3042/10/');
  background-position: center center;
  text-align: center;
  position: relative;
}
.template-no-aside .page-hero .page-heading {
  color: #fff;
  display: inline-block;
  font-size: 2.35em;
}
@media (min-width: 43.75em) {
  .template-no-aside .page-hero .page-heading {
    font-size: 3em;
  }
}
.template-no-aside .page-hero .page-heading:before,
.template-no-aside .page-hero .page-heading:after {
  display: none;
}
.template-no-aside .page-hero .title-area {
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  height: 1em;
  margin: -1.5em 0 0;
  line-height: 1;
  z-index: 9;
}
.template-no-aside .content-blocks {
  position: relative;
  box-shadow: none;
}
.template-no-aside .block.title-block {
  background-color: #fff;
  margin: -4em auto 0;
  position: relative;
}
.template-no-aside .block.title-block:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  height: 7em;
  box-shadow: 0 -5px 4px rgba(4, 4, 4, 0.35);
  pointer-events: none;
}
.template-no-aside .page-subheading {
  color: #fff;
}
/*-----------------------------------------------------------------------------------------
	/No hero
-----------------------------------------------------------------------------------------*/
.template-no-hero .page-hero {
  height: 20em;
  min-height: 0;
  background-image: url('/Images/Assets/3042/10/');
  background-position: center center;
  text-align: center;
  position: relative;
}
@media (min-width: 40em) {
  .template-no-hero .page-hero {
    /*640px*/
    height: 30em;
  }
}
.template-no-hero .page-hero .page-heading {
  color: #fff;
  font-size: 2.3em;
}
@media (min-width: 40em) {
  .template-no-hero .page-hero .page-heading {
    /*640px*/
    font-size: 3em;
  }
}
.template-no-hero .page-hero .title-area {
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  height: 1em;
  line-height: 1;
  z-index: 10;
  margin: -5em 0 0;
}
@media (min-width: 40em) {
  .template-no-hero .page-hero .title-area {
    /*640px*/
    margin: -1.5em 0 0;
  }
}
/*-----------------------------------------------------------------------------------------
	/Has aside
-----------------------------------------------------------------------------------------*/
.aside {
  position: relative;
  vertical-align: top;
  width: 100%;
  padding: 5%;
  padding-bottom: 0;
}
@media (min-width: 62.5em) {
  .aside {
    width: 18em;
    float: left;
    margin: 0 0 4em -18em;
    padding: 5% 3em;
  }
}
@media (min-width: 94.5em) {
  .aside {
    width: 20em;
    margin: 0 0 4em -20em;
    padding: 5%;
  }
}
.subnav {
  border-top: 3px solid #231f20;
  border-bottom: 3px solid #231f20;
  padding: 1px 0;
}
.subnav ::-webkit-scrollbar {
  width: 6px;
}
.subnav ::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.2);
}
.subnav ::-webkit-scrollbar-thumb {
  background: #777;
}
.subnav .subnav-heading {
  position: relative;
  display: block;
  background-color: #231f20;
  line-height: 0;
}
@media (min-width: 62.5em) {
  .subnav .subnav-heading {
    display: none;
  }
}
.subnav .subnav-heading .circle {
  position: relative;
  width: 3em;
  height: 3em;
  display: inline-block;
  line-height: 0;
  margin: 0 5px;
}
.subnav .subnav-heading .subnav-toggle {
  display: block;
  height: 20px;
  left: 10px;
  top: 17px;
  width: 21px;
}
.subnav .subnav-heading .sub-heading {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  line-height: 1.9;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.subnav ul.sub-level {
  max-height: 0;
  overflow: hidden;
}
.subnav ul.sub-level.show {
  max-height: 220em;
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
@media (min-width: 62.5em) {
  .subnav ul.sub-level {
    max-height: none;
    overflow: visible;
  }
}
.subnav li:last-child a {
  border-bottom: none;
}
.subnav a {
  display: block;
  color: #231f20;
  font-weight: 700;
  font-family: 'Geogrotesque W01 Lt', 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
  font-size: 1em;
  position: relative;
  overflow: hidden;
  padding: 1em 1.8em 1em .75em;
  line-height: 1.2;
  border-bottom: 1px solid #E1E1E1;
}
@media (min-width: 94.5em) {
  .subnav a {
    padding: 1em 2em 1em 1.2em;
  }
}
.subnav a .subnav-text {
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  display: block;
}
.subnav a:before {
  content: "";
  display: block;
  background: #231f20;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  -webkit-transform: skewX(10deg);
  -moz-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  transform: skewX(10deg);
  width: 0;
  -moz-transform: scale(0.9999);
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.subnav a:hover {
  color: #231f20;
}
.subnav a:hover .subnav-text {
  -webkit-transform: translate3d(5px, 0px, 0px);
  -moz-transform: translate3d(5px, 0px, 0px);
  -ms-transform: translate3d(5px, 0px, 0px);
  transform: translate3d(5px, 0px, 0px);
}
.subnav a:hover:before {
  width: 22px;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.subnav a .icon {
  background-position: -450px 0;
  width: 9px;
  height: 15px;
  position: absolute;
  top: 50%;
  margin: -8px -5px;
  right: 1.2em;
}
.subnav a .icon-external-url {
  background-position: -200px -2px;
  height: 13px;
  width: 15px;
  margin-right: -8px;
}
.subnav a .icon-silverferns {
  background-position: -240px 0;
  height: 26px;
  width: 26px;
  margin-top: -15px;
  position: static;
  margin-right: 7px;
}
.subnav a .icon-tickets {
  background-position: -400px -20px;
  height: 16px;
  margin: -2px 0 0 0.3em;
  width: 16px;
  opacity: .5;
  position: static;
  margin-left: 8px;
}
.subnav a .subtitle {
  display: block;
  color: #929292;
  font-size: .9em;
}
.subnav a .subtitle:before {
  content: "/";
  display: inline-block;
  margin-right: 5px;
  font-size: .85em;
  vertical-align: top;
}
.subnav .level1 {
  position: relative;
}
.subnav .level1:last-child {
  border: none;
}
.subnav .level1.active .level2-toggle {
  display: none;
}
.subnav .level1.active .subnav-level2 {
  display: block !important;
}
.subnav .level1.active .subnav-level2 a {
  color: #231f20;
}
.subnav .level2-toggle {
  background-position: -450px -51px;
  position: absolute;
  padding: 0;
  height: 8px;
  top: 1.4em;
  right: 1.2em;
  transition: 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  border: none;
}
@media (min-width: 62.5em) {
  .subnav .level2-toggle {
    /*			top: 1.3em;*/
  }
}
.subnav .level2-toggle:before {
  display: none;
}
.subnav .level2-toggle:hover {
  background-color: transparent;
}
.subnav .level2-toggle.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.subnav .subnav-level2 {
  background: #e5e5e5;
  padding: 6px;
  max-height: 25em;
  overflow: auto;
  display: none;
}
.subnav .subnav-level2 li {
  border-bottom: 1px solid #e5e5e5;
}
.subnav .subnav-level2 a {
  text-transform: none;
  padding: 1em 1.35em;
  font-weight: normal;
  font-size: .95em;
  background: white;
  border-bottom: none;
  color: #231f20;
}
.subnav .subnav-level2 a:before {
  display: none;
}
.subnav .subnav-level2 .active {
  border-bottom: 1px solid #e1e1e1;
}
.subnav .subnav-level2 .active a {
  background: white;
  /*color: @links;*/
  font-weight: normal;
  font-family: 'Geogrotesque W01 Medium1185174', 'Helvetica Neue', Arial, sans-serif;
}
.subnav .subnav-level2 .active a:before {
  background-color: #E21C2D;
  width: 22px;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.subnav .subnav-level2 .active .subnav-level3 .icon {
  display: inline-block;
}
.subnav .subnav-level2 .team {
  color: #9A9A9A;
}
.subnav .active .subnav-level3 {
  margin-top: -1px;
}
.subnav .active .subnav-level3 li {
  border-bottom: none;
}
.subnav .active .subnav-level3 a {
  border-bottom: none;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #aeacad;
}
.subnav .active .subnav-level3 a:before {
  display: none;
}
.subnav .active .subnav-level3 a .icon {
  position: static;
  display: inline-block;
  margin: 0 6px 0 0;
  background-position: -475px -3px;
}
.subnav .active .subnav-level3 a:hover {
  color: #231f20;
}
.subnav .active .subnav-level3 li:last-child a {
  padding-bottom: 1em;
}
.subnav .active .subnav-level3 .active {
  border-bottom: none;
}
.subnav .active .subnav-level3 .active a {
  color: #E21C2D;
}
.subnav .active .subnav-level3 .active a .icon {
  background-position: -483px -2px;
}
.subnav .active a {
  /*background: @links;*/
  color: #fff;
  position: relative;
}
.subnav .active a .icon {
  display: block;
}
.subnav-back-link {
  margin: 3em 0 0;
  /*display: block;*/
}
/*-----------------------------------------------------------------------------------------
	/Landing pages
-----------------------------------------------------------------------------------------*/
.page-competitions-home {
  /*	.hero{
		overflow: hidden;
		img{
			transition: all .4s @ease-in-out-quint;
		}
		&:hover img{
			.transform(scale(1.065));
		}
	}	*/
}
.page-competitions-home h2.title {
  margin-top: 1em;
  font-size: 1.35em;
}
.page-competitions-home .content-blocks {
  position: relative;
  z-index: 5;
}
.page-competitions-home .columns {
  position: relative;
}
@media (min-widht: 43.75em) {
  .page-competitions-home .columns {
    margin-top: 0;
  }
}
.page-competitions-home .columns .column {
  border-bottom: 1px solid #E1E1E1;
}
.page-competitions-home .columns .column:last-child {
  border-bottom: none;
}
@media (min-width: 62.5em) {
  .page-competitions-home .columns .column {
    border-bottom: none;
  }
}
.page-competitions-home .columns .news-item {
  border: none;
}
.page-competitions-home .page-hero {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 62.5em) {
  .page-competitions-home .page-hero {
    margin-left: 0;
  }
}
.page-competitions-home .page-hero .hero-image {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  left: 42%;
  overflow: hidden;
  z-index: 2;
}
.page-competitions-home .page-hero .hero-image:before {
  content: "";
  position: absolute;
  left: -4em;
  top: 0;
  background-color: #fff;
  height: 100%;
  transform: skew(-12deg);
  width: 7em;
  z-index: 3;
}
.page-competitions-home .page-hero .hero-image img {
  position: relative;
}
.page-competitions-home .page-hero .hero-image .triangle {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 2em solid rgba(255, 255, 255, 0);
  border-bottom: 9.5em solid #6d6e71;
  z-index: 1;
  -moz-transform: scale(0.9999);
}
.page-competitions-home .page-hero .title-area {
  height: 30em;
  display: block;
  max-width: 40em;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: static;
}
.page-competitions-home .page-hero .title-area .copy {
  width: 100%;
}
.page-competitions-home .page-hero .title-area .quicklinks {
  display: block;
  width: 100%;
  margin: 1.5em 0;
}
.page-competitions-home .page-hero .title-area .quicklinks .button {
  font-size: 1em;
  margin-right: 5px;
  padding: .75em 1em;
  border-color: #fff;
  color: #fff;
}
.page-competitions-home .page-hero .title-area .quicklinks .button:hover {
  color: #E21C2D;
  border-color: #E21C2D;
}
.page-competitions-home .page-hero .title-area .quicklinks .button:hover .award {
  background-position: -80px -144px;
}
.page-competitions-home .page-hero .title-area .quicklinks .button:hover .calendar {
  background-position: -40px -144px;
}
.page-competitions-home .page-hero .title-area .quicklinks .award,
.page-competitions-home .page-hero .title-area .quicklinks .calendar {
  background-position: -80px -120px;
  width: 16px;
  height: 17px;
  margin-right: 8px;
  transition: all .2s ease;
}
.page-competitions-home .page-hero .title-area .quicklinks .calendar {
  background-position: -40px -120px;
}
@media (min-width: 43.75em) {
  .page-competitions-home .page-hero:before {
    content: "";
    height: 100%;
    width: 7em;
    left: -5em;
    position: absolute;
    background-color: #231f20;
    -webkit-transform: skew(-12deg);
    -moz-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
  }
}
.page-competitions-home .item {
  color: #231f20;
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  padding-bottom: 2em;
}
.page-competitions-home .item h2.title {
  color: #231f20;
}
.page-competitions-home .item .hero {
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  position: relative;
}
.page-competitions-home .item .hero:before,
.page-competitions-home .item .hero:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  opacity: 0;
}
.page-competitions-home .item .hero:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(226, 28, 45, 0.85);
}
.page-competitions-home .item .hero img {
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.page-competitions-home .item .blurb {
  color: #231f20;
  transition: color .3s ease;
}
.page-competitions-home .item .hero:after {
  content: "View more";
  text-transform: uppercase;
  color: #fff;
  font-size: 1.2em;
  opacity: 0;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  height: 1em;
  margin: -0.5em 0 0;
  line-height: 1;
  z-index: 10;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.page-competitions-home .item:hover .blurb {
  color: #E21C2D;
}
.page-competitions-home .item:hover .hero img {
  -webkit-transform: scale(1.065);
  -moz-transform: scale(1.065);
  -ms-transform: scale(1.065);
  transform: scale(1.065);
}
.page-competitions-home .item:hover .hero:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  z-index: 9;
  opacity: 1;
}
.page-competitions-home .item:hover .hero:after {
  opacity: 1;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.page-competitions-home .innerlinks {
  padding: 0;
  text-align: center;
  margin-top: 2em;
}
.page-competitions-home .innerlinks li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  width: 33.333%;
  text-align: center;
  padding: 0 2px 1.5em;
  vertical-align: top;
  overflow: hidden;
}
.page-competitions-home .innerlinks li a {
  transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  display: block;
  padding: 2px;
}
.page-competitions-home .innerlinks .icon-external-url {
  margin: -5px 0 0 2px;
}
.page-competitions-home .innerlinks .thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.page-competitions-home .innerlinks .small {
  color: #6d6e71;
  font-size: .8em;
}
.page-competitions-home .innerlinks h4 {
  font-size: .9em;
  margin: .5em 1% 0;
}
.page-competitions-home .innerlinks .logo {
  max-width: 7em;
  position: relative;
  margin: 0 auto;
  width: 88%;
  height: auto;
}
.page-competitions-home .innerlinks .title {
  text-align: left;
  color: #8e8f93;
  line-height: 1.1;
  font-size: .9em;
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  padding: .5em .6em;
  margin: 0;
  font-weight: normal;
  font-family: 'Geogrotesque W01 Medium1185174', 'Helvetica Neue', Arial, sans-serif;
}
.page-competitions-home .innerlinks .title:after,
.page-competitions-home .innerlinks .title:before {
  display: none;
}
.page-competitions-home .innerlinks li a:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.page-competitions-home .innerlinks li a:hover .title {
  color: #fff;
}
.page-competitions-home .innerlinks li a:hover .title:after,
.page-competitions-home .innerlinks li a:hover .title:before {
  background-color: #E21C2D;
}
.template-landing-second .page-hero {
  min-height: 27em;
}
.template-has-aside .container {
  position: relative;
  overflow: hidden;
}
@media (min-width: 62.5em) {
  .template-has-aside .container {
    padding-left: 17em;
  }
}
@media (min-width: 94.5em) {
  .template-has-aside .container {
    padding-left: 20em;
  }
}
.template-has-aside .content-blocks {
  vertical-align: top;
  /*padding-left: 20.5em;*/
  box-shadow: 0px 1px 0 white inset;
}
.template-has-aside .page-hero {
  position: relative;
  min-height: 22em;
  overflow: hidden;
}
@media (min-width: 62.5em) {
  .template-has-aside .page-hero {
    margin-left: -20em;
  }
}
.template-has-aside .page-hero .hero-image {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  left: 50%;
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 43.75em) {
  .template-has-aside .page-hero .hero-image {
    display: block;
  }
}
@media (min-width: 62.5em) {
  .template-has-aside .page-hero .hero-image {
    left: 42%;
  }
}
.template-has-aside .page-hero .hero-image:before {
  content: "";
  position: absolute;
  left: -4em;
  top: 0;
  background-color: #fff;
  height: 100%;
  transform: skew(-12deg);
  width: 7em;
  z-index: 3;
}
.template-has-aside .page-hero .hero-image img {
  position: relative;
  max-width: none;
}
.template-has-aside .page-hero .hero-image .triangle {
  -moz-transform: scale(0.9999);
  display: none;
}
.template-has-aside .page-hero .title-area {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  width: 100%;
  padding-left: 5%;
  height: 21em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 43.75em) {
  .template-has-aside .page-hero .title-area {
    width: 54%;
  }
}
@media (min-width: 62.5em) {
  .template-has-aside .page-hero .title-area {
    padding-left: 10%;
    width: 43%;
  }
}
@media (min-width: 80em) {
  .template-has-aside .page-hero .title-area {
    height: 21em;
  }
}
.template-has-aside .page-hero .title-area .copy {
  width: 100%;
  padding: 1em;
}
@media (min-width: 37.5em) {
  .template-has-aside .page-hero .title-area .copy {
    padding: 0;
  }
}
@media (min-width: 43.75em) {
  .template-has-aside .page-hero:before {
    /*700px*/
    content: "";
    height: 100%;
    width: 7em;
    left: -7em;
    position: absolute;
    background-color: #231f20;
    -webkit-transform: skew(-12deg);
    -moz-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
  }
}
@media (min-width: 62.5em) {
  .template-has-aside .page-hero:before {
    left: -5em;
  }
}
/*-----------------------------------------------------------------------------------------
	/Home
-----------------------------------------------------------------------------------------*/
.page-home {
  background-color: #fff;
}
.page-home .shape {
  height: 100%;
  width: 43.1%;
  display: block;
  position: fixed;
  top: 0;
  left: -10.5%;
  background-color: rgba(110, 111, 113, 0.18);
  z-index: -1;
}
.page-home .footer-sponsors .sponsors-tier1,
.page-home .footer-sponsors .sponsors-tier2,
.page-home .footer-sponsors .sponsors-tier3 {
  white-space: normal;
  overflow: hidden;
}
.page-home .slider {
  width: 100%;
  display: block;
}
@media (min-width: 62.5em) {
  .page-home .slider {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 0 0;
    max-width: 74%;
  }
}
.page-home .slider .img {
  padding-bottom: 47%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 43.75em) {
  .page-home .slider .img {
    margin-left: 35%;
  }
}
.page-home .promo-content {
  display: inline-block;
  width: 100%;
}
.page-home .promo-content .promo {
  display: block;
  width: 100%;
  padding: 1em 2em;
}
@media (min-width: 40em) {
  .page-home .promo-content .promo {
    width: 50%;
    margin: 5px -2px;
    display: inline-block;
    padding: 0 3px;
  }
}
@media (min-width: 62.5em) {
  .page-home .promo-content .promo {
    margin: 8px 0 0 8px;
    display: block;
    width: auto;
    padding: 0;
  }
}
.page-home .promo-content .promo a {
  display: block;
  padding-bottom: 66.2%;
  background-size: cover;
  background-position: center;
}
.page-home .promo-content .promo img {
  width: 100%;
}
@media (min-width: 62.5em) {
  .page-home .promo-content {
    width: 26%;
    float: right;
  }
}
.page-home .title-area {
  position: relative;
}
.page-home .nav-silverfans .img {
  display: none;
  padding: 5px;
  background: #1a1a1a;
  position: relative;
  margin: -1em 0 0;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 62.5em) {
  .page-home .nav-silverfans .img {
    display: block;
  }
}
.page-home .tab-area {
  width: 100%;
  display: block;
}
@media (min-width: 80em) {
  .page-home .tab-area {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 0 0;
    width: 70%;
    vertical-align: top;
    padding: 0 4em 0 0;
  }
}
.page-home .gallery-content .nav a.gallery-view:before,
.page-home .gallery-content .nav a.gallery-view:after {
  display: none;
}
.page-home .gallery-view {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  font-size: 1.1em;
  text-transform: uppercase;
  position: relative;
}
.page-home .gallery-view span {
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  display: block;
  left: 0;
  padding: 1.75em 0;
  line-height: 1;
  padding: 0;
  top: 50%;
  height: 1em;
  margin-top: -0.5em;
}
.page-home .owl-dots {
  padding: 0.6em 0 0 1em;
}
.page-home .video-content {
  margin-bottom: 0;
}
.page-home .social-tab-area {
  width: 100%;
  display: block;
  padding-top: 1em;
  position: relative;
  overflow: hidden;
  max-width: 30em;
  margin: 3em auto 0;
}
@media (min-width: 80em) {
  .page-home .social-tab-area {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 0 0;
    width: 30% !important;
    height: auto;
    vertical-align: top;
    padding-right: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
.page-home .social-tab-area #tab-twitter {
  max-height: 30em;
  overflow: auto;
}
@media (min-width: 80em) {
}
.page-home .social-tab-area .twitter-timeline {
  width: 100% !important;
}
.page-home .social-tab-area .fb-page iframe {
  width: 100% !important;
}
/*-----------------------------------------------------------------------------------------
	/Our Game
-----------------------------------------------------------------------------------------*/
#history-slides.owl-carousel {
  margin-bottom: 6em;
}
#history-slides.owl-carousel .owl-item img {
  padding-left: 0;
}
#history-slides.owl-carousel .owl-controls {
  bottom: -2em;
  left: 0;
}
#history-slides.owl-carousel .copy-text {
  position: static;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1.5em 2em;
  background-color: rgba(26, 26, 26, 0.85);
  color: #fff;
  line-height: 1.3;
}
@media (min-width: 45em) {
  #history-slides.owl-carousel .copy-text {
    position: absolute;
  }
}
.page-game .timeline-item {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #E1E1E1;
  width: 100%;
}
.page-game .timeline-item .year {
  float: left;
  margin-right: 1.5em;
}
.page-game .timeline-item p {
  overflow: hidden;
}
.page-game .timeline-item:last-child {
  border-bottom: none;
}
/*-----------------------------------------------------------------------------------------
	/Our Game - Hounor
-----------------------------------------------------------------------------------------*/
.page-game-honour .item-text h3 {
  font-size: 1.1em;
}
/*-----------------------------------------------------------------------------------------
	/Our Game - Hounor
-----------------------------------------------------------------------------------------*/
.page-heroes .text {
  overflow: hidden;
  max-width: 38em;
}
.page-heroes .img-left {
  max-width: 20em;
}
/*-----------------------------------------------------------------------------------------
	/Our Game - NNZAwards
-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------
	/Our Game - Life Members
-----------------------------------------------------------------------------------------*/
.page-game-lifemembers .profiles {
  padding: 0;
  margin: 0;
}
.page-game-lifemembers .profile-item {
  padding: 0 1em 0 0;
  min-width: 10em;
  width: 100%;
}
@media (min-width: 27.5em) {
  .page-game-lifemembers .profile-item {
    width: 50%;
  }
}
@media (min-width: 42.5em) {
  .page-game-lifemembers .profile-item {
    width: 33.333%;
  }
}
@media (min-width: 50em) {
  .page-game-lifemembers .profile-item {
    width: 25%;
  }
}
@media (min-width: 75em) {
  .page-game-lifemembers .profile-item {
    width: 33.333%;
  }
}
@media (min-width: 87.5em) {
  .page-game-lifemembers .profile-item {
    width: 25%;
  }
}
.page-game-lifemembers .download-pdf {
  padding-bottom: 0;
}
.page-game-lifemembers .item-text h3,
.page-game-lifemembers .item-text h4.title {
  margin-bottom: 2px;
  color: #231f20;
}
.page-game-lifemembers .item-text p {
  color: #6d6e71;
}
.page-game-lifemembers .content h2 {
  margin-bottom: 0;
}
/*-----------------------------------------------------------------------------------------
	/High Performance - Teams landing
-----------------------------------------------------------------------------------------*/
.template-landing-hero.page-performance-teams .block.block-column {
  max-width: none;
}
@media (min-width: 62.5em) {
  .template-landing-hero.page-performance-teams .block.block-column {
    padding-left: 0;
  }
}
.template-landing-hero.page-performance-teams .block.block-column .title {
  margin-top: 1em;
  font-size: 1.35em;
}
.template-landing-hero.page-performance-teams .block.block-column .hero {
  padding-bottom: 80%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/*-----------------------------------------------------------------------------------------
	/High Performance - Umpires
-----------------------------------------------------------------------------------------*/
.page-performance-umpires .umpire h3 {
  margin-bottom: 1em;
}
.page-performance-umpires .umpire ul {
  list-style: none;
  padding: 0;
}
.page-performance-umpires .umpire li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  width: 50%;
  min-width: 0;
  padding: 0;
  margin-bottom: 2em;
}
@media (min-width: 43.75em) {
  .page-performance-umpires .umpire li {
    width: 25%;
  }
}
.page-performance-umpires .item-text h4.title {
  margin-bottom: 2px;
  color: #231f20;
}
.page-performance-umpires .item-text p {
  color: #6d6e71;
}
/*-----------------------------------------------------------------------------------------
	/Our Game - Rules
-----------------------------------------------------------------------------------------*/
.page-game-rules hr {
  border-color: #e1e1e1;
  border-width: 1px;
}
.page-game-rules .download-pdf {
  padding-bottom: 1em;
}
/*-----------------------------------------------------------------------------------------
	/Our Game - Oceania
-----------------------------------------------------------------------------------------*/
.page-game-oceania .column {
  border-bottom: 1px solid #E1E1E1;
  padding: 0 0 2em;
  margin-bottom: 2em;
}
.page-game-oceania .column p {
  margin: 0 0 1em;
}
.page-game-oceania .column:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.page-game-oceania .download-pdf {
  padding-bottom: 1em;
}
/*-----------------------------------------------------------------------------------------
	/NZA Performance
-----------------------------------------------------------------------------------------*/
.page-performance-nza .profile-item,
.page-performance-nzu21 .profile-item {
  width: 100%;
  min-width: 10em;
}
@media (min-width: 27.5em) {
  .page-performance-nza .profile-item,
  .page-performance-nzu21 .profile-item {
    width: 50%;
  }
}
@media (min-width: 37.5em) {
  .page-performance-nza .profile-item,
  .page-performance-nzu21 .profile-item {
    width: 33.333%;
  }
}
@media (min-width: 68.75em) {
  .page-performance-nza .profile-item,
  .page-performance-nzu21 .profile-item {
    width: 25%;
  }
}
@media (min-width: 81.25em) {
  .page-performance-nza .profile-item,
  .page-performance-nzu21 .profile-item {
    width: 20%;
  }
}
.page-performance-umpires .umpire-list {
  padding: 0;
}
.page-performance-umpires .umpire {
  list-style: none;
  padding: 1em 0;
}
.page-performance-umpires .umpire .years ul {
  padding: 0;
}
.page-performance-umpires .umpire .years li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  margin-right: 0;
  list-style: none;
}
.page-performance-umpires .umpire .years .ui-state-active a,
.page-performance-umpires .umpire .years a:hover {
  background-color: #E21C2D;
  color: #fff;
}
.page-performance-umpires .umpire .years a {
  color: #231f20;
  background: #e1e1e1;
  padding: 6px 14px;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.page-performance-umpires .umpire:before {
  content: "";
  margin: 0 0 1em;
  width: 20px;
  height: 3px;
  background-color: #231f20;
  display: block;
}
/*-----------------------------------------------------------------------------------------
	/Resources
-----------------------------------------------------------------------------------------*/
.page-resources .column {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 2em;
  padding-bottom: 1.5em;
}
.page-resources .last {
  border: none;
}
.page-resources h3.subtitle {
  color: #231f20;
  padding-bottom: .5em;
  padding-top: 1em;
}
.page-resources h4 {
  color: #231f20;
  position: relative;
}
.page-resources .resource-list .item {
  margin: 0 0 1em;
}
/*-----------------------------------------------------------------------------------------
	/News Section
-----------------------------------------------------------------------------------------*/
.section-news .article-title {
  font-family: 'Bree Serif W01 Bold', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.2em;
}
.section-news .article-date {
  margin: 0 0 1em;
  font-family: 'Bree Serif W01 Regular', 'Helvetica Neue', Arial, sans-serif;
  color: #999;
}
/*-----------------------------------------------------------------------------------------
	/News List
-----------------------------------------------------------------------------------------*/
.news-item {
  /*background: red;*/
  margin-bottom: 1em;
}
.news-item .hero-image {
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 0 1em;
  background-color: #e5e5e5;
}
.news-item .hero-video {
  margin-bottom: 1em;
  padding-bottom: 56%;
  background-position: center;
  background-size: cover;
}
.news-item .title {
  margin: 0;
}
.news-item a {
  color: #231f20;
  display: block;
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  border-bottom: 3px solid rgba(255, 255, 255, 0);
  padding-bottom: 2em;
}
.news-item a:hover {
  /*.transform(scale(1.06));*/
  border-bottom: 3px solid #E21C2D;
}
.news-item .excerpt {
  font-weight: normal;
  font-size: 0.95em;
}
.news-item .readmore {
  color: #E21C2D;
}
/*-----------------------------------------------------------------------------------------
	/News list
-----------------------------------------------------------------------------------------*/
.page-news-list.template-has-aside.template-landing-hero .block.block-column {
  max-width: none;
}
.page-news-list .top-subnav {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 40em) {
  .page-news-list .top-subnav {
    margin: 0 0 0.6em;
  }
}
.page-news-list .top-subnav li {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-size: .9em;
}
@media (min-width: 40em) {
  .page-news-list .top-subnav li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 0 0;
    margin: 0 1px 0 0;
    width: auto;
  }
}
.page-news-list .top-subnav li a {
  color: #231f20;
}
.page-news-list .top-subnav li.active {
  border-color: #E21C2D;
}
.page-news-list .top-subnav li.active a,
.page-news-list .top-subnav li:hover a {
  color: #E21C2D;
}
.page-news-list .select-year {
  max-width: 10em;
}
.page-news-list .video-preview {
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 1em;
}
.page-news-list .video-preview:after {
  display: inline-block;
  margin: 0 -4px 0 0;
  text-indent: -5000px;
  overflow: hidden;
  text-align: left;
  height: 10px;
  vertical-align: middle;
  width: 10px;
  background-image: url('/images/sprites.png?v=1530479204703');
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  background-position: 0 -400px;
  width: 70px;
  margin: -35px 0 0 -35px;
  height: 70px;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .page-news-list .video-preview:after {
    background-image: url('/images/sprites@2x.png?v=1530479204703');
    background-size: 500px;
  }
}
.page-news-list .video-preview:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.page-news-list .video-preview .hero-image {
  margin-bottom: 0;
}
/*-----------------------------------------------------------------------------------------
	/News article / Page with right sidenav
-----------------------------------------------------------------------------------------*/
.page-news-article .featured-article,
.page-sidenav .featured-article,
.page-news-article .block-center,
.page-sidenav .block-center {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  width: 100%;
  max-width: 68em;
  vertical-align: top;
}
@media (min-width: 75em) {
  .page-news-article .featured-article,
  .page-sidenav .featured-article,
  .page-news-article .block-center,
  .page-sidenav .block-center {
    width: 70%;
  }
}
@media (min-width: 94.5em) {
}
.page-news-article .featured-article .article-date,
.page-sidenav .featured-article .article-date,
.page-news-article .block-center .article-date,
.page-sidenav .block-center .article-date {
  font-size: 1em;
  margin: 0;
}
.page-news-article .article-list,
.page-sidenav .article-list,
.page-news-article .sidenav-right,
.page-sidenav .sidenav-right {
  display: block;
  width: 100%;
  vertical-align: top;
  padding: 0 0 2em;
  float: right;
}
@media (min-width: 62.5em) {
  .page-news-article .article-list,
  .page-sidenav .article-list,
  .page-news-article .sidenav-right,
  .page-sidenav .sidenav-right {
    padding: 2em 0;
  }
}
@media (min-width: 75em) {
  .page-news-article .article-list,
  .page-sidenav .article-list,
  .page-news-article .sidenav-right,
  .page-sidenav .sidenav-right {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 0 0;
    padding: 0 0 0 4em;
  }
}
@media (min-width: 94.5em) {
  .page-news-article .article-list,
  .page-sidenav .article-list,
  .page-news-article .sidenav-right,
  .page-sidenav .sidenav-right {
    padding: 0 0 0 6em;
  }
}
.page-news-article .article-list .heading,
.page-sidenav .article-list .heading,
.page-news-article .sidenav-right .heading,
.page-sidenav .sidenav-right .heading {
  font-family: 'Bree Serif W01 Bold', 'Helvetica Neue', Arial, sans-serif;
}
.page-news-article .article-list li,
.page-sidenav .article-list li,
.page-news-article .sidenav-right li,
.page-sidenav .sidenav-right li {
  border-bottom: 1px solid #e5e5e5;
}
.page-news-article .article-list li:last-child,
.page-sidenav .article-list li:last-child,
.page-news-article .sidenav-right li:last-child,
.page-sidenav .sidenav-right li:last-child {
  border: none;
}
.page-news-article .article-list a,
.page-sidenav .article-list a,
.page-news-article .sidenav-right a,
.page-sidenav .sidenav-right a {
  display: block;
  color: #231f20;
  position: relative;
  padding: 1em 0;
  font-size: .95em;
}
.page-news-article .article-list a:before,
.page-sidenav .article-list a:before,
.page-news-article .sidenav-right a:before,
.page-sidenav .sidenav-right a:before {
  display: none;
}
@media (min-width: 94.5em) {
  .page-news-article .article-list a:before,
  .page-sidenav .article-list a:before,
  .page-news-article .sidenav-right a:before,
  .page-sidenav .sidenav-right a:before {
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    background: transparent;
    content: "";
    height: 100%;
    left: -27px;
    position: absolute;
    top: 0;
    width: 5px;
    display: block;
  }
}
.page-news-article .article-list a:hover,
.page-sidenav .article-list a:hover,
.page-news-article .sidenav-right a:hover,
.page-sidenav .sidenav-right a:hover {
  color: #231f20;
}
.page-news-article .article-list a:hover:before,
.page-sidenav .article-list a:hover:before,
.page-news-article .sidenav-right a:hover:before,
.page-sidenav .sidenav-right a:hover:before {
  background: #231f20;
}
.page-news-article .article-list .active a,
.page-sidenav .article-list .active a,
.page-news-article .sidenav-right .active a,
.page-sidenav .sidenav-right .active a {
  font-weight: normal;
  font-family: 'Geogrotesque W01 Medium1185174', 'Helvetica Neue', Arial, sans-serif;
  color: #E21C2D;
}
.page-news-article .article-list .active a:before,
.page-sidenav .article-list .active a:before,
.page-news-article .sidenav-right .active a:before,
.page-sidenav .sidenav-right .active a:before {
  background: #E21C2D;
}
.page-news-article .article-list .article-date,
.page-sidenav .article-list .article-date,
.page-news-article .sidenav-right .article-date,
.page-sidenav .sidenav-right .article-date {
  margin: 0 0 0 .1em;
  font-size: .85em;
}
.page-news-article .article-list a.resources-link,
.page-sidenav .article-list a.resources-link,
.page-news-article .sidenav-right a.resources-link,
.page-sidenav .sidenav-right a.resources-link {
  text-align: left;
  padding: 0;
}
@media (min-width: 75em) {
  .page-news-article .article-list a.resources-link,
  .page-sidenav .article-list a.resources-link,
  .page-news-article .sidenav-right a.resources-link,
  .page-sidenav .sidenav-right a.resources-link {
    text-align: center;
  }
}
@media (min-width: 94.5em) {
  .page-news-article .article-list a.resources-link,
  .page-sidenav .article-list a.resources-link,
  .page-news-article .sidenav-right a.resources-link,
  .page-sidenav .sidenav-right a.resources-link {
    padding: 2em 0;
  }
}
.page-news-article .article-list a.resources-link h3,
.page-sidenav .article-list a.resources-link h3,
.page-news-article .sidenav-right a.resources-link h3,
.page-sidenav .sidenav-right a.resources-link h3 {
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: normal;
  font-family: 'Geogrotesque W01 Medium1185174', 'Helvetica Neue', Arial, sans-serif;
  opacity: .5;
  padding: 0 1em;
  display: inline-block;
  width: auto;
}
@media (min-width: 75em) {
  .page-news-article .article-list a.resources-link h3,
  .page-sidenav .article-list a.resources-link h3,
  .page-news-article .sidenav-right a.resources-link h3,
  .page-sidenav .sidenav-right a.resources-link h3 {
    display: block;
  }
}
.page-news-article .article-list a.resources-link .pdf-download,
.page-sidenav .article-list a.resources-link .pdf-download,
.page-news-article .sidenav-right a.resources-link .pdf-download,
.page-sidenav .sidenav-right a.resources-link .pdf-download {
  border: 3px solid rgba(35, 31, 32, 0.5);
  /*				background-color: @body-copy;*/
  border-radius: 50%;
  width: 7em;
  height: 7em;
  margin: 1em auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 1.1em;
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.page-news-article .article-list a.resources-link .icon,
.page-sidenav .article-list a.resources-link .icon,
.page-news-article .sidenav-right a.resources-link .icon,
.page-sidenav .sidenav-right a.resources-link .icon {
  background-position: -460px 0;
  height: 15px;
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  opacity: .5;
  width: 9px;
  margin: 1px 5px 2px;
}
.page-news-article .article-list a.resources-link .icon.pdf,
.page-sidenav .article-list a.resources-link .icon.pdf,
.page-news-article .sidenav-right a.resources-link .icon.pdf,
.page-sidenav .sidenav-right a.resources-link .icon.pdf {
  vertical-align: middle;
  background-position: -39px -200px;
  width: 35px;
  height: 40px;
  margin: 35px -2px 0 0;
}
.page-news-article .article-list a.resources-link .icon.url,
.page-sidenav .article-list a.resources-link .icon.url,
.page-news-article .sidenav-right a.resources-link .icon.url,
.page-sidenav .sidenav-right a.resources-link .icon.url {
  background-position: -40px -280px;
  height: 27px;
  width: 36px;
  margin: 40px -5px 0 0;
}
@media (min-width: 94.5em) {
  .page-news-article .article-list a.resources-link:before,
  .page-sidenav .article-list a.resources-link:before,
  .page-news-article .sidenav-right a.resources-link:before,
  .page-sidenav .sidenav-right a.resources-link:before {
    background: #e5e5e5 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 12em;
    left: 50%;
    margin: -6em auto 2em;
    top: -5em;
    width: 3px;
    position: absolute;
  }
}
.page-news-article .article-list a.resources-link:hover h3,
.page-sidenav .article-list a.resources-link:hover h3,
.page-news-article .sidenav-right a.resources-link:hover h3,
.page-sidenav .sidenav-right a.resources-link:hover h3 {
  color: #E21C2D;
  opacity: 1;
}
.page-news-article .article-list a.resources-link:hover h3 .icon,
.page-sidenav .article-list a.resources-link:hover h3 .icon,
.page-news-article .sidenav-right a.resources-link:hover h3 .icon,
.page-sidenav .sidenav-right a.resources-link:hover h3 .icon {
  background-position: -441px 0;
}
.page-news-article .article-list a.resources-link:hover .pdf-download,
.page-sidenav .article-list a.resources-link:hover .pdf-download,
.page-news-article .sidenav-right a.resources-link:hover .pdf-download,
.page-sidenav .sidenav-right a.resources-link:hover .pdf-download {
  background-color: #E21C2D;
  border-color: rgba(35, 31, 32, 0.2);
  /*.transform(scale(1.2));*/
}
.page-news-article .article-list a.resources-link:hover .pdf-download .icon,
.page-sidenav .article-list a.resources-link:hover .pdf-download .icon,
.page-news-article .sidenav-right a.resources-link:hover .pdf-download .icon,
.page-sidenav .sidenav-right a.resources-link:hover .pdf-download .icon {
  /*.transform(scale(.8));*/
}
.page-news-article .article-list a.resources-link:hover .icon.url,
.page-sidenav .article-list a.resources-link:hover .icon.url,
.page-news-article .sidenav-right a.resources-link:hover .icon.url,
.page-sidenav .sidenav-right a.resources-link:hover .icon.url {
  background-position: 0 -280px;
}
.page-news-article .article-list a.resources-link:hover .icon,
.page-sidenav .article-list a.resources-link:hover .icon,
.page-news-article .sidenav-right a.resources-link:hover .icon,
.page-sidenav .sidenav-right a.resources-link:hover .icon {
  background-position: 0 -200px;
  opacity: 1;
}
.page-news-article .hero-image,
.page-sidenav .hero-image {
  margin: 0 0 1em;
}
.page-news-article .hero-image img,
.page-sidenav .hero-image img {
  display: block;
  margin: 0 auto;
}
.page-news-article .hero-image .caption,
.page-sidenav .hero-image .caption {
  font-family: 'Bree Serif W01 Regular', 'Helvetica Neue', Arial, sans-serif;
  color: #999;
  padding: 1em;
}
.page-news-article .news-content,
.page-sidenav .news-content,
.page-news-article .block-content,
.page-sidenav .block-content {
  max-width: 50em;
  margin: 0;
}
@media (min-width: 62.5em) {
  .page-news-article .news-content,
  .page-sidenav .news-content,
  .page-news-article .block-content,
  .page-sidenav .block-content {
    margin: 0 auto;
  }
}
.page-news-article .article-title,
.page-sidenav .article-title {
  font-size: 1.6em;
  margin: 0;
  font-family: 'Bree Serif W01 Bold', 'Helvetica Neue', Arial, sans-serif;
}
@media (min-width: 37.5em) {
  .page-news-article .article-title,
  .page-sidenav .article-title {
    font-size: 2.1em;
  }
}
.page-sidenav .sidenav-right.sidenav-right-multi a.resources-link {
  padding: 0 0 1em;
}
.page-sidenav .sidenav-right.sidenav-right-multi a.resources-link:not(:first-child):before {
  display: none;
}
/*-----------------------------------------------------------------------------------------
	/SFTV List
-----------------------------------------------------------------------------------------*/
.page-video.news-list .news-item .article-date {
  margin: 0;
}
/*-----------------------------------------------------------------------------------------
	/Media
-----------------------------------------------------------------------------------------*/
.page-media .block.title-block {
  margin-bottom: -2em;
}
.page-media .timeline-item ul {
  background-color: transparent;
  padding: 0;
}
.page-media .media-list li {
  padding: 1em 0 1em;
  border-bottom: 1px solid #E1E1E1;
}
.page-media .media-list li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-media .media-list li h4 {
  color: #231f20;
}
.page-media .media-list li .title {
  color: #231f20;
  display: block;
  font-weight: normal;
  font-family: 'Geogrotesque W01 Medium1185174', 'Helvetica Neue', Arial, sans-serif;
}
.page-media-accreditation .columns {
  max-width: 46em;
}
.page-media-accreditation .button {
  font-size: .9em;
  padding-bottom: 1em;
}
/*-----------------------------------------------------------------------------------------
	/Leadership Team
-----------------------------------------------------------------------------------------*/
.page-about-staff .staff {
  width: auto;
}
.page-about-staff .staff .photo {
  margin-bottom: 1em;
}
.page-about-staff .staff .blurb ul {
  padding: 0 0 0 1em;
  background: transparent;
}
.page-about-staff .staff .blurb ul li {
  margin: .5em 1em;
  line-height: 1.3;
}
/*-----------------------------------------------------------------------------------------
	/Connect With Us
-----------------------------------------------------------------------------------------*/
.page-about-connect .connect-options {
  overflow: hidden;
  position: relative;
  margin-bottom: -3em;
  max-width: 80em;
}
.page-about-connect .connect-options .column {
  width: 100%;
  float: left;
  overflow: hidden;
  display: table;
  margin: 0 0 3em;
}
@media (min-width: 51.25em) {
  .page-about-connect .connect-options .column {
    width: 50%;
  }
}
.page-about-connect .connect-options .icon-area {
  display: table-cell;
  vertical-align: top;
}
@media (min-width: 75em) {
  .page-about-connect .connect-options .icon-area {
    vertical-align: middle;
  }
}
.page-about-connect .connect-options .icon {
  width: 39px;
  height: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -18px 0 0 -18px;
}
.page-about-connect .connect-options .badge {
  border-radius: 50%;
  height: 65px;
  width: 65px;
  position: relative;
}
@media (min-width: 75em) {
  .page-about-connect .connect-options .badge {
    height: 8em;
    width: 8em;
  }
}
.page-about-connect .connect-options .heading {
  /*margin: 0;*/
}
.page-about-connect .connect-options .detail {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  padding: 0 0em 0 1em;
}
@media (min-width: 51.25em) {
  .page-about-connect .connect-options .detail {
    padding: 0 5em 0 1.5em;
  }
}
.page-about-connect .connect-options .col-facebook .icon {
  background-position: -350px -150px;
  width: 39px;
  height: 38px;
  margin: -19px 0 0 -19px;
}
.page-about-connect .connect-options .col-facebook .badge {
  background-color: #3b5998;
}
.page-about-connect .connect-options .col-twitter .icon {
  background-position: -302px -146px;
  width: 39px;
  height: 38px;
}
.page-about-connect .connect-options .col-twitter .badge {
  background-color: #55acee;
}
.page-about-connect .connect-options .col-instagram .icon {
  background-position: -399px -149px;
  width: 39px;
  height: 38px;
}
.page-about-connect .connect-options .col-instagram .badge {
  background-color: #3f729b;
}
.page-about-connect .connect-options .col-youtube .icon {
  background-position: -450px -150px;
  width: 39px;
  height: 38px;
}
.page-about-connect .connect-options .col-youtube .badge {
  background-color: #d13f1e;
}
/*-----------------------------------------------------------------------------------------
	/Partners
-----------------------------------------------------------------------------------------*/
.page-about-partners .partner h3 {
  font-size: 1.2em;
  color: #231f20;
}
.page-about-partners .partner .sponsor-image {
  /*display: block;*/
  /*float: none;
			margin-right: 1.5em;
			margin-top: .5em;
			margin-bottom: .5em;*/
}
@media (min-width: 80em) {
  .page-about-partners .partner .sponsor-image {
    /*display: inline-block;
				float: left;
				width: 120px;*/
  }
}
.page-about-partners .partner .sponsor-image img {
  /*max-height: 3em;*/
  max-width: 8em;
  max-height: 6em;
  margin: .5em 0;
}
.page-about-partners .partner .sponsor-image.newworld {
  /*background: #BF0824;*/
}
.page-about-partners .partner .copy {
  /*overflow: hidden;*/
}
/*-----------------------------------------------------------------------------------------
	/Jobs
-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------
	/Where can I play / Get Involved
-----------------------------------------------------------------------------------------*/
.page-involved .zone-content {
  padding-left: 0;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
@media (min-width: 43.75em) {
  .page-involved .zone-content {
    width: 35%;
    margin-bottom: 12em;
  }
}
.page-involved .sidenav-right li {
  border-bottom: none;
}
.page-involved .sidenav-right li.nb-south {
  border-left: 9px solid #2B91D3;
}
.page-involved .zone-logo {
  width: 100%;
  margin: 0;
  padding: 10px;
  background: #fff;
  margin-bottom: 1px;
  box-shadow: 0 2px 5px #D0D0D0;
  border-left: 9px solid #1268B1;
  border-bottom: none;
  position: relative;
  min-width: 210px;
}
@media (min-width: 35em) {
  .page-involved .zone-logo {
    width: 50%;
    display: inline-block;
    margin-left: -4px;
  }
}
@media (min-width: 43.75em) {
  .page-involved .zone-logo {
    display: block;
    width: 90%;
  }
}
.page-involved .zone-logo.nb-waikato {
  border-color: #222222;
}
.page-involved .zone-logo.nb-central {
  border-color: #F9DB07;
}
.page-involved .zone-logo.nb-mainland {
  border-color: #C30F1B;
}
.page-involved .zone-logo img {
  max-height: 75px;
  max-width: 170px;
  margin: 0 auto;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.page-involved .zone-logo.active img,
.page-involved .zone-logo:hover img {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.page-involved .zone-logo:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 40%, rgba(229, 229, 229, 0.65) 88%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(40%, rgba(255, 255, 255, 0)), color-stop(88%, rgba(229, 229, 229, 0.65)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 40%, rgba(229, 229, 229, 0.65) 88%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 40%, rgba(229, 229, 229, 0.65) 88%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 40%, rgba(229, 229, 229, 0.65) 88%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 40%, rgba(229, 229, 229, 0.65) 88%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#a6e5e5e5', GradientType=1);
}
.page-involved .zone-logo:hover:after {
  opacity: 1;
}
.page-involved .zone-logo.active:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 40%, rgba(229, 229, 229, 0.65) 88%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(40%, rgba(255, 255, 255, 0)), color-stop(88%, rgba(229, 229, 229, 0.65)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 40%, rgba(229, 229, 229, 0.65) 88%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 40%, rgba(229, 229, 229, 0.65) 88%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 40%, rgba(229, 229, 229, 0.65) 88%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 40%, rgba(229, 229, 229, 0.65) 88%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#a6e5e5e5', GradientType=1);
}
.page-involved .zone-logo a:hover:before {
  display: none;
}
.page-involved .nb-south {
  padding: 1.35em 1em;
}
.page-involved .map-content {
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 40.625em) {
  .page-involved .map-content {
    margin: 5em 0;
  }
}
.page-involved .map {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  position: static;
  top: -5em;
  right: -8%;
  height: 100%;
  width: 100%;
  display: none;
}
@media (min-width: 43.75em) {
  .page-involved .map {
    position: absolute;
    display: block;
  }
}
@media (min-width: 75em) {
  .page-involved .map {
    right: -13em;
  }
}
/*-----------------------------------------------------------------------------------------
	/Playing / Get Involved
-----------------------------------------------------------------------------------------*/
.page-coaching .table-wrapper {
  margin-bottom: 0;
}
.page-coaching .resources-button {
  font-size: .8em;
}
.page-coaching .resources-button .pdf-download {
  border-width: 1px;
}
.page-coaching .resources-button .icon {
  margin: 1px 2px 2px;
}
.page-coaching .resources-button .icon.pdf {
  margin: 8px;
}
/*-----------------------------------------------------------------------------------------
	/Playing / Get Involved
-----------------------------------------------------------------------------------------*/
.page-involved-playing .item .position {
  background: #231f20;
  float: left;
  width: auto;
  height: auto;
  margin: 5px 1em 1em 0;
  color: white;
  text-align: center;
  font-size: 1.3em;
  font-family: 'Bree Serif W01 Bold', 'Helvetica Neue', Arial, sans-serif;
  padding: 6px 14px;
  border-radius: 5px;
}
.page-involved-playing .item ul {
  margin: 0;
}
.page-involved-playing .item .text {
  overflow: hidden;
}
.page-involved-playing .item .download-pdf .pdf {
  margin-left: 0;
}
/*-----------------------------------------------------------------------------------------
	/Youth Advisoty Members / Get Involved
-----------------------------------------------------------------------------------------*/
.page-volunteering .block-center .note ul {
  margin: 0;
}
.page-volunteering .block-center .note {
  margin-bottom: 1em;
}
/*-----------------------------------------------------------------------------------------
	/Youth Advisoty Members / Get Involved
-----------------------------------------------------------------------------------------*/
.page-youth .member {
  margin-bottom: 0;
  width: 100%;
}
.page-youth .member .photo {
  display: block;
  margin-bottom: 1em;
}
.page-youth .member table {
  font-size: .9em;
  min-width: 0;
}
.page-youth .member td,
.page-youth .member th {
  padding: 10px;
}
.page-youth .member tr:hover {
  background: transparent;
  color: #231f20;
  cursor: text;
}
.page-youth .member td:nth-child(1) {
  font-weight: normal;
  font-family: 'Geogrotesque W01 Medium1185174', 'Helvetica Neue', Arial, sans-serif;
}
/*-----------------------------------------------------------------------------------------
	/ Useful Info - FAQs
-----------------------------------------------------------------------------------------*/
.page-faqs .faq-content .question {
  padding: 1em;
  border-top: 1px solid #E1E1E1;
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.page-faqs .faq-content .question:hover {
  background-color: #F1F1F1;
}
.page-faqs .faq-content .question:before {
  content: "Q";
  text-align: center;
  margin-right: 10px;
  margin-left: -0.5 em;
  display: inline-block;
  background-color: #E21C2D;
  color: #fff;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  font-family: 'Bree Serif W01 Regular', 'Helvetica Neue', Arial, sans-serif;
  vertical-align: middle;
}
.page-faqs .faq-content .answer {
  padding: 1em 3em 3em;
  display: block;
  border-top: 1px solid #E1E1E1;
  background-color: #F1F1F1;
  display: none;
}
/*-----------------------------------------------------------------------------------------
	/Gallery - News
-----------------------------------------------------------------------------------------*/
.page-gallery .content-blocks .heading h2 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.page-gallery .content-blocks .heading:after {
  background: #e21c2d none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  margin: 1.5em 0;
  width: 2em;
}
.page-gallery .gallery-content {
  width: 100%;
}
.page-gallery .article-date {
  margin-bottom: 0;
}
@media (min-width: 51.25em) {
  .page-gallery .gallery-content .nav li {
    width: 25%;
  }
}
@media (min-width: 75em) {
  .page-gallery .gallery-content .nav li {
    width: 16.6667%;
  }
}
/*-----------------------------------------------------------------------------------------
	/Squad
-----------------------------------------------------------------------------------------*/
.page-squad .container {
  background: #1a1a1a;
}
.page-squad .content-blocks {
  box-shadow: none;
}
.player-grid {
  overflow: hidden;
  padding: .5em .5em .5em;
}
.player-grid .column {
  float: left;
  /*min-width: 21em;*/
  width: 100%;
  padding: .5em;
}
@media (min-width: 31.25em) {
  .player-grid .column {
    width: 50%;
  }
}
@media (min-width: 43.75em) {
  .player-grid .column {
    width: 33.333%;
  }
}
@media (min-width: 88.75em) {
  .player-grid .column {
    width: 25%;
  }
}
@media (min-width: 105em) {
  .player-grid .column {
    width: 20%;
  }
}
.player-detail {
  display: block;
  color: #231f20;
  position: relative;
}
.player-detail img {
  max-width: none;
  width: 100%;
}
.player-detail .player-card {
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(1000px) rotateY(0deg);
  -moz-transform: perspective(1000px) rotateY(0deg);
  -ms-transform: perspective(1000px) rotateY(0deg);
  transform: perspective(1000px) rotateY(0deg);
}
.player-detail .player-card:hover {
  -webkit-transform: perspective(1000px) rotateY(180deg);
  -moz-transform: perspective(1000px) rotateY(180deg);
  -ms-transform: perspective(1000px) rotateY(180deg);
  transform: perspective(1000px) rotateY(180deg);
}
.player-detail .player-card:hover .player-card-back {
  /*				z-index: 3;
				-webkit-backface-visibility: visible;
				   -moz-backface-visibility: visible;
				    -ms-backface-visibility: visible;
				        backface-visibility: visible;*/
}
.player-detail .placeholder {
  visibility: hidden;
}
.player-detail .button {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
}
.player-detail .player-card-front,
.player-detail .player-card-back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.player-detail .caps {
  background: #E21C2D;
  /*background: #333;*/
  font-size: 1.3em;
  font-family: 'Bree Serif W01 Regular', 'Helvetica Neue', Arial, sans-serif;
  position: absolute;
  top: -0.4em;
  right: -0.4em;
  width: 3em;
  height: 3em;
  padding: .5em 0 0;
  color: white;
  text-align: center;
  /*padding: 1em;*/
  line-height: 1.1;
  text-transform: uppercase;
}
.player-detail .caps .caps-txt {
  font-size: .6em;
  display: block;
}
.player-detail .player-card-front {
  transform: rotateY(0deg);
  z-index: 2;
}
.player-detail .player-card-front .player-brief {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  background: #333;
  background: linear-gradient(rgba(26, 26, 26, 0) -10%, #1a1a1a 100%);
  padding: 2em 1em;
  text-align: center;
  bottom: 0;
}
.player-detail .player-card-front .player-brief .heading {
  margin: 0 0 .5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1.3em;
  padding: 0 0 .5em;
}
.player-detail .player-card-front .player-brief .years {
  font-family: 'Bree Serif W01 Regular', 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.player-detail .player-card-back {
  background: #222 url('/images/bg-card.png') no-repeat center;
  background-size: 80%;
  color: #fff;
  padding: 15%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: block;
  -webkit-transform: perspective(1000px) rotateY(180deg);
  -moz-transform: perspective(1000px) rotateY(180deg);
  -ms-transform: perspective(1000px) rotateY(180deg);
  transform: perspective(1000px) rotateY(180deg);
}
.player-detail .player-card-back .player-brief {
  text-align: center;
}
.player-position {
  font-family: 'Bree Serif W01 Regular', 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0;
}
.player-heading {
  /*font-size: 1em;*/
  margin: 0;
}
.player-stats table {
  margin: 1em 0 0;
  font-size: .9em;
}
.player-stats td {
  padding: .5em 1em;
  font-weight: normal;
  width: 50%;
  border-color: #333;
}
.player-stats .col1 {
  font-weight: bold;
  padding-left: 0;
  line-height: 1;
}
.player-stats .col2 {
  padding-right: 0;
}
.player-stats .intro-blurb {
  font-weight: normal;
  margin: 2em 0 0;
  font-size: .9em;
  text-align: center;
}
.player-detail.coach .player-card:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
/*-----------------------------------------------------------------------------------------
	/Player Profile
-----------------------------------------------------------------------------------------*/
.player-profile .player-profile-image {
  display: block;
  width: 60%;
  margin: 0 auto 3em;
}
@media (min-width: 43.75em) {
  .player-profile .player-profile-image {
    display: inline-block;
    margin-bottom: 0;
    width: 37%;
  }
}
.player-profile .player-bio {
  vertical-align: top;
}
@media (min-width: 43.75em) {
  .player-profile .player-bio {
    padding: 0 0 0 4em;
    display: inline-block;
    max-width: 34em;
    width: 62%;
  }
}
.player-profile .player-positions {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1.3em;
}
.player-profile .player-positions .item {
  display: inline-block;
  width: 4em;
  height: 4em;
  background: #e21c2d;
  font-family: 'Bree Serif W01 Bold', 'Helvetica Neue', Arial, sans-serif;
  line-height: 4em;
  text-align: center;
  border-radius: 100%;
  color: white;
}
.player-profile .bio-data {
  border-bottom: 3px solid #231f20;
  padding: 0 0 2em;
  margin: 0 0 2em;
}
.player-profile .bio-data .item {
  display: inline-block;
  margin: 0 1em 0 0;
}
.player-profile .button__back {
  margin-top: 3em;
}
/*-----------------------------------------------------------------------------------------
	/Team Profile - Individual
-----------------------------------------------------------------------------------------*/
.template-team-profile .player-bio,
.template-team-profile .player-img,
.template-team-profile .main,
.template-team-profile .achievements {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  vertical-align: top;
  width: 30%;
}
.template-team-profile .headings {
  margin: 0 0 2em;
  padding-top: 5%;
}
.template-team-profile .player-content {
  padding: 0 0 3em ;
}
@media (min-width: 31.25em) {
  .template-team-profile .player-content {
    padding-top: 1em;
    padding-top: 0;
    padding-left: 0;
    padding-right: 5%;
  }
}
.template-team-profile .player-img {
  width: 100%;
}
@media (min-width: 31.25em) {
  .template-team-profile .player-img {
    width: 30%;
  }
}
.template-team-profile .player-heading {
  font-size: 2.2em;
  margin: 0;
}
.template-team-profile .player-position {
  font-size: 1.6em;
  color: #999;
}
.template-team-profile .player-positions {
  margin: 0 0 2em;
}
.template-team-profile .player-positions .player-position {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  width: 3em;
  height: 3em;
  background: #E21C2D;
  color: #fff;
  line-height: 3em;
  border-radius: 20em;
  text-align: center;
  margin: 0 .5em 0 0;
}
.template-team-profile .player-bio {
  width: 100%;
  padding: 2em;
}
@media (min-width: 31.25em) {
  .template-team-profile .player-bio {
    width: 70%;
    padding: 0 0 0 4em;
  }
}
.template-team-profile .player-bio .heading {
  font-size: 1.2em;
  text-transform: uppercase;
}
.template-team-profile .player-bio .blurb {
  padding: 0 0 0 0;
}
.template-team-profile .player-stats table {
  font-size: 1em;
  max-width: 25em;
  margin: 2em auto 0;
}
.template-team-profile .player-stats td {
  padding: 1em;
}
.template-team-profile .main {
  width: 100%;
}
@media (min-width: 81.25em) {
  .template-team-profile .main {
    width: 60%;
    padding: 0 3em 0 0;
  }
}
.template-team-profile .achievements {
  width: 100%;
  font-size: .9em;
  color: #777;
  padding: 2em 0 0 0;
  margin: 2em 0 0 0;
  border-top: 1px dashed #ccc;
}
@media (min-width: 81.25em) {
  .template-team-profile .achievements {
    width: 40%;
    padding: 0 0 0 3em;
    border-top: none;
    border-left: 1px dashed #ccc;
  }
}
.template-team-profile .achievements .item {
  margin: 0 0 2em;
}
.template-team-profile .achievements li {
  line-height: 1.3;
  margin-bottom: .5em;
}
/*-----------------------------------------------------------------------------------------
	/Search results
-----------------------------------------------------------------------------------------*/
.section-search-results .page-subheading.results-count {
  color: #999;
  font-size: 1em;
  margin: 0 0 2em;
}
.section-search-results .results-list {
  max-width: 55em;
  text-align: left;
  margin: 0 auto;
}
.section-search-results .results-list a {
  font-weight: bold;
}
.section-search-results .results-list li {
  padding: 0 0 2em;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 2em;
}
.section-search-results .results-list .url {
  font-family: 'Bree Serif W01 Regular', 'Helvetica Neue', Arial, sans-serif;
  color: #999;
  font-weight: normal;
  margin: 0 0 1em;
  font-size: .9em;
}
.section-search-results .results-list b {
  /*background: #999;*/
  /*font-weight: normal;*/
  text-decoration: underline;
  /*color: #fff;*/
  /*padding: 0 .3em;*/
  /*border-radius: 2px;*/
}
/*-----------------------------------------------------------------------------------------
	/Competitions
-----------------------------------------------------------------------------------------*/
.section-competitions .title-block.about-comp {
  margin-bottom: 2em;
}
.section-competitions .title-block.about-comp .comp-logo {
  display: inline-block;
  vertical-align: middle;
  max-width: 10em;
  margin-right: 2em;
  /*float: left;*/
}
.section-competitions .title-block.about-comp h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.section-competitions .competitions-content .block.item-nav {
  padding: 0;
}
@media (min-width: 62.5em) {
  .section-competitions .competitions-content .block.item-nav {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.section-competitions .competitions-content .items {
  padding: 0;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.section-competitions .competitions-content .items ::-webkit-scrollbar {
  width: 6px;
}
.section-competitions .competitions-content .items ::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.2);
}
.section-competitions .competitions-content .items ::-webkit-scrollbar-thumb {
  background: #777;
}
@media (min-width: 62.5em) {
  .section-competitions .competitions-content .items {
    white-space: normal;
  }
}
.section-competitions .competitions-content .item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  margin: 0 0 4px 0;
  text-align: center;
  background-color: #E21C2D;
  border: medium none;
  overflow: hidden;
  padding: 6px;
  width: 209px;
  height: 147px;
  position: relative;
}
.section-competitions .competitions-content .item a {
  display: block;
  width: 197px;
  height: 135px;
  color: white;
  font-family: 'Bree Serif W01 Bold', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.3em;
  position: relative;
  overflow: hidden;
  z-index: 3;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.section-competitions .competitions-content .item a:before {
  content: "";
  border-radius: inherit;
  height: 98.5%;
  left: 0;
  position: absolute;
  top: 1px;
  transform-origin: 50% 100% 0;
  width: 99%;
  border: 1px solid #fff;
  opacity: 0.5;
  transform: translate3d(0px, 100%, 0px) translate3d(0px, -2px, 0px);
}
.section-competitions .competitions-content .item a:before,
.section-competitions .competitions-content .item a .button_icon {
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1) 0s;
}
.section-competitions .competitions-content .item a .icon_history {
  background-position: -280px -280px;
  width: 33px !important;
  height: 34px !important;
}
.section-competitions .competitions-content .item a .button_icon {
  left: 50%;
  padding: 0;
  position: absolute;
  top: 100%;
  height: 100%;
  transform: translate3d(-50%, 0px, 0px);
}
.section-competitions .competitions-content .item a .button_icon .icon {
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}
.section-competitions .competitions-content .item a > span {
  display: block;
  padding: 0;
  transition-delay: 0.3s;
  transition-duration: 0.3s, 0.3s;
  transition-property: transform, opacity;
  transition-timing-function: ease, ease;
  padding: 24px 5px;
  line-height: 1;
  width: 100%;
}
.section-competitions .competitions-content .item a:hover:before {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  top: 0;
}
.section-competitions .competitions-content .item a:hover .button_icon {
  transform: translate3d(-50%, -100%, 0px);
  transition-delay: 0.1s;
}
.section-competitions .competitions-content .item a:hover > span {
  opacity: 0;
  transform: translate3d(0px, -50%, 0px);
  transition-delay: 0s;
}
.section-competitions .competitions-content .item.news,
.section-competitions .competitions-content .item.gallery,
.section-competitions .competitions-content .item.teams,
.section-competitions .competitions-content .item.draw,
.section-competitions .competitions-content .item.score,
.section-competitions .competitions-content .item.official,
.section-competitions .competitions-content .item.tournament,
.section-competitions .competitions-content .item.point,
.section-competitions .competitions-content .item.statistics,
.section-competitions .competitions-content .item.report,
.section-competitions .competitions-content .item.tickets,
.section-competitions .competitions-content .item.prevcomp {
  background: url('/images/content/item-gallery.jpg') no-repeat center center;
  background-size: 105%;
  transition: background 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.section-competitions .competitions-content .item.news .icon_news,
.section-competitions .competitions-content .item.gallery .icon_news,
.section-competitions .competitions-content .item.teams .icon_news,
.section-competitions .competitions-content .item.draw .icon_news,
.section-competitions .competitions-content .item.score .icon_news,
.section-competitions .competitions-content .item.official .icon_news,
.section-competitions .competitions-content .item.tournament .icon_news,
.section-competitions .competitions-content .item.point .icon_news,
.section-competitions .competitions-content .item.statistics .icon_news,
.section-competitions .competitions-content .item.report .icon_news,
.section-competitions .competitions-content .item.tickets .icon_news,
.section-competitions .competitions-content .item.prevcomp .icon_news {
  background-position: -160px -200px;
}
.section-competitions .competitions-content .item.news .icon_gallery,
.section-competitions .competitions-content .item.gallery .icon_gallery,
.section-competitions .competitions-content .item.teams .icon_gallery,
.section-competitions .competitions-content .item.draw .icon_gallery,
.section-competitions .competitions-content .item.score .icon_gallery,
.section-competitions .competitions-content .item.official .icon_gallery,
.section-competitions .competitions-content .item.tournament .icon_gallery,
.section-competitions .competitions-content .item.point .icon_gallery,
.section-competitions .competitions-content .item.statistics .icon_gallery,
.section-competitions .competitions-content .item.report .icon_gallery,
.section-competitions .competitions-content .item.tickets .icon_gallery,
.section-competitions .competitions-content .item.prevcomp .icon_gallery {
  background-position: -120px -160px;
}
.section-competitions .competitions-content .item.news .icon_team,
.section-competitions .competitions-content .item.gallery .icon_team,
.section-competitions .competitions-content .item.teams .icon_team,
.section-competitions .competitions-content .item.draw .icon_team,
.section-competitions .competitions-content .item.score .icon_team,
.section-competitions .competitions-content .item.official .icon_team,
.section-competitions .competitions-content .item.tournament .icon_team,
.section-competitions .competitions-content .item.point .icon_team,
.section-competitions .competitions-content .item.statistics .icon_team,
.section-competitions .competitions-content .item.report .icon_team,
.section-competitions .competitions-content .item.tickets .icon_team,
.section-competitions .competitions-content .item.prevcomp .icon_team {
  background-position: -200px -160px;
}
.section-competitions .competitions-content .item.news .icon_draw,
.section-competitions .competitions-content .item.gallery .icon_draw,
.section-competitions .competitions-content .item.teams .icon_draw,
.section-competitions .competitions-content .item.draw .icon_draw,
.section-competitions .competitions-content .item.score .icon_draw,
.section-competitions .competitions-content .item.official .icon_draw,
.section-competitions .competitions-content .item.tournament .icon_draw,
.section-competitions .competitions-content .item.point .icon_draw,
.section-competitions .competitions-content .item.statistics .icon_draw,
.section-competitions .competitions-content .item.report .icon_draw,
.section-competitions .competitions-content .item.tickets .icon_draw,
.section-competitions .competitions-content .item.prevcomp .icon_draw {
  background-position: -120px -240px;
}
.section-competitions .competitions-content .item.news .icon_score,
.section-competitions .competitions-content .item.gallery .icon_score,
.section-competitions .competitions-content .item.teams .icon_score,
.section-competitions .competitions-content .item.draw .icon_score,
.section-competitions .competitions-content .item.score .icon_score,
.section-competitions .competitions-content .item.official .icon_score,
.section-competitions .competitions-content .item.tournament .icon_score,
.section-competitions .competitions-content .item.point .icon_score,
.section-competitions .competitions-content .item.statistics .icon_score,
.section-competitions .competitions-content .item.report .icon_score,
.section-competitions .competitions-content .item.tickets .icon_score,
.section-competitions .competitions-content .item.prevcomp .icon_score {
  background-position: -200px -240px;
}
.section-competitions .competitions-content .item.news .icon_official,
.section-competitions .competitions-content .item.gallery .icon_official,
.section-competitions .competitions-content .item.teams .icon_official,
.section-competitions .competitions-content .item.draw .icon_official,
.section-competitions .competitions-content .item.score .icon_official,
.section-competitions .competitions-content .item.official .icon_official,
.section-competitions .competitions-content .item.tournament .icon_official,
.section-competitions .competitions-content .item.point .icon_official,
.section-competitions .competitions-content .item.statistics .icon_official,
.section-competitions .competitions-content .item.report .icon_official,
.section-competitions .competitions-content .item.tickets .icon_official,
.section-competitions .competitions-content .item.prevcomp .icon_official {
  background-position: -280px -240px;
}
.section-competitions .competitions-content .item.news .icon.icon_anzofficial,
.section-competitions .competitions-content .item.gallery .icon.icon_anzofficial,
.section-competitions .competitions-content .item.teams .icon.icon_anzofficial,
.section-competitions .competitions-content .item.draw .icon.icon_anzofficial,
.section-competitions .competitions-content .item.score .icon.icon_anzofficial,
.section-competitions .competitions-content .item.official .icon.icon_anzofficial,
.section-competitions .competitions-content .item.tournament .icon.icon_anzofficial,
.section-competitions .competitions-content .item.point .icon.icon_anzofficial,
.section-competitions .competitions-content .item.statistics .icon.icon_anzofficial,
.section-competitions .competitions-content .item.report .icon.icon_anzofficial,
.section-competitions .competitions-content .item.tickets .icon.icon_anzofficial,
.section-competitions .competitions-content .item.prevcomp .icon.icon_anzofficial {
  background-position: -240px -280px;
  width: 63px;
  height: 63px;
  margin: -30px 0 0 -30px;
}
.section-competitions .competitions-content .item.news .icon_tournament,
.section-competitions .competitions-content .item.gallery .icon_tournament,
.section-competitions .competitions-content .item.teams .icon_tournament,
.section-competitions .competitions-content .item.draw .icon_tournament,
.section-competitions .competitions-content .item.score .icon_tournament,
.section-competitions .competitions-content .item.official .icon_tournament,
.section-competitions .competitions-content .item.tournament .icon_tournament,
.section-competitions .competitions-content .item.point .icon_tournament,
.section-competitions .competitions-content .item.statistics .icon_tournament,
.section-competitions .competitions-content .item.report .icon_tournament,
.section-competitions .competitions-content .item.tickets .icon_tournament,
.section-competitions .competitions-content .item.prevcomp .icon_tournament {
  background-position: -80px -280px;
}
.section-competitions .competitions-content .item.news .icon_point,
.section-competitions .competitions-content .item.gallery .icon_point,
.section-competitions .competitions-content .item.teams .icon_point,
.section-competitions .competitions-content .item.draw .icon_point,
.section-competitions .competitions-content .item.score .icon_point,
.section-competitions .competitions-content .item.official .icon_point,
.section-competitions .competitions-content .item.tournament .icon_point,
.section-competitions .competitions-content .item.point .icon_point,
.section-competitions .competitions-content .item.statistics .icon_point,
.section-competitions .competitions-content .item.report .icon_point,
.section-competitions .competitions-content .item.tickets .icon_point,
.section-competitions .competitions-content .item.prevcomp .icon_point {
  background-position: -240px -200px;
}
.section-competitions .competitions-content .item.news .icon_statistics,
.section-competitions .competitions-content .item.gallery .icon_statistics,
.section-competitions .competitions-content .item.teams .icon_statistics,
.section-competitions .competitions-content .item.draw .icon_statistics,
.section-competitions .competitions-content .item.score .icon_statistics,
.section-competitions .competitions-content .item.official .icon_statistics,
.section-competitions .competitions-content .item.tournament .icon_statistics,
.section-competitions .competitions-content .item.point .icon_statistics,
.section-competitions .competitions-content .item.statistics .icon_statistics,
.section-competitions .competitions-content .item.report .icon_statistics,
.section-competitions .competitions-content .item.tickets .icon_statistics,
.section-competitions .competitions-content .item.prevcomp .icon_statistics {
  background-position: -160px -120px;
}
.section-competitions .competitions-content .item.news .icon_report,
.section-competitions .competitions-content .item.gallery .icon_report,
.section-competitions .competitions-content .item.teams .icon_report,
.section-competitions .competitions-content .item.draw .icon_report,
.section-competitions .competitions-content .item.score .icon_report,
.section-competitions .competitions-content .item.official .icon_report,
.section-competitions .competitions-content .item.tournament .icon_report,
.section-competitions .competitions-content .item.point .icon_report,
.section-competitions .competitions-content .item.statistics .icon_report,
.section-competitions .competitions-content .item.report .icon_report,
.section-competitions .competitions-content .item.tickets .icon_report,
.section-competitions .competitions-content .item.prevcomp .icon_report {
  background-position: -160px -280px;
}
.section-competitions .competitions-content .item.news .icon_tickets,
.section-competitions .competitions-content .item.gallery .icon_tickets,
.section-competitions .competitions-content .item.teams .icon_tickets,
.section-competitions .competitions-content .item.draw .icon_tickets,
.section-competitions .competitions-content .item.score .icon_tickets,
.section-competitions .competitions-content .item.official .icon_tickets,
.section-competitions .competitions-content .item.tournament .icon_tickets,
.section-competitions .competitions-content .item.point .icon_tickets,
.section-competitions .competitions-content .item.statistics .icon_tickets,
.section-competitions .competitions-content .item.report .icon_tickets,
.section-competitions .competitions-content .item.tickets .icon_tickets,
.section-competitions .competitions-content .item.prevcomp .icon_tickets {
  background-position: -240px -120px;
}
.section-competitions .competitions-content .item.news .icon_prevcomp,
.section-competitions .competitions-content .item.gallery .icon_prevcomp,
.section-competitions .competitions-content .item.teams .icon_prevcomp,
.section-competitions .competitions-content .item.draw .icon_prevcomp,
.section-competitions .competitions-content .item.score .icon_prevcomp,
.section-competitions .competitions-content .item.official .icon_prevcomp,
.section-competitions .competitions-content .item.tournament .icon_prevcomp,
.section-competitions .competitions-content .item.point .icon_prevcomp,
.section-competitions .competitions-content .item.statistics .icon_prevcomp,
.section-competitions .competitions-content .item.report .icon_prevcomp,
.section-competitions .competitions-content .item.tickets .icon_prevcomp,
.section-competitions .competitions-content .item.prevcomp .icon_prevcomp {
  background-position: -320px -200px;
}
.section-competitions .competitions-content .item.news {
  background-image: url('/images/content/item-news.jpg');
}
.section-competitions .competitions-content .item.gallery {
  background-image: url('/images/content/item-gallery.jpg');
}
.section-competitions .competitions-content .item.official {
  background-image: url('/images/content/item-official.jpg');
}
.section-competitions .competitions-content .item.teams {
  background-image: url('/images/content/item-team.jpg');
}
.section-competitions .competitions-content .item.draw {
  background-image: url('/images/content/item-draw.jpg');
}
.section-competitions .competitions-content .item.score {
  background-image: url('/images/content/item-score.jpg');
}
.section-competitions .competitions-content .item.report {
  background-image: url('/images/content/item-report.jpg');
}
.section-competitions .competitions-content .item.tournament {
  background-image: url('/images/content/item-tournament.jpg');
}
.section-competitions .competitions-content .item.point {
  background-image: url('/images/content/item-point.jpg');
}
.section-competitions .competitions-content .item.statistics {
  background-image: url('/images/content/item-statistics.jpg');
}
.section-competitions .competitions-content .item.tickets {
  background-image: url('/images/content/item-tickets.jpg');
}
.section-competitions .competitions-content .item.prevcomp {
  background-image: url('/images/content/item-prevcomp.jpg');
}
.section-competitions .competitions-content .item:hover {
  background-size: 135%;
}
.section-competitions .competitions-content .item.active:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(227, 28, 47, 0.75);
  top: 0;
  left: 0;
  z-index: 2;
}
.section-competitions .competitions-content .item.active a:before {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  top: 0;
}
.section-competitions .competitions-content .icon.more {
  margin-left: 7px;
  background-position: -450px -95px;
}
/*-----------------------------------------------------------------------------------------
	/Domestic
-----------------------------------------------------------------------------------------*/
.page-competitions .gallery-content {
  width: 100%;
}
.page-competitions .text-content.text-only {
  max-width: 53em;
}
.page-competitions .text-content h3 {
  text-align: left;
  font-weight: normal;
  padding: 12px 1.2em 19px;
  border-left: 4px solid #E21C2D;
  margin-bottom: 0;
  min-width: 700px;
  font-size: 1.2em;
  line-height: 1;
}
.page-competitions .text-content h3 .day {
  font-size: 1.25em;
}
.page-competitions .result-table h3 {
  text-align: left;
  font-weight: normal;
  padding: 10px 1.2em;
  border-left: 4px solid #E21C2D;
  margin-bottom: 0;
  min-width: 700px;
  font-size: 1.2em;
  line-height: 1.5;
}
@media (min-width: 45em) {
  .page-competitions .result-table h3 {
    min-width: 0;
  }
}
.page-competitions .result-table h3 .day {
  font-size: 1.25em;
}
.page-competitions .result-table h3 .dates {
  font-size: 1.25em;
}
.page-competitions .result-table h3 .match-title {
  padding: 8px 0;
  display: block;
  font-size: .8em;
  color: #231f20;
  font-family: 'Geogrotesque W01 Lt', 'Helvetica Neue', Arial, sans-serif;
}
.page-competitions .result-table p {
  padding: 5px 1.7em;
  margin-bottom: 4em;
  margin-top: 0;
}
.page-competitions .result-table thead tr {
  background-color: #f5f5f5;
}
.page-competitions .result-table thead tr th {
  padding: .6em 1.2em;
  border: 1px solid #e5e5e5;
}
.page-competitions .result-table thead tr td {
  vertical-align: top;
}
.page-competitions .result-table .block-history-timeline {
  max-width: 45em;
}
.page-competitions .result-table .block-history-timeline h3 {
  border: none;
  padding: 0;
  float: left;
  margin-right: 1.5em;
}
.page-competitions .result-table .block-history-timeline hr {
  margin: 1em 0;
  border-top: 1px solid #e1e1e1;
  width: 100%;
}
.page-competitions .result-table .block-history-timeline p {
  padding: 0;
  overflow: hidden;
  margin: 0;
}
.page-competitions .button-area {
  text-align: center;
  margin-right: 3%;
  margin-top: -2em;
}
@media (min-width: 43.75em) {
  .page-competitions .news-item {
    display: inline-block;
    width: 46%;
    margin-right: 3%;
  }
}
@media (min-width: 88.75em) {
  .page-competitions .news-item {
    display: inline-block;
    width: 30%;
    margin-right: 3%;
  }
}
/*-----------------------------------------------------------------------------------------
	/Calendar
-----------------------------------------------------------------------------------------*/
.page-calendar .page-hero {
  background-image: url('/images/content/page-calendar-hero.jpg');
}
.page-calendar .resources-button {
  font-size: .9em;
  margin: 1em 0;
  padding: .6em 1.5em .7em 1em;
}
.page-calendar .resources-button .icon.pdf {
  margin: 10px 12px;
}
.page-calendar #loading {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
.page-calendar .events-items {
  margin: 4em 0;
}
/*-----------------------------------------------------------------------------------------
	/NNZ Awards
-----------------------------------------------------------------------------------------*/
.page-nnzawards .profile-item {
  width: 33.333%;
}
.page-nnzawards.template-has-aside.template-landing-hero .sidenav-right {
  position: static;
  top: 8.4em;
  margin-top: 0;
}
@media (min-width: 90em) {
  .page-nnzawards.template-has-aside.template-landing-hero .sidenav-right {
    position: absolute;
  }
}
.page-nnzawards.template-has-aside.template-landing-hero .sidenav-right a.resources-link {
  padding: 2em 0;
}
@media (min-width: 90em) {
  .page-nnzawards.template-has-aside.template-landing-hero .sidenav-right a.resources-link {
    padding: 2em;
  }
}
/*-----------------------------------------------------------------------------------------
	/Generic article
-----------------------------------------------------------------------------------------*/
.template-article .article {
  max-width: 50em;
  margin: 0 auto;
}
/*-----------------------------------------------------------------------------------------
	/Modal
-----------------------------------------------------------------------------------------*/
.page-modal {
  background: white;
  padding: 3em;
}
.page-modal .container {
  max-width: none;
  padding: 0;
}
/*-----------------------------------------------------------------------------------------
	/Login
-----------------------------------------------------------------------------------------*/
.form-forgotten-pw {
  display: none;
  margin-bottom: 3em;
}
.form-forgotten-pw li {
  margin-bottom: 0;
}
.form-forgotten-pw .button {
  width: auto;
  display: inline-block;
  font-size: 1.1em;
  color: #fff;
  background-color: #1a1a1a;
  padding: .75em;
  margin-bottom: 1em;
}
.form-forgotten-pw .button:hover {
  background-color: #E21C2D;
}
.page-login .form-login {
  overflow: hidden;
  display: block;
  margin-bottom: 3em;
  font-size: .9em;
}
@media (min-width: 41.25em) {
  .page-login .form-login {
    font-size: 1em;
  }
}
.page-login .form-login .form-field {
  width: 100%;
  display: block;
  position: relative;
}
@media (min-width: 41.25em) {
  .page-login .form-login .form-field {
    width: 50%;
    display: inline-block;
    float: left;
  }
}
.page-login .form-login .form-field.password input {
  padding-left: 150px;
}
.page-login .form-login .form-field.dob {
  overflow: hidden;
}
.page-login .form-login .form-field.dob label {
  position: relative;
  width: 25%;
  float: left;
  border: 1px solid #ddd;
  margin-bottom: .9em;
}
.page-login .form-login .form-field.dob .selects {
  width: 75%;
  float: left;
}
.page-login .form-login .form-field.dob select {
  width: 33.3333%;
  float: left;
}
@media (min-width: 41.25em) {
  .page-login .form-login .form-field.dob {
    width: 100%;
  }
}
.page-login .form-login .form-field.checkbox {
  width: 100%;
  display: block;
  position: relative;
}
.page-login .form-login .form-field.checkbox label {
  position: relative;
  padding: 0 0 .9em 25px;
}
.page-login .form-login .form-field.checkbox input {
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  width: auto;
}
.page-login .form-login label {
  font-weight: normal;
  position: absolute;
  padding: .9em;
  color: #A2A2A2;
}
.page-login .form-login input {
  padding-left: 100px;
}
.page-login .form-login .submit {
  width: 100%;
  display: inline-block;
  font-size: 1.1em;
  color: #fff;
  background-color: #1a1a1a;
  padding: .75em;
  margin-bottom: 1em;
}
.page-login .form-login .submit:hover {
  background-color: #E21C2D;
}
.page-login .text-reminder h3 {
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.3;
  font-size: .9em;
}
/*-----------------------------------------------------------------------------------------
	/Contact
-----------------------------------------------------------------------------------------*/
.page-contact .content {
  border-bottom: 1px solid #E1E1E1;
  padding: 0 0 2em;
  margin: 2em 0 0;
}
.page-contact .content li {
  list-style: none;
  width: 100%;
  display: block;
  vertical-align: top;
  padding-bottom: 1em;
}
@media (min-width: 37.5em) {
  .page-contact .content li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 0 0;
    width: 33%;
    padding: 0 1em 0 0;
  }
}
.page-contact .content:first-child {
  margin-top: 0;
}
.page-contact .content:last-child {
  border: none;
}
/*-----------------------------------------------------------------------------------------
	/Netball Smart
-----------------------------------------------------------------------------------------*/
.page-nbsmart em {
  font-family: 'GeogrotesqueW01-MediumI', 'Geogrotesque W01 Lt', 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
}
.page-nbsmart .section-ns {
  text-align: center;
}
@media (min-width: 32.5em) {
  .page-nbsmart .section-ns .title {
    font-size: 2em;
  }
}
.page-nbsmart .section-ns .title:after,
.page-nbsmart .section-ns .title:before {
  margin-left: auto;
  margin-right: auto;
  width: 2em;
}
.page-nbsmart .section-ns .title:before {
  margin-bottom: .3em;
}
.page-nbsmart .section-ns .title:after {
  margin-top: .5em;
}
.page-nbsmart .section-ns__intro {
  font-size: 1.25em;
  margin: 2em auto;
  line-height: 1.4;
  max-width: 35em;
}
.page-nbsmart .section-ns__intro .logo {
  max-width: 75%;
  margin: 0 auto;
}
.page-nbsmart .section-ns-header {
  background-color: #231f20;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 2em 0 10em;
}
@media (min-width: 43.75em) {
  .page-nbsmart .section-ns-header {
    padding-bottom: 25%;
  }
}
.page-nbsmart .section-ns-header a {
  color: #fff;
}
.page-nbsmart .section-ns-header .heading {
  font-family: 'GeogrotesqueW01-MediumI', 'Geogrotesque W01 Lt', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.5em;
  margin: 1.5em auto 2em;
  max-width: 22em;
}
.page-nbsmart .section-ns-header .block {
  max-width: 51em;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 43.75em) {
  .page-nbsmart .section-ns-header .block {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}
.page-nbsmart .section-ns-header .anchor-nav {
  display: none;
}
@media (min-width: 43.75em) {
  .page-nbsmart .section-ns-header .anchor-nav {
    display: block;
  }
}
.page-nbsmart .section-ns-header .anchor-nav .item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  margin: 0 .6em;
}
.page-nbsmart .section-ns-header .anchor-nav .icon {
  position: absolute;
  top: 2.3em;
  left: 50%;
  background-position: -240px -280px;
  width: 13px;
  height: 15px;
  margin: 0 0 0 -7.5px;
  transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.page-nbsmart .section-ns-header .anchor-nav a {
  text-transform: uppercase;
  font-family: 'Geogrotesque W01 Medium1185174', 'Geogrotesque W01 Lt', 'Helvetica Neue', Arial, sans-serif;
  display: block;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  padding: .5em .5em 0;
  transition: 0.2s ease-in-out;
  position: relative;
}
.page-nbsmart .section-ns-header .anchor-nav a:hover {
  border-top-color: white;
}
.page-nbsmart .section-ns-header .anchor-nav a:hover .icon {
  -webkit-transform: translateY(0.5em);
  -moz-transform: translateY(0.5em);
  -ms-transform: translateY(0.5em);
  transform: translateY(0.5em);
}
.page-nbsmart .ns-header__logos {
  margin: 0 auto;
}
.page-nbsmart .ns-header__logo {
  display: block;
  margin: 0 auto;
}
@media (min-width: 43.75em) {
  .page-nbsmart .ns-header__logo {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 0 0;
    margin: 0 1em;
  }
}
.page-nbsmart .ns-header__logo.logo-acc-sportsmart {
  width: 7em;
  margin-bottom: .6em;
}
@media (min-width: 43.75em) {
  .page-nbsmart .ns-header__logo.logo-acc-sportsmart {
    width: auto;
  }
}
.page-nbsmart .ns-header__logo.logo-ns {
  width: 13em;
}
@media (min-width: 43.75em) {
  .page-nbsmart .ns-header__logo.logo-ns {
    width: auto;
  }
}
.page-nbsmart .section-ns-video {
  margin-top: -14em;
}
.page-nbsmart .section-ns-video ::-webkit-scrollbar {
  width: 6px;
}
.page-nbsmart .section-ns-video ::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.2);
}
.page-nbsmart .section-ns-video ::-webkit-scrollbar-thumb {
  background: #777;
}
@media (min-width: 43.75em) {
  .page-nbsmart .section-ns-video {
    margin-top: -27%;
  }
}
.page-nbsmart .section-ns-video ::-webkit-scrollbar-thumb {
  background: #E21C2D;
}
.page-nbsmart .section-ns-video .block {
  padding-bottom: 0;
}
.page-nbsmart .section-ns-video .video-container {
  margin-bottom: 0;
  background: #1a1a1a;
}
@media (min-width: 62.5em) {
  .page-nbsmart .ns-video__controls {
    position: relative;
    padding: 0 0 0 30%;
  }
}
.page-nbsmart .ns-video-nav {
  text-align: left;
  background: #2b292c;
  overflow: auto;
  max-height: 20em;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 62.5em) {
  .page-nbsmart .ns-video-nav {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 0 0;
    width: 30%;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    max-height: none;
  }
}
.page-nbsmart .ns-video-nav .item {
  border-bottom: 1px solid #333;
  position: relative;
}
.page-nbsmart .ns-video-nav a {
  font-family: 'Geogrotesque W01 Medium1185174', 'Geogrotesque W01 Lt', 'Helvetica Neue', Arial, sans-serif;
  display: block;
  color: #fff;
}
.page-nbsmart .ns-video-nav a:hover {
  background: rgba(255, 255, 255, 0.05);
}
.page-nbsmart .ns-video-nav .active a {
  background: #E21C2D;
}
.page-nbsmart .ns-video-thumb {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  width: 30%;
  bottom: 0;
  background-size: cover;
  background-position: center;
  top: 0;
  position: absolute;
}
.page-nbsmart .ns-video-count:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0.6em;
  width: 1.5em;
  height: 1px;
  background: #fff;
}
.page-nbsmart .ns-video-meta {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  width: 100%;
  padding: 1.4em 2em 1.4em 37%;
}
.page-nbsmart .ns-video-length {
  color: rgba(255, 255, 255, 0.5);
  font-size: .85em;
}
.page-nbsmart .ns-principles-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -0.25rem;
}
.page-nbsmart .ns-principles-list .item {
  display: block;
  flex-basis: 100%;
  max-width: 100%;
  padding: .25rem;
  text-align: left;
}
@media (min-width: 32.5em) {
  .page-nbsmart .ns-principles-list .item {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 50em) {
  .page-nbsmart .ns-principles-list .item {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 90em) {
  .page-nbsmart .ns-principles-list .item {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
.page-nbsmart .ns-principles-list .link {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.25rem 1.5rem;
  background-color: #f7941e;
  border-radius: .5rem;
  color: inherit;
}
.page-nbsmart .ns-principles-list .heading {
  padding-bottom: .75rem;
  text-transform: uppercase;
}
.page-nbsmart .ns-principles-list .content {
  flex-grow: 1;
  line-height: 1.3;
  color: #FFF;
}
.page-nbsmart .ns-principles-list .item-btn {
  padding-top: 1.5rem;
  text-transform: uppercase;
  font-family: 'Bree Serif W01 Regular', 'Helvetica Neue', Arial, sans-serif;
  color: #f7941e;
}
.page-nbsmart .ns-principles-list .item-btn .icon {
  width: 30px;
  height: 30px;
  background-position: -320px -280px;
  margin-right: .5rem;
}
.page-nbsmart .ns-principles-list .link:hover {
  background-color: #231f20;
}
.page-nbsmart .ns-principles-list .link:hover .heading {
  color: #FFF;
}
.page-nbsmart .ns-principles-list .link:hover .content {
  color: #f7941e;
}
.page-nbsmart .ns-principles-list .link:hover .item-btn .icon {
  background-position: -360px -280px;
}
.page-nbsmart .section-ns-resources {
  background: #E1E1E1;
}
.page-nbsmart .ns-resource-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 52em;
  padding: 0;
  margin: 0 auto;
}
.page-nbsmart .ns-resource-list + .ns-resource-list {
  margin-top: 3rem;
}
.page-nbsmart .ns-resource-list .item {
  display: block;
  text-align: left;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 35em) {
  .page-nbsmart .ns-resource-list .item {
    vertical-align: top;
    width: 20em;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 1em;
  }
}
@media (min-width: 35em) {
  .page-nbsmart .ns-resource-list .item__title {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.page-nbsmart .ns-resource-list .item-title {
  margin-bottom: 0;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: .95rem;
}
@media (min-width: 35em) {
}
.page-nbsmart .ns-resource-list .resource-filetype {
  color: #828282;
  font-size: .9em;
  margin: 0 0 0 0.6em;
  transition: 0.1s ease-in-out;
  font-family: 'GeogrotesqueW01-MediumI', 'Geogrotesque W01 Lt', 'Helvetica Neue', Arial, sans-serif;
}
.page-nbsmart .ns-resource-list .link {
  position: relative;
  display: block;
  padding: 1em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #231f20;
  font-family: 'Geogrotesque W01 Medium1185174', 'Geogrotesque W01 Lt', 'Helvetica Neue', Arial, sans-serif;
  transition: 0.1s ease-in-out;
}
@media (min-width: 32.5em) {
  .page-nbsmart .ns-resource-list .link {
    padding: 1em 0 1em 3em;
  }
}
.page-nbsmart .ns-resource-list .link:hover {
  border-bottom-color: #E21C2D;
  color: #E21C2D;
}
.page-nbsmart .ns-resource-list .link:hover .resource-filetype {
  color: #E21C2D;
}
.page-nbsmart .ns-resource-list .icon {
  display: none;
}
@media (min-width: 32.5em) {
  .page-nbsmart .ns-resource-list .icon {
    position: absolute;
    left: 0;
    display: inline-block;
    background-position: -200px -280px;
    width: 29px;
    height: 32px;
    margin: 0 0.7em 0 0;
  }
}
.page-nbsmart .section-ns-workshops {
  border-bottom: 1px solid #e5e5e5;
}
.page-nbsmart .ns-workshop-list {
  text-align: center;
  margin: auto;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  max-width: 31em;
}
@media (min-width: 75em) {
  .page-nbsmart .ns-workshop-list {
    max-width: none;
  }
}
.page-nbsmart .ns-workshop-list .item {
  padding: 2em 1.5em;
  max-width: 15em;
  border-top: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 75em) {
  .page-nbsmart .ns-workshop-list .item {
    border-right: 1px solid #e5e5e5;
    border-top: 0;
    padding: 0 2em;
  }
  .page-nbsmart .ns-workshop-list .item:last-child {
    border: none;
  }
}
.page-nbsmart .ns-workshop-list img {
  margin: auto;
}
.page-nbsmart .ns-workshop-list a {
  display: block;
}
.page-nbsmart .workshops-footnote {
  margin: 1em 0 0;
  display: block;
  line-height: 1.4;
  color: #231f20;
}
.page-nbsmart .section-ns-articles {
  background: #231f20;
  color: #fff;
  position: relative;
}
.page-nbsmart .section-ns-articles .title:after,
.page-nbsmart .section-ns-articles .title:before {
  background: white;
}
.page-nbsmart .ns-articles-count {
  top: 4.5em;
  font-size: 1.1em;
  right: 5%;
  font-family: 'GeogrotesqueW01-MediumI', 'Geogrotesque W01 Lt', 'Helvetica Neue', Arial, sans-serif;
  margin-top: 1.5em;
}
@media (min-width: 62.5em) {
  .page-nbsmart .ns-articles-count {
    position: absolute;
    margin-top: 0;
  }
}
.page-nbsmart .ns-articles-count .button {
  color: #E21C2D;
  border-color: #E21C2D;
  margin: 0 0 0 1em;
}
.page-nbsmart .ns-articles-count .button:hover {
  background: #E21C2D;
  color: #fff;
}
.page-nbsmart .ns-article-list {
  list-style-type: none;
  padding: 0;
  margin: 2em 0 -2em;
}
@media (min-width: 62.5em) {
  .page-nbsmart .ns-article-list {
    margin-top: 4em;
  }
}
.page-nbsmart .ns-article-list .item {
  text-align: left;
  max-width: 35em;
  margin: 0 auto;
}
@media (min-width: 62.5em) {
  .page-nbsmart .ns-article-list .item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 0 0;
    vertical-align: top;
    width: 23em;
    margin: 0 2em;
  }
}
.page-nbsmart .ns-article-list a {
  color: #fff;
  font-family: 'Geogrotesque W01 Medium1185174', 'Geogrotesque W01 Lt', 'Helvetica Neue', Arial, sans-serif;
  display: block;
}
.page-nbsmart .ns-article-list a:after {
  background: #E21C2D;
  height: 1px;
  width: 2em;
  display: block;
  margin: 1.5em 0 1.5em;
  content: "";
  width: 60%;
  background: rgba(255, 255, 255, 0.1);
  height: 3px;
  margin: 2.5em 0;
  transition: 0.1s ease-in-out;
}
.page-nbsmart .ns-article-list a:hover:after {
  background: #E21C2D;
}
.page-nbsmart .ns-article-title {
  font-family: 'GeogrotesqueW01-MediumI', 'Geogrotesque W01 Lt', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.05em;
  margin: 0 0 2em;
  line-height: 1.4;
}
.page-nbsmart .ns-article-author {
  color: #999;
  font-weight: normal;
  line-height: 1;
}
.page-nbsmart .ns-article-url {
  color: #E21C2D;
  font-size: .95em;
}
.page-nbsmart .ns-article-url .icon {
  margin-right: .5em;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*-----------------------------------------------------------------------------------------
	//IE8 above
-----------------------------------------------------------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .player-detail .player-card:hover .player-card-back {
    z-index: 3;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
  }
}
/*-----------------------------------------------------------------------------------------
	//IE8
-----------------------------------------------------------------------------------------*/
.lt-ie9 .wow {
  visibility: visible !important;
}
.lt-ie9 .block-col-2 .column {
  width: 41%;
}
.lt-ie9 .block-col-3 .column {
  width: 30%;
}
.lt-ie9 .block-col-4 .column {
  width: 19%;
}
.lt-ie9 .block-col-5 .column {
  width: 16%;
}
.lt-ie9 .template-landing .block-col-4 .column {
  width: 19%;
}
.lt-ie9 .template-landing .block-col-5 .column {
  width: 16%;
  display: inline-block;
}
.lt-ie9 .nav-silverfans .logo-silverfans {
  width: 160px;
}
.lt-ie9 .search-form {
  background: #333333;
  display: none;
}
.lt-ie9 .search-form.active {
  display: block;
}
.lt-ie9 .site-logo {
  width: 100px;
}
.lt-ie9 .tab-content-sftv .video-preview {
  background-position: top center;
  background-size: contain;
}
.lt-ie9 .site-footer a,
.lt-ie9 .logo-footer,
.lt-ie9 .logo-footer-netballnz,
.lt-ie9 .site-footer .copyright,
.lt-ie9 .footernav .level1,
.lt-ie9 .template-landing .block-col-5 .column,
.lt-ie9 .pagination li,
.lt-ie9 .page-game .match-details li,
.lt-ie9 .page-game .match-info,
.lt-ie9 .page-game .match-details,
.lt-ie9 .block-column .column,
.lt-ie9 .page-game .match-team {
  zoom: 1;
  *display: inline;
  /* Fix for inline-block */
}
.lt-ie9 .logo-footer-netballnz,
.lt-ie9 .logo-footer,
.lt-ie9 .copyright a {
  display: block;
  margin: 0 0 1em 0;
  padding: 0;
  border: none;
}
.lt-ie9 .copyright a {
  margin-bottom: 0;
}
.lt-ie9 .template-landing .item:hover .hero:before {
  display: none;
}
.lt-ie9 .page-game section.venue .text {
  background-color: #fff;
}
/*-----------------------------------------------------------------------------------------
	//IE7
-----------------------------------------------------------------------------------------*/
