/* Minification failed. Returning unminified contents.
(7776,46): run-time error CSS1030: Expected identifier, found '.'
(7776,63): run-time error CSS1031: Expected selector, found ')'
(7776,63): run-time error CSS1025: Expected comma or open brace, found ')'
 */
@charset "UTF-8";
/*!
 * style.css
 *
 * Created: 17.04.2014
 * Author: [Bvl] @ Chrometoaster
 * Description: [Stylehseet for screen]
*/
/* scheme */
/*========================*/
/* part of a gradient in this order, (but some already initialised) */
/* for .nav-wrapper */
/* part of a gradient in this order */
/* for .nav-wrapper, .top-utility-bar */
/* part of a gradient in this order */
/* for .events-content-full-width, .home-pg .events-content-full-width */
/* part of a gradient in this order */
/* for .nav-head */
/* part of a gradient in this order */
/* for summary.top-utility-bar */
/* part of a gradient in this order */
/* for th (in tables) */
/* part of a gradient in this order */
/* for blockquote */
/* part of a gradient in this order */
/*for h2:after */
/*========================*/
/* rest of colours RGB: */
/* rest of colours RGBA: */
/*========================*/
/* rest of colours hexadecimal: */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ffff00;
  color: #000000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #BBBBBB;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input,
textarea {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
html textarea[type=button],
input[type=reset],
textarea[type=reset],
input[type=submit],
textarea[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled],
html textarea[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `border-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type=checkbox], textarea[type=checkbox],
input[type=radio],
textarea[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search], textarea[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; /* 2 */
  box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button, textarea[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
textarea[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner,
textarea::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 85%;
  font-size: 100%;
  min-height: 100%;
  /*overflow-y:scroll;*/
}

html * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.one {
  clear: both;
  width: 100%;
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.two {
  float: left;
  width: 50%;
  padding-left: 0;
  padding-right: 2%;
}
.two.omega {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}

.three, .location-block, ul.highlight-list > li, .promo, .initiatives-content-full-width .container-wrapper .initiatives-promo, .news-content-full-width .container-wrapper .news-promo, .today-in-history .title,
.today-in-history .description,
.today-in-history .image, .events-content-full-width .event-block {
  float: left;
  width: 33.33333%;
  padding-left: 0;
  padding-right: 2%;
}
.three.omega, .omega.location-block, ul.highlight-list > li.omega, .omega.promo, .initiatives-content-full-width .container-wrapper .omega.initiatives-promo, .news-content-full-width .container-wrapper .omega.news-promo, .today-in-history .omega.title,
.today-in-history .omega.description,
.today-in-history .omega.image, .events-content-full-width .omega.event-block {
  width: 33.33333%;
  padding-left: 0;
  padding-right: 0;
}

.three-span-two, ul.highlight-list > li.large, .today-in-history.no-image .description {
  float: left;
  width: 66.66666%;
  padding-left: 0;
  padding-right: 2%;
}
.three-span-two.omega, ul.highlight-list > li.omega.large, .today-in-history.no-image .omega.description {
  width: 66.66666%;
  padding-left: 0;
  padding-right: 0;
}

.four, .about-us-content-full-width .container-wrapper .facebook-block, .about-us-content-full-width .container-wrapper .intro, .initiatives-content-full-width .container-wrapper .intro, .news-content-full-width .container-wrapper .intro, .events-content-full-width .intro {
  float: left;
  width: 25%;
  padding-left: 0;
  padding-right: 2%;
}
.four.omega, .about-us-content-full-width .container-wrapper .omega.facebook-block, .about-us-content-full-width .container-wrapper .omega.intro, .initiatives-content-full-width .container-wrapper .omega.intro, .news-content-full-width .container-wrapper .omega.intro, .events-content-full-width .omega.intro {
  width: 25%;
  padding-left: 0;
  padding-right: 0;
}

.four-span-two, .about-us-content-full-width .container-wrapper .about-us-block {
  float: left;
  width: 50%;
  padding-left: 0;
  padding-right: 2%;
}
.four-span-two.omega, .about-us-content-full-width .container-wrapper .omega.about-us-block {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}

.four-span-three, .initiatives-content-full-width .container-wrapper .initiatives-promos-wrapper, .news-content-full-width .container-wrapper .news-promos-wrapper, .events-content-full-width .events-promos-wrapper {
  float: left;
  width: 75%;
  padding-left: 0;
  padding-right: 2%;
}
.four-span-three.omega, .initiatives-content-full-width .container-wrapper .omega.initiatives-promos-wrapper, .news-content-full-width .container-wrapper .omega.news-promos-wrapper, .events-content-full-width .omega.events-promos-wrapper {
  width: 75%;
  padding-left: 0;
  padding-right: 0;
}

.five {
  width: 20%;
  float: left;
  padding-left: 0;
  padding-right: 2%;
}
.five.omega {
  width: 20%;
  padding-left: 0;
  padding-right: 0;
}

.five-span-two {
  float: left;
  width: 40%;
  padding-left: 0;
  padding-right: 2%;
}
.five-span-two.omega {
  width: 40%;
  padding-left: 0;
  padding-right: 0;
}

.five-span-three {
  float: left;
  width: 60%;
  padding-left: 0;
  padding-right: 2%;
}
.five-span-three.omega {
  width: 60%;
  padding-left: 0;
  padding-right: 0;
}

.five-span-four {
  float: left;
  width: 80%;
  padding-left: 0;
  padding-right: 2%;
}
.five-span-four.omega {
  width: 80%;
  padding-left: 0;
  padding-right: 0;
}

.six {
  float: left;
  width: 16.66666%;
  padding-left: 0;
  padding-right: 2%;
}
.six.omega {
  width: 16.66666%;
  padding-left: 0;
  padding-right: 0;
}

.six-span-two {
  float: left;
  width: 33.33333%;
  padding-left: 0;
  padding-right: 2%;
}
.six-span-two.omega {
  width: 33.33333%;
  padding-left: 0;
  padding-right: 0;
}

.six-span-three {
  width: 49.99999%;
  padding-left: 0;
  padding-right: 2%;
}
.six-span-three.omega {
  width: 49.99999%;
  padding-left: 0;
  padding-right: 0;
}

.six-span-four {
  float: left;
  width: 66.66666%;
  padding-left: 0;
  padding-right: 2%;
}
.six-span-four.omega {
  width: 66.66666%;
  padding-left: 0;
  padding-right: 0;
}

.six-span-five {
  float: left;
  width: 83.33333%;
  padding-left: 0;
  padding-right: 2%;
}
.six-span-five.omega {
  width: 83.33333%;
  padding-left: 0;
  padding-right: 0;
}

.eight {
  float: left;
  width: 12.5%;
  padding-left: 0;
  padding-right: 2%;
}
.eight.omega {
  width: 12.5%;
  padding-left: 0;
  padding-right: 0;
}

.twelve {
  float: left;
  width: 8.33333%;
  padding-left: 0;
  padding-right: 2%;
}
.twelve.omega {
  width: 8.33333%;
  padding-left: 0;
  padding-right: 0;
}

.sixteen {
  float: left;
  width: 6.25%;
  padding-left: 0;
  padding-right: 2%;
}
.sixteen.omega {
  width: 6.25%;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 42.6111111111em) {
  html {
    font-size: 100%;
  }
}
@media only screen and (min-width: 150em) {
  html {
    font-size: 115%;
  }
}
@media only screen and (max-width: 600px) {
  .two,
  .three,
  .location-block,
  ul.highlight-list > li,
  .promo,
  .initiatives-content-full-width .container-wrapper .initiatives-promo,
  .news-content-full-width .container-wrapper .news-promo,
  .today-in-history .title,
  .today-in-history .description,
  .today-in-history .image,
  .events-content-full-width .event-block,
  .three-span-two,
  ul.highlight-list > li.large,
  .today-in-history.no-image .description,
  .four,
  .about-us-content-full-width .container-wrapper .facebook-block,
  .about-us-content-full-width .container-wrapper .intro,
  .initiatives-content-full-width .container-wrapper .intro,
  .news-content-full-width .container-wrapper .intro,
  .events-content-full-width .intro,
  .four-span-two,
  .about-us-content-full-width .container-wrapper .about-us-block,
  .four-span-three,
  .initiatives-content-full-width .container-wrapper .initiatives-promos-wrapper,
  .news-content-full-width .container-wrapper .news-promos-wrapper,
  .events-content-full-width .events-promos-wrapper,
  .five,
  .five-span-two,
  .five-span-three,
  .five-span-four,
  .six,
  .six-span-two,
  .six-span-three,
  .six-span-four,
  .six-span-five,
  .eight,
  .twelve,
  .sixteen {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 16px; /* ie8 */
    margin-bottom: 1rem;
  }
  .two.omega,
  .three.omega,
  .omega.location-block,
  ul.highlight-list > li.omega,
  .omega.promo,
  .initiatives-content-full-width .container-wrapper .omega.initiatives-promo,
  .news-content-full-width .container-wrapper .omega.news-promo,
  .today-in-history .omega.title,
  .today-in-history .omega.description,
  .today-in-history .omega.image,
  .events-content-full-width .omega.event-block,
  .three-span-two.omega,
  .four.omega,
  .about-us-content-full-width .container-wrapper .omega.facebook-block,
  .about-us-content-full-width .container-wrapper .omega.intro,
  .initiatives-content-full-width .container-wrapper .omega.intro,
  .news-content-full-width .container-wrapper .omega.intro,
  .events-content-full-width .omega.intro,
  .four-span-two.omega,
  .about-us-content-full-width .container-wrapper .omega.about-us-block,
  .four-span-three.omega,
  .initiatives-content-full-width .container-wrapper .omega.initiatives-promos-wrapper,
  .news-content-full-width .container-wrapper .omega.news-promos-wrapper,
  .events-content-full-width .omega.events-promos-wrapper,
  .five.omega,
  .five-span-two.omega,
  .five-span-three.omega,
  .five-span-four.omega,
  .six.omega,
  .six-span-two.omega,
  .six-span-three.omega,
  .six-span-four.omega,
  .six-span-five.omega,
  .eight.omega,
  .twelve.omega,
  .sixteen.omega {
    width: 100%;
    margin-bottom: 0;
  }
}
.sr-only {
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

@font-face {
  font-family: "tpk-icons";
  src: url("/themes/tpk-www/fonts/icomoon.eot?k1k4ku");
  src: url("/themes/tpk-www/fonts/icomoon.eot?k1k4ku#iefix") format("embedded-opentype"), url("/themes/tpk-www/fonts/icomoon.ttf?k1k4ku") format("truetype"), url("/themes/tpk-www/fonts/icomoon.woff?k1k4ku") format("woff"), url("/themes/tpk-www/fonts/icomoon.svg?k1k4ku#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  display: none;
}

.icon-fallback {
  display: inline-block;
}

.tpk-icons .icon {
  display: inline-block;
  font-family: "tpk-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tpk-icons .icon-fallback {
  display: block !important;
  left: -99999em;
  position: absolute !important;
}

.tpk-icons .icon-document:before {
  content: "\e910";
}
.tpk-icons .icon-checked:before {
  content: "\e90f";
}
.tpk-icons .icon-unchecked:before {
  content: "\e90e";
}
.tpk-icons .icon-close:before {
  content: "\e90d";
}
.tpk-icons .icon-popup:before,
.tpk-icons .icon-gallery-popup:before {
  content: "\e90c";
}
.tpk-icons .icon-quotemark01:before {
  content: "\e90c";
}
.tpk-icons .icon-quotemark01:before {
  content: "\e90b";
}
.tpk-icons .icon-quotemark02:before {
  content: "\e90a";
}
.tpk-icons .icon-play:before {
  content: "\e909";
}
.tpk-icons .icon-clock:before {
  content: "\e901";
}
.tpk-icons .icon-external-link:before {
  content: "\e900";
}
.tpk-icons .icon-fax:before {
  content: "\e902";
}
.tpk-icons .icon-mail:before {
  content: "\e903";
}
.tpk-icons .icon-phone:before {
  content: "\e904";
}
.tpk-icons .icon-file-word:before {
  content: "\e602";
}
.tpk-icons .icon-file-excel:before {
  content: "\e603";
}
.tpk-icons .icon-file-pdf:before {
  content: "\e604";
}
.tpk-icons .icon-file:before {
  content: "\e605";
}
.tpk-icons .icon-file-image:before,
.tpk-icons .icon-file-picture:before {
  content: "\e905";
}
.tpk-icons .icon-expand2:before {
  content: "\e607";
}
.tpk-icons .icon-expand:before {
  content: "\e906";
}
.tpk-icons .icon-news:before {
  content: "\e609";
}
.tpk-icons .icon-arrow-right:before {
  content: "\e60a";
}
.tpk-icons .icon-location:before,
.tpk-icons .icon-geo-icon:before {
  content: "\e907";
}
.tpk-icons .icon-warning:before {
  content: "\e60c";
}
.tpk-icons .icon-arrow-left:before {
  content: "\e60d";
}
.tpk-icons .icon-calendar:before {
  content: "\e908";
}
.tpk-icons .icon-map-marker:before {
  content: "\e60f";
}
.tpk-icons .icon-search:before {
  content: "\e610";
}
.tpk-icons .icon-angle-up:before {
  content: "\e611";
}
.tpk-icons .icon-double-angle-down:before {
  content: "\e612";
}
.tpk-icons .icon-angle-down:before {
  content: "\e613";
}
.tpk-icons .icon-angle-left:before {
  content: "\e614";
}
.tpk-icons .icon-angle-right:before {
  content: "\e615";
}
.tpk-icons .icon-wrench:before {
  content: "\e616";
}
.tpk-icons .icon-caret-left:before {
  content: "\e617";
}
.tpk-icons .icon-caret-right:before {
  content: "\e618";
}
.tpk-icons .icon-refresh:before {
  content: "\e619";
}
.tpk-icons .icon-flag:before {
  content: "\e61a";
}
.tpk-icons .icon-book:before {
  content: "\e61b";
}
.tpk-icons .icon-rss:before {
  content: "\e61c";
}
.tpk-icons .icon-burger:before {
  content: "\e61d";
}
.tpk-icons .icon-facebook:before {
  content: "\e61e";
}

body {
  background-color: white;
  background-repeat: repeat-y;
  background-position: 0 0;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 400;
  height: 100%;
  font-size: 18px;
}

body.no-left-hand-side {
  background: white;
}
body.no-left-hand-side .right-hand-side {
  margin-left: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
.h1 {
  color: #000000;
  font-family: "Bree Serif", "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
  font-weight: 400;
  font-size: 36px; /* ie8 */
  font-size: 2.25rem;
  line-height: 1.1;
  margin: 0 0 2rem;
}
@media only screen and (min-width: 730px) {
  h1,
  .h1 {
    font-size: 40px; /* ie8 */
    font-size: 2.5rem;
    line-height: 1.1;
  }
}
h1 span.small,
.h1 span.small {
  display: inline-block;
  font-size: 16px; /* ie8 */
  font-size: 1rem;
  font-weight: 400;
}
h1.noborder,
.h1.noborder {
  border-bottom: none;
}

h2,
.h2 {
  position: relative;
  color: #333333;
  font-size: 32px; /* ie8 */
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  border-bottom: none;
  margin: 2rem 0 1rem;
}
h2 span.text,
.h2 span.text {
  display: inline-block;
  position: absolute;
  bottom: -18px; /* ie8 */
  bottom: -1.125rem;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
  padding-right: 12px; /* ie8 */
  padding-right: 0.75rem;
}
h2.small,
.h2.small {
  font-size: 21px; /* ie8 */
  font-size: 1.3125rem;
  line-height: 1.6;
  color: #990F3A;
  border-bottom: 3px solid #990F3A;
  padding: 0;
}
h2.small:after,
.h2.small:after {
  height: 0;
}
h2.small span.text,
.h2.small span.text {
  bottom: -17px; /* ie8 */
  bottom: -1.0625rem;
}

.content-container > h2 {
  color: #007C9D;
  padding-bottom: 10px;
  border-bottom: 4px solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-container > h2[data-no-jump] {
  border-bottom: none;
}

h2 + ul.summary-list,
.h2 + ul.summary-list {
  border-top: none;
}

h3,
.h3 {
  color: #333333;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px; /* ie8 */
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 2rem 0 1rem;
}
h3:after,
.h3:after {
  display: none;
}
h3.secondary,
.h3.secondary {
  color: #000000;
}

h4,
.h4 {
  font-size: 24px; /* ie8 */
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 2rem 0 0.25rem;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  font-weight: 700;
  margin: 1rem 0 0.75rem;
}
h4:after,
.h4:after {
  display: none;
}

h5,
.h5 {
  font-size: 20px; /* ie8 */
  font-size: 1.25rem;
  line-height: 1.5;
}
h5:after,
.h5:after {
  display: none;
}

h6,
.h6 {
  font-size: 18px; /* ie8 */
  font-size: 1.125rem;
  line-height: 1.55;
}
h6:after,
.h6:after {
  display: none;
}

p {
  margin: 0 0 13px 0; /* ie8 */
  margin: 0 0 0.8125rem 0;
}

p.issue-number {
  color: #c83c44;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.4375;
  font-family: "PMN Caecilia W02", serif;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
}

.content {
  margin-bottom: 26px; /* ie8 */
  margin-bottom: 1.625rem;
}
.content p {
  margin-bottom: 0;
}

.main-page-content a.no_underline {
  border-bottom: none;
}
.main-page-content a.no_underline:hover, .main-page-content a.no_underline:focus {
  border-bottom: none;
}

.lead {
  font-weight: 200;
  font-size: 22px; /* ie8 */
  font-size: 1.375rem;
  line-height: 1.545;
  margin-bottom: 13px; /* ie8 */
  margin-bottom: 0.8125rem;
  color: #000000;
}

br + p {
  margin-bottom: 26px; /* ie8 */
  margin-bottom: 1.625rem;
}

strong {
  font-weight: 800;
}

em {
  font-style: italic;
}

abbr {
  cursor: help;
}
abbr.acr {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
}

.amp {
  font-style: italic;
}

small {
  font-size: 0.75rem;
  line-height: 1.25;
  color: #555555;
}

figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
}
figcaption .source {
  float: right;
}

ul,
ol {
  padding: 0;
  margin: 0 0 26px 0; /* ie8 */
  margin: 0 0 1.625rem 0;
  margin-left: 3em;
}
ul li:not(:last-child),
ol li:not(:last-child) {
  margin-bottom: 0.5em;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 3em;
  margin-bottom: 0;
}

ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: lower-roman;
}

dl {
  display: inline-block;
  float: none;
  width: 100%;
  padding: 0;
  margin: 0 0 13px 0; /* ie8 */
  margin: 0 0 0.8125rem 0;
}
dl dt {
  color: #000000;
  font-family: "PMN Caecilia W02", serif;
  font-weight: 700;
  margin: 0;
}
dl dd {
  margin: 0;
}

dl.contact-details-short {
  float: none;
  display: inline-block;
  padding: 0;
  margin: 0 0 13px 0; /* ie8 */
  margin: 0 0 0.8125rem 0;
}
dl.contact-details-short dt {
  clear: left;
  float: left;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 -22px 0 0; /* ie8 */
  margin: 0 -1.375rem 0 0;
}
dl.contact-details-short dt i.icon {
  font-size: 0.8em;
  line-height: 2.1;
}
dl.contact-details-short dd {
  float: left;
  padding-left: 22px; /* ie8 */
  padding-left: 1.375rem;
  margin: 0;
  overflow-wrap: anywhere;
}
dl.contact-details-short a {
  color: black !important;
  text-decoration: underline;
}
dl.contact-details-short a:hover {
  text-decoration: none;
}

blockquote {
  float: right;
  width: 50%;
  max-width: 360px; /* ie8 */
  max-width: 22.5rem;
  background-color: #fbf6f7;
  padding: 70px 37px 60px; /* ie8 */
  padding: 4.375rem 2.3125rem 3.75rem;
  margin: 16px 0 16px 40px; /* ie8 */
  margin: 1rem 0 1rem 2.5rem;
}
blockquote p {
  position: relative;
  font-size: 22px; /* ie8 */
  font-size: 1.375rem;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #555555;
  margin-bottom: 16px; /* ie8 */
  margin-bottom: 1rem;
}
blockquote p:first-of-type:before {
  position: absolute;
  display: inline;
  top: -35px; /* ie8 */
  top: -2.1875rem;
  left: 0;
  content: "\e90b";
  font-family: "tpk-icons";
  font-size: 20px; /* ie8 */
  font-size: 1.25rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
blockquote p:last-of-type:after {
  position: absolute;
  display: inline;
  bottom: -35px; /* ie8 */
  bottom: -2.1875rem;
  left: 0;
  content: "\e90a";
  font-family: "tpk-icons";
  font-size: 20px; /* ie8 */
  font-size: 1.25rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
blockquote cite {
  display: block;
  color: #555555;
  font-size: 0.85rem;
  font-style: normal;
  text-align: right;
  border-top: none;
  padding: 0;
  margin: 70px 0 -50px 0; /* ie8 */
  margin: 4.375rem 0 -3.125rem 0;
}

label {
  display: block;
}

sup {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  bottom: 0.5ex;
}

hr {
  clear: both;
  height: 0;
  border: 0;
  border-top: 1px solid #cccccc;
  margin-top: 26px; /* ie8 */
  margin-top: 1.625rem;
  margin-bottom: 26px; /* ie8 */
  margin-bottom: 1.625rem;
}

hr.dotted {
  border-style: dotted;
}

.error {
  color: #ff0000;
}

.wf-loading p,
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6,
.wf-loading li,
.wf-loading dt,
.wf-loading dd,
.wf-loading td,
.wf-loading th,
.wf-loading small {
  visibility: hidden;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 600px) {
  blockquote {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }
}
/*  =============================================================================
/    Things that are unique to TPK
/   ========================================================================== */
.print-only {
  display: none;
}

.show-on-small-screen {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .show-on-small-screen {
    display: block;
  }
  .show-on-small-screen.back-to-top + h2 {
    margin-top: -12px; /* ie8 */
    margin-top: -0.75rem;
  }
}
html.no-js .no-js_hide {
  display: none;
}
html.no-js .reveal-content-wrapper .reveal-content-hidden {
  height: auto;
  overflow: visible;
  opacity: 1;
}
html.no-js .show-hide-content {
  position: relative !important;
  left: 0 !important;
  border: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

/* Left hand side see _nav for nav */
/* Left hand secondary nav */
.left-hand-side {
  width: 236px;
  position: absolute;
  left: 0;
  height: 100%;
  background-color: #efebe1;
}

.secondary-nav {
  width: 236px;
  padding: 64px 0 0; /* ie8 */
  padding: 4rem 0 0;
}

.author-block {
  display: table;
  width: 100%;
  overflow: hidden;
  border: 1px dashed #cccccc;
  margin: 0px 0px 16px 0px; /* ie8 */
  margin: 0rem 0rem 1rem 0rem;
}
.author-block > .image-wrapper {
  display: table-cell;
  vertical-align: top;
  line-height: 0;
  padding: 7px 0px 7px 12px;
}
.author-block > .image-wrapper img {
  width: 100%;
  height: auto;
  max-width: 90px;
  min-width: 60px;
}
.highlight .author-block > .copy,
.author-block > .copy {
  display: table-cell;
  vertical-align: top;
  padding: 12px 16px 0px 16px;
}

ul.subscribe-menu {
  list-style: none;
  margin: 0;
}
ul.subscribe-menu li {
  margin: 0;
  border-bottom: 1px solid #dddddd;
}
ul.subscribe-menu li a {
  display: block;
  color: #555555;
  border-bottom-color: transparent;
  margin: 18px 18px 12px;
}
ul.subscribe-menu:last-child {
  border-bottom: none;
}

.show-hide-trigger .icon-angle-down {
  margin-left: 7px; /* ie8 */
  margin-left: 0.4375rem;
}
.show-hide-trigger .icon-angle-down:before {
  content: "\e613";
}
.show-hide-trigger.showing .icon-angle-down:before {
  content: "\e611";
}

.show-hide-content {
  position: absolute;
  z-index: 4;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #999999;
  margin-top: 16px;
  -webkit-box-shadow: 0 1px 3px #555555;
  -ms-box-shadow: 0 1px 3px #555555;
  -moz-box-shadow: 0 1px 3px #555555;
  -o-box-shadow: 0 1px 3px #555555;
  box-shadow: 0 1px 3px #555555;
}
.show-hide-content .arrow {
  position: absolute;
  top: -13px;
  left: 50%;
  width: 60px;
  height: 13px;
  overflow: hidden;
}
.show-hide-content .arrow:after {
  position: absolute;
  top: 4px;
  left: 20px;
  width: 20px;
  height: 20px;
  content: "";
  background-color: #ffffff;
  border: 1px solid #999999;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.show-hide-content[aria-hidden=true] {
  display: none;
}
.show-hide-content[aria-hidden=false] {
  display: block;
}

/* ======================= */
.right-hand-side {
  margin-left: 236px;
  background-color: #ffffff;
}

/* general styling */
a > img:hover,
a > img:focus {
  background-color: transparent;
}

#top:focus,
#main:focus,
#footer:focus {
  outline: none;
}

.hidden {
  position: absolute !important;
  display: block !important;
  left: -99999em !important;
}

img.th {
  max-width: 80px;
  height: auto;
}

iframe {
  overflow: auto;
  border: none;
}

.gallery {
  display: inline-block;
  margin: 24px 0 4px; /* ie8 */
  margin: 1.5rem 0 0.25rem;
}

.image-full .gallery img.th {
  max-width: 100%;
}

.main-page-content a.popup {
  display: block;
  position: relative;
  padding: 0;
  border: 0;
}
.main-page-content a.popup i {
  position: absolute;
  top: 3.2px; /* ie8 */
  top: 0.2rem;
  right: 3.2px; /* ie8 */
  right: 0.2rem;
  background-color: #000000;
  color: #ffffff;
  font-size: 12.8px; /* ie8 */
  font-size: 0.8rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding: 5px 4px 4px; /* ie8 */
  padding: 0.3125rem 0.25rem 0.25rem;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.main-page-content a.popup:hover, .main-page-content a.popup:focus {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.main-page-content a.popup:hover i, .main-page-content a.popup:focus i {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* ie8 */
  opacity: 0.8;
  background-color: #ffffff;
  color: #000000;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-bottom: none;
}

.loading {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 16px; /* ie8 */
  padding: 1rem;
  margin: 0;
}

h4.filterheading {
  display: inline-block;
  float: left;
  color: #555555;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13.6px; /* ie8 */
  font-size: 0.85rem;
  text-transform: none;
  padding: 0;
  margin: 11px 16px 12px 0; /* ie8 */
  margin: 0.6875rem 1rem 0.75rem 0;
  vertical-align: middle;
}

.filters {
  clear: both;
  float: left;
  width: 100%;
  margin: 16px 0 24px; /* ie8 */
  margin: 1rem 0 1.5rem;
}
.filters > ul {
  display: inline-block;
  float: left;
  margin: 0;
}
.filters > ul > li {
  display: inline-block;
  line-height: 1;
  margin: 0 4px 4px 0; /* ie8 */
  margin: 0 0.25rem 0.25rem 0;
}
.filters > ul > li a {
  display: block;
  font-family: "PMN Caecilia W02", serif;
  font-size: 13.6px; /* ie8 */
  font-size: 0.85rem;
  line-height: 1;
  color: white;
  background-color: #007C9D;
  padding: 12px 16px; /* ie8 */
  padding: 0.75rem 1rem;
  border: 1px solid #007C9D;
  border-radius: 5px;
}
.filters > ul > li a:hover, .filters > ul > li a:focus {
  background-color: white;
  color: #007C9D;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.filters > ul > li a:active {
  color: #00cab8;
}
.filters > ul > li a.events:hover, .filters > ul > li a.events:focus {
  background-color: white;
  color: black;
  border: 1px solid #0bdbc9;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.filters > ul > li a.updates:hover, .filters > ul > li a.updates:focus {
  background-color: white;
  color: black;
  border: 1px solid #ff1f8f;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.filters > ul > li a.stories:hover, .filters > ul > li a.stories:focus {
  background-color: white;
  color: black;
  border: 1px solid #83d640;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.filters > ul > li a.news:hover, .filters > ul > li a.news:focus {
  background-color: white;
  color: black;
  border: 1px solid #83d640;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.filters > ul > li a.publications:hover, .filters > ul > li a.publications:focus {
  background-color: white;
  color: black;
  border: 1px solid #f04f1d;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.filters > ul > li .dropdown {
  margin-bottom: 0;
}
.filters > ul > li.selected {
  line-height: 1;
}
.filters > ul > li.selected a {
  line-height: 1;
  color: #007C9D;
  background-color: white;
  padding: 12px 16px; /* ie8 */
  padding: 0.75rem 1rem;
  border: 1px solid #007C9D;
}
.filters > ul > li.selected a:hover, .filters > ul > li.selected a:focus {
  background-color: #007C9D;
  color: white;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.filters > ul > li.selected a:active {
  background-color: black;
  color: white;
  border: 1px solid #555555;
}

.filters + .filters {
  margin-top: -32px; /* ie8 */
  margin-top: -2rem;
}

.one-click.homepage-promo img,
.one-click .thumbn img {
  -webkit-transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
}
.one-click.over {
  /*background-color: white;*/
}
.one-click.over ul.extra-info {
  /*background-color: white;*/
}
.one-click.over.homepage-promo img,
.one-click.over .thumbn img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.reveal-content-wrapper .reveal-content {
  -webkit-transition: height 2s, opacity 4s; /* Safari */
  transition: height 2s, opacity 4s;
}
.reveal-content-wrapper .reveal-content.reveal-content-hidden {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

/* jQuery UI tooltip */
.ui-tooltip,
.ui-tooltip .arrow:after {
  background-image: none;
  background-color: white;
  border: 1px solid #cccccc;
}

.glossery-explanation {
  display: inline-block;
  max-width: 800px;
}
.glossery-explanation.ui-tooltip, .glossery-explanation .arrow:after {
  border: 1px solid #de8c90;
}

.ui-tooltip {
  color: #555555;
  font-family: 200;
  text-transform: none;
  padding: 8px 12px; /* ie8 */
  padding: 0.5rem 0.75rem;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 10px white;
  -ms-box-shadow: 0 0 10px 10px white;
  -moz-box-shadow: 0 0 10px 10px white;
  -o-box-shadow: 0 0 10px 10px white;
  box-shadow: 0 0 10px 10px white;
}

/*

Commented out due to interference with admin navbar tooltips

.arrow {
	position: absolute;
	bottom: -16px;
	left: 50%;
	width: 70px;
	height: 16px;
	overflow: hidden;
	margin-left: -35px;
}

.arrow.top {
	top: -16px;
	bottom: auto;
}

.arrow.left {
	left: 20%;
}

.arrow:after {
	position: absolute;
	top: -20px;
	left: 20px;
	width: 25px;
	height: 25px;
	content: "";
	@include vendor-prefix(transform, rotate(45deg));
}

.arrow.top:after {
	top: auto;
	bottom: -20px;
}
*/
.right-hand-side {
  background-color: white;
  margin-left: 236px;
}

.main-page-content {
  padding: 32px 0 32px; /* ie8 */
  padding: 2rem 0 2rem;
}
.home-pg .main-page-content {
  padding: 0 0 0; /* ie8 */
  padding: 0 0 0;
}
.main-page-content .search-form {
  max-width: 400px;
  margin: 0 0 32px; /* ie8 */
  margin: 0 0 2rem;
}
.main-page-content .page-meta-no-image {
  float: none;
  display: block;
  margin-bottom: 32px; /* ie8 */
  margin-bottom: 2rem;
}
.main-page-content .page-meta-no-image.large {
  position: relative;
  text-align: left;
  margin: 0 0 48px; /* ie8 */
  margin: 0 0 3rem;
}
.main-page-content .page-meta-no-image.large h1 {
  margin: 0;
  padding-bottom: 0;
  font-size: 64px;
  font-size: 4rem;
  line-height: 1.015625;
}
.main-page-content .page-meta h2 {
  color: #000000;
  font-size: 28px; /* ie8 */
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.25;
  padding: 0;
  border-bottom: none;
  margin: -16px 0 0; /* ie8 */
  margin: -1rem 0 0;
}
.main-page-content .page-meta h2:after {
  height: 0;
}
.main-page-content .page-meta-left {
  float: left;
  width: 62%;
  margin-bottom: 16px; /* ie8 */
  margin-bottom: 1rem;
}
.main-page-content .page-meta-left.large {
  position: relative;
  text-align: left;
  margin: 0 0 32px; /* ie8 */
  margin: 0 0 2rem;
}
.main-page-content .page-meta-left.large h1 {
  margin: 0;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 0.9842857143;
  -webkit-text-shadow: -2px 2px 4px #ffffff;
  -ms-text-shadow: -2px 2px 4px #ffffff;
  -moz-text-shadow: -2px 2px 4px #ffffff;
  -o-text-shadow: -2px 2px 4px #ffffff;
  text-shadow: -2px 2px 4px #ffffff;
}
.main-page-content .page-meta-left.large .translation-page {
  margin-bottom: 24px; /* ie8 */
  margin-bottom: 1.5rem;
}
.main-page-content .page-meta-left.large .header-underline {
  width: auto;
  margin: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* ie8 */
  opacity: 0.5;
}
.main-page-content .page-meta-left.large p:last-child {
  margin: 0;
}
.main-page-content .page-meta-left h2 {
  color: #000000;
  font-size: 28px; /* ie8 */
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.25;
  padding: 0;
  border-bottom: none;
  margin: -16px 0 0; /* ie8 */
  margin: -1rem 0 0;
}
.main-page-content .page-meta-left h2:after {
  height: 0;
}
.main-page-content .page-meta-left .meta {
  padding: 8px 0 0; /* ie8 */
  padding: 0.5rem 0 0;
}
.main-page-content .page-meta-right h2,
.main-page-content .page-meta-no-image h2 {
  color: #990F3A;
  font-size: 18px; /* ie8 */
  font-size: 1.125rem;
  line-height: 1.25;
  padding: 0;
  border-bottom: 3px solid #990F3A;
  margin: 0 0 24px; /* ie8 */
  margin: 0 0 1.5rem;
}
.main-page-content .page-meta-right h2:after,
.main-page-content .page-meta-no-image h2:after {
  height: 0;
}
.main-page-content .page-meta-right .meta,
.main-page-content .page-meta-no-image .meta {
  padding: 8px 0 0; /* ie8 */
  padding: 0.5rem 0 0;
}
.main-page-content .issue-heading h1 {
  margin: 0;
}
.main-page-content .issue-heading h3 {
  color: black;
  margin: 0 0 24px; /* ie8 */
  margin: 0 0 1.5rem;
}
.main-page-content .translation-page {
  font-family: "PMN Caecilia W02", serif;
  font-size: 16px; /* ie8 */
  font-size: 1rem;
  font-weight: 400;
  padding: 8px 0 0; /* ie8 */
  padding: 0.5rem 0 0;
  margin-bottom: 32px; /* ie8 */
  margin-bottom: 2rem;
}
.main-page-content .translation-page a {
  color: #990F3A;
  border: none;
}
.main-page-content .translation-page a i {
  width: 24px; /* ie8 */
  width: 1.5rem;
  height: 24px; /* ie8 */
  height: 1.5rem;
  background-color: #c63c67;
  color: white;
  font-size: 16px; /* ie8 */
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.6;
  padding: 0;
  border-radius: 50%;
  margin: 0 4px 0 0; /* ie8 */
  margin: 0 0.25rem 0 0;
  -webkit-transition: transform 0.5s linear;
  -ms-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
}
.main-page-content .translation-page a:hover, .main-page-content .translation-page a:focus {
  padding: 4.8px 0 0; /* ie8 */
  padding: 0.3rem 0 0;
}
.main-page-content .translation-page a:hover i, .main-page-content .translation-page a:focus i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main-page-content .featured-image-right {
  float: right;
  width: 50%;
  padding-left: 5%;
  margin-bottom: 32px; /* ie8 */
  margin-bottom: 2rem;
}
.main-page-content .featured-image-right img {
  width: 100%;
}
.main-page-content .publication-right {
  float: right;
  width: 27%;
  background-color: #e8feff;
  padding: 3%;
  margin-bottom: 32px; /* ie8 */
  margin-bottom: 2rem;
  margin-left: 16px; /* ie8 */
  margin-left: 1rem;
}
.main-page-content .publication-right img {
  width: 100%;
}
.main-page-content .publication-right h3 {
  margin-top: 1rem;
  line-height: 1;
}
.main-page-content .publication-right h4 {
  font-size: 1rem;
  line-height: 1;
  text-transform: none;
  padding: 0 0 8px; /* ie8 */
  padding: 0 0 0.5rem;
  border-bottom: 1px dotted #dddddd;
  margin: 0;
}
.main-page-content .publication-right ol {
  margin: 8px 0 8px 24px; /* ie8 */
  margin: 0.5rem 0 0.5rem 1.5rem;
}
.main-page-content .publication-right ol .selected {
  color: black;
  font-weight: 600;
}
.main-page-content .publication-right ol .selected a:link {
  border-bottom: none;
}
.main-page-content .intro-right {
  float: right;
  width: 33%;
  margin-bottom: 32px; /* ie8 */
  margin-bottom: 2rem;
}
.main-page-content .page-meta-right {
  float: right;
  width: 62%;
  margin-bottom: 32px; /* ie8 */
  margin-bottom: 2rem;
}
.main-page-content .featured-image-left {
  float: left;
  width: 33%;
  padding-right: 5%;
  margin-bottom: 32px; /* ie8 */
  margin-bottom: 2rem;
}

/* landing page */
.landing-pg .right-hand-side h1 {
  text-align: left;
  padding: 0 0 10px; /* ie8 */
  padding: 0 0 0.625rem;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 16px; /* ie8 */
  margin-bottom: 1rem;
  margin-left: auto;
}
.landing-pg .right-hand-side .translation-heading {
  margin-bottom: 48px; /* ie8 */
  margin-bottom: 3rem;
}
.landing-pg .right-hand-side .search-form {
  max-width: 400px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 48px; /* ie8 */
  margin-bottom: 3rem;
  margin-left: auto;
}
.landing-pg .page-meta-left {
  width: 66.66666%;
  padding-right: 2%;
}
.landing-pg .intro-right {
  width: 33.33333%;
  padding-left: 2%;
}
.landing-pg .translation-heading {
  font-size: 24px; /* ie8 */
  font-size: 1.5rem;
  line-height: 1.3;
  color: black;
  font-weight: 700;
  padding-top: 16px; /* ie8 */
  padding-top: 1rem;
  margin-top: 16px; /* ie8 */
  margin-top: 1rem;
  margin-bottom: 32px; /* ie8 */
  margin-bottom: 2rem;
}
.landing-pg .landing-promos-row {
  margin-bottom: 16px; /* ie8 */
  margin-bottom: 1rem;
}
.landing-pg .landing-promos-row .promo {
  padding: 16px; /* ie8 */
  padding: 1rem;
}
.landing-pg .landing-promos-row .promo h3 {
  font-weight: 700;
  margin: 0 0 8px; /* ie8 */
  margin: 0 0 0.5rem;
}
.landing-pg .landing-promos-row .promo h3 a {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.0833333333;
}
.landing-pg .landing-promos-row .promo p:last-of-type {
  margin: 0;
}

.utility-error-pg .right-hand-side {
  background-image: url("/themes/tpk-www/images/pattern-bg.png"), url("/themes/tpk-www/images/pattern-bg-extend.png");
  background-repeat: no-repeat, repeat-x;
  background-position: -20px 0, -20px 0;
}
.utility-error-pg .right-hand-side h1,
.utility-error-pg .right-hand-side .translation-heading {
  text-align: center;
  width: 72%;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 32px; /* ie8 */
  margin-bottom: 2rem;
  margin-left: auto;
}
.utility-error-pg .right-hand-side .translation-heading {
  margin-bottom: 48px; /* ie8 */
  margin-bottom: 3rem;
}
.utility-error-pg .right-hand-side .search-form {
  max-width: 400px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 48px; /* ie8 */
  margin-bottom: 3rem;
  margin-left: auto;
}

.main-page-content a.glossary-term {
  color: #F04F1D;
  cursor: help;
  border-bottom: 1px dotted #F04F1D;
}
.main-page-content a.glossary-term:hover, .main-page-content a.glossary-term:focus {
  background-color: transparent;
  color: #f3744d;
  border-bottom: 1px dotted #f3744d;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.source-publication {
  background-color: #F0FFE4;
  font-family: "PMN Caecilia W02", serif;
  font-weight: 400;
  font-size: 13.6px; /* ie8 */
  font-size: 0.85rem;
  border-left: 5px solid #83d640;
  padding: 8px 16px; /* ie8 */
  padding: 0.5rem 1rem;
  margin: 0 0 24px; /* ie8 */
  margin: 0 0 1.5rem;
}
.source-publication i {
  margin-right: 5.6px; /* ie8 */
  margin-right: 0.35rem;
}

/* royalslider (additional and overruling styles) */
.royalSlider {
  margin: 32px 0; /* ie8 */
  margin: 2rem 0;
}
.royalSlider .rsThumb {
  height: 100%;
  overflow: hidden;
}

/* magnific (additional and overruling styles) */
.mfp-image-holder .mfp-content {
  margin: 40px 35px 0; /* ie8 */
  margin: 2.5rem 2.1875rem 0;
}

img.mfp-img {
  padding: 0;
}

.mfp-zoom-out-cur .mfp-image-holder button.mfp-close {
  display: block;
  position: absolute;
  height: auto;
  width: auto;
  top: -35px; /* ie8 */
  top: -2.1875rem;
  right: -35px; /* ie8 */
  right: -2.1875rem;
  background-color: transparent;
  color: #ffffff;
  font-size: 16px; /* ie8 */
  font-size: 1rem;
  text-align: center;
  border: none;
  opacity: 0.6;
  cursor: pointer;
}
.mfp-zoom-out-cur .mfp-image-holder button.mfp-close:focus, .mfp-zoom-out-cur .mfp-image-holder button.mfp-close:hover {
  background-color: transparent;
  color: #ffffff;
  border: none;
  opacity: 1;
}

button.mfp-arrow {
  background-color: #000000;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: none;
  opacity: 0.6;
  cursor: pointer;
}
button.mfp-arrow:focus, button.mfp-arrow:hover {
  background-color: #000000;
  color: #ffffff;
  border: none;
  opacity: 1;
}

.mfp-figure:after {
  display: block;
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  -webkit-box-shadow: 0 0 8px #000000;
  -ms-box-shadow: 0 0 8px #000000;
  -moz-box-shadow: 0 0 8px #000000;
  -o-box-shadow: 0 0 8px #000000;
  box-shadow: 0 0 8px #000000;
}

.mfp-arrow-right,
.mfp-arrow-left {
  height: 88px; /* ie8 */
  height: 5.5rem;
  width: 54px; /* ie8 */
  width: 3.375rem;
  padding: 0;
  margin: -40px 0 0; /* ie8 */
  margin: -2.5rem 0 0;
}
.mfp-arrow-right:active,
.mfp-arrow-left:active {
  margin: -40px 0 0; /* ie8 */
  margin: -2.5rem 0 0;
}
.mfp-arrow-right:before,
.mfp-arrow-left:before {
  display: none;
}
.mfp-arrow-right:after,
.mfp-arrow-left:after {
  display: inline-block;
  top: -9px; /* ie8 */
  top: -0.5625rem;
  content: "\e614";
  font-family: "tpk-icons";
  font-size: 40px; /* ie8 */
  font-size: 2.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  border: none;
  margin-left: 17px; /* ie8 */
  margin-left: 1.0625rem;
}

.mfp-arrow-left:after {
  content: "\e614";
}

.mfp-arrow-right:after {
  content: "\e615";
}

.mfp-bottom-bar {
  background-color: #000000;
  padding: 16px 20px; /* ie8 */
  padding: 1rem 1.25rem;
  margin-top: -50px; /* ie8 */
  margin-top: -3.125rem;
}
.mfp-bottom-bar .mfp-title {
  text-align: left;
  font-size: 16px; /* ie8 */
  font-size: 1rem;
  line-height: 1.14;
  color: #ffffff;
  word-wrap: break-word;
  float: left;
  width: 88%;
}
.mfp-bottom-bar .mfp-counter {
  position: relative;
  top: auto;
  right: auto;
  color: #ffffff;
  float: right;
  font-size: 14px; /* ie8 */
  font-size: 0.875rem;
  line-height: 1.302855;
  width: 12%;
  text-align: right;
}

@media only screen and (max-width: 900px) {
  .landing-pg .right-hand-side h1,
  .landing-pg .right-hand-side .translation-heading {
    width: 100%;
  }
}
/* MOBILE STUFF TO HIDE BY DEFAULT (WIDE) */
.mobile {
  display: none;
}

#google-map {
  height: 350px;
  width: 100%;
  background-color: #cccccc;
}

.address {
  padding-bottom: 8px; /* ie8 */
  padding-bottom: 0.5rem;
  border-bottom: 2px dotted #cccccc;
}

.national-office h4 {
  color: #007C9D;
  font-size: 20px; /* ie8 */
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
  text-transform: none;
  margin: 1rem 0;
}
.national-office a {
  color: black !important;
  text-decoration: underline;
}
.national-office a:hover {
  text-decoration: none;
}

.pagination {
  margin: 32px 0 0; /* ie8 */
  margin: 2rem 0 0;
  font-size: 0.875rem;
  font-weight: 700;
}
.pagination.date {
  margin: 12px 0px 10px; /* ie8 */
  margin: 0.75rem 0rem 0.625rem;
}
.pagination.date li {
  margin: 0 8px 16px 0; /* ie8 */
  margin: 0 0.5rem 1rem 0;
}
.pagination.date li a {
  display: inline-block;
  min-width: 210px; /* ie8 */
  min-width: 13.125rem;
  padding: 8px 16px; /* ie8 */
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  color: #2c2937;
  text-align: center;
  border: 1px solid #2c2937;
}
.pagination.date li a:hover, .pagination.date li a:focus {
  background-color: #77988e;
  color: #ffffff;
  border: 1px solid transparent;
}
.pagination li {
  display: inline-block;
  margin: 16px 4px 32px 0; /* ie8 */
  margin: 1rem 0.25rem 2rem 0;
}
.pagination .older a,
.pagination .previous a {
  display: block;
  position: relative;
  padding: 0.5rem 1rem 0.5rem 2rem;
  background-color: #007C9D;
  color: #ffffff;
  border: 1px solid #007C9D;
  border-radius: 5px;
}
.pagination .older a i,
.pagination .previous a i {
  position: absolute;
  left: 16px;
  top: 12px;
}
.pagination .older a:hover, .pagination .older a:focus,
.pagination .previous a:hover,
.pagination .previous a:focus {
  background-color: #ffffff;
  color: #007C9D;
  text-decoration: none;
}
.pagination .older a.events:hover, .pagination .older a.events:focus,
.pagination .previous a.events:hover,
.pagination .previous a.events:focus {
  color: #76591e;
  border: 1px solid #d5ab58;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.pagination .older a.updates:hover, .pagination .older a.updates:focus,
.pagination .previous a.updates:hover,
.pagination .previous a.updates:focus {
  color: #b8005c;
  border: 1px solid #ff1f8f;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.pagination .older a.stories:hover, .pagination .older a.stories:focus,
.pagination .previous a.stories:hover,
.pagination .previous a.stories:focus {
  color: #52911f;
  border: 1px solid #83d640;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.pagination .newer a,
.pagination .next a {
  display: block;
  position: relative;
  padding: 0.5rem 2rem 0.5rem 1rem;
  background-color: #007C9D;
  color: #ffffff;
  border: 1px solid #007C9D;
  border-radius: 5px;
}
.pagination .newer a i,
.pagination .next a i {
  position: absolute;
  right: 16px;
  top: 12px;
}
.pagination .newer a:hover, .pagination .newer a:focus,
.pagination .next a:hover,
.pagination .next a:focus {
  background-color: #ffffff;
  color: #007C9D;
  text-decoration: none;
}
.pagination .newer a.events:hover, .pagination .newer a.events:focus,
.pagination .next a.events:hover,
.pagination .next a.events:focus {
  color: #76591e;
  border: 1px solid #d5ab58;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.pagination .newer a.updates:hover, .pagination .newer a.updates:focus,
.pagination .next a.updates:hover,
.pagination .next a.updates:focus {
  color: #b8005c;
  border: 1px solid #ff1f8f;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.pagination .newer a.stories:hover, .pagination .newer a.stories:focus,
.pagination .next a.stories:hover,
.pagination .next a.stories:focus {
  color: #52911f;
  border: 1px solid #83d640;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.pagination .disabled a {
  opacity: 0.4;
  cursor: default;
}
.pagination .disabled a:hover, .pagination .disabled a:focus {
  background-color: #007C9D;
  color: #ffffff;
}

.share-buttons {
  padding: 16px 0px 4px; /* ie8 */
  padding: 1rem 0rem 0.25rem;
  border-top: 1px dotted #cccccc;
  border-bottom: 1px dotted #cccccc;
  margin: 32px 0 0; /* ie8 */
  margin: 2rem 0 0;
}
.share-buttons h4 {
  color: #555555;
  font-size: 12px; /* ie8 */
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 0 0 8px; /* ie8 */
  margin: 0 0 0.5rem;
}

.empty-error {
  clear: both;
  background-color: #ffffcc;
  padding: 16px; /* ie8 */
  padding: 1rem;
  border: 2px solid yellow;
}

@media only screen and (min-width: 42.6111111111em) and (max-width: 72.5em) {
  .nav-wrapper {
    background: #a32e35; /* Old browsers */
    background: -moz-linear-gradient(top, #c63c67 0%, #c83c44 25%, #cb3b1e 50%, #d04b12 74%, #d96b19 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c63c67), color-stop(25%, #c83c44), color-stop(50%, #cb3b1e), color-stop(74%, #d04b12), color-stop(100%, #d96b19)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c63c67 0%, #c83c44 25%, #cb3b1e 50%, #d04b12 74%, #d96b19 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c63c67 0%, #c83c44 25%, #cb3b1e 50%, #d04b12 74%, #d96b19 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c63c67 0%, #c83c44 25%, #cb3b1e 50%, #d04b12 74%, #d96b19 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c63c67 0%, #c83c44 25%, #cb3b1e 50%, #d04b12 74%, #d96b19 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFC63C67", endColorstr="#FFD96B19",GradientType=0 ); /* IE6-9 */
  }
}
@media only screen and (max-width: 42.6111111111em) {
  body {
    background-image: none;
  }
  .mobile {
    display: block;
  }
  .mobile-utility-bar .menu-button {
    clear: left;
    float: left;
    width: 100%;
  }
  .mobile-utility-bar .menu-button .button {
    margin: 10px 10px 10px 0;
  }
  .mobile-search-button {
    float: right;
    width: 15%;
  }
  .mobile-search-button .button {
    margin: 10px;
  }
  .left-hand-side {
    display: none;
  }
  .right-hand-side {
    margin-right: 0;
    margin-left: auto;
  }
  .nav-wrapper {
    height: 0;
    overflow: visible;
  }
  .main-page-content {
    padding: 24px 0; /* ie8 */
    padding: 1.5rem 0;
  }
  .main-page-content .page-meta,
  .main-page-content .page-meta-left,
  .main-page-content .page-meta-right,
  .main-page-content .intro-right,
  .main-page-content .featured-image-left,
  .main-page-content .featured-image-right,
  .main-page-content .publication-right {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 0 !important;
  }
  .main-page-content .featured-image-left,
  .main-page-content .featured-image-right {
    display: block;
    float: none;
    width: auto;
    text-align: center;
    padding: 0;
    margin: 0 0 32px; /* ie8 */
    margin: 0 0 2rem;
  }
  .main-page-content .publication-right {
    width: 92%;
    padding: 4%;
  }
  .main-page-content .translation-page {
    padding: 8px 0 0; /* ie8 */
    padding: 0.5rem 0 0;
    border-top: 1px dotted #cccccc;
    margin-bottom: 32px; /* ie8 */
    margin-bottom: 2rem;
  }
}
/* SUMMARY CLASSES
 * Google doc explaining this: https://docs.google.com/document/d/1bK0_h2svqyMaJnG6YU3XCZDYFZZ5dQmqcC-Stmnl7SE/edit#
 */
ul.summary-list {
  clear: left;
  list-style: none;
  padding: 0;
  border-top: 1px solid #cccccc;
  margin: 0;
}
ul.summary-list > li {
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  margin: 0;
}
ul.summary-list.no-border {
  border-top: none;
}
ul.summary-list.no-border > li {
  border-bottom: none;
}

ul.summary-list .extra-info,
.extra-info {
  padding: 0;
  margin: 0;
}
ul.summary-list .extra-info li,
.extra-info li {
  position: relative;
  display: inline-block;
  font-size: 12px; /* ie8 */
  font-size: 0.75rem;
  padding: 0 0 0 16px; /* ie8 */
  padding: 0 0 0 1rem;
  border: none;
  margin: 0;
}
ul.summary-list .extra-info li:after,
.extra-info li:after {
  position: absolute;
  left: 4px; /* ie8 */
  left: 0.25rem;
  content: "|";
  top: 0;
}
ul.summary-list .extra-info li:first-child,
.extra-info li:first-child {
  padding: 0;
}
ul.summary-list .extra-info li:first-child:after,
.extra-info li:first-child:after {
  content: "";
}

.summary {
  padding-top: 16px; /* ie8 */
  padding-top: 1rem;
  padding-bottom: 0;
  margin: 0 0 16px; /* ie8 */
  margin: 0 0 1rem;
}
.summary.large .copy {
  font-size: 20px; /* ie8 */
  font-size: 1.25rem;
}
.summary.large h3 {
  font-size: 36px; /* ie8 */
  font-size: 2.25rem;
  line-height: 1.5;
}
.summary.no-border .extra-info li {
  border-bottom: none;
}
.summary.with-border {
  border: 2px solid #ffffff;
  padding: 16px; /* ie8 */
  padding: 1rem;
}
.summary.with-border .extra-info {
  margin: 0 -16px -16px; /* ie8 */
  margin: 0 -1rem -1rem;
  padding: 8px 16px; /* ie8 */
  padding: 0.5rem 1rem;
}
.summary.with-border.news {
  border-color: #83d640;
}
.summary.with-border.news .extra-info {
  background-color: #F0FAE8;
}
.summary.with-border.news.secondary {
  border-color: #cccccc;
}
.summary.with-border.news.secondary p.category {
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 0;
}
.summary.with-border.news.secondary h3 {
  color: #333333;
}
.summary.with-border.news.secondary .extra-info {
  background-color: #ededed;
}
.summary.with-border.news.secondary.past {
  border-color: #990F3A;
}
.summary.with-border.news.secondary.past p.category {
  color: #990F3A;
}
.summary.with-border.news.secondary.past h3 {
  color: #333333;
}
.summary.with-border.news.secondary.past .extra-info {
  background-color: #ededed;
}
.summary.with-border.event {
  border-color: #0bdbc9;
}
.summary.with-border.event .extra-info {
  background-color: #d5e5e0;
}
.summary.with-border.event.external {
  border-color: #9EE8E1;
}
.summary.with-border.event.external .extra-info {
  background-color: #EDFCFB;
}
.summary.with-border.event.past {
  border-color: #cccccc;
}
.summary.with-border.event.past h3 {
  color: #333333;
}
.summary.with-border.event.past .extra-info {
  background-color: #ededed;
}
.summary.with-border.update {
  border-color: #ff1f8f;
}
.summary.with-border.update .extra-info {
  background-color: #FFEBF5;
}
.summary.with-border.update .description {
  margin-bottom: 0;
}
.summary.with-border.unpublished {
  border-color: #cccccc;
}
.summary.with-border.unpublished .extra-info {
  background-color: #79A342;
}
.summary.with-border.issue {
  border-color: blue;
}
.summary.with-border.issue .extra-info {
  background-color: #00cab8;
}
.summary.with-border.publication {
  border-color: #f04f1d;
}
.summary.with-border.publication .extra-info {
  background-color: #ffa07a;
}
.summary .copy {
  float: none;
  width: 100%;
}
.summary h3 {
  font-size: 24px; /* ie8 */
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 8px; /* ie8 */
  margin: 0 0 0.5rem;
}
.summary h3 a .title-url {
  font-size: 0.75rem;
}
.summary .heading-and-thumbnail {
  float: left;
  width: 100%;
}
.summary .heading-and-thumbnail h3 {
  float: left;
  max-width: 70%;
}
.summary .heading-and-thumbnail .thumbn {
  display: block;
  overflow: hidden;
  float: right;
  max-width: 25%;
  padding: 0;
}
.summary .heading-and-thumbnail .thumbn img {
  width: 100%;
  height: auto;
}
.summary.no-description .meta {
  border-bottom: none;
  margin: 0;
}
.summary .description {
  margin: 0 0 24px; /* ie8 */
  margin: 0 0 1.5rem;
}
.summary.with-thumbnail .copy {
  float: left;
  width: 65%;
}
.summary.with-thumbnail .thumbn {
  display: block;
  float: right;
  max-width: 25%;
  overflow: hidden;
  padding: 0;
  margin: 0 0 16px 16px; /* ie8 */
  margin: 0 0 1rem 1rem;
}
.summary.with-thumbnail .thumbn img {
  width: 100%;
}
.summary.with-thumbnail.left .copy {
  float: right;
}
.summary.with-thumbnail.left .thumbn {
  float: left;
  margin: 0 16px 16px 0; /* ie8 */
  margin: 0 1rem 1rem 0;
}
.summary.with-thumbnail.left .thumbn img {
  width: auto;
}
.summary.with-thumbnail.big .copy {
  width: 55%;
}
.summary.with-thumbnail.big .thumbn {
  max-width: 35%;
}
.summary.with-thumbnail.big .thumbn img {
  width: auto;
}
.summary.with-thumbnail.small .copy {
  width: 75%;
}
.summary.with-thumbnail.small .thumbn {
  max-width: 15%;
}
.summary.with-thumbnail.small .thumbn img {
  width: auto;
}
.summary.landing {
  text-align: center;
  background: #b5fbff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYjVmYmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FlZTNmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg, #b5fbff 0%, #aee3f8 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #b5fbff), color-stop(100%, #aee3f8));
  background: -webkit-linear-gradient(-45deg, #b5fbff 0%, #aee3f8 100%);
  background: -o-linear-gradient(-45deg, #b5fbff 0%, #aee3f8 100%);
  background: -ms-linear-gradient(-45deg, #b5fbff 0%, #aee3f8 100%);
  background: linear-gradient(135deg, #b5fbff 0%, #aee3f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFB5FBFF", endColorstr="#FFAEE3F8",GradientType=1 );
  padding: 32px 16px 24px; /* ie8 */
  padding: 2rem 1rem 1.5rem;
  margin-bottom: 16px; /* ie8 */
  margin-bottom: 1rem;
  -webkit-box-shadow: inset 0 0 0 2px #87F9FF;
  -ms-box-shadow: inset 0 0 0 2px #87F9FF;
  -moz-box-shadow: inset 0 0 0 2px #87F9FF;
  -o-box-shadow: inset 0 0 0 2px #87F9FF;
  box-shadow: inset 0 0 0 2px #87F9FF;
}
.summary.landing h3 {
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.summary.landing h3 a {
  color: black;
  border-bottom: 1px dotted black;
}
.summary.landing .description p {
  font-family: "PMN Caecilia W02", serif;
  font-weight: 400;
  color: black;
}
.summary.landing.two {
  width: 50%;
  border-right: 8px solid white;
}
.summary.landing.two.omega {
  width: 50%;
  border-right: none;
  border-left: 8px solid white;
}

.meta {
  clear: left;
  overflow: hidden;
  padding: 0;
  border-bottom: 2px dotted #cccccc;
  margin: 0 0 8px; /* ie8 */
  margin: 0 0 0.5rem;
}
.meta li {
  position: relative;
  display: block;
  line-height: 1.2;
  padding: 0 0 8px; /* ie8 */
  padding: 0 0 0.5rem;
  border: none;
  padding-left: 24px; /* ie8 */
  padding-left: 1.5rem;
  margin: 0;
}
.meta li i.icon {
  margin-right: 12px; /* ie8 */
  margin-right: 0.75rem;
  margin-left: -24px; /* ie8 */
  margin-left: -1.5rem;
}
.no-js .meta li {
  padding-left: 0;
}

@media only screen and (max-width: 730px) {
  .summary .heading-and-thumbnail {
    float: left;
    width: 100%;
  }
  .summary .heading-and-thumbnail h3 {
    float: left;
    max-width: 80%;
  }
  .summary .heading-and-thumbnail .thumbn {
    float: right;
    max-width: 15%;
    padding: 0;
  }
  .summary .heading-and-thumbnail .thumbn img {
    width: auto;
  }
}
@media only screen and (max-width: 600px) {
  .summary.landing.two {
    width: 100%;
    border-right: none;
  }
  .summary.landing.two.omega {
    display: block;
    width: 100%;
    border-left: none;
    border-right: none;
  }
  .summary .heading-and-thumbnail {
    float: left;
    width: 100%;
  }
  .summary .heading-and-thumbnail h3 {
    float: left;
    max-width: 70%;
  }
  .summary .heading-and-thumbnail .thumbn {
    float: right;
    max-width: 25%;
    padding: 0;
  }
  .summary .heading-and-thumbnail .thumbn img {
    width: auto;
  }
}
a:focus,
input:focus,
button:focus,
label:focus,
textarea:focus,
select:focus {
  outline: 1px dotted #3b99fc;
  outline: 5px auto -webkit-focus-ring-color;
}
a.nofocusring:focus,
input.nofocusring:focus,
button.nofocusring:focus,
label.nofocusring:focus,
textarea.nofocusring:focus,
select.nofocusring:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: #007C9D;
  font-weight: 600;
}
a:hover, a:focus {
  color: #007C9D;
  text-decoration: underline;
}
a.active {
  font-weight: 600;
  color: #333333;
}
a.active:hover, a.active:focus {
  text-decoration: none;
}

.translate-link {
  font-size: 18px;
  font-weight: 600;
  border: 0;
  padding: 0;
  background: transparent;
  color: #007C9D;
}
.translate-link:hover, .translate-link:focus {
  background: transparent;
  border: 0;
  color: #007C9D;
  text-decoration: underline;
}
.translate-link::before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 24px;
  height: 24px;
  background: url("/Themes/tpk-www/images/refresh.svg") no-repeat;
  background-size: 24px;
  margin-right: 10px;
}

.skip-to {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.skip-to:focus {
  position: relative;
  top: auto;
  left: auto;
}

.main-page-content a[target=_blank]:not(.link-external):after,
.events-content a[target=_blank]:not(.link-external):after,
.events-content-full-width a[target=_blank]:not(.link-external):after,
.page-bottom a[target=_blank]:not(.link-external):after {
  display: inline-block;
  font-family: "tpk-icons";
  font-size: 0.7em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  speak: none;
  content: "\e900";
  margin: 0 0 0 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main-page-content h2 a {
  border-bottom: none;
}
.main-page-content h2 a:hover, .main-page-content h2 a:focus {
  border-bottom: none;
}

.addthis_toolbox a {
  border-bottom: none;
}
.addthis_toolbox a:hover, .addthis_toolbox a:focus {
  background-color: transparent;
  color: #00645B;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-bottom: none;
}

.link-external i {
  font-size: 11.2px; /* ie8 */
  font-size: 0.7rem;
  padding: 0 2.4px; /* ie8 */
  padding: 0 0.15rem;
}

.read-more,
.faux-button {
  display: inline-block;
}
.read-more a,
.faux-button a {
  display: inline-block;
  padding: 8px 16px; /* ie8 */
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  color: #007C9D;
  /*      background-color: $darker-grey2;
        color: $white;*/
  font-size: 14px; /* ie8 */
  font-size: 0.875rem;
  /*border: 1px solid transparent;*/
  border: 1px solid #007C9D;
  border-radius: 5px;
  font-weight: 700;
}
.read-more a:hover, .read-more a:focus,
.faux-button a:hover,
.faux-button a:focus {
  /*        background-color: $white;
          color: $darker-grey2;
          border: 1px solid $darker-grey2;
          @include vendor-prefix(box-shadow, none);*/
  background-color: #007C9D;
  border: 1px solid #007C9D;
  color: #ffffff;
  text-decoration: none;
}
.read-more.secondary a,
.faux-button.secondary a {
  background-color: transparent;
  color: #000000;
  border: 1px solid #000000;
}
.read-more.secondary a:hover, .read-more.secondary a:focus,
.faux-button.secondary a:hover,
.faux-button.secondary a:focus {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
}
.read-more.tertiary a,
.faux-button.tertiary a {
  background-color: #ffffff;
  color: #77988e;
  border: 1px solid #77988e;
}
.read-more.tertiary a:hover, .read-more.tertiary a:focus,
.faux-button.tertiary a:hover,
.faux-button.tertiary a:focus {
  color: #ffffff;
  background-color: #77988e;
  border: 1px solid #ffffff;
}
.read-more.quaternary a,
.faux-button.quaternary a {
  background-color: #77988e;
  color: #ffffff;
  border: 1px solid transparent;
}
.read-more.quaternary a:hover, .read-more.quaternary a:focus,
.faux-button.quaternary a:hover,
.faux-button.quaternary a:focus {
  background-color: #ffffff;
  color: #77988e;
  border: 1px solid #77988e;
}
.read-more.quinary a,
.faux-button.quinary a {
  background-color: transparent;
  color: #000000;
  font-size: 0.875em;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #000000;
  padding: 5px 12px; /* ie8 */
  padding: 0.3125rem 0.75rem;
}
.read-more.quinary a:hover, .read-more.quinary a:focus,
.faux-button.quinary a:hover,
.faux-button.quinary a:focus {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
}
.read-more.senary a,
.faux-button.senary a {
  background-color: #ffffff;
  color: #2c2937;
  font-weight: normal;
  border-radius: 5px;
  border: 1px solid #2c2937;
  padding: 1px 16px; /* ie8 */
  padding: 0.0625rem 1rem;
  margin: 0 12px 12px 0; /* ie8 */
  margin: 0 0.75rem 0.75rem 0;
}
.read-more.senary a:hover, .read-more.senary a:focus,
.faux-button.senary a:hover,
.faux-button.senary a:focus {
  background-color: #77988e;
  color: #ffffff;
  border-color: #77988e;
}
.read-more.success a,
.faux-button.success a {
  background-color: #0bdbc9;
  border: none;
  color: #000000;
}
.read-more.success a:hover, .read-more.success a:focus,
.faux-button.success a:hover,
.faux-button.success a:focus {
  color: #000000;
  background-color: #7BE3D2;
}
.read-more.previous a, .read-more.next a,
.faux-button.previous a,
.faux-button.next a {
  background-color: #ffffff;
  border: 1px solid #79A342;
  color: #00645B;
}
.read-more.previous a:hover, .read-more.previous a:focus, .read-more.next a:hover, .read-more.next a:focus,
.faux-button.previous a:hover,
.faux-button.previous a:focus,
.faux-button.next a:hover,
.faux-button.next a:focus {
  background-color: #ffffff;
  border: 1px solid #00fde6;
  color: #009789;
}
.read-more.disabled,
.faux-button.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* ie8 */
  opacity: 0.5;
}
.read-more.disabled a,
.faux-button.disabled a {
  background-color: #cccccc;
  color: #555555;
  cursor: default;
}
.read-more.disabled a:hover, .read-more.disabled a:focus,
.faux-button.disabled a:hover,
.faux-button.disabled a:focus {
  background-color: #cccccc;
  color: #555555;
  border: none;
}
.read-more.white a,
.faux-button.white a {
  background-color: #ffffff;
  border: 1px solid #31ffec;
}
.read-more.white a:hover, .read-more.white a:focus,
.faux-button.white a:hover,
.faux-button.white a:focus {
  background-color: rgba(255, 255, 255, 0.75);
  color: #555555;
}
.read-more.white a:active,
.faux-button.white a:active {
  background-color: rgba(255, 255, 255, 0.75);
  color: #555555;
}
.read-more.bold a,
.faux-button.bold a {
  font-weight: 600;
}

.one-click.over .faux-button a {
  background-color: #007C9D;
  border: 1px solid #007C9D;
  color: #ffffff;
  text-decoration: none;
}
.one-click.over .faux-button.secondary a {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
}
.one-click.over .faux-button.tertiary a {
  color: #ffffff;
  background-color: #77988e;
  border: 1px solid #ffffff;
}
.one-click.over .faux-button.quaternary a {
  background-color: #ffffff;
  color: #77988e;
  border: 1px solid #77988e;
}

.jumplinks {
  clear: both;
  overflow: hidden;
  padding: 16px 16px 8px; /* ie8 */
  padding: 1rem 1rem 0.5rem;
  border-bottom: 1px dotted #cccccc;
  border-top: 1px dotted #cccccc;
  margin: 16px 0 24px; /* ie8 */
  margin: 1rem 0 1.5rem;
}
.jumplinks h4 {
  font-size: 12px; /* ie8 */
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 0 -16px 8px; /* ie8 */
  margin: 0 -1rem 0.5rem;
  color: #555555;
}
.jumplinks li {
  float: left;
  display: inline-block;
}
.jumplinks li i {
  vertical-align: text-bottom !important;
}
.jumplinks li a {
  display: inline-block;
  position: relative;
  color: #c94870;
  font-family: "PMN Caecilia W02", serif;
  font-size: 16px; /* ie8 */
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 1px dotted transparent;
  margin: 0 16px 0 8px; /* ie8 */
  margin: 0 1rem 0 0.5rem;
}
.jumplinks li a:hover, .jumplinks li a:focus {
  color: #000000;
  border-bottom: 1px dotted #000000;
}
.jumplinks li a:hover:before, .jumplinks li a:focus:before {
  color: #000000;
}

.link-list {
  margin: 16px 0 16px 0; /* ie8 */
  margin: 1rem 0 1rem 0;
}
.link-list li {
  list-style: none;
}

.link {
  list-style: none;
}
.link i {
  margin-right: 8px; /* ie8 */
  margin-right: 0.5rem;
}
.link a {
  position: relative;
  font-weight: 400;
}
.link a .meta {
  color: #7b7b7b;
  font-size: 12px; /* ie8 */
  font-size: 0.75rem;
  font-weight: 400;
  border: none;
  margin-left: 8px; /* ie8 */
  margin-left: 0.5rem;
}

p.back-to-top {
  clear: both;
  font-size: 12px; /* ie8 */
  font-size: 0.75rem;
  font-weight: 200;
  text-align: right;
  padding: 16px 0; /* ie8 */
  padding: 1rem 0;
  margin: 0 0 16px; /* ie8 */
  margin: 0 0 1rem;
}
.location-blocks-wrapper p.back-to-top, .about-us-content-full-width p.back-to-top, .events-promos-wrapper p.back-to-top, .highlight-list p.back-to-top, .promos-wrapper p.back-to-top {
  padding-right: 2%;
}
p.back-to-top:not(.show-on-small-screen) + h2 {
  margin-top: -12px; /* ie8 */
  margin-top: -0.75rem;
}
p.back-to-top a {
  color: #007C9D;
  width: auto;
  padding: 0;
  border: none;
}
p.back-to-top a i.icon {
  width: 24px; /* ie8 */
  width: 1.5rem;
  height: 24px; /* ie8 */
  height: 1.5rem;
  background-color: #c63c67;
  color: #ffffff;
  font-size: 16px; /* ie8 */
  font-size: 1rem;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  padding: 0;
  border-radius: 50%;
  margin: 0;
}
p.back-to-top a:hover, p.back-to-top a:focus {
  background-color: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /* ie8 */
  opacity: 0.75;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
}
p.back-to-top a:hover,
p.back-to-top a:active {
  background-color: #ffffff;
}
p.back-to-top a:hover i,
p.back-to-top a:active i {
  background-color: #dd8ba5;
}

@media only screen and (max-width: 1024px) {
  .location-blocks-wrapper p.back-to-top,
  .events-promos-wrapper p.back-to-top,
  .promos-wrapper p.back-to-top,
  .highlight-list p.back-to-top {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .location-blocks-wrapper p.back-to-top,
  .events-promos-wrapper p.back-to-top,
  .promos-wrapper p.back-to-top,
  .highlight-list p.back-to-top {
    padding-right: 2%;
  }
}
@media only screen and (max-width: 700px) {
  .location-blocks-wrapper p.back-to-top,
  .events-promos-wrapper p.back-to-top,
  .promos-wrapper p.back-to-top,
  .highlight-list p.back-to-top {
    padding-right: 0;
  }
}
/* --- EASYDROPDOWN DEFAULT THEME --- */
/* PREFIXED CSS */
.dropdown-easy,
.dropdown-easy div,
.dropdown-easy li,
.dropdown-easy span {
  -webkit-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.dropdown-easy .selected::after,
.dropdown-easy.scrollable div::after {
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  -moz-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
}

/* WRAPPER */
.dropdown-easy {
  position: relative;
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 8px; /* ie8 */
  margin-bottom: 0.5rem;
}

.dropdown-easy.open {
  z-index: 2;
}

.dropdown-easy:hover,
.dropdown-easy.focus {
  outline: 5px auto -webkit-focus-ring-color;
}

/* CARAT */
.dropdown-easy .carat {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
  border: 6px solid transparent;
  border-top: 8px solid #000000;
}

.dropdown-easy.open .carat {
  top: 35%;
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  -moz-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
}

.dropdown-easy.disabled .carat {
  border-top-color: #999999;
}

/* OLD SELECT (HIDDEN) */
.dropdown-easy .old {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.dropdown-easy select {
  position: absolute;
  left: 0px;
  top: 0px;
}

.dropdown-easy.touch .old {
  width: 100%;
  height: 100%;
}

.dropdown-easy.touch select {
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* SELECTED FEEDBACK ITEM */
.dropdown-easy .selected,
.dropdown-easy li {
  display: block;
  color: #333333;
  font-size: 1.125rem;
  padding: 9px 16px; /* ie8 */
  padding: 0.5625rem 1rem;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
}

.dropdown-easy.disabled .selected {
  color: #999999;
}

/*.dropdown-easy .selected::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;

	border-radius: 0 2px 2px 0;
	box-shadow: inset -55px 0 25px -20px $white;
}*/
/* DROP DOWN WRAPPER */
.dropdown-easy div {
  position: absolute;
  height: 0;
  left: -1px;
  right: -1px;
  top: 100%;
  margin-top: -1px;
  background: #ffffff;
  border: 1px solid #024455;
  border-radius: 5px;
  overflow: hidden;
  opacity: 0;
}

/* Height is adjusted by JS on open */
.dropdown-easy.open div {
  opacity: 1;
  z-index: 2;
  border: 1px solid #cccccc;
}

/* FADE OVERLAY FOR SCROLLING LISTS */
.dropdown-easy.scrollable div::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  -webkit-box-shadow: inset 0 -50px 30px -35px #ffffff;
  -ms-box-shadow: inset 0 -50px 30px -35px #ffffff;
  -moz-box-shadow: inset 0 -50px 30px -35px #ffffff;
  -o-box-shadow: inset 0 -50px 30px -35px #ffffff;
  box-shadow: inset 0 -50px 30px -35px #ffffff;
}

.dropdown-easy.scrollable.bottom div::after {
  opacity: 0;
}

/* DROP DOWN LIST */
.dropdown-easy ul {
  position: relative;
  height: 100%;
  width: auto;
  left: 0;
  top: 0;
  list-style: none;
  overflow: visible;
  margin: 0;
}

.dropdown-easy.scrollable.open ul {
  overflow-y: auto;
}

/* DROP DOWN LIST ITEMS */
.dropdown-easy li {
  list-style: none;
  margin-bottom: 0 !important;
}

/* .focus class is also added on hover */
.dropdown-easy li.focus {
  background: #007C9D;
  position: relative;
  z-index: 3;
  color: #ffffff;
}

.dropdown-easy li.active {
  font-weight: bold;
}

.tt-dropdown-menu,
.gist {
  text-align: left;
}

.table-of-contents li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.typeahead {
  background-color: #ffffff;
}

.twitter-typeahead {
  display: block !important;
}

.typeahead:hover,
.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-hint {
  color: #999999;
}

.tt-dropdown-menu {
  min-width: 220px;
  padding: 8px 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #555555;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px; /* ie8 */
  font-size: 1rem;
  font-weight: 200;
  line-height: 1;
  text-transform: none;
  padding: 8px 12px; /* ie8 */
  padding: 0.5rem 0.75rem;
  -webkit-border-radius: 10px 0 10px 10px;
  -ms-border-radius: 10px 0 10px 10px;
  -moz-border-radius: 10px 0 10px 10px;
  -o-border-radius: 10px 0 10px 10px;
  border-radius: 10px 0 10px 10px;
  -webkit-box-shadow: 1px 1px 1px #cccccc;
  -ms-box-shadow: 1px 1px 1px #cccccc;
  -moz-box-shadow: 1px 1px 1px #cccccc;
  -o-box-shadow: 1px 1px 1px #cccccc;
  box-shadow: 1px 1px 1px #cccccc;
  margin-bottom: 16px; /* ie8 */
  margin-bottom: 1rem;
}

.add-tags .tt-dropdown-menu {
  left: 0 !important;
  right: auto !important;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin-top: 38px; /* ie8 */
  margin-top: 2.375rem;
}

.tt-suggestion {
  padding: 3px 20px;
}

.tt-suggestion.tt-cursor {
  color: #ffffff;
  background-color: #c83c44;
}

.tt-suggestion p {
  margin: 0;
}

/* example specific styles */
/* ----------------------- */
#custom-templates .empty-message {
  padding: 5px 10px;
  text-align: center;
}

#multiple-datasets .league-name {
  margin: 0 20px 5px 20px;
  padding: 3px 0;
  border-bottom: 1px solid #cccccc;
}

#scrollable-dropdown-menu .tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}

#rtl-support .tt-dropdown-menu {
  text-align: right;
}

code,
pre {
  font-family: monospace;
}

pre {
  overflow: auto;
}
pre mark {
  background: none;
  border-bottom: 1px solid;
  color: inherit;
}

.code-comment {
  color: #cccccc;
}

.line-numbers {
  font-family: monospace; /* [1] */
  list-style: decimal-leading-zero inside; /* [2] */
  white-space: nowrap; /* [3] */
  overflow: auto; /* [3] */
  margin-left: 0;
}
.line-numbers .line-numbers code {
  white-space: pre; /* [4] */
}

fieldset {
  padding: 8px 0 0; /* ie8 */
  padding: 0.5rem 0 0;
  position: relative;
  display: block;
  border: 0;
}

label,
legend,
.radiobuttons h3,
.checkboxes h3 {
  color: #555555;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px; /* ie8 */
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 600;
  margin: 0;
}
label.error,
legend.error,
.radiobuttons h3.error,
.checkboxes h3.error {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
}
label.error.block,
legend.error.block,
.radiobuttons h3.error.block,
.checkboxes h3.error.block {
  display: block;
}
label .field-required,
legend .field-required,
.radiobuttons h3 .field-required,
.checkboxes h3 .field-required {
  margin-left: 8px; /* ie8 */
  margin-left: 0.5rem;
  text-transform: uppercase;
  font-size: 12px; /* ie8 */
  font-size: 0.75rem;
  color: #555555;
}

.field {
  clear: both;
  position: relative;
  padding-left: 13px; /* ie8 */
  padding-left: 0.8125rem;
  padding-right: 13px; /* ie8 */
  padding-right: 0.8125rem;
  padding: 0;
  padding-bottom: 26px; /* ie8 */
  padding-bottom: 1.625rem;
}
.field .validation-error {
  display: none;
}

input[type=text], textarea,
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
input[type=date],
input[type=datetime],
input[type=month],
input[type=week],
input[type=datetime-local],
input[type=number],
input[type=color] {
  display: block;
  outline: 0;
  width: 100%;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  padding-left: 13px; /* ie8 */
  padding-left: 0.8125rem;
  padding-right: 13px; /* ie8 */
  padding-right: 0.8125rem;
  -webkit-appearance: none;
  padding: 5px 12px; /* ie8 */
  padding: 0.3125rem 0.75rem;
  margin-bottom: 0;
}

.input-group > .input-group-append > .b-dropdown > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.radiobuttons label {
  font-weight: normal;
}
.radiobuttons input[type=radio], .radiobuttons textarea[type=radio] {
  margin: 2px 16px 0 0; /* ie8 */
  margin: 0.125rem 1rem 0 0;
}

.checkboxes label {
  font-weight: normal;
}
.checkboxes input[type=checkbox], .checkboxes textarea[type=checkbox] {
  margin: 2px 16px 0 0; /* ie8 */
  margin: 0.125rem 1rem 0 0;
}

textarea {
  height: auto;
  min-height: 130px;
}

select {
  margin-bottom: 8px; /* ie8 */
  margin-bottom: 0.5rem;
}

.validation-summary-errors {
  color: red;
  background-color: #ffffcc;
}
.validation-summary-errors > ul {
  margin-bottom: 0;
}
.validation-summary-errors > ul > li:last-child {
  margin-bottom: 0;
}

.validation-summary-errors span {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
}

.field-validation-error {
  color: red;
  font-size: 0.8rem;
}

.invalid label {
  color: #ff0000;
}
.invalid label .field-required {
  color: #ff0000;
}
.invalid input[type=text],
.invalid input[type=email],
.invalid input[type=tel],
.invalid input[type=url],
.invalid input[type=password],
.invalid input[type=search],
.invalid input[type=date],
.invalid input[type=datetime],
.invalid input[type=month],
.invalid input[type=week],
.invalid input[type=datetime-local],
.invalid input[type=number],
.invalid input[type=color],
.invalid textarea {
  background-color: #ffffcc;
  border: 1px solid #ff0000;
  color: #ff0000;
}
.invalid .validation-error {
  display: block;
  color: #ff0000;
  padding: 0;
  margin: 4px 0 0; /* ie8 */
  margin: 0.25rem 0 0;
}
.invalid .validation-error i {
  margin-right: 8px; /* ie8 */
  margin-right: 0.5rem;
}

/* selcts are styled using easydropdown plugin jquery.easydropdown.min.js and _easydopdown.scss */
.mce-tinymce {
  border: 1px solid #ced4da !important;
  box-shadow: none !important;
  border-radius: 0.25rem !important;
}

.mce-statusbar {
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

body.mce-content-body::before {
  background: none !important;
}

body.mce-content-body::after {
  background: none !important;
}

/* bree-serif-regular - latin-ext_latin */
@font-face {
  font-family: "Bree Serif";
  font-style: normal;
  font-weight: 400;
  src: url("/Themes/tpk-www/fonts/bree-serif/bree-serif-v10-latin-ext_latin-regular.eot"); /* IE9 Compat Modes */
  src: url("/Themes/tpk-www/fonts/bree-serif/bree-serif-v10-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("/Themes/tpk-www/fonts/bree-serif/bree-serif-v10-latin-ext_latin-regular.woff2") format("woff2"), url("/Themes/tpk-www/fonts/bree-serif/bree-serif-v10-latin-ext_latin-regular.woff") format("woff"), url("/Themes/tpk-www/fonts/bree-serif/bree-serif-v10-latin-ext_latin-regular.ttf") format("truetype"), url("/Themes/tpk-www/fonts/bree-serif/bree-serif-v10-latin-ext_latin-regular.svg#BreeSerif") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("/Themes/tpk-www/fonts/fontawesome/fa-solid-900.woff");
  src: url("/Themes/tpk-www/fonts/fontawesome/fa-solid-900.woff2"), url("/Themes/tpk-www/fonts/fontawesome/fa-solid-900.eot"), url("/Themes/tpk-www/fonts/fontawesome/fa-solid-900.ttf"), url("/Themes/tpk-www/fonts/fontawesome/fa-solid-900.svg");
}
/* Fonts downloaded from "fonts.com" as "www.tpk.govt.nz-30052022.zip" */
@font-face {
  font-family: "PMN Caecilia W02";
  src: url("/Themes/tpk-www/fonts/fast/f509aaea-fba4-436b-9bc3-6a7722bbdde6.woff2") format("woff2"), url("/Themes/tpk-www/fonts/fast/ff5bad32-915d-4838-9487-dadf6ca5af62.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PMN Caecilia W02";
  src: url("/Themes/tpk-www/fonts/fast/4545d25e-1268-4818-b3c9-3308191746d5.woff2") format("woff2"), url("/Themes/tpk-www/fonts/fast/0e48ff79-51c7-452d-8d3b-8a3bf95db92b.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "PMN Caecilia W02";
  src: url("/Themes/tpk-www/fonts/fast/c84ca320-04a2-470d-9dff-0c7e9994140d.woff2") format("woff2"), url("/Themes/tpk-www/fonts/fast/b75f619f-6985-455f-a653-31ddb61de0f5.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "PMN Caecilia W02";
  src: url("/Themes/tpk-www/fonts/fast/a1d9d97a-31ed-4765-ac34-5f21c1789208.woff2") format("woff2"), url("/Themes/tpk-www/fonts/fast/f61f081a-9080-4e4f-82a0-79d8f0c6d113.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "PMN Caecilia W02";
  src: url("/Themes/tpk-www/fonts/fast/e26f5b03-68bf-4c10-b4f9-7f09e971704f.woff2") format("woff2"), url("/Themes/tpk-www/fonts/fast/65329932-f4b0-4158-a7f9-e77d3a0b7a34.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "PMN Caecilia W02";
  src: url("/Themes/tpk-www/fonts/fast/40168160-0ae6-48b3-b588-d34423c76929.woff2") format("woff2"), url("/Themes/tpk-www/fonts/fast/a06940f5-1e7c-418f-a42b-0e8b21dc6692.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova W02";
  src: url("/Themes/tpk-www/fonts/fast/7e36b526-9c4e-4d9e-b125-882b559cb226.woff2") format("woff2"), url("/Themes/tpk-www/fonts/fast/978c0880-c171-4791-b0cd-64854b401b0f.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova W02";
  src: url("/Themes/tpk-www/fonts/fast/dd94440e-fa4b-48d8-82fa-6a11a27d8490.woff2") format("woff2"), url("/Themes/tpk-www/fonts/fast/9ccc8ef7-6c66-4b79-b763-3d4fcf9ea068.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova W02";
  src: url("/Themes/tpk-www/fonts/fast/a760fb44-1904-48f0-89d8-343c0c93b9a6.woff2") format("woff2"), url("/Themes/tpk-www/fonts/fast/2c6220c7-37a6-4ee2-8c2d-93ccc78ac136.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova W02";
  src: url("/Themes/tpk-www/fonts/fast/899d5245-f55f-4eb7-a855-8cc930f6b791.woff2") format("woff2"), url("/Themes/tpk-www/fonts/fast/5b973c3a-eff9-4d86-897b-7b56de8be16f.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova W02";
  src: url("/Themes/tpk-www/fonts/fast/2f984d7d-ee4e-4936-8288-fe7f8637788f.woff2") format("woff2"), url("/Themes/tpk-www/fonts/fast/74df122e-b294-4b16-a1fd-308654b1c664.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova W02";
  src: url("/Themes/tpk-www/fonts/fast/bd5d3098-6dfd-49d7-9805-257c1f9c6a45.woff2") format("woff2"), url("/Themes/tpk-www/fonts/fast/e4322432-dab6-4aa4-9547-41939c3d234d.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova W02";
  src: url("/Themes/tpk-www/fonts/fast/ef5b26a4-7dc7-4234-9b93-0c9c0fadd85d.woff2") format("woff2"), url("/Themes/tpk-www/fonts/fast/11063ead-72ce-471f-9c94-697b0a2acedb.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova W02";
  src: url("/Themes/tpk-www/fonts/fast/91008af8-151b-4838-8603-fda6eddd311e.woff2") format("woff2"), url("/Themes/tpk-www/fonts/fast/6d58f459-8846-4b16-9d36-0e12d741d9d4.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova W02";
  src: url("/Themes/tpk-www/fonts/fast/301b29be-a6b5-467a-ba10-926b40436a87.woff2") format("woff2"), url("/Themes/tpk-www/fonts/fast/a01242ac-07ee-44eb-97b4-3f6df729e51a.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova W02";
  src: url("/Themes/tpk-www/fonts/fast/00ea6706-1a91-4e35-89ab-09586bd7db6a.woff2") format("woff2"), url("/Themes/tpk-www/fonts/fast/07f59b16-3e2b-4306-80fd-389d65cd2e3b.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova W02";
  src: url("/Themes/tpk-www/fonts/fast/fc89076c-e531-4a6c-a0a0-cb26387f4260.woff2") format("woff2"), url("/Themes/tpk-www/fonts/fast/0333c78e-0245-4dd1-91f0-95e76486e4fe.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova W02";
  src: url("/Themes/tpk-www/fonts/fast/97772f79-e0e7-41dd-887c-594fd30e3c9f.woff2") format("woff2"), url("/Themes/tpk-www/fonts/fast/af4105e4-a9a5-456f-935a-a97cdf59fca0.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}
.button {
  display: inline-block;
  padding: 8px 16px;
  background-color: #ffffff;
  color: #007C9D;
  font-size: 14px; /* ie8 */
  font-size: 0.875rem;
  border: 1px solid #007C9D;
  border-radius: 5px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}
.button:hover, .button:focus {
  background-color: #007C9D;
  border: 1px solid #007C9D;
  color: #ffffff;
  text-decoration: none;
}
.button.small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  padding: 4.3333333333px 8.6666666667px; /* ie8 */
  padding: 0.2708333333rem 0.5416666667rem;
}
.button.large {
  font-size: 30.006px;
  font-size: 1.875375rem;
  line-height: 1.732986736;
  padding: 13px 26px; /* ie8 */
  padding: 0.8125rem 1.625rem;
}
.button.disabled {
  background: #cccccc;
  cursor: default;
}
.button.blue {
  background: #00645B;
}
.button.blue:hover, .button.blue:focus {
  background: #ff0000;
}
.button.secondary {
  background-color: transparent;
  color: #000000;
  border: 1px solid #000000;
}
.button.secondary:hover, .button.secondary:focus {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
}
.button.tertiary {
  background-color: #ffffff;
  color: #77988e;
  border: 1px solid #77988e;
}
.button.tertiary:hover, .button.tertiary:focus {
  color: #ffffff;
  background-color: #77988e;
  border: 1px solid #ffffff;
}
.button.quaternary {
  background-color: #77988e;
  color: #ffffff;
  border: 1px solid transparent;
}
.button.quaternary:hover, .button.quaternary:focus {
  background-color: #ffffff;
  color: #77988e;
  border: 1px solid #77988e;
}
.button.quinary {
  background-color: transparent;
  color: #000000;
  font-size: 0.875em;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #000000;
  padding: 5px 12px; /* ie8 */
  padding: 0.3125rem 0.75rem;
}
.button.quinary:hover, .button.quinary:focus {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
}

.button-group {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 26px; /* ie8 */
  margin-bottom: 1.625rem;
  position: relative;
  display: block;
}
.button-group a.button {
  margin: 0;
  display: block;
  border-bottom: 1px solid #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.button-group a.button:first-child {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.button-group a.button:last-child {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom: 0;
}

.button-groups {
  position: relative;
}

@media only screen and (min-width: 42.6111111111em) {
  .button-groups .button-group {
    float: left;
    margin-right: 26px; /* ie8 */
    margin-right: 1.625rem;
  }
  .button-group a.button {
    float: left;
    border-right: 1px solid #ffffff;
    border-bottom: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
  .button-group a.button:first-child {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
  }
  .button-group a.button:last-child {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-right: 0;
  }
}
html.no-js .royalSlider {
  clear: left;
  float: left;
}
html.no-js .rsTmb {
  display: block;
  margin: 0.2em 0 0.2rem 0.2rem;
  width: 70px;
}

.expandable {
  position: relative;
}
.expandable i {
  position: absolute;
  top: 8px; /* ie8 */
  top: 0.5rem;
  right: 8px; /* ie8 */
  right: 0.5rem;
  padding: 8px; /* ie8 */
  padding: 0.5rem;
  background-color: #fff7d6; /* ie8 */
  background-color: rgba(255, 255, 255, 0.5);
}

.image-full {
  clear: both;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin: 16px 0; /* ie8 */
  margin: 1rem 0;
  margin-left: auto;
}

.image-full img {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  max-width: none;
}

.image-left {
  float: left;
  max-width: 320px;
  margin: 16px 32px 16px 0; /* ie8 */
  margin: 1rem 2rem 1rem 0;
}

.image-left img {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  max-width: none;
}

.image-right {
  float: right;
  max-width: 320px;
  margin: 16px 0 16px 32px; /* ie8 */
  margin: 1rem 0 1rem 2rem;
}

.image-right img {
  display: block;
  float: right;
  width: 100%;
  height: auto;
  max-width: none;
}

.image-round img {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.image-caption {
  clear: both;
  background-color: #007070;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3928571429;
  font-family: "Bree Serif", "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
  padding: 8px 12px; /* ie8 */
  padding: 0.5rem 0.75rem;
  margin: 0;
}
.image-caption a {
  color: #ffffff;
  font-weight: 400;
}

.himage .himage-caption {
  background-color: #007070;
  color: white;
  font-size: 14px;
  font-family: "Bree Serif", "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
  padding: 8px;
  margin: 0;
}

.himage {
  height: auto;
  display: block;
}

.himage-left {
  float: left;
}

.himage-right-nw {
  margin-left: auto;
}

.himage-right {
  float: right;
}

.himage-centre {
  margin-left: auto;
  margin-right: auto;
}

.himage-xs {
  width: 25%;
}

.himage-sm {
  width: 33%;
}

.himage-md {
  width: 40%;
}

.himage-lg {
  width: 75%;
}

.himage-full {
  width: 100%;
}

.himage-pad {
  padding-bottom: 1em;
}

.himage-pad.himage-left {
  padding-right: 1em;
}

.himage-pad.himage-right {
  padding-left: 1em;
}

.himage img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.video-holder {
  position: relative;
  clear: left;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin: 16px 0;
  margin: 1rem 0;
  padding-bottom: 56.25%;
  padding-top: 30px;
}
.video-holder img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.video-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.video-holder button {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  z-index: 2;
  overflow: hidden;
  background: transparent;
  color: #ffffff;
  font-size: 80px; /* ie8 */
  font-size: 5rem;
  line-height: 0;
  border: none;
  padding: 0;
  margin: -40px 0 0 -40px; /* ie8 */
  margin: -2.5rem 0 0 -2.5rem;
  cursor: pointer;
}
.video-holder button:focus, .video-holder button:hover {
  color: #c63c67;
}
.video-holder button .icon {
  line-height: 1.1;
}

@media only screen and (max-width: 1000px) {
  .video-holder button {
    font-size: 50px; /* ie8 */
    font-size: 3.125rem;
    margin: -25px 0 0 -25px; /* ie8 */
    margin: -1.5625rem 0 0 -1.5625rem;
  }
}
@media only screen and (max-width: 600px) {
  .image-right,
  .image-left {
    float: none;
    margin-bottom: 26px; /* ie8 */
    margin-bottom: 1.625rem;
    margin-right: auto;
    margin-left: auto;
  }
  .video-holder button {
    font-size: 70px; /* ie8 */
    font-size: 4.375rem;
    margin: -35px 0 0 -35px; /* ie8 */
    margin: -2.1875rem 0 0 -2.1875rem;
  }
}
.dropdown-description {
  position: relative;
  width: 100%;
}

.dropdown-description > input[type=checkbox], .dropdown-description > textarea[type=checkbox] {
  position: absolute;
  left: -100vw;
}

.dropdown-description > label {
  display: inline-block;
  line-height: 1.5em;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3928571429;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 8px;
}

.dropdown-description > label:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-left: 6px;
}

.dropdown-description > p {
  z-index: 999;
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3928571429;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  margin: 0;
}

.dropdown-description > input[type=checkbox]:checked ~ p, .dropdown-description > textarea[type=checkbox]:checked ~ p {
  display: block;
}

.dropdown-description > [type=checkbox]:checked + label:after {
  content: "\f0d8";
}

.dropdown-description a.close {
  display: none;
}

.callout {
  overflow: hidden;
  *zoom: 1;
  padding-left: 13px; /* ie8 */
  padding-left: 0.8125rem;
  padding-right: 13px; /* ie8 */
  padding-right: 0.8125rem;
  padding: 26px; /* ie8 */
  padding: 1.625rem;
  position: relative;
  background: #555555;
  color: #ffffff;
}
.callout > h2,
.callout > h3,
.callout > h4,
.callout > h5,
.callout > h6 {
  margin-top: 0;
}

.container-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media only screen and (min-width: 730px) {
  .container-wrapper {
    padding: 0 2em;
  }
}
@media only screen and (min-width: 1260px) {
  .container-wrapper {
    padding: 0 5em;
  }
}

/**
 * Forms the basis for any/all CSS arrows.
 */
/**
 * Define individual edges so we can combine what we need, when we need.
 */
.table-wrapper {
  width: 100%;
  overflow: auto;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table {
  border: 1px solid #007C9D;
  margin-bottom: 26px; /* ie8 */
  margin-bottom: 1.625rem;
  width: 100%;
  margin: 2rem 0;
}

th,
td {
  text-align: left;
  vertical-align: top;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 6.5px; /* ie8 */
  padding: 0.40625rem;
  padding: 0.75rem;
}

th {
  background: #007C9D;
  color: #ffffff;
}

td {
  border-bottom: 1px solid #007C9D;
}

td.numeric {
  text-align: right;
}

footer {
  position: relative;
  background: url("/Themes/tpk-www/images/koru-gray.svg") repeat-x bottom;
  background-color: #333333;
  background-size: 220%;
  min-height: 220px;
}
@media only screen and (min-width: 730px) {
  footer {
    background-size: 100%;
  }
}
@media only screen and (min-width: 1260px) {
  footer {
    background-size: 100%;
  }
}
footer .container-wrapper {
  max-width: 1600px;
  padding: 0 2em;
  margin: 0 auto;
}
@media only screen and (min-width: 1260px) {
  footer .container-wrapper {
    padding: 0 5em;
  }
}
footer .page-bottom {
  padding: 2% 0;
}
@media only screen and (min-width: 1260px) {
  footer .page-bottom {
    display: flex;
    align-items: center;
  }
}
footer .page-bottom .bottom-left {
  width: 100%;
  padding-bottom: 0;
}
@media only screen and (min-width: 1260px) {
  footer .page-bottom .bottom-left {
    width: 50%;
  }
}
footer .page-bottom .bottom-right {
  padding-bottom: 70px;
}
@media only screen and (min-width: 730px) {
  footer .page-bottom .bottom-right {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 1260px) {
  footer .page-bottom .bottom-right {
    width: 50%;
    padding-bottom: 0;
  }
}
footer .page-bottom .bottom-right .footer-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  footer .page-bottom .bottom-right .footer-logos {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1260px) {
  footer .page-bottom .bottom-right .footer-logos {
    justify-content: flex-end;
    padding-top: 0;
  }
}
footer .page-bottom .bottom-right .footer-logos .all-of-govt-logo,
footer .page-bottom .bottom-right .footer-logos .tpk-logo {
  padding: 20px;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 730px) {
  footer .page-bottom .bottom-right .footer-logos .all-of-govt-logo,
  footer .page-bottom .bottom-right .footer-logos .tpk-logo {
    padding: 0;
    width: auto;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1260px) {
  footer .page-bottom .bottom-right .footer-logos .all-of-govt-logo,
  footer .page-bottom .bottom-right .footer-logos .tpk-logo {
    padding: 0 1rem;
  }
}
footer .page-bottom-nav {
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 50px 0 25px;
  list-style-type: none;
}
@media only screen and (min-width: 1260px) {
  footer .page-bottom-nav {
    padding: 0;
    justify-content: flex-start;
  }
}
footer .page-bottom-nav li {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 730px) {
  footer .page-bottom-nav li {
    width: auto;
    text-align: left;
    margin-bottom: 0.5em;
    padding-right: 48px; /* ie8 */
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 730px) {
  footer .page-bottom-nav li:last-child {
    padding-right: 0;
  }
}
footer .page-bottom-nav li a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}
footer .page-bottom-nav li a:hover {
  color: #ffffff;
  text-decoration: underline;
  border-bottom: none;
}
footer .page-bottom-nav li a:focus {
  color: #ffffff;
  outline: 5px auto white;
}
.modal-dialog footer {
  min-height: unset !important;
}

.homepage-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem 0;
  align-items: center;
}
@media only screen and (min-width: 730px) {
  .homepage-header {
    padding: 2rem 0;
  }
}
.homepage-header .heading-container {
  width: 100%;
  padding: 12px 0;
}
@media only screen and (min-width: 730px) {
  .homepage-header .heading-container {
    width: 50%;
    padding: 0 24px 0 12px;
  }
}
.homepage-header h1 {
  font-size: 28px;
  line-height: 34px;
  font-family: "Bree Serif", "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
  font-weight: normal;
  color: #333333;
  border-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 450px) {
  .homepage-header h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.homepage-header .tags-container {
  width: 100%;
  padding: 12px 0 0;
}
@media only screen and (min-width: 730px) {
  .homepage-header .tags-container {
    width: 50%;
    padding: 0 24px 0 12px;
  }
}
.homepage-header .tags-container .tag {
  background-color: #007C9D;
  border: 1px solid #007C9D;
  color: #ffffff;
  padding: 6px 12px;
  display: inline-block;
  margin: 2px 0px;
  border-radius: 5px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
}
.homepage-header .tags-container .tag:hover, .homepage-header .tags-container .tag:focus {
  background-color: #ffffff;
  border: 1px solid #007C9D;
  color: #007C9D;
  text-decoration: none;
}
.homepage-header .tags-container .tag.ext:after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 13px;
  width: 14px;
  height: 14px;
  margin-left: 5px;
}

.homepage-content {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 64px;
}
.homepage-content article {
  padding: 12px 0;
  position: relative;
}
@media only screen and (min-width: 730px) {
  .homepage-content article {
    padding: 12px;
  }
}
.homepage-content article img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.homepage-content article .article-content {
  margin-top: 18px;
  padding-left: 24px;
  border-left: 1px solid #C5C4C4;
}
.homepage-content article .article-content .article-link {
  text-decoration: none;
}
.homepage-content article .article-content .article-link h2 {
  font-size: 24px;
  color: #000000;
  border-bottom: 0;
  line-height: 32px;
  margin: 0 0 1rem;
  padding-bottom: 0;
  z-index: -1;
}
.homepage-content article .article-content .article-link:hover h2, .homepage-content article .article-content .article-link:focus h2 {
  color: #007C9D;
}
.homepage-content .half-column {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
@media only screen and (min-width: 1024px) {
  .homepage-content .half-column {
    width: 50%;
  }
}
.homepage-content .half-column .quarter-column {
  width: 100%;
}
@media only screen and (min-width: 730px) {
  .homepage-content .half-column .quarter-column {
    width: 50%;
  }
}

.call-to-action-container.mobile {
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .call-to-action-container.mobile {
    display: none;
  }
}
.call-to-action-container.desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .call-to-action-container.desktop {
    display: flex;
  }
}

.call-to-action {
  padding: 24px;
  color: #ffffff;
  margin: 12px 0;
  border-radius: 5px;
  width: 100%;
  align-self: flex-start;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  min-height: 230px;
}
@media only screen and (min-width: 730px) {
  .call-to-action {
    margin: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .call-to-action {
    width: 100%;
  }
}
.call-to-action h2 {
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}
.call-to-action p {
  width: 100%;
}
.call-to-action .button .arrow-right {
  margin: 0 0 -1px 5px;
}
.call-to-action.cta-1 .button, .call-to-action.cta-2 .button {
  border-color: #ffffff;
  color: #ffffff;
}
.call-to-action.cta-1 .button:hover, .call-to-action.cta-1 .button:focus, .call-to-action.cta-2 .button:hover, .call-to-action.cta-2 .button:focus {
  background-color: #ffffff;
  border-color: #ffffff;
}
.call-to-action.cta-1 {
  background-color: #007070;
}
.call-to-action.cta-1 .button {
  background-color: #007070;
}
.call-to-action.cta-1 .button:hover, .call-to-action.cta-1 .button:focus {
  color: #007070;
}
.call-to-action.cta-1 .button:hover .arrow-right path, .call-to-action.cta-1 .button:focus .arrow-right path {
  fill: #007070;
}
.call-to-action.cta-2 {
  background-color: #934B72;
}
.call-to-action.cta-2 .button {
  background-color: #934B72;
}
.call-to-action.cta-2 .button:hover, .call-to-action.cta-2 .button:focus {
  color: #934B72;
}
.call-to-action.cta-2 .button:hover .arrow-right path, .call-to-action.cta-2 .button:focus .arrow-right path {
  fill: #934B72;
}

.news-container.mobile {
  display: flex;
  padding: 12px;
}
@media only screen and (min-width: 1024px) {
  .news-container.mobile {
    display: none;
  }
}
.news-container.desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .news-container.desktop {
    padding: 12px;
    display: flex;
  }
}
.news-container.desktop .call-to-action {
  height: 100%;
}
.news-container img {
  margin-left: 8px;
  width: 2.6rem;
}

/* Fixes to Bootstrap anchors styled as buttons */
.btn-toolbar .btn-group a.btn.btn-outline-dark {
  text-decoration: none;
}
.btn-toolbar .btn-group a.btn.btn-outline-dark:focus {
  color: #343a40;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5) !important;
}
.btn-toolbar .btn-group a.btn.btn-outline-dark:hover {
  color: #ffffff;
}
.btn-toolbar .btn-group a.btn.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-toolbar .btn-group a.btn.btn-outline-dark:active:focus {
  color: #ffffff;
}

/*  =============================================================================
/    The upcoming events styles
/   ========================================================================== */
.events-content-full-width {
  clear: left;
  overflow: hidden;
  background: #d5e5e0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZmZmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMmYyZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f9fffc 0%, #d5e5e0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9fffc), color-stop(100%, #d5e5e0));
  background: -webkit-linear-gradient(top, #f9fffc 0%, #d5e5e0 100%);
  background: -o-linear-gradient(top, #f9fffc 0%, #d5e5e0 100%);
  background: -ms-linear-gradient(top, #f9fffc 0%, #d5e5e0 100%);
  background: linear-gradient(to bottom, #f9fffc 0%, #d5e5e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFF9FFFC", endColorstr="#FFD5E5E0",GradientType=0 );
  margin-bottom: 0;
}
.events-content-full-width .container-wrapper {
  max-width: 2160px;
  padding: 0 80px; /* ie8 */
  padding: 0 5rem;
  margin: 0 auto;
}
.events-content-full-width .intro {
  width: 25%;
  float: left;
  padding-top: 48px; /* ie8 */
  padding-top: 3rem;
  padding-right: 2%;
  padding-bottom: 32px; /* ie8 */
  padding-bottom: 2rem;
  padding-left: 0;
  margin: 0;
}
.events-content-full-width .intro:first-child {
  border: none;
}
.events-content-full-width .intro h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.0833333333;
  font-weight: 800;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: none;
  color: black;
  margin: 0;
  padding: 0;
}
.events-content-full-width .intro h2:after {
  content: none;
}
.events-content-full-width .intro h3 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.0833333333;
  font-weight: 200;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: none;
  color: black;
  margin: 0 0 16px; /* ie8 */
  margin: 0 0 1rem;
  padding: 0;
  text-transform: none;
}
.events-content-full-width .intro .faux-button + .faux-button {
  display: block;
}
.events-content-full-width .events-promos-wrapper {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 3em;
  padding-left: 0;
  margin: 0;
}
.events-content-full-width .event-block {
  background-color: transparent;
  padding-top: 48px; /* ie8 */
  padding-top: 3rem;
  padding-right: 2.6%;
  padding-bottom: 32px; /* ie8 */
  padding-bottom: 2rem;
  padding-left: 2.6%;
  border: none;
  margin: 0;
}
.events-content-full-width .event-block h3 {
  color: #ffffff;
  background-color: #77988e;
  background-image: url(/themes/tpk-www/images/pattern-bg-4.png);
  background-repeat: repeat;
  padding: 20px;
  margin: 0;
}
.events-content-full-width .event-block .copy {
  background-color: transparent;
}
.events-content-full-width .event-block .copy .meta {
  background-color: #ffffff;
  padding: 20px 20px 10px 20px;
  margin: 0;
}
.events-content-full-width .event-block .copy .description {
  background-color: #ffffff;
  padding: 20px 20px 10px 20px;
  margin: 0;
}
.events-content-full-width .event-block .copy .icon {
  color: #77988e;
}

@media only screen and (max-width: 1260px) {
  .events-content-full-width .container-wrapper {
    padding: 0 32px; /* ie8 */
    padding: 0 2rem;
  }
  .events-content-full-width .container-wrapper .intro {
    float: none;
    width: 100%;
    padding-left: 2%;
    padding-bottom: 0;
    padding-right: 2%;
    margin: 0;
  }
  .events-content-full-width .container-wrapper .intro h2 {
    float: left;
    padding-right: 8px; /* ie8 */
    padding-right: 0.5rem;
  }
  .events-content-full-width .container-wrapper .intro h3 {
    float: left;
    padding-right: 8px; /* ie8 */
    padding-right: 0.5rem;
  }
  .events-content-full-width .container-wrapper .intro .faux-button + .faux-button {
    display: inline-block;
  }
  .events-content-full-width .container-wrapper .intro aside {
    float: right;
    padding-top: 0;
    margin-top: -16px; /* ie8 */
    margin-top: -1rem;
  }
  .events-content-full-width .container-wrapper .intro aside p {
    float: left;
    padding: 0;
    margin: 16px 8px 8px 0; /* ie8 */
    margin: 1rem 0.5rem 0.5rem 0;
  }
  .events-content-full-width .container-wrapper .events-promos-wrapper {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    margin: 0;
  }
  .events-content-full-width .container-wrapper .event-block {
    width: 33.3333333333%;
    float: left;
    padding-top: 16px; /* ie8 */
    padding-top: 1rem;
    padding-right: 2%;
    padding-bottom: 16px; /* ie8 */
    padding-bottom: 1rem;
    padding-left: 2%;
    margin: 0;
  }
}
@media only screen and (max-width: 730px) {
  .events-content-full-width .container-wrapper {
    padding: 0 16px; /* ie8 */
    padding: 0 1rem;
  }
  .events-content-full-width .container-wrapper .intro {
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
  .events-content-full-width .container-wrapper .intro h2 {
    float: left;
  }
  .events-content-full-width .container-wrapper .intro h3 {
    float: left;
  }
  .events-content-full-width .container-wrapper .intro aside {
    float: right;
    padding-top: 8px; /* ie8 */
    padding-top: 0.5rem;
    margin-top: 0;
  }
  .events-content-full-width .container-wrapper .event-block {
    width: 100%;
    float: none;
    padding-top: 16px; /* ie8 */
    padding-top: 1rem;
    padding-right: 2%;
    padding-bottom: 16px; /* ie8 */
    padding-bottom: 1rem;
    padding-left: 2%;
    margin: 0;
  }
}
@media only screen and (max-width: 600px) {
  .events-content-full-width .container-wrapper {
    padding: 0 16px; /* ie8 */
    padding: 0 1rem;
  }
  .events-content-full-width .container-wrapper .intro {
    padding-bottom: 24px; /* ie8 */
    padding-bottom: 1.5rem;
  }
  .events-content-full-width .container-wrapper .intro h2 {
    float: none;
    margin: 0;
  }
  .events-content-full-width .container-wrapper .intro h3 {
    float: none;
    margin: 0;
  }
  .events-content-full-width .container-wrapper .intro aside {
    float: none;
  }
}
.whakatauki, .today-in-history {
  padding: 0 0 0 0; /* ie8 */
  padding: 0 0 0 0;
  margin-bottom: 16px; /* ie8 */
  margin-bottom: 1rem;
}
.whakatauki p, .today-in-history p {
  font-family: "PMN Caecilia W02", serif;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 8px; /* ie8 */
  margin: 0 0 0.5rem;
}
.whakatauki .maori, .today-in-history .maori {
  color: #161415;
  font-family: "PMN Caecilia W02", serif;
  font-size: 20px; /* ie8 */
  font-size: 1.25rem;
  font-style: italic;
  padding: 0 0 8px; /* ie8 */
  padding: 0 0 0.5rem;
}
.whakatauki .english, .today-in-history .english {
  color: #555555;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px; /* ie8 */
  font-size: 0.9375rem;
  border-left: 2px solid #95beb1;
  padding-left: 8px; /* ie8 */
  padding-left: 0.5rem;
}
.whakatauki .source, .today-in-history .source {
  color: #555555;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px; /* ie8 */
  font-size: 0.75rem;
  padding: 16px 0 0; /* ie8 */
  padding: 1rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin: 16px 0 8px; /* ie8 */
  margin: 1rem 0 0.5rem;
}
.whakatauki .source a, .today-in-history .source a {
  color: #555555;
  border-bottom: 1px dotted #555555;
}
.whakatauki .source a:hover, .today-in-history .source a:hover, .whakatauki .source a:focus, .today-in-history .source a:focus {
  color: #c94870;
  border-bottom: 1px dotted #c94870;
}
.whakatauki p + p, .today-in-history p + p {
  text-indent: 0;
}
.whakatauki .h3, .today-in-history .h3,
.whakatauki h3,
.today-in-history h3 {
  color: #000000;
  font-size: 16px; /* ie8 */
  font-size: 1rem;
}
.whakatauki.large .maori, .large.today-in-history .maori {
  font-size: 24px; /* ie8 */
  font-size: 1.5rem;
}
.whakatauki.large .english, .large.today-in-history .english {
  font-size: 14.4px; /* ie8 */
  font-size: 0.9rem;
}
.today-in-history aside {
  color: #FFF1CB;
  line-height: 1.25;
  padding-bottom: 8px; /* ie8 */
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 16px; /* ie8 */
  margin-bottom: 1rem;
}
.today-in-history .title.wide,
.today-in-history .description.wide,
.today-in-history .image.wide {
  width: 66%;
}
.today-in-history .title.wide .ted-video-holder,
.today-in-history .description.wide .ted-video-holder,
.today-in-history .image.wide .ted-video-holder {
  margin-bottom: 16px; /* ie8 */
  margin-bottom: 1rem;
}
.today-in-history .title.wide .ted-video-holder iframe,
.today-in-history .description.wide .ted-video-holder iframe,
.today-in-history .image.wide .ted-video-holder iframe {
  overflow: hidden;
  border: none;
}
.today-in-history .image img {
  width: 100%;
}
.today-in-history .title h3 {
  color: white;
  font-size: 28px; /* ie8 */
  font-size: 1.75rem;
  line-height: 1.1;
  margin: 0 0 8px; /* ie8 */
  margin: 0 0 0.5rem;
}
.today-in-history .title .date {
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  font-size: 14.4px; /* ie8 */
  font-size: 0.9rem;
}
.today-in-history .description p {
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px; /* ie8 */
  font-size: 0.875rem;
  line-height: 1.625;
  color: white;
}
.today-in-history .image {
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .today-in-history .title.wide,
  .today-in-history .description.wide,
  .today-in-history .image.wide {
    width: auto;
  }
}
.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1rem;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*  =============================================================================
/    The news promo styles
/   ========================================================================== */
.news-content-full-width {
  clear: left;
  overflow: visible;
}
.news-content-full-width .container-wrapper {
  max-width: 2000px;
  max-width: 2080px;
  padding: 0 5em;
  margin: 0 auto;
}
.news-content-full-width .container-wrapper .intro {
  padding-top: 3em;
  padding-right: 2%;
  padding-bottom: 2em;
  padding-left: 2%;
  margin: 0;
}
.news-content-full-width .container-wrapper .intro:first-child {
  border: none;
}
.news-content-full-width .container-wrapper .intro h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.0833333333;
  font-weight: 800;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: none;
  color: black;
  margin: 0;
  padding: 0;
}
.news-content-full-width .container-wrapper .intro h2:after {
  content: none;
}
.news-content-full-width .container-wrapper .intro h3 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.0833333333;
  font-weight: 200;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: none;
  color: black;
  margin: 0 0 16px; /* ie8 */
  margin: 0 0 1rem;
  padding: 0;
  text-transform: none;
}
.news-content-full-width .container-wrapper .news-promos-wrapper {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 3em;
  padding-left: 0;
  margin: 0;
}
.news-content-full-width .container-wrapper .news-promo {
  padding-top: 3em;
  padding-right: 2.6%;
  padding-bottom: 32px; /* ie8 */
  padding-bottom: 2rem;
  padding-left: 2.6%;
  margin: 0;
}
.news-content-full-width .container-wrapper .news-promo .video-holder {
  margin: 0;
}
.news-content-full-width .container-wrapper .news-promo .thumbn {
  display: block;
  overflow: hidden;
}
.news-content-full-width .container-wrapper .news-promo .thumbn img {
  display: block;
  width: 100%;
}
.news-content-full-width .container-wrapper .news-promo .copy {
  border-top: 6px solid #c63c67;
  padding: 0;
}
.news-content-full-width .container-wrapper .news-promo .copy h3,
.news-content-full-width .container-wrapper .news-promo .copy .h3 {
  color: #000000;
  font-size: 24px; /* ie8 */
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.25;
  padding: 21px 0 14px 0; /* ie8 */
  padding: 1.3125rem 0 0.875rem 0;
  border-bottom: 1px dotted #cccccc;
  margin: -6px 0 12px; /* ie8 */
  margin: -0.375rem 0 0.75rem;
}
.news-content-full-width .container-wrapper .news-promo .copy p + p {
  text-indent: 0;
}
.news-content-full-width .container-wrapper .news-promo.no-image {
  padding-bottom: 1rem;
  margin-top: 0;
  border-bottom: 1px solid #cccccc;
}
.news-content-full-width .container-wrapper .news-promo.no-image.omega {
  padding-bottom: 0;
  margin-top: 1rem;
  border-bottom: none;
}

@media only screen and (max-width: 1260px) {
  .news-content-full-width .container-wrapper {
    padding: 0 32px; /* ie8 */
    padding: 0 2rem;
  }
  .news-content-full-width .container-wrapper .intro {
    float: none;
    width: 100%;
    padding-left: 2%;
    padding-bottom: 0;
    padding-right: 2%;
    margin: 0;
  }
  .news-content-full-width .container-wrapper .intro h2 {
    float: left;
    padding-right: 8px; /* ie8 */
    padding-right: 0.5rem;
  }
  .news-content-full-width .container-wrapper .intro h3 {
    float: left;
    padding-right: 8px; /* ie8 */
    padding-right: 0.5rem;
  }
  .news-content-full-width .container-wrapper .intro aside {
    float: right;
    padding-top: 0;
    margin-top: -16px; /* ie8 */
    margin-top: -1rem;
  }
  .news-content-full-width .container-wrapper .intro aside faux-button {
    margin: 16px 8px 8px 0; /* ie8 */
    margin: 1rem 0.5rem 0.5rem 0;
  }
  .news-content-full-width .container-wrapper .news-promos-wrapper {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    margin: 0;
  }
  .news-content-full-width .container-wrapper .news-promo {
    width: 33.3333333333%;
    float: left;
    padding-top: 16px; /* ie8 */
    padding-top: 1rem;
    padding-right: 2%;
    padding-bottom: 16px; /* ie8 */
    padding-bottom: 1rem;
    padding-left: 2%;
    margin: 0;
  }
}
@media only screen and (max-width: 730px) {
  .news-content-full-width .container-wrapper {
    padding: 0 16px; /* ie8 */
    padding: 0 1rem;
  }
  .news-content-full-width .container-wrapper .intro {
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
  .news-content-full-width .container-wrapper .intro h2 {
    float: left;
  }
  .news-content-full-width .container-wrapper .intro h3 {
    float: left;
  }
  .news-content-full-width .container-wrapper .intro aside {
    float: right;
    padding-top: 8px; /* ie8 */
    padding-top: 0.5rem;
  }
  .news-content-full-width .container-wrapper .news-promo {
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 16px; /* ie8 */
    padding-top: 1rem;
    padding-right: 2%;
    padding-bottom: 16px; /* ie8 */
    padding-bottom: 1rem;
    padding-left: 2%;
    margin: 0;
  }
}
/*  =============================================================================
/    The news promo styles
/   ========================================================================== */
.initiatives-content-full-width {
  clear: left;
  overflow: hidden;
  background-color: #2c2937;
}
.initiatives-content-full-width .container-wrapper {
  max-width: 2000px;
  max-width: 2080px;
  padding: 0 5em;
  margin: 0 auto;
}
.initiatives-content-full-width .container-wrapper .intro {
  padding-top: 3em;
  padding-bottom: 2em;
  padding-left: 0;
  margin: 0;
}
.initiatives-content-full-width .container-wrapper .intro:first-child {
  border: none;
}
.initiatives-content-full-width .container-wrapper .intro h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.0833333333;
  font-weight: 800;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: none;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.initiatives-content-full-width .container-wrapper .intro h2:after {
  content: none;
}
.initiatives-content-full-width .container-wrapper .intro h3 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.0833333333;
  font-weight: 200;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: none;
  color: #ffffff;
  margin: 0 0 16px; /* ie8 */
  margin: 0 0 1rem;
  padding: 0;
  text-transform: none;
}
.initiatives-content-full-width .container-wrapper .initiatives-promos-wrapper {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 3em;
  padding-left: 0;
  margin: 0;
}
.initiatives-content-full-width .container-wrapper .initiatives-promo {
  display: table;
  padding-top: 3em;
  padding-right: 2.6%;
  padding-bottom: 0;
  padding-left: 2.6%;
  margin: 0;
}
.initiatives-content-full-width .container-wrapper .initiatives-promo a.initiatives-promo-link,
.initiatives-content-full-width .container-wrapper .initiatives-promo a.initiatives-promo-link:nth-child(6n+1) {
  display: table-cell;
  width: 100%;
  background-color: #d96919;
  background-image: url(/themes/tpk-www/images/pattern-bg-5.png);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -moz-linear-gradient(top, #d96919 0%, #ae5414 100%);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d96919), color-stop(100%, #ae5414));
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -webkit-linear-gradient(top, #d96919 0%, #ae5414 100%);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -o-linear-gradient(top, #d96919 0%, #ae5414 100%);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -ms-linear-gradient(top, #d96919 0%, #ae5414 100%);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), linear-gradient(to bottom, #d96919 0%, #ae5414 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFD96919", endColorstr="#FFAE5414",GradientType=0 );
  color: #ffffff;
  vertical-align: middle;
  border: 1px solid #2c2937;
  padding-right: 0.9em;
  padding: 19px; /* ie8 */
  padding: 1.1875rem;
}
.initiatives-content-full-width .container-wrapper .initiatives-promo a.initiatives-promo-link span,
.initiatives-content-full-width .container-wrapper .initiatives-promo a.initiatives-promo-link:nth-child(6n+1) span {
  display: inline-block;
  padding-right: 20px;
}
.initiatives-content-full-width .container-wrapper .initiatives-promo a.initiatives-promo-link span:after,
.initiatives-content-full-width .container-wrapper .initiatives-promo a.initiatives-promo-link:nth-child(6n+1) span:after {
  position: relative;
  display: inline-block;
  bottom: 0;
  content: "›";
  color: #000000;
  font-size: 1.2em;
  line-height: 0;
  margin-right: -20px;
  margin-left: 0.3em;
}
.initiatives-content-full-width .container-wrapper .initiatives-promo a.initiatives-promo-link:focus, .initiatives-content-full-width .container-wrapper .initiatives-promo a.initiatives-promo-link:hover,
.initiatives-content-full-width .container-wrapper .initiatives-promo a.initiatives-promo-link:nth-child(6n+1):focus,
.initiatives-content-full-width .container-wrapper .initiatives-promo a.initiatives-promo-link:nth-child(6n+1):hover {
  border: 1px solid #ffffff;
}
.initiatives-content-full-width .container-wrapper .initiatives-promo a.initiatives-promo-link:focus span, .initiatives-content-full-width .container-wrapper .initiatives-promo a.initiatives-promo-link:hover span,
.initiatives-content-full-width .container-wrapper .initiatives-promo a.initiatives-promo-link:nth-child(6n+1):focus span,
.initiatives-content-full-width .container-wrapper .initiatives-promo a.initiatives-promo-link:nth-child(6n+1):hover span {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.initiatives-content-full-width .container-wrapper .initiatives-promo a.initiatives-promo-link:focus span:after, .initiatives-content-full-width .container-wrapper .initiatives-promo a.initiatives-promo-link:hover span:after,
.initiatives-content-full-width .container-wrapper .initiatives-promo a.initiatives-promo-link:nth-child(6n+1):focus span:after,
.initiatives-content-full-width .container-wrapper .initiatives-promo a.initiatives-promo-link:nth-child(6n+1):hover span:after {
  color: #ffffff;
}
.initiatives-content-full-width .container-wrapper .initiatives-promo:nth-child(6n+2) a.initiatives-promo-link {
  background-color: #c74287;
  background-image: url(/themes/tpk-www/images/pattern-bg-5.png);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -moz-linear-gradient(top, #c74287 0%, #9f356c 100%);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c74287), color-stop(100%, #9f356c));
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -webkit-linear-gradient(top, #c74287 0%, #9f356c 100%);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -o-linear-gradient(top, #c74287 0%, #9f356c 100%);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -ms-linear-gradient(top, #c74287 0%, #9f356c 100%);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), linear-gradient(to bottom, #c74287 0%, #9f356c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFC74287", endColorstr="#FF9F356C",GradientType=0 );
}
.initiatives-content-full-width .container-wrapper .initiatives-promo:nth-child(6n+3) a.initiatives-promo-link {
  background-color: #be2323;
  background-image: url(/themes/tpk-www/images/pattern-bg-5.png);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -moz-linear-gradient(top, #be2323 0%, #981c1c 100%);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #be2323), color-stop(100%, #981c1c));
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -webkit-linear-gradient(top, #be2323 0%, #981c1c 100%);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -o-linear-gradient(top, #be2323 0%, #981c1c 100%);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -ms-linear-gradient(top, #be2323 0%, #981c1c 100%);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), linear-gradient(to bottom, #be2323 0%, #981c1c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFBE2323", endColorstr="#FF981C1C",GradientType=0 );
}
.initiatives-content-full-width .container-wrapper .initiatives-promo:nth-child(6n+4) {
  clear: left;
}
.initiatives-content-full-width .container-wrapper .initiatives-promo:nth-child(6n+4) a.initiatives-promo-link {
  background-color: #3f90ba;
  background-image: url(/themes/tpk-www/images/pattern-bg-5.png);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -moz-linear-gradient(top, #3f90ba 0%, #337395 100%);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f90ba), color-stop(100%, #337395));
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -webkit-linear-gradient(top, #3f90ba 0%, #337395 100%);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -o-linear-gradient(top, #3f90ba 0%, #337395 100%);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -ms-linear-gradient(top, #3f90ba 0%, #337395 100%);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), linear-gradient(to bottom, #3f90ba 0%, #337395 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FF3F90BA", endColorstr="#FF337395",GradientType=0 );
}
.initiatives-content-full-width .container-wrapper .initiatives-promo:nth-child(6n+5) a.initiatives-promo-link {
  background-color: #6da345;
  background-image: url(/themes/tpk-www/images/pattern-bg-5.png);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -moz-linear-gradient(top, #6da345 0%, #578237 100%);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6da345), color-stop(100%, #578237));
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -webkit-linear-gradient(top, #6da345 0%, #578237 100%);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -o-linear-gradient(top, #6da345 0%, #578237 100%);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -ms-linear-gradient(top, #6da345 0%, #578237 100%);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), linear-gradient(to bottom, #6da345 0%, #578237 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FF6DA345", endColorstr="#FF578237",GradientType=0 );
}
.initiatives-content-full-width .container-wrapper .initiatives-promo:nth-child(6n+6) a.initiatives-promo-link {
  background-color: #835f9d;
  background-image: url(/themes/tpk-www/images/pattern-bg-5.png);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -moz-linear-gradient(top, #835f9d 0%, #694c7e 100%);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #835f9d), color-stop(100%, #694c7e));
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -webkit-linear-gradient(top, #835f9d 0%, #694c7e 100%);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -o-linear-gradient(top, #835f9d 0%, #694c7e 100%);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), -ms-linear-gradient(top, #835f9d 0%, #694c7e 100%);
  background: url(/themes/tpk-www/images/pattern-bg-5.png), linear-gradient(to bottom, #835f9d 0%, #694c7e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FF835F9D", endColorstr="#FF694C7E",GradientType=0 );
}

@media only screen and (max-width: 1260px) {
  .initiatives-content-full-width .container-wrapper {
    padding: 0 32px; /* ie8 */
    padding: 0 2rem;
  }
  .initiatives-content-full-width .container-wrapper .intro {
    float: none;
    width: 100%;
    padding-right: 2%;
    padding-bottom: 0;
    padding-left: 2%;
    margin: 0;
  }
  .initiatives-content-full-width .container-wrapper .intro h2 {
    float: left;
    padding-right: 8px; /* ie8 */
    padding-right: 0.5rem;
  }
  .initiatives-content-full-width .container-wrapper .intro h3 {
    float: left;
    padding-right: 8px; /* ie8 */
    padding-right: 0.5rem;
  }
  .initiatives-content-full-width .container-wrapper .intro aside {
    float: right;
    padding-top: 12px; /* ie8 */
    padding-top: 0.75rem;
  }
  .initiatives-content-full-width .container-wrapper .initiatives-promos-wrapper {
    width: 100%;
  }
  .initiatives-content-full-width .container-wrapper .initiatives-promo {
    width: 33.3333333333%;
    float: left;
    padding-top: 16px; /* ie8 */
    padding-top: 1rem;
    padding-right: 2%;
    padding-bottom: 16px; /* ie8 */
    padding-bottom: 1rem;
    padding-left: 2%;
    margin: 0;
  }
}
@media only screen and (max-width: 730px) {
  .initiatives-content-full-width .container-wrapper {
    padding: 0 16px; /* ie8 */
    padding: 0 1rem;
  }
  .initiatives-content-full-width .container-wrapper .intro {
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
  .initiatives-content-full-width .container-wrapper .intro h2 {
    float: left;
  }
  .initiatives-content-full-width .container-wrapper .intro h3 {
    float: left;
  }
  .initiatives-content-full-width .container-wrapper .intro aside {
    float: right;
    padding-top: 8px; /* ie8 */
    padding-top: 0.5rem;
  }
  .initiatives-content-full-width .container-wrapper .initiatives-promo {
    width: 100%;
    float: none;
    padding-top: 16px; /* ie8 */
    padding-top: 1rem;
    padding-right: 2%;
    padding-bottom: 16px; /* ie8 */
    padding-bottom: 1rem;
    padding-left: 2%;
    margin: 0;
  }
}
.content-page {
  display: flex;
  flex-wrap: wrap;
}
.content-page .side-column {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .content-page .side-column {
    display: block;
    width: 25%;
  }
}
.content-page .main-column {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .content-page .main-column {
    width: calc(75% - 80px);
    margin-left: 80px;
  }
}
.content-page .summary-statement {
  display: inline-block;
  font-size: 18px;
  color: #000000;
  border-top: 1px solid #007C9D;
  border-bottom: 1px solid #007C9D;
  padding: 0.8125rem 0 0;
  margin: 1rem 0;
  width: 100%;
}
.content-page .summary-statement.with-image img {
  width: 100%;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 730px) {
  .content-page .summary-statement.with-image {
    border-top: 0;
  }
  .content-page .summary-statement.with-image:before {
    display: block;
    content: "";
    border-top: 1px solid #007C9D;
    width: 55%;
  }
  .content-page .summary-statement.with-image img {
    width: 42%;
    margin-left: 1rem;
    float: right;
  }
}

.back-to-top {
  float: right;
  background: #007C9D;
  color: #ffffff;
  font-size: 14px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.back-to-top:after {
  font-family: "Font Awesome 5 Free";
  display: block;
  content: "\f077";
}
.back-to-top:hover, .back-to-top:focus {
  opacity: 0.8;
  color: #ffffff;
  text-decoration: none;
}

/*  =============================================================================
/    The news promo styles
/   ========================================================================== */
.about-us-content-full-width {
  clear: left;
  overflow: visible;
}
.about-us-content-full-width .container-wrapper {
  max-width: 2000px;
  max-width: 2080px;
  padding: 0 5em;
  margin: 0 auto;
}
.about-us-content-full-width .container-wrapper .intro {
  padding-top: 3em;
  padding-right: 2%;
  padding-bottom: 2em;
  padding-left: 2%;
  margin: 0;
}
.about-us-content-full-width .container-wrapper .intro:first-child {
  border: none;
}
.about-us-content-full-width .container-wrapper .intro h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.0833333333;
  font-weight: 800;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: none;
  color: black;
  margin: 0;
  padding: 0;
}
.about-us-content-full-width .container-wrapper .intro h2:after {
  content: none;
}
.about-us-content-full-width .container-wrapper .intro h3 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.0833333333;
  font-weight: 200;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: none;
  color: black;
  margin: 0 0 16px; /* ie8 */
  margin: 0 0 1rem;
  padding: 0;
  text-transform: none;
}
.about-us-content-full-width .container-wrapper .about-us-block {
  padding-top: 2em;
  padding-right: 2%;
  padding-bottom: 2em;
  padding-left: 2%;
  margin: 0;
  border-left: 1px dotted #fafafa;
}
.about-us-content-full-width .container-wrapper .about-us-block .video-holder {
  margin: 0;
}
.about-us-content-full-width .container-wrapper .about-us-block img {
  width: 100%;
  border-bottom: 6px solid #c63c67;
}
.about-us-content-full-width .container-wrapper .about-us-block .about-us-meta {
  padding: 1rem 0 0;
}
.about-us-content-full-width .container-wrapper .about-us-block .about-us-meta h3 {
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 28px; /* ie8 */
  font-size: 1.75rem;
  margin-top: 0;
  color: black;
}
.about-us-content-full-width .container-wrapper .about-us-block .about-us-meta p + p {
  text-indent: 0;
}
.about-us-content-full-width .container-wrapper .facebook-block {
  padding-top: 3em;
  padding-right: 2%;
  padding-bottom: 2em;
  padding-left: 2%;
  margin: 0;
}

@media only screen and (max-width: 1260px) {
  .about-us-content-full-width .container-wrapper {
    padding: 0 32px; /* ie8 */
    padding: 0 2rem;
  }
  .about-us-content-full-width .container-wrapper .intro {
    float: none;
    width: 100%;
    padding-left: 2%;
    padding-bottom: 0;
    padding-right: 2%;
    margin: 0;
  }
  .about-us-content-full-width .container-wrapper .intro h2 {
    float: left;
    padding-right: 8px; /* ie8 */
    padding-right: 0.5rem;
  }
  .about-us-content-full-width .container-wrapper .intro h3 {
    float: left;
    padding-right: 8px; /* ie8 */
    padding-right: 0.5rem;
  }
  .about-us-content-full-width .container-wrapper .intro aside {
    float: right;
    padding-top: 12px; /* ie8 */
    padding-top: 0.75rem;
  }
  .about-us-content-full-width .container-wrapper .about-us-wrapper {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    margin: 0;
  }
  .about-us-content-full-width .container-wrapper .about-us-block {
    float: left;
    width: 66.666666%;
    padding-top: 16px; /* ie8 */
    padding-top: 1rem;
    padding-right: 2%;
    padding-bottom: 16px; /* ie8 */
    padding-bottom: 1rem;
    padding-left: 2%;
    margin: 0;
  }
  .about-us-content-full-width .container-wrapper .facebook-block {
    float: left;
    width: 33.333333%;
    padding-top: 16px; /* ie8 */
    padding-top: 1rem;
    padding-right: 2%;
    padding-bottom: 16px; /* ie8 */
    padding-bottom: 1rem;
    padding-left: 2%;
    margin: 0;
  }
}
@media only screen and (max-width: 730px) {
  .about-us-content-full-width .container-wrapper {
    padding: 0 16px; /* ie8 */
    padding: 0 1rem;
  }
  .about-us-content-full-width .container-wrapper .intro {
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
  .about-us-content-full-width .container-wrapper .intro h2 {
    float: left;
  }
  .about-us-content-full-width .container-wrapper .intro h3 {
    float: left;
  }
  .about-us-content-full-width .container-wrapper .intro aside {
    float: right;
    padding-top: 8px; /* ie8 */
    padding-top: 0.5rem;
  }
  .about-us-content-full-width .container-wrapper .about-us-block {
    width: 100%;
    float: none;
    padding-top: 16px; /* ie8 */
    padding-top: 1rem;
    padding-right: 2%;
    padding-bottom: 16px; /* ie8 */
    padding-bottom: 1rem;
    padding-left: 2%;
    margin: 0;
  }
  .about-us-content-full-width .container-wrapper .facebook-block {
    width: 100%;
    float: none;
    padding-top: 16px; /* ie8 */
    padding-top: 1rem;
    padding-right: 2%;
    padding-bottom: 16px; /* ie8 */
    padding-bottom: 1rem;
    padding-left: 2%;
    margin: 0;
  }
}
/*  =============================================================================
/    The news promo styles
/   ========================================================================== */
.promos-wrapper {
  padding: 1em 0;
  margin: 0 -2% 0 0;
}

.promo {
  display: inline-block;
  padding-top: 10px; /* ie8 */
  padding-top: 0.625rem;
  padding-right: 2%;
  padding-bottom: 32px; /* ie8 */
  padding-bottom: 2rem;
  padding-left: 0;
  margin: 0;
  /*&:nth-of-type(7n+2) {
  	.copy,
  	.thumbn img {
  		border-color: $pink01;
  	}
  }
  &:nth-of-type(7n+3) {

  	.copy,
  	.thumbn img {
  		border-color: $red01;
  	}
  }
  &:nth-of-type(7n+4) {

  	.copy,
  	.thumbn img {
  		border-color: $green-blue-ish;
  	}
  }
  &:nth-of-type(7n+5) {

  	.copy,
  	.thumbn img {
  		border-color: $blue01;
  	}
  }
  &:nth-of-type(7n+6) {

  	.copy,
  	.thumbn img {
  		border-color: $green01;
  	}
  }
  &:nth-of-type(7n+7) {

  	.copy,
  	.thumbn img {
  		border-color: $purple01;
  	}
  }*/
}
.promo.unpublished {
  opacity: 50%;
}
.promo.over .copy h3 {
  color: #007C9D;
}
.promo .video-holder {
  margin: 0;
}
.promo .thumbn {
  display: block;
  overflow: hidden;
  border-width: 0 0 8px 0;
  border-style: solid;
  border-color: #007070;
}
.promo .thumbn img {
  display: block;
  width: 100%;
}
.promo .copy {
  padding: 24px 0 0; /* ie8 */
  padding: 1.5rem 0 0;
}
.promo .copy a:hover, .promo .copy a:focus {
  text-decoration: none;
}
.promo .copy a:hover h3, .promo .copy a:hover .h3, .promo .copy a:focus h3, .promo .copy a:focus .h3 {
  color: #007C9D;
}
.promo .copy h3,
.promo .copy .h3 {
  color: #000000;
  font-size: 24px; /* ie8 */
  font-size: 1.5rem;
  line-height: 1.25;
  padding: 3px 0 0 0; /* ie8 */
  padding: 0.1875rem 0 0 0;
  margin: -16px 0 12px; /* ie8 */
  margin: -1rem 0 0.75rem;
}
.promo .copy h4,
.promo .copy .h4 {
  color: #007C9D;
  font-size: 20px; /* ie8 */
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
  text-transform: none;
  margin: 1rem 0 0;
}
.promo .copy p + p {
  text-indent: 0;
}
.promo.no-image {
  padding-bottom: 1rem;
  margin-top: 0;
}
.promo.no-image.omega {
  padding-bottom: 0;
  margin-top: 1rem;
  border-bottom: none;
}
.promo:nth-of-type(3n+1) {
  clear: left;
}

/*@media only screen and (max-width: 1024px) {

	.promos-wrapper {
		margin: 0 0 0 0;
	}
	.promo {
		width: 100%;
	    float: none;
	    @include rem(padding-top, 16px);
	    padding-right:0;
	    @include rem(padding-bottom, 16px);
	    padding-left: 0;
	    margin: 0;
	}
}*/
@media only screen and (max-width: 1024px) {
  .promos-wrapper {
    padding: 1em 0;
    margin: 0 -2% 0 0;
  }
  .promo {
    width: 33.3333333333%;
    float: left;
    padding-top: 16px; /* ie8 */
    padding-top: 1rem;
    padding-right: 2%;
    padding-bottom: 16px; /* ie8 */
    padding-bottom: 1rem;
    padding-left: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 700px) {
  .promos-wrapper {
    margin: 0 0 0 0;
  }
  .promo {
    width: 100%;
    float: none;
    padding-top: 16px; /* ie8 */
    padding-top: 1rem;
    padding-right: 0;
    padding-bottom: 16px; /* ie8 */
    padding-bottom: 1rem;
    padding-left: 0;
    margin: 0;
  }
}
/*  =============================================================================
/    The news promo styles
/   ========================================================================== */
.highlight-feature {
  position: relative;
}
.highlight-feature:before {
  content: "FEATURED";
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #c63c67;
  color: #ffffff;
  font-size: 12px; /* ie8 */
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.075em;
  padding: 12px 14px 8px; /* ie8 */
  padding: 0.75rem 0.875rem 0.5rem;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.highlight-feature .image-wrapper {
  clear: both;
  display: block;
  overflow: hidden;
  margin: 0 auto; /* ie8 */
  margin: 0 auto;
}
.highlight-feature .image-wrapper img {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.highlight-feature h2,
.highlight-feature .h2 {
  color: #000000;
  font-family: "PMN Caecilia W02", serif;
  font-size: 28px; /* ie8 */
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.25;
  padding: 21px 0 14px 0; /* ie8 */
  padding: 1.3125rem 0 0.875rem 0;
  border-bottom: none;
  margin: -6px 0 12px; /* ie8 */
  margin: -0.375rem 0 0.75rem;
}
.highlight-feature h2:after,
.highlight-feature .h2:after {
  display: none;
}

ul.highlight-list {
  clear: left;
  display: block;
  list-style: none;
  border: none;
  padding: 0;
  margin: 0 -2% 0 0;
}
ul.highlight-list > li {
  list-style: none;
}
.highlight {
  position: relative;
  background-color: transparent;
  border: 1px solid #c63c67;
  padding: 62px 25px 42px; /* ie8 */
  padding: 3.875rem 1.5625rem 2.625rem;
  margin: 0 0px 22px 0; /* ie8 */
  margin: 0 0rem 1.375rem 0;
}
.highlight:before {
  content: "FEATURED";
  position: absolute;
  top: 24px;
  left: 25px;
  z-index: 3;
  background-color: #c63c67;
  color: #ffffff;
  font-size: 12px; /* ie8 */
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.075em;
  padding: 6px 7px 3px; /* ie8 */
  padding: 0.375rem 0.4375rem 0.1875rem;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.highlight .meta {
  color: #000000;
  border-bottom: 0;
}
.highlight .meta .icon {
  color: #c63c67;
}
.highlight .copy {
  float: none;
  width: 100%;
}
.highlight h3 {
  color: #000000;
  font-size: 24px; /* ie8 */
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0;
  margin: 0px 0 8px; /* ie8 */
  margin: 0rem 0 0.5rem;
}
.highlight .thumbn {
  display: block;
  overflow: hidden;
  width: 100%;
  max-height: 300px;
  padding: 0;
  margin: -38px 0 10px 0; /* ie8 */
  margin: -2.375rem 0 0.625rem 0;
}
.highlight .thumbn .gallery {
  margin: 0;
}
.highlight .thumbn img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.highlight .video-holder {
  margin: -38px 0 10px 0; /* ie8 */
  margin: -2.375rem 0 0.625rem 0;
}
.highlight .video-holder img,
.highlight .video-holder iframe {
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.highlight ul.extra-info {
  display: block;
  position: absolute;
  right: -1px;
  bottom: 0;
  left: -1px;
  background-color: #fdf9fa;
  color: #ffffff;
  list-style: none;
  padding: 8px 25px; /* ie8 */
  padding: 0.5rem 1.5625rem;
  margin: 0;
}
.highlight ul.extra-info li {
  display: block;
  padding: 0;
}
.highlight ul.extra-info li:after {
  display: none;
}
.highlight ul.extra-info a {
  border-bottom-color: #ffffff;
  font-weight: bold;
}
.highlight ul.extra-info a:focus, .highlight ul.extra-info a:hover {
  color: #ffffff;
  border-bottom: none;
}
.highlight .kokiri-label {
  position: absolute;
  bottom: 0px;
  right: 0;
  background-color: #3f90ba;
  color: #ffffff;
  font-size: 14px; /* ie8 */
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  padding: 8px 10px; /* ie8 */
  padding: 0.5rem 0.625rem;
}
.highlight .kokiri-label .icon {
  margin-right: 0.5em;
}
.highlight .kokiri-label p {
  margin-bottom: 0;
}
.highlight .kokiri-label a {
  border-color: #ffffff;
}
.highlight .kokiri-label a:focus, .highlight .kokiri-label a:hover {
  color: #ffffff;
  border-color: transparent;
}
.highlight .kokiri-label a:focus {
  outline-color: #ffffff;
}
.highlight.with-extra-info {
  padding-bottom: 112px; /* ie8 */
  padding-bottom: 7rem;
}
.highlight.news {
  background-color: #fbfcfb;
  border-color: #77988e;
}
.highlight.news:before {
  content: "NEWS";
  background-color: #77988e;
}
.highlight.news .meta .icon {
  color: #35625e;
}
.highlight.news .extra-info {
  background-color: #77988e;
}
.highlight.event {
  border-color: #c63c67;
  background-color: #fdf9fa;
}
.highlight.event:before {
  content: "EVENT";
  background-color: #c63c67;
}
.highlight.event .meta .icon {
  color: #c63c67;
}
.highlight.event .extra-info {
  background-color: #c63c67;
}
.highlight.story {
  background-color: #fbfbff;
  border-color: #3f90ba;
}
.highlight.story:before {
  content: "STORY";
  background-color: #3f90ba;
}
.highlight.story .meta .icon {
  color: #3f90ba;
}
.highlight.story .extra-info {
  background-color: #3f90ba;
}

@media only screen and (max-width: 1024px) {
  ul.highlight-list {
    margin: 0 0 0 0;
  }
  ul.highlight-list > li {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0%;
  }
  ul.highlight-list > li.large {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0%;
  }
}
@media only screen and (max-width: 767px) {
  ul.highlight-list {
    margin: 0 -2% 0 0;
  }
  ul.highlight-list > li {
    float: left;
    width: 33.33333%;
    padding-left: 0;
    padding-right: 2%;
  }
  ul.highlight-list > li.large {
    float: left;
    width: 66.66666%;
    padding-left: 0;
    padding-right: 2%;
  }
}
@media only screen and (max-width: 700px) {
  ul.highlight-list {
    margin: 0 0 0 0;
  }
  ul.highlight-list > li {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0%;
  }
  ul.highlight-list > li.large {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0%;
  }
}
/*  =============================================================================
/    The news promo styles
/   ========================================================================== */
.location-blocks-wrapper {
  padding: 1em 0;
  margin: 0 -2% 0 0;
}

.location-block {
  display: inline-block;
  padding-top: 10px; /* ie8 */
  padding-top: 0.625rem;
  padding-right: 2%;
  padding-bottom: 32px; /* ie8 */
  padding-bottom: 2rem;
  padding-left: 0;
  margin: 0;
}
.location-block .video-holder {
  margin: 0;
}
.location-block .thumbn {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.location-block .thumbn img {
  display: block;
  width: 100%;
  border-width: 0px;
  border-style: solid;
  border-color: #d96919;
}
.location-block .copy {
  border-top: 8px solid #007070;
  padding: 4px 0 0; /* ie8 */
  padding: 0.25rem 0 0;
}
.location-block .copy h3,
.location-block .copy .h3 {
  color: #000000;
  font-size: 24px; /* ie8 */
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.25;
  padding: 7px 0 14px 0; /* ie8 */
  padding: 0.4375rem 0 0.875rem 0;
  border-bottom: 1px dotted #cccccc;
  margin: -16px 0 12px; /* ie8 */
  margin: -1rem 0 0.75rem;
}
.location-block .copy h4,
.location-block .copy .h4 {
  color: #c94870;
  font-family: "PMN Caecilia W02", serif;
  font-size: 17px; /* ie8 */
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.6;
  text-transform: none;
  margin: 1rem 0 0;
}
.location-block .copy p.see-map {
  font-size: 73%;
}
.location-block .copy p + p {
  text-indent: 0;
}
.location-block.no-image {
  padding-bottom: 1rem;
  margin-top: 0;
}
.location-block.no-image.omega {
  padding-bottom: 0;
  margin-top: 1rem;
  border-bottom: none;
}
.location-block:nth-child(3n+1) {
  clear: left;
}

@media only screen and (max-width: 1024px) {
  .location-blocks-wrapper {
    margin: 0 0 0 0;
  }
  .location-block {
    width: 100%;
    float: none;
    padding-top: 16px; /* ie8 */
    padding-top: 1rem;
    padding-right: 0;
    padding-bottom: 16px; /* ie8 */
    padding-bottom: 1rem;
    padding-left: 0;
    margin: 0;
  }
  .location-block .copy {
    border-top: none;
    border-bottom: 2px dotted #95beb1;
    margin-bottom: 32px; /* ie8 */
    margin-bottom: 2rem;
  }
  .location-block .copy p.see-map {
    margin: 6px 0 13px 0; /* ie8 */
    margin: 0.375rem 0 0.8125rem 0;
  }
  .location-block .copy h3,
  .location-block .copy .h3 {
    border-bottom: none;
    margin: -10px 0 0 0; /* ie8 */
    margin: -0.625rem 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .location-blocks-wrapper {
    padding: 1em 0;
    margin: 0 -2% 0 0;
  }
  .location-block {
    width: 33.3333333333%;
    float: left;
    padding-top: 16px; /* ie8 */
    padding-top: 1rem;
    padding-right: 2%;
    padding-bottom: 16px; /* ie8 */
    padding-bottom: 1rem;
    padding-left: 0;
    margin: 0;
  }
  .location-block .copy {
    border-top: 6px solid #95beb1;
    border-bottom: none;
    margin-bottom: 0;
  }
  .location-block .copy p.see-map {
    margin: 0 0 13px 0; /* ie8 */
    margin: 0 0 0.8125rem 0;
  }
  .location-block .copy h3,
  .location-block .copy .h3 {
    border-bottom: 1px dotted #cccccc;
    margin: -16px 0 12px; /* ie8 */
    margin: -1rem 0 0.75rem;
  }
}
@media only screen and (max-width: 700px) {
  .location-blocks-wrapper {
    margin: 0 0 0 0;
  }
  .location-block {
    width: 100%;
    float: none;
    padding-top: 16px; /* ie8 */
    padding-top: 1rem;
    padding-right: 0;
    padding-bottom: 16px; /* ie8 */
    padding-bottom: 1rem;
    padding-left: 0;
    margin: 0;
  }
  .location-block .copy {
    border-top: none;
    border-bottom: 2px dotted #95beb1;
    margin-bottom: 32px; /* ie8 */
    margin-bottom: 2rem;
  }
  .location-block .copy p.see-map {
    margin: 6px 0 13px 0; /* ie8 */
    margin: 0.375rem 0 0.8125rem 0;
  }
  .location-block .copy h3,
  .location-block .copy .h3 {
    border-bottom: none;
    margin: -10px 0 0 0; /* ie8 */
    margin: -0.625rem 0 0 0;
  }
}
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background-color: transparent;
}

.rsDefault .rsOverflow {
  margin: 0 0 7px;
}

.rsDefault .rsGCaption {
  background-color: transparent;
}

.rsDefault .rsArrow {
  z-index: 3;
}

.royalSlider.rsFullscreen {
  background-color: #000000;
}

.rsDefault .rsFullscreenBtn {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.rsDefault .rsThumbs {
  z-index: 4;
}

.rsDefault .rsThumbs .rsThumb {
  width: 225px;
}

.rsDefault .rsThumbsHor {
  height: 125px;
}

.rsDefault .rsThumb.rsNavSelected {
  background-color: transparent;
}

.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.6;
}

.rsDefault .rsArrowIcn,
.rsDefault .rsThumbsArrow,
.rsDefault .rsFullscreenIcn {
  background-color: rgba(0, 0, 0, 0.25);
}

.rsDefault .rsThumbsArrowDisabled {
  display: block !important;
}

.rsDefault .rsArrow,
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight,
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft,
.rsDefault .rsFullscreenBtn {
  opacity: 1;
}

@media only screen and (max-width: 62.5em) {
  .rsDefault .rsThumbs .rsThumb {
    width: 105px;
  }
  .rsDefault .rsThumbsHor {
    height: 60px;
  }
}
form.tag-form fieldset {
  position: relative;
  display: block;
  border: none;
  padding: 8px 0 0; /* ie8 */
  padding: 0.5rem 0 0;
}
form.tag-form fieldset.add-tags {
  margin-bottom: 16px; /* ie8 */
  margin-bottom: 1rem;
}
form.tag-form fieldset.add-tags input[type=text], form.tag-form fieldset.add-tags textarea {
  float: left;
  width: 45%;
}
form.tag-form fieldset.add-tags input[type=button], form.tag-form fieldset.add-tags textarea[type=button] {
  float: left;
}
form.tag-form legend {
  display: none;
}
form.tag-form .checkbox-tags {
  display: inline-block;
}
form.tag-form .checkbox-tags input[type=checkbox].tag, form.tag-form .checkbox-tags textarea[type=checkbox].tag {
  position: absolute;
  z-index: 0;
  opacity: 0;
}
form.tag-form .checkbox-tags input[type=checkbox].tag + label, form.tag-form .checkbox-tags textarea[type=checkbox].tag + label {
  position: relative;
  display: inline-block;
  float: left;
  z-index: 0;
  background-color: #ffffff;
  color: #2c2937;
  font-weight: normal;
  border-radius: 5px;
  border: 1px solid #2c2937;
  padding: 1px 16px 1px 28px; /* ie8 */
  padding: 0.0625rem 1rem 0.0625rem 1.75rem;
  margin: 0 12px 12px 0; /* ie8 */
  margin: 0 0.75rem 0.75rem 0;
  cursor: pointer;
}
form.tag-form .checkbox-tags input[type=checkbox].tag + label:before, form.tag-form .checkbox-tags textarea[type=checkbox].tag + label:before {
  position: absolute;
  display: inline-block;
  top: 10px; /* ie8 */
  top: 0.625rem;
  left: 12px; /* ie8 */
  left: 0.75rem;
  content: "\e90e";
  font-family: "tpk-icons";
  font-size: 0.6em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
}
form.tag-form .checkbox-tags input[type=checkbox].tag:checked + label, form.tag-form .checkbox-tags textarea[type=checkbox].tag:checked + label {
  background-color: #77988e;
  color: #ffffff;
  border-color: #77988e;
}
form.tag-form .checkbox-tags input[type=checkbox].tag:checked + label:before, form.tag-form .checkbox-tags textarea[type=checkbox].tag:checked + label:before {
  content: "\e90f";
}
form.tag-form .checkbox-tags input[type=checkbox].tag:focus, form.tag-form .checkbox-tags textarea[type=checkbox].tag:focus {
  outline: none;
}
form.tag-form .checkbox-tags input[type=checkbox].tag:focus + label, form.tag-form .checkbox-tags textarea[type=checkbox].tag:focus + label {
  outline-color: rgb(59, 153, 252);
  outline-style: auto;
  outline-width: 5px;
}
form.tag-form .checkbox-tags input[type=checkbox].tag:hover + label, form.tag-form .checkbox-tags textarea[type=checkbox].tag:hover + label {
  color: #77988e;
  border-color: #77988e;
}
form.tag-form .checkbox-tags input[type=checkbox].tag:checked:focus, form.tag-form .checkbox-tags textarea[type=checkbox].tag:checked:focus {
  outline: none;
}
form.tag-form .checkbox-tags input[type=checkbox].tag:checked:focus + label, form.tag-form .checkbox-tags textarea[type=checkbox].tag:checked:focus + label {
  outline-color: rgb(59, 153, 252);
  outline-style: auto;
  outline-width: 5px;
}
form.tag-form .checkbox-tags input[type=checkbox].tag:checked:hover + label, form.tag-form .checkbox-tags textarea[type=checkbox].tag:checked:hover + label {
  color: #2c2937;
  border-color: #2c2937;
}

html.no-js fieldset.add-tags {
  display: none;
}

html.no-js .tpkmodal {
  display: block;
  position: relative;
  clear: both;
  top: auto;
  left: auto;
  width: auto;
  z-index: auto;
  background-color: transparent;
  padding: 0;
  border: none;
  margin: 0;
}
html.no-js .tpkmodal .tpkmodalCloseButton {
  display: none;
}

html.tpkmodalopen {
  overflow: hidden;
  position: relative;
  height: 100%;
}
html.tpkmodalopen body {
  overflow: hidden;
  position: relative;
  height: 100%;
}

#tpkmodalOverlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5; /* places the tpkmodal overlay between the main page and the tpkmodal dialog*/
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(250, 250, 250, 0.8);
  padding: 0;
  margin: 0;
}

.tpkmodal {
  display: none;
  position: absolute;
  top: 15%;
  left: 25%;
  z-index: 6; /* places the tpkmodal dialog on top of everything else */
  width: 50%;
  background-color: #ffffff;
  padding: 40px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px #dddddd solid;
  margin-right: auto;
  margin-bottom: 15%;
  margin-left: auto;
}
.tpkmodal:focus {
  outline: none;
}
.tpkmodal .tpkmodal-liner {
  overflow-y: auto;
}

.tpkmodal h2 {
  color: #000000;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px; /* ie8 */
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.25;
  padding: 21px 0 14px 0; /* ie8 */
  padding: 1.3125rem 0 0.875rem 0;
  border-bottom: none;
  margin: -22px 0 12px; /* ie8 */
  margin: -1.375rem 0 0.75rem;
}
.tpkmodal h2:after {
  display: none;
}
.tpkmodal h2 + p {
  margin-top: -24px; /* ie8 */
  margin-top: -1.5rem;
}

.tpkmodalCloseButton {
  float: right;
  position: absolute;
  top: 10px;
  right: 4px;
  height: 25px;
  background-color: transparent;
  color: #999999;
  font-size: 14px; /* ie8 */
  font-size: 0.875rem;
  border: none;
}
.tpkmodalCloseButton:focus, .tpkmodalCloseButton:hover {
  background-color: transparent;
  color: #c94870;
  border: none;
}
.tpkmodalCloseButton:after {
  display: inline-block;
  content: "\e90d";
  font-family: "tpk-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.tpkmodalCloseButton img {
  border: 0;
}

.screen-reader-offscreen {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
}

@media only screen and (max-width: 600px) {
  .tpkmodal {
    display: none;
    top: 5%;
    left: 10%;
    z-index: 6; /* places the tpkmodal dialog on top of everything else */
    width: 80%;
    background-color: #ffffff;
    padding: 40px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px #dddddd solid;
    margin-right: auto;
    margin-bottom: 5%;
    margin-left: auto;
  }
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  color: #007C9D;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
  width: 100%;
}
.breadcrumbs span {
  margin-right: 10px;
}
.breadcrumbs ol {
  list-style-type: none;
  margin: 0;
}
.breadcrumbs ol li {
  display: inline;
  padding-right: 10px;
}
.breadcrumbs ol li:after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  background: url("/Themes/tpk-www/images/right-arrow-double.svg") no-repeat;
  background-size: 8px;
  vertical-align: middle;
  margin-left: 10px;
}
.breadcrumbs ol li:last-child:after {
  display: none;
}

.anchor-container {
  background-color: rgba(0, 124, 157, 0.05);
  font-family: "Bree Serif", "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
  padding: 20px;
  line-height: 2;
}
.anchor-container a {
  font-weight: 400;
  margin-right: 10px;
}
.anchor-container .anchor-link::after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  background: url("/Themes/tpk-www/images/down-arrow-double.svg") no-repeat;
  background-size: 14px;
  vertical-align: middle;
  margin-left: 5px;
}

.anchor:hover, .anchor:focus {
  text-decoration: none;
}

.side-nav .heading-container {
  margin-bottom: 25px;
}
.side-nav-heading {
  font-size: 24px;
  margin: 0;
  font-weight: 600;
  border-bottom: 1px solid #c5c4c4;
}
.side-nav-heading.translation {
  border-bottom: 0;
  font-weight: 400;
}
.side-nav ul {
  list-style-type: none;
  margin: 0;
}
.side-nav ul li {
  border-bottom: 1px solid #c5c4c4;
  margin: 0;
  padding: 7px 0;
}
.side-nav ul li a span {
  background: url("/Themes/tpk-www/images/plus-blue.svg") no-repeat right/20px;
  width: 50px;
  height: 20px;
}
.side-nav ul li > ul {
  display: none;
  margin-left: 1em;
  margin-top: 10px;
}
.side-nav ul li > ul li:first-child {
  border-top: 1px solid #c5c4c4;
}
.side-nav ul li > ul li:last-child {
  border-bottom: none;
}
.side-nav li.active > a {
  font-weight: 600;
  color: black;
}
.side-nav li.expanded > a span {
  background: url("/Themes/tpk-www/images/minus-blue.svg") no-repeat right/20px;
}
.side-nav li.expanded > ul {
  display: block;
}
.side-nav a {
  font-weight: 400;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.side-nav a:hover, .side-nav a:focus {
  cursor: pointer;
}

.published {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  background-color: rgba(121, 163, 66, 0.1);
  padding: 10px 20px;
  width: 100%;
  margin: 1rem 0;
}
.published-icon::before {
  content: "";
  display: flex;
  width: 24px;
  height: 24px;
  background: url("/Themes/tpk-www/images/published.svg") no-repeat;
  background-size: 24px;
  margin: 2px 15px 0 0;
}
.published p {
  margin-bottom: 0;
}

body {
  position: relative;
  overflow-x: hidden;
}
body:before {
  content: "";
  display: block;
  width: 100%;
  height: 600px;
  z-index: -999;
  position: absolute;
  top: -100px;
  left: 0;
  background: linear-gradient(180deg, rgba(169, 207, 231, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
body:after {
  content: "";
  display: block;
  background: url("/Themes/tpk-www/images/triangle-pattern.svg") no-repeat top right;
  position: absolute;
  z-index: -999;
  top: 0;
  right: 0;
  width: 1200px;
  max-width: 100vw;
  height: 416px;
}

.top-utility-bar {
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  min-height: 100px;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  .top-utility-bar {
    width: 100vw;
    color: #ffffff;
    background-color: #007C9D;
    padding-left: 25px;
    padding-right: 75px;
    padding-top: 0;
    min-height: 86px;
    min-width: 370px;
  }
}
.main-nav-popup .top-utility-bar {
  width: 100vw;
  position: fixed;
  overflow-y: auto;
  z-index: 1000;
  top: 0;
  transition: top 0.3s;
  color: #ffffff;
  background-color: #007C9D;
  padding-left: 25px;
  padding-right: 75px;
  padding-top: 0;
  min-height: 86px;
  min-width: 370px;
}
.top-utility-bar .environment {
  color: red;
  font-weight: 600;
  padding: 5px;
}
.top-utility-bar .logo {
  padding: 16px 8px 16px 0;
  display: block;
  width: 302px;
  height: 69px;
  background: url(/Themes/tpk-www/images/tpk-logo-colour.png) no-repeat;
  font-size: 0; /*Hide Text*/
}
.main-nav.open .top-utility-bar .logo {
  background: url(/Themes/tpk-www/images/tpk-logo-white.svg) no-repeat;
  background-size: contain;
  width: 302px;
  height: 69px;
}
@media only screen and (max-width: 1500px) {
  .top-utility-bar .logo {
    background: url(/Themes/tpk-www/images/tpk-logo-white.svg) no-repeat;
    background-size: contain;
    width: 270px !important;
    min-width: 270px !important;
    height: 62px !important;
  }
}
.main-nav-popup .top-utility-bar .logo {
  background: url(/Themes/tpk-www/images/tpk-logo-white.svg) no-repeat;
  background-size: contain;
  width: 270px !important;
  min-width: 270px !important;
  height: 62px !important;
}
.top-utility-bar .navmenu-toggle {
  display: none;
  justify-content: center;
  align-items: center;
  background: transparent;
  padding: 0;
  width: 50px;
  height: 40px;
  margin-left: 5px;
  position: absolute;
  right: 25px;
  border: 0;
}
.top-utility-bar .navmenu-toggle:hover, .top-utility-bar .navmenu-toggle:focus {
  background: rgba(51, 51, 51, 0.15);
}
.top-utility-bar .navmenu-toggle .hamburger {
  width: 30px;
  height: 25px;
  background: url("/Themes/tpk-www/images/hamburger.svg") no-repeat center;
  background-size: 25px;
  color: transparent;
}
.top-utility-bar .navmenu-toggle .xicon {
  width: 30px;
  height: 25px;
  background: url("/Themes/tpk-www/images/close.svg") no-repeat center;
  background-size: 25px;
  color: transparent;
  display: none;
}
.top-utility-bar .navmenu-toggle.open .hamburger {
  display: none;
}
.top-utility-bar .navmenu-toggle.open .xicon {
  display: block;
}
@media only screen and (max-width: 1500px) {
  .top-utility-bar .navmenu-toggle {
    display: flex;
  }
}
.main-nav-popup .top-utility-bar .navmenu-toggle {
  display: flex;
}

.language-switcher .language-options {
  display: flex;
  padding-top: 0;
}
.language-switcher a {
  position: relative;
  color: #000000;
  text-decoration: none;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 600;
}
.language-switcher a:hover, .language-switcher a:focus {
  background-color: rgba(51, 51, 51, 0.15);
  color: #000000;
}
.main-nav.open .language-switcher a {
  color: #ffffff;
}
@media only screen and (max-width: 1500px) {
  .language-switcher a {
    color: #ffffff;
  }
  .language-switcher a:hover, .language-switcher a:focus {
    background: rgba(51, 51, 51, 0.15);
    color: #ffffff;
  }
}
.main-nav-popup .language-switcher a {
  color: #ffffff;
}
.main-nav-popup .language-switcher a:hover, .main-nav-popup .language-switcher a:focus {
  background: rgba(51, 51, 51, 0.15);
  color: #ffffff;
}
@media only screen and (max-width: 520px) {
  .language-switcher.desktop-language-switcher {
    display: none;
  }
}
.language-switcher.mobile-language-switcher {
  display: none;
}
@media only screen and (max-width: 520px) {
  .language-switcher.mobile-language-switcher {
    display: block;
  }
  .language-switcher.mobile-language-switcher .language-options {
    padding-left: 15px;
    padding-right: 15px;
    justify-content: end;
  }
}

.mobile-search {
  display: none;
}
.mobile-search.navmenu-item {
  padding: 13px 25px 13px 15px;
}
.mobile-search.navmenu-item .top:after {
  display: none;
}
.mobile-search .search-form {
  width: 100%;
}
.mobile-search .navmenu-link__text {
  color: #ffffff;
}
@media only screen and (max-width: 1500px) {
  .mobile-search {
    display: block;
  }
}
.main-nav-popup .mobile-search {
  display: block;
}

.search-form {
  width: 100%;
}
.search-form .search-input-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.search-form .search-input-wrapper > span {
  width: 100%;
}
.search-form .search-input-wrapper button {
  background: url("/Themes/tpk-www/images/search.svg"), #024455;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  width: 50px;
  height: 50px;
  margin-left: -8px;
  border: 0;
  border-radius: 0 5px 5px 0;
}
.search-form input, .search-form textarea {
  border-radius: 5px;
  border: 0;
  background: #024455 !important;
  color: #ffffff;
  padding: 12px 20px;
  height: 50px;
}
.search-form.light input, .search-form.light textarea {
  background-color: #ffffff !important;
  color: #333333;
  border: 1px solid #024455;
  height: 45px;
}
.search-form.light .search-input-wrapper button {
  background: url("/Themes/tpk-www/images/search-blk.svg"), #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  width: 50px;
  height: 45px;
  margin-left: -8px;
  border: 1px solid #024455;
  border-left: 0;
}

.navmenu {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
  z-index: 1000;
}
@media only screen and (max-width: 1500px) {
  .navmenu {
    position: absolute;
    background: #007C9D;
    flex-wrap: wrap;
    margin: 0;
    right: 0;
  }
  .navmenu-collapse {
    display: none;
  }
  .navmenu:not(.navmenu-collapse) {
    display: block;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 450px) {
  .navmenu {
    max-width: 350px;
  }
}
.main-nav-popup .navmenu {
  display: none;
  position: fixed !important;
  overflow-y: auto;
  position: absolute;
  background: #007C9D;
  flex-wrap: wrap;
  margin: 0;
  right: 0;
}
.main-nav-popup .navmenu-collapse {
  display: none;
}
.main-nav-popup .navmenu:not(.main-nav-popup .navmenu-collapse) {
  display: block;
}
@media only screen and (min-width: 450px) {
  .main-nav-popup .navmenu {
    max-width: 350px;
  }
}
.navmenu-item {
  margin-bottom: 0 !important;
}
.navmenu-item .top {
  font-weight: 800;
}
.navmenu-item .top::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #C5C4C4;
  margin: 0 -15px;
}
@media only screen and (max-width: 1500px) {
  .navmenu-item .top::after {
    display: none;
  }
}
.main-nav-popup .navmenu-item .top::after {
  display: none;
}
.navmenu-item .bottom {
  font-weight: 600;
}
.navmenu-item.desktop-search {
  display: list-item;
}
.navmenu-item.desktop-search .navmenu-submenu .sub-nav li {
  display: flex;
}
.navmenu-item.desktop-search .navmenu-submenu .sub-nav li .search-form {
  display: inline-block;
  width: 65%;
}
.navmenu-item.desktop-search .navmenu-submenu .navmenu-heading {
  display: inline-block;
  margin-right: 16px;
}
.navmenu-item.desktop-search .navmenu-submenu .navmenu-heading__item {
  display: inline;
}
.navmenu-item.desktop-search .navmenu-submenu .navmenu-heading__item--sub {
  display: inline !important;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 1500px) {
  .navmenu-item.desktop-search {
    display: none;
  }
}
.main-nav-popup .navmenu-item.desktop-search {
  display: none;
}
.navmenu-item__search {
  border: 0;
  background: none;
  color: #333333;
  padding: 10px 15px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  border-radius: 5px;
}
.navmenu-item__search:hover, .navmenu-item__search:focus {
  background: rgba(51, 51, 51, 0.15);
  text-decoration: none;
  color: #333333;
  outline: none;
}
.navmenu-item__search svg path {
  fill: #333333;
}
.main-nav.open .navmenu-item__search svg path {
  fill: #ffffff;
}
.navmenu-item__search.open {
  background: rgba(0, 0, 0, 0.3);
}
.navmenu-item__search .bottom {
  opacity: 0;
}
.navmenu-item__search .top {
  text-align: center;
}
.navmenu-item:not(.desktop-search) {
  min-width: 150px;
}
.navmenu-link {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 15px;
  margin: 0;
  color: #333333;
  border-radius: 5px;
}
.navmenu-link:hover, .navmenu-link:focus {
  background: rgba(51, 51, 51, 0.15);
  color: #333333;
  text-decoration: none;
}
.navmenu-link__text {
  width: 100%;
}
.navmenu-link__text.bottom {
  font-weight: 600;
}
.navmenu-link__title {
  font-size: 20px;
  font-weight: 900;
}
.sub-nav__list--item > .navmenu-link {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 10px 30px 10px 15px;
}
.sub-nav__list--item > .navmenu-link:after {
  content: "";
  display: block;
  width: 15px;
  height: 11px;
  background: url(/Themes/tpk-www/images/arrow-right.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 10px;
}
.main-nav-popup .sub-nav__list--item > .navmenu-link:after {
  display: none;
}
@media only screen and (max-width: 1500px) {
  .navmenu-link {
    border-radius: 0;
    color: #ffffff;
  }
  .navmenu-link:hover, .navmenu-link:focus {
    background: rgba(51, 51, 51, 0.15);
    color: #ffffff;
  }
  .navmenu-link.expandable:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("/Themes/tpk-www/images/plus.svg") no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 30px;
  }
  .navmenu-link.expandable.open {
    background: rgba(0, 0, 0, 0.3);
  }
  .navmenu-link.expandable.open:after {
    background: url("/Themes/tpk-www/images/minus.svg") no-repeat !important;
  }
  .navmenu-link__title {
    font-size: 18px;
    font-weight: 700;
  }
  .navmenu-link__title:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 11px;
    background: url(/Themes/tpk-www/images/arrow-right.svg) no-repeat;
    background-size: 100%;
    margin-left: 15px;
  }
  .navmenu-link__text.bottom {
    font-weight: 400;
  }
  .sub-nav__list--item > .navmenu-link {
    padding: 10px 15px;
  }
  .sub-nav__list--item > .navmenu-link:after {
    display: none;
  }
}
.main-nav-popup .navmenu-link {
  border-radius: 0;
  color: #ffffff;
}
.main-nav-popup .navmenu-link:hover, .main-nav-popup .navmenu-link:focus {
  background: rgba(51, 51, 51, 0.15);
  color: #ffffff;
}
.main-nav-popup .navmenu-link.expandable:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("/Themes/tpk-www/images/plus.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  right: 20px;
  top: 30px;
}
.main-nav-popup .navmenu-link.expandable.open {
  background: rgba(0, 0, 0, 0.3);
}
.main-nav-popup .navmenu-link.expandable.open:after {
  background: url("/Themes/tpk-www/images/minus.svg") no-repeat !important;
}
.main-nav-popup .navmenu-link__title {
  font-size: 18px;
  font-weight: 700;
}
.main-nav-popup .navmenu-link__title:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 11px;
  background: url(/Themes/tpk-www/images/arrow-right.svg) no-repeat;
  background-size: 100%;
  margin-left: 15px;
}
.main-nav-popup .navmenu-link__text.bottom {
  font-weight: 400;
}
.sub-nav__list--item > .main-nav-popup .navmenu-link {
  padding: 10px 15px;
}
.sub-nav__list--item > .main-nav-popup .navmenu-link:after {
  display: none;
}

.main-nav-wrapper.main-nav-popup {
  padding-bottom: 199px;
}
@media only screen and (max-width: 1500px) {
  .main-nav-wrapper.main-nav-popup {
    padding-bottom: 86px;
  }
}

.main-nav .container-wrapper {
  padding: 0 80px;
}
@media only screen and (max-width: 1500px) {
  .main-nav .container-wrapper {
    padding: 0;
  }
}
.main-nav-popup .main-nav .container-wrapper {
  max-width: none;
  padding: 0;
}
.main-nav.open {
  color: #ffffff;
  background-color: #007C9D;
}
.main-nav.open .navmenu-link {
  color: #ffffff;
}
.main-nav.open .navmenu-link.open {
  background: rgba(0, 0, 0, 0.3);
}
.main-nav.open .navmenu-submenu.open {
  display: block;
}

.navmenu-submenu {
  display: none;
  width: 100%;
  background-color: #007C9D;
  left: 0;
  z-index: 1000;
  position: absolute;
  padding-top: 5px;
}
@media only screen and (max-width: 1500px) {
  .navmenu-submenu {
    padding-top: 0;
    position: inherit;
  }
}
.main-nav-popup .navmenu-submenu {
  padding-top: 0;
  position: inherit;
}
.navmenu-submenu.open {
  display: block;
}
.navmenu-submenu .navmenu-heading {
  margin-bottom: 48px;
}
.navmenu-submenu .navmenu-heading__item {
  color: #ffffff;
  font-family: "Bree Serif", "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
  font-weight: 400;
  margin: 0;
}
.navmenu-submenu .navmenu-heading__item--sub {
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  display: block;
  color: #ffffff;
}
.navmenu-submenu .button {
  color: #ffffff;
  border-color: #ffffff;
  background: transparent;
}
.navmenu-submenu .button:hover, .navmenu-submenu .button:focus {
  background: #ffffff;
  color: #007C9D;
  border-color: #ffffff;
}
.navmenu-submenu .button:hover svg path, .navmenu-submenu .button:focus svg path {
  fill: #007C9D;
}
.navmenu-submenu .button .arrow-right {
  margin: 0 0 2px 5px;
}
.navmenu-submenu .button svg {
  vertical-align: middle;
}
.navmenu-submenu .button.close-subnav {
  display: inline-block;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1500px) {
  .navmenu-submenu .button.close-subnav {
    display: none;
  }
}
.main-nav-popup .navmenu-submenu .button.close-subnav {
  display: none;
}
.navmenu-submenu__wrapper {
  position: relative;
}
.navmenu-submenu .sub-nav {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-left: 0;
  width: 100%;
  padding: 50px 10px 10px;
}
.navmenu-submenu .sub-nav li {
  width: 100%;
}
.navmenu-submenu .sub-nav__list {
  list-style-type: none;
  margin: 0;
}
.navmenu-submenu .sub-nav .column-3 {
  width: calc(25% - 10px);
  padding-left: 20px;
}
.navmenu-submenu .sub-nav .column-3.ltborder {
  margin-left: 12px;
  border-left: 2px solid #80bdce;
}
.navmenu-submenu .sub-nav .column-6 {
  width: 50%;
  padding-right: 30px;
}
.navmenu-submenu .sub-nav__description {
  display: list-item;
}
.navmenu-submenu .sub-nav__findoutmore {
  display: none;
}
@media only screen and (max-width: 1500px) {
  .navmenu-submenu .sub-nav {
    padding: 0;
  }
  .navmenu-submenu .sub-nav__description {
    display: none;
  }
  .navmenu-submenu .sub-nav .column-3 {
    width: 100%;
    padding-left: 0;
  }
  .navmenu-submenu .sub-nav .column-3.ltborder {
    margin-left: 0;
    border-left: 0;
  }
  .navmenu-submenu .sub-nav__findoutmore {
    display: list-item;
    padding: 15px;
  }
}
.main-nav-popup .navmenu-submenu .sub-nav {
  padding: 0;
}
.main-nav-popup .navmenu-submenu .sub-nav__description {
  display: none;
}
.main-nav-popup .navmenu-submenu .sub-nav .column-3 {
  width: 100%;
  padding-left: 0;
}
.main-nav-popup .navmenu-submenu .sub-nav .column-3.ltborder {
  margin-left: 0;
  border-left: 0;
}
.main-nav-popup .navmenu-submenu .sub-nav__findoutmore {
  display: list-item;
  padding: 15px;
}

.outcome {
    overflow: hidden;
    position: relative;
    display: table;
    width: 100%;
    border-bottom: 2px solid white;
}

.outcome > h1 {
    color: white;
    background-color: #007C9D;
    cursor: pointer;
    line-height: 1.5;
    margin: 0;
    padding: 1rem 1.5rem 1rem 1.5rem;
}
.outcome > h1::after {
    float: right;
    font-family: "Font Awesome 5 Free";
    display: block;
    content: "\f078";
}

.outcome.selected > h1::after {
    float: right;
    font-family: "Font Awesome 5 Free";
    display: block;
    content: "\f077";
}

.outcome h1 {
    font-weight: 700;
    font-size: 1.25rem;
}

.outcome section h1 {
    font-size: 1.1rem;
    padding: 1rem;
    margin: 0;
}
.outcome div {
    background-color: black;
}

.outcome section {
    background-color: #CCE4EB;
    width: 33%;
    display: table-cell;
    border-left: 1px solid white;
    margin: 0;
    padding: 0 1rem 1rem 1rem;
}

.outcome section:first-child {
    border-left: 0;
}

.outcome ul {
    margin: 0 0 0 1rem;
}

/* Colors */

.outcome.outcome-article-1 > h1 {
    background-color: #BA2365;
}

.outcome.outcome-article-1 section {
    background-color: #f5d6e4;
}

.outcome.outcome-article-2 > h1 {
    background-color: #934A72;
}

.outcome.outcome-article-2 section {
    background-color: #E9DBE2;
}

.outcome.outcome-article-3 > h1 {
    background-color: #665C90;
}

.outcome.outcome-article-3 section {
    background-color: #E0DEE8;
}

.outcome.outcome-article-4 > h1 {
    background-color: #007C9D;
}

.outcome.outcome-article-4 section {
    background-color: #CCE4EB;
}

.outcome.outcome-article-5 > h1 {
    background-color: #00847E;
}

.outcome.outcome-article-5 section {
    background-color: #CCE6E5;
}

.outcome.outcome-article-6 > h1 {
    background-color: #007947;
}

.outcome.outcome-article-6 section {
    background-color: #D8EAE3;
}

.outcome.outcome-article-7 > h1 {
    background-color: #688D38;
}

.outcome.outcome-article-7 section {
    background-color: #E8EDE1;
}

@media only screen and (max-width: 900px) {
    .outcome {
        display: block;
    }

    .outcome section {
        display: block;
        width: 100%;
        padding-bottom: 10px;
        opacity: 1 !important;
        border-left: 0 !important;
    }
}

