/* Minification failed. Returning unminified contents.
(8945,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@inlcude'
 */
/*! 
 * 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: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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 {
  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"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[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"],
input[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"] {
  -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,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-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;
}

.main-page-content > .container-wrapper {
  margin: 0 auto;
  padding: 0 2em;
  max-width: 864px;
  padding: 0;
  max-width: 910px;
}

@media only screen and (max-width: 1260px) {
  .main-page-content > .container-wrapper {
    padding: 0 32px;
    /* ie8 */
    padding:  0 2rem;
  }
}
@media only screen and (max-width: 730px) {
  .main-page-content > .container-wrapper {
    padding: 0 16px;
    /* ie8 */
    padding:  0 1rem;
  }
}
.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, .events-content-full-width .event-block, .today-in-history .title,
.today-in-history .description,
.today-in-history .image, .news-content-full-width .container-wrapper .news-promo, .initiatives-content-full-width .container-wrapper .initiatives-promo, .promo, ul.highlight-list > li, .location-block {
  float: left;
  width: 33.33333%;
  padding-left: 0;
  padding-right: 2%;
}
.three.omega, .events-content-full-width .omega.event-block, .today-in-history .omega.title,
.today-in-history .omega.description,
.today-in-history .omega.image, .news-content-full-width .container-wrapper .omega.news-promo, .initiatives-content-full-width .container-wrapper .omega.initiatives-promo, .omega.promo, ul.highlight-list > li.omega, .omega.location-block {
  width: 33.33333%;
  padding-left: 0;
  padding-right: 0;
}

.three-span-two, .today-in-history.no-image .description, ul.highlight-list > li.large {
  float: left;
  width: 66.66666%;
  padding-left: 0;
  padding-right: 2%;
}
.three-span-two.omega, .today-in-history.no-image .omega.description, ul.highlight-list > li.omega.large {
  width: 66.66666%;
  padding-left: 0;
  padding-right: 0;
}

.four, .home-pg .homepage-top .container-wrapper .homepage-intro, .events-content-full-width .intro, .news-content-full-width .container-wrapper .intro, .initiatives-content-full-width .container-wrapper .intro, .about-us-content-full-width .container-wrapper .intro, .about-us-content-full-width .container-wrapper .facebook-block {
  float: left;
  width: 25%;
  padding-left: 0;
  padding-right: 2%;
}
.four.omega, .home-pg .homepage-top .container-wrapper .omega.homepage-intro, .events-content-full-width .omega.intro, .news-content-full-width .container-wrapper .omega.intro, .initiatives-content-full-width .container-wrapper .omega.intro, .about-us-content-full-width .container-wrapper .omega.intro, .about-us-content-full-width .container-wrapper .omega.facebook-block {
  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, .events-content-full-width .events-promos-wrapper, .news-content-full-width .container-wrapper .news-promos-wrapper, .initiatives-content-full-width .container-wrapper .initiatives-promos-wrapper {
  float: left;
  width: 75%;
  padding-left: 0;
  padding-right: 2%;
}
.four-span-three.omega, .events-content-full-width .omega.events-promos-wrapper, .news-content-full-width .container-wrapper .omega.news-promos-wrapper, .initiatives-content-full-width .container-wrapper .omega.initiatives-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, .home-pg .homepage-top .container-wrapper .homepage-promo {
  float: left;
  width: 8.33333%;
  padding-left: 0;
  padding-right: 2%;
}
.twelve.omega, .home-pg .homepage-top .container-wrapper .omega.homepage-promo {
  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: 47.9375em) {
  html {
    font-size: 100%;
  }
}
@media only screen and (min-width: 150em) {
  html {
    font-size: 115%;
  }
}
@media only screen and (max-width: 600px) {
  .two,
  .three,
  .events-content-full-width .event-block,
  .today-in-history .title,
  .today-in-history .description,
  .today-in-history .image,
  .news-content-full-width .container-wrapper .news-promo,
  .initiatives-content-full-width .container-wrapper .initiatives-promo,
  .promo,
  ul.highlight-list > li,
  .location-block,
  .three-span-two,
  .today-in-history.no-image .description,
  ul.highlight-list > li.large,
  .four,
  .home-pg .homepage-top .container-wrapper .homepage-intro,
  .events-content-full-width .intro,
  .news-content-full-width .container-wrapper .intro,
  .initiatives-content-full-width .container-wrapper .intro,
  .about-us-content-full-width .container-wrapper .intro,
  .about-us-content-full-width .container-wrapper .facebook-block,
  .four-span-two,
  .about-us-content-full-width .container-wrapper .about-us-block,
  .four-span-three,
  .events-content-full-width .events-promos-wrapper,
  .news-content-full-width .container-wrapper .news-promos-wrapper,
  .initiatives-content-full-width .container-wrapper .initiatives-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,
  .home-pg .homepage-top .container-wrapper .homepage-promo,
  .sixteen {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 16px;
    /* ie8 */
    margin-bottom: 1rem;
  }
  .two.omega,
  .three.omega,
  .events-content-full-width .omega.event-block,
  .today-in-history .omega.title,
  .today-in-history .omega.description,
  .today-in-history .omega.image,
  .news-content-full-width .container-wrapper .omega.news-promo,
  .initiatives-content-full-width .container-wrapper .omega.initiatives-promo,
  .omega.promo,
  ul.highlight-list > li.omega,
  .omega.location-block,
  .three-span-two.omega,
  .today-in-history.no-image .omega.description,
  ul.highlight-list > li.omega.large,
  .four.omega,
  .home-pg .homepage-top .container-wrapper .omega.homepage-intro,
  .events-content-full-width .omega.intro,
  .news-content-full-width .container-wrapper .omega.intro,
  .initiatives-content-full-width .container-wrapper .omega.intro,
  .about-us-content-full-width .container-wrapper .omega.intro,
  .about-us-content-full-width .container-wrapper .omega.facebook-block,
  .four-span-two.omega,
  .about-us-content-full-width .container-wrapper .omega.about-us-block,
  .four-span-three.omega,
  .events-content-full-width .omega.events-promos-wrapper,
  .news-content-full-width .container-wrapper .omega.news-promos-wrapper,
  .initiatives-content-full-width .container-wrapper .omega.initiatives-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,
  .home-pg .homepage-top .container-wrapper .omega.homepage-promo,
  .sixteen.omega {
    width: 100%;
    margin-bottom: 0;
  }
}
@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-image: url("/themes/tpk-www/images/background-page-236x5.png");
  background-repeat: repeat-y;
  background-position: 0 0;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555555;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 400;
  height: 100%;
}

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-size: 48px;
  /* ie8 */
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 800;
  border-bottom: 1px dotted #cccccc;
  margin: 0 0 1rem;
}
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;
}

.landing-pg h1,
.landing-pg .h1,
.utility-error-pg h1,
.utility-error-pg .h1 {
  font-size: 72px;
  /* ie8 */
  font-size: 4.5rem;
  line-height: 1.1;
}

h2,
.h2 {
  position: relative;
  color: #c83c44;
  font-size: 30px;
  /* ie8 */
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0 0 0.8rem;
  border-bottom: none;
  margin: 40px 0 40px;
  /* ie8 */
  margin:  2.5rem 0 2.5rem;
}
h2:after,
.h2:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 5px;
  width: 100%;
  background: #d64042;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2NDA0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2QxM2UzZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOTVkM2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #d64042 0%, #d13e3e 50%, #d04b12 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d64042), color-stop(50%, #d13e3e), color-stop(100%, #d04b12));
  background: -webkit-linear-gradient(left, #d64042 0%, #d13e3e 50%, #d04b12 100%);
  background: -o-linear-gradient(left, #d64042 0%, #d13e3e 50%, #d04b12 100%);
  background: -ms-linear-gradient(left, #d64042 0%, #d13e3e 50%, #d04b12 100%);
  background: linear-gradient(to right, #d64042 0%, #d13e3e 50%, #d04b12 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD64042', endColorstr='#FFD04B12',GradientType=1 );
}
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;
}

h2 + ul.summary-list,
.h2 + ul.summary-list {
  border-top: none;
}

h3,
.h3 {
  color: #c83c44;
  font-family: "PMN Caecilia W02", serif;
  font-size: 18px;
  /* ie8 */
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 24px 0px 4px;
  /* ie8 */
  margin:  1.5rem 0px 0.25rem;
}
h3:after,
.h3:after {
  display: none;
}
h3.secondary,
.h3.secondary {
  color: #000000;
}

h4,
.h4 {
  font-size: 16px;
  /* ie8 */
  font-size: 1rem;
  line-height: 1.6;
  margin: 1rem 0 0.25rem;
  font-family: "PMN Caecilia W02", serif;
  color: #c83c44;
  text-transform: uppercase;
  font-weight: 400;
}
h4:after,
.h4:after {
  display: none;
}

h5,
.h5 {
  font-size: 24px;
  /* ie8 */
  font-size: 1.5rem;
  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.85714;
}

.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.85714;
}
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,
ol li {
  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;
  padding-right: 8px;
  /* ie8 */
  padding-right: 0.5rem;
  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;
}

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: .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: 47.9375em) {
  .landing-pg h1,
  .utility-error-pg h1 {
    font-size: 40px;
    /* ie8 */
    font-size: 2.5rem;
    line-height: 1.1;
  }
}
@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:  0px 0px 1rem 0px;
}
.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: #555555;
  background-color: white;
  padding: 12px 16px;
  /* ie8 */
  padding:  0.75rem 1rem;
  border: 1px solid #ededed;
}
.filters > ul > li a:hover, .filters > ul > li a:focus {
  background-color: white;
  color: #009789;
  border: 1px solid #31ffec;
  -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: white;
  background-color: #555555;
  padding: 12px 16px;
  /* ie8 */
  padding:  0.75rem 1rem;
  border: 1px solid #555555;
}
.filters > ul > li.selected a:hover, .filters > ul > li.selected a:focus {
  background-color: black;
  color: white;
  border: 1px solid #555555;
  -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;
}

.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: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow.top:after {
  top: auto;
  bottom: -20px;
}

.right-hand-side {
  background-color: white;
  margin-left: 236px;
}

.main-page-content {
  padding: 80px 0 32px;
  /* ie8 */
  padding:  5rem 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.01563;
}
.main-page-content .page-meta-left {
  float: left;
  width: 62%;
  margin-bottom: 32px;
  /* ie8 */
  margin-bottom: 2rem;
}
.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.98429;
  -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: 24px;
  /* ie8 */
  font-size: 1.5rem;
  line-height: 1.25;
  padding: 0;
  border-bottom: none;
  margin: 0 0 24px;
  /* ie8 */
  margin:  0 0 1.5rem;
}
.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: 33%;
  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;
}
.main-page-content .publication-right h3 {
  margin-bottom: 0;
}
.main-page-content .publication-right h4 {
  font-size: 12px;
  /* ie8 */
  font-size: 0.75rem;
  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.08333;
}
.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) {
  .top-utility-bar .language-switcher {
    padding-right: 8px;
    /* ie8 */
    padding-right: 0.5rem;
  }
  .top-utility-bar .language-switcher .language-toggle {
    margin-left: 4px;
    /* ie8 */
    margin-left: 0.25rem;
  }

  .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: 1px dotted #cccccc;
}

.pagination {
  margin: 32px 0 0;
  /* ie8 */
  margin:  2rem 0 0;
}
.pagination.date {
  margin: 12px 0px 10px;
  /* ie8 */
  margin:  0.75rem 0px 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;
  font-size: 16px;
  /* ie8 */
  font-size: 1rem;
  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;
  line-height: 1;
  margin: 16px 4px 32px 0;
  /* ie8 */
  margin:  1rem 0.25rem 2rem 0;
}
.pagination .older a,
.pagination .previous a {
  display: block;
  position: relative;
  min-width: 175px;
  /* ie8 */
  min-width: 10.9375rem;
  background-color: white;
  color: #555555;
  font-family: "PMN Caecilia W02", serif;
  font-size: 13.6px;
  /* ie8 */
  font-size: 0.85rem;
  line-height: 1;
  text-align: right;
  border: 1px solid #ededed;
  padding: 12px 16px 12px 32px;
  /* ie8 */
  padding:  0.75rem 1rem 0.75rem 2rem;
}
.pagination .older a i,
.pagination .previous a i {
  position: absolute;
  left: 16px;
  /* ie8 */
  left: 1rem;
}
.pagination .older a:hover, .pagination .older a:focus,
.pagination .previous a:hover,
.pagination .previous a:focus {
  color: #009789;
  border: 1px solid #31ffec;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.pagination .older a:active,
.pagination .previous a:active {
  color: #00cab8;
}
.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;
  min-width: 175px;
  /* ie8 */
  min-width: 10.9375rem;
  background-color: white;
  color: #555555;
  font-family: "PMN Caecilia W02", serif;
  font-size: 13.6px;
  /* ie8 */
  font-size: 0.85rem;
  line-height: 1;
  text-align: left;
  padding: 12px 32px 12px 16px;
  /* ie8 */
  padding:  0.75rem 2rem 0.75rem 1rem;
  border: 1px solid #ededed;
}
.pagination .newer a i,
.pagination .next a i {
  position: absolute;
  right: 16px;
  /* ie8 */
  right: 1rem;
}
.pagination .newer a:hover, .pagination .newer a:focus,
.pagination .next a:hover,
.pagination .next a:focus {
  color: #009789;
  border: 1px solid #31ffec;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.pagination .newer a:active,
.pagination .next a:active {
  color: #00cab8;
}
.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* ie8 */
  opacity: 0.4;
  cursor: default;
}
.pagination .disabled a:hover, .pagination .disabled a:focus {
  background-color: white;
  color: #555555;
  border: 1px solid #ededed;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.share-buttons {
  padding: 16px 0px 4px;
  /* ie8 */
  padding:  1rem 0px 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: 47.9375em) 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: 47.9375em) {
  body {
    background-image: none;
  }

  .mobile {
    display: block;
  }

  .top-utility-bar .search-form {
    display: none;
  }

  .language-switcher {
    display: none;
  }

  .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;
  }

  .logo {
    width: 70%;
    text-align: center;
    padding: 0 !important;
    margin: 10px auto;
  }

  .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 .breadcrumbs ul {
    padding: 0 0 4px;
    /* ie8 */
    padding:  0 0 0.25rem;
    border-bottom: 1px solid #aaaaaa;
    margin: 0 0 16px;
    /* ie8 */
    margin:  0 0 1rem;
  }
  .main-page-content .breadcrumbs ul li {
    display: block;
    margin-right: 8px;
    /* ie8 */
    margin-right: 0.5rem;
  }
  .main-page-content .breadcrumbs ul li i {
    margin-right: 8px;
    /* ie8 */
    margin-right: 0.5rem;
  }
  .main-page-content .breadcrumbs ul li:nth-child(2) {
    padding-left: 12px;
    /* ie8 */
    padding-left: 0.75rem;
  }
  .main-page-content .breadcrumbs ul li:nth-child(3) {
    padding-left: 24px;
    /* ie8 */
    padding-left: 1.5rem;
  }
  .main-page-content .breadcrumbs ul li a:link, .main-page-content .breadcrumbs ul li a:visited {
    color: #6f6f6f;
    font-family: "PMN Caecilia W02", serif;
    font-weight: 400;
    font-size: 12px;
    /* ie8 */
    font-size: 0.75rem;
    line-height: 1;
  }
  .main-page-content .breadcrumbs ul li a:hover, .main-page-content .breadcrumbs ul li a:active {
    color: #000000;
  }
  .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;
  }
}
@media only screen and (max-width: 600px) {
  .main-page-content .breadcrumbs ul li {
    display: block;
  }
  .main-page-content .page-meta h1 {
    font-size: 36px;
    /* ie8 */
    font-size: 2.25rem;
  }

  .landing-pg .landing-promos-row {
    background-image: none;
  }
  .landing-pg .landing-promos-row.two {
    background-image: none;
  }
  .landing-pg .landing-promos-row .promo {
    background-color: #FFE7B8;
  }
}
/* 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 {
  clear: both;
  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: #ededed;
}
.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 .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: auto;
}
.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: 1px dotted #cccccc;
  margin: 0 0 8px;
  /* ie8 */
  margin:  0 0 0.5rem;
}
.meta li {
  position: relative;
  display: block;
  font-size: 12px;
  /* ie8 */
  font-size: 0.75rem;
  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;
}

.main-page-content a,
.events-content a,
.events-content-full-width a,
.page-bottom a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px dotted #000000;
  word-break: break-word;
}
.main-page-content a[href^=mailto],
.events-content a[href^=mailto],
.events-content-full-width a[href^=mailto],
.page-bottom a[href^=mailto] {
  display: inline-block;
  word-break: break-all;
}
.main-page-content a:hover, .main-page-content a:focus,
.events-content a:hover,
.events-content a:focus,
.events-content-full-width a:hover,
.events-content-full-width a:focus,
.page-bottom a:hover,
.page-bottom a:focus {
  color: #c94870;
  border-bottom: 1px dotted #c94870;
}

.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 a.secondary,
.events-content a.secondary,
.events-content-full-width a.secondary,
.page-bottom a.secondary {
  border-bottom-style: solid;
}
.main-page-content a.secondary:hover, .main-page-content a.secondary:focus,
.events-content a.secondary:hover,
.events-content a.secondary:focus,
.events-content-full-width a.secondary:hover,
.events-content-full-width a.secondary:focus,
.page-bottom a.secondary:hover,
.page-bottom a.secondary:focus {
  color: #c94870;
  border-bottom-color: #c94870;
}

.main-page-content h2 a {
  color: inherit;
  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;
  margin: 16px 18px 13px 0;
  /* ie8 */
  margin:  1rem 1.125rem 0.8125rem 0;
}
.read-more a,
.faux-button a {
  display: inline-block;
  padding: 8px 16px;
  /* ie8 */
  padding:  0.5rem 1rem;
  background-color: #2c2937;
  color: #ffffff;
  font-size: 16px;
  /* ie8 */
  font-size: 1rem;
  border: 1px solid transparent;
}
.read-more a:hover, .read-more a:focus,
.faux-button a:hover,
.faux-button a:focus {
  background-color: #ffffff;
  color: #2c2937;
  border: 1px solid #2c2937;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: 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 #ededed;
  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: #ffffff;
  color: #2c2937;
  border: 1px solid #2c2937;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: 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: #888888;
  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 #5dcaf5;
  cursor: pointer;
  background: #e8feff;
  -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 {
  background-color: #b5fbff;
  border: 1px solid #1ED4C3;
  color: #000000;
}

/* 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: 25%;
  -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: #000000;
  font-size: 13.6px;
  /* ie8 */
  font-size: 0.85rem;
  line-height: 1;
  padding: 12px 16px;
  /* ie8 */
  padding:  0.75rem 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: 0px solid #cccccc;
  -webkit-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  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;
}

/* .focus class is also added on hover */
.dropdown-easy li.focus {
  background: #c83c44;
  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: 16px;
  font-size: 1rem;
  line-height: 1.625;
  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;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}

.radiobuttons label {
  font-weight: normal;
}
.radiobuttons input[type="radio"] {
  margin: 2px 16px 0 0;
  /* ie8 */
  margin:  0.125rem 1rem 0 0;
}

.checkboxes label {
  font-weight: normal;
}
.checkboxes input[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 {
  border: 1px solid red;
  color: red;
  padding: 1em 1em 0;
  background-color: #ffffcc;
}

.validation-summary-errors span {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
}

.invalid label {
  color: #ff0000;
}
.invalid label .field-required {
  color: #ff0000;
}
.invalid input[type="text"], .invalid textarea,
.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 */
button,
.button,
input[type="submit"] {
  display: inline-block;
  padding: 8px 16px;
  /* ie8 */
  padding:  0.5rem 1rem;
  background-color: #2c2937;
  color: #ffffff;
  font-size: 16px;
  /* ie8 */
  font-size: 1rem;
  border: 1px solid transparent;
}
button.small,
.button.small,
input[type="submit"].small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.85714;
  padding: 4.33333px 8.66667px;
  /* ie8 */
  padding:  0.27083rem 0.54167rem;
}
button.large,
.button.large,
input[type="submit"].large {
  font-size: 30.006px;
  font-size: 1.87538rem;
  line-height: 1.73299;
  padding: 13px 26px;
  /* ie8 */
  padding:  0.8125rem 1.625rem;
}
button.disabled,
.button.disabled,
input[type="submit"].disabled {
  background: #cccccc;
  cursor: default;
}
button:hover, button:focus,
.button:hover,
.button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #ffffff;
  color: #2c2937;
  border: 1px solid #2c2937;
}
button.blue,
.button.blue,
input[type="submit"].blue {
  background: #00645B;
}
button.blue:hover, button.blue:focus,
.button.blue:hover,
.button.blue:focus,
input[type="submit"].blue:hover,
input[type="submit"].blue:focus {
  background: #ff0000;
}
button.secondary,
.button.secondary,
input[type="submit"].secondary {
  background-color: transparent;
  color: #000000;
  border: 1px solid #000000;
}
button.secondary:hover, button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
}
button.tertiary,
.button.tertiary,
input[type="submit"].tertiary {
  background-color: #ffffff;
  color: #77988e;
  border: 1px solid #77988e;
}
button.tertiary:hover, button.tertiary:focus,
.button.tertiary:hover,
.button.tertiary:focus,
input[type="submit"].tertiary:hover,
input[type="submit"].tertiary:focus {
  color: #ffffff;
  background-color: #77988e;
  border: 1px solid #ffffff;
}
button.quaternary,
.button.quaternary,
input[type="submit"].quaternary {
  background-color: #77988e;
  color: #ffffff;
  border: 1px solid transparent;
}
button.quaternary:hover, button.quaternary:focus,
.button.quaternary:hover,
.button.quaternary:focus,
input[type="submit"].quaternary:hover,
input[type="submit"].quaternary:focus {
  background-color: #ffffff;
  color: #77988e;
  border: 1px solid #77988e;
}
button.quinary,
.button.quinary,
input[type="submit"].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,
.button.quinary:hover,
.button.quinary:focus,
input[type="submit"].quinary:hover,
input[type="submit"].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;
  -moz-border-radius: 0px;
  -webkit-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: 47.9375em) {
  .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;
    -moz-border-radius: 0px;
    -webkit-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;
  }
}
img {
  max-width: 100%;
  height: auto;
}

figure img {
  display: block;
}

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 {
  display: inline-block;
  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 {
  display: inline-block;
  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: #990F3A;
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-family: "PMN Caecilia W02", serif;
  font-weight: 400;
  padding: 8px 12px;
  /* ie8 */
  padding:  0.5rem 0.75rem;
  margin: 0;
}

.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;
  }
}
.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;
}

/**
 * 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-x: scroll;
}

table {
  margin-bottom: 26px;
  /* ie8 */
  margin-bottom: 1.625rem;
  width: 100%;
  margin: 2rem 0;
}

th,
td {
  text-align: left;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 6.5px;
  /* ie8 */
  padding: 0.40625rem;
  padding: 0.75rem 0.5rem;
}

th {
  background: #ffb5d7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjVkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjg0YmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffb5d7 0%, #ff84bf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb5d7), color-stop(100%, #ff84bf));
  background: -webkit-linear-gradient(top, #ffb5d7 0%, #ff84bf 100%);
  background: -o-linear-gradient(top, #ffb5d7 0%, #ff84bf 100%);
  background: -ms-linear-gradient(top, #ffb5d7 0%, #ff84bf 100%);
  background: linear-gradient(to bottom, #ffb5d7 0%, #ff84bf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFB5D7', endColorstr='#FFFF84BF',GradientType=0 );
  color: black;
}

td {
  border-bottom: 1px solid #ff1f8f;
}

td.numeric {
  text-align: right;
}

@media only screen and (max-width: 47.9375em) {
  .cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }

  * html .cf {
    zoom: 1;
  }

  *:first-child + html .cf {
    zoom: 1;
  }

  table {
    display: block;
    position: relative;
    width: 100%;
  }

  thead {
    display: block;
    float: left;
  }

  thead tr {
    display: inline-block;
    border-top: 1px solid #555555;
    border-left: 1px solid #555555;
  }

  th {
    display: block;
    vertical-align: top;
    text-align: left;
    border-top: 0 !important;
    border-right: 1px solid #555555 !important;
    border-bottom: 1px solid #555555 !important;
    border-left: 0 !important;
  }

  tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }

  tbody tr {
    display: inline-block;
    border-top: 1px solid #555555;
  }

  td {
    display: block;
    min-height: 1.25em;
    vertical-align: top;
    text-align: left;
    border-top: 0 !important;
    border-right: 1px solid #555555 !important;
    border-bottom: 1px solid #555555 !important;
    border-left: 0 !important;
  }
}
.main-page-content a,
.main-page-content button,
.logo {
  -webkit-transition: all 0s linear;
  -ms-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}

/*  =============================================================================
/    The footer styling
/   ========================================================================== */
html.no-js footer {
  margin-left: 236px;
}
html.no-js .home-pg footer {
  margin-left: 0px;
}

footer {
  position: relative;
  background-color: #a32e35;
  background: #d96b19;
  background: -moz-linear-gradient(top, #d96b19 0%, #cb3b1e 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d96b19), color-stop(50%, #cb3b1e));
  background: -webkit-linear-gradient(top, #d96b19 0%, #cb3b1e 50%);
  background: -o-linear-gradient(top, #d96b19 0%, #cb3b1e 50%);
  background: -ms-linear-gradient(top, #d96b19 0%, #cb3b1e 50%);
  background: linear-gradient(to bottom, #d96b19 0%, #cb3b1e 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD96B19', endColorstr='#FFCB3B1E',GradientType=0 );
  margin-left: 0;
}
footer .breadcrumbs {
  float: left;
  padding: 16px 32px;
  /* ie8 */
  padding:  1rem 2rem;
}
footer .breadcrumbs aside {
  display: inline-block;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.73333;
  margin-right: 8px;
  /* ie8 */
  margin-right: 0.5rem;
}
footer .breadcrumbs ul {
  display: inline-block;
  margin: 0;
}
footer .breadcrumbs ul li {
  display: inline-block;
  position: relative;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.73333;
  font-weight: 600;
  margin: 0 0 0 12px;
  /* ie8 */
  margin:  0 0 0 0.75rem;
}
footer .breadcrumbs ul li a {
  color: white;
  text-shadow: 1px 1px 0px rgba(163, 46, 46, 0.5);
  text-decoration: none;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  padding: 0 0 0.8px;
  /* ie8 */
  padding:  0 0 0.05rem;
}
footer .breadcrumbs ul li a:hover, footer .breadcrumbs ul li a:focus {
  text-shadow: none;
  border-bottom: 1px solid #ffffff;
}
footer .breadcrumbs ul li i {
  margin-left: 12px;
  /* ie8 */
  margin-left: 0.75rem;
}
footer .breadcrumbs ul .current-page:after {
  content: "";
}
footer .update-note {
  float: right;
  padding: 16px 32px;
  /* ie8 */
  padding:  1rem 2rem;
}
footer .update-note p {
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.73333;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
footer .update-note p i {
  margin-right: 4px;
  /* ie8 */
  margin-right: 0.25rem;
  font-weight: normal;
}
footer .page-bottom {
  background-color: white;
}
footer .page-bottom .bottom-left {
  float: left;
  padding: 32px;
  /* ie8 */
  padding: 2rem;
}
footer .page-bottom .bottom-left .all-of-govt-logo {
  padding: 16px 0;
  /* ie8 */
  padding:  1rem 0;
}
footer .page-bottom .bottom-left .all-of-govt-logo a {
  border-bottom: none;
}
footer .page-bottom .bottom-left .all-of-govt-logo a:hover {
  box-shadow: none;
  background-color: transparent;
}
footer .page-bottom .bottom-right {
  float: right;
  max-width: 480px;
  /* ie8 */
  max-width: 30rem;
  padding: 32px;
  /* ie8 */
  padding: 2rem;
}
footer .page-bottom .bottom-right .creative-commons-logo {
  margin-bottom: 16px;
  /* ie8 */
  margin-bottom: 1rem;
}
footer .page-bottom .bottom-right p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.73333;
  color: #6f6f6f;
}
footer .page-bottom .bottom-right p a:link, footer .page-bottom .bottom-right p a:visited {
  color: #00645B;
  text-decoration: none;
  border-bottom: 1px dotted #00645B;
}
footer .page-bottom .bottom-right p a:hover, footer .page-bottom .bottom-right p a:active {
  color: #009789;
  border-bottom: 1px dotted #00cab8;
}
footer .page-bottom-nav {
  margin: 0;
}
footer .page-bottom-nav li {
  display: inline-block;
  margin-right: 16px;
  /* ie8 */
  margin-right: 1rem;
}
footer .page-bottom-nav li a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.73333;
  color: #00645B;
  text-decoration: none;
  border-bottom: 1px dotted #00645B;
}
footer .page-bottom-nav li a:hover, footer .page-bottom-nav li a:focus {
  color: #009789;
  border-bottom: 1px dotted #00cab8;
}

@media only screen and (max-width: 1260px) {
  footer .breadcrumbs,
  footer .update-note {
    float: none;
    width: auto;
  }
  footer .breadcrumbs ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 16px;
    /* ie8 */
    padding-bottom: 1rem;
  }
  footer .update-note p {
    padding-top: 0;
  }
  footer .page-bottom .bottom-left,
  footer .page-bottom .bottom-right {
    float: none;
    width: auto;
  }
  footer .page-bottom .bottom-left {
    padding-bottom: 0;
  }
  footer .page-bottom .bottom-left .all-of-govt-logo {
    padding-bottom: 32px;
    /* ie8 */
    padding-bottom: 2rem;
    border-bottom: 1px solid #fafafa;
  }
}
@media only screen and (max-width: 800px) {
  html.no-js footer {
    margin-left: 0px;
  }

  footer .breadcrumbs ul {
    padding-bottom: 0;
  }
  footer .breadcrumbs ul li {
    display: block;
    margin: 16px;
    /* ie8 */
    margin: 1rem;
    padding-left: 16px;
    /* ie8 */
    padding-left: 1rem;
  }
  footer .breadcrumbs ul li:after {
    left: 0;
  }
}
/*  =============================================================================
/    Styles specific to the homepage
/   ========================================================================== */
.home-pg {
  background-image: none;
}
.home-pg .homepage-top {
  width: 100%;
  background: #ffffff;
}
.home-pg .homepage-top .container-wrapper {
  max-width: 2080px;
  padding: 0 5em;
  margin: 0 auto;
}
.home-pg .homepage-top .container-wrapper .homepage-intro {
  padding-top: 3em;
  padding-bottom: 2em;
  margin: 0;
}
.home-pg .homepage-top .container-wrapper .homepage-intro:first-child {
  border: none;
}
.home-pg .homepage-top .container-wrapper .homepage-intro .homepage-title h1 {
  background-image: url(/themes/tpk-www/images/gradient-overlay01.png), url(/themes/tpk-www/images/pattern-3c.png);
  background-repeat: no-repeat,repeat-x;
  background-size: auto, 80px;
  background-position: bottom left, bottom right;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.08333;
  font-weight: 800;
  border-bottom: none;
  color: black;
  padding: 0 0 1em 8px;
  margin: 0 0 1rem -8px;
}
.home-pg .homepage-top .container-wrapper .homepage-intro .homepage-title h1:after {
  content: none;
}
.home-pg .homepage-top .container-wrapper .homepage-intro .homepage-description p {
  border-left: 3px solid #c94870;
  padding-left: 8px;
  /* ie8 */
  padding-left: 0.5rem;
  margin-bottom: 0;
}
.home-pg .homepage-top .container-wrapper .homepage-intro .homepage-description p.lead {
  color: #161415;
  font-family: "PMN Caecilia W02", serif;
  border-left: none;
  padding-left: 0;
  margin-bottom: 13px;
  /* ie8 */
  margin-bottom: 0.8125rem;
}
.home-pg .homepage-top .container-wrapper .homepage-intro .header-underline {
  height: 35px;
  width: auto;
  margin: 0 0 1rem;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* ie8 */
  opacity: 0.5;
}
.home-pg .homepage-top .container-wrapper .homepage-promo {
  width: 75%;
  float: left;
  padding: 0 2%;
  margin: 3em 0 2em;
}
.home-pg .homepage-top .container-wrapper .homepage-promo img {
  display: block;
}
.home-pg .homepage-top .container-wrapper .homepage-promo .image-wrapper {
  overflow: hidden;
}
.home-pg .homepage-top .container-wrapper .homepage-promo .homepage-promo-meta {
  overflow: hidden;
  background-color: #95beb1;
  background: -moz-linear-gradient(top, #95beb1 0%, #77988e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #95beb1), color-stop(100%, #77988e));
  background: -webkit-linear-gradient(top, #95beb1 0%, #77988e 100%);
  background: -o-linear-gradient(top, #95beb1 0%, #77988e 100%);
  background: -ms-linear-gradient(top, #95beb1 0%, #77988e 100%);
  background: linear-gradient(to bottom, #95beb1 0%, #77988e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF95BEB1', endColorstr='#FF77988E',GradientType=0 );
  color: #ffffff;
  padding: 0 20px;
  /* ie8 */
  padding:  0 1.25rem;
  margin: 0;
}
.home-pg .homepage-top .container-wrapper .homepage-promo .homepage-promo-meta h3 {
  color: #ffffff;
  font-size: 34px;
  /* ie8 */
  font-size: 2.125rem;
  font-weight: 300;
  border-bottom: 1px dotted #ffffff;
  padding: 15px 20px;
  /* ie8 */
  padding:  0.9375rem 1.25rem;
  margin: 0 -20px 20px;
  /* ie8 */
  margin:  0 -1.25rem 1.25rem;
}
.home-pg .homepage-top .container-wrapper .homepage-promo .homepage-promo-meta .faux-button {
  float: right;
  margin-top: 0;
}
.home-pg .events-content {
  padding: 2rem 0 1rem;
  background-color: white;
}
.home-pg .bottom-widgets-content {
  padding: 0 0 3rem;
  background-color: white;
}

@media only screen and (min-width: 1260px) and (max-width: 1500px) {
  .home-pg .homepage-top .container-wrapper .homepage-intro h2 {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 1260px) {
  .home-pg .homepage-top .container-wrapper {
    padding: 0 32px;
    /* ie8 */
    padding:  0 2rem;
  }
  .home-pg .homepage-top .container-wrapper .homepage-intro {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .home-pg .homepage-top .container-wrapper .homepage-intro .homepage-title {
    float: none;
    width: 100%;
    padding-left: 2%;
    padding-bottom: 0;
    padding-right: 2%;
    margin: 0;
  }
  .home-pg .homepage-top .container-wrapper .homepage-intro .homepage-title h1 br {
    display: none;
  }
  .home-pg .homepage-top .container-wrapper .homepage-intro .homepage-description {
    width: 100%;
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    margin: 0;
  }
  .home-pg .homepage-top .container-wrapper .homepage-intro .homepage-description .news-social-homepage li {
    display: inline-block;
    margin-right: 1.5rem;
  }
  .home-pg .homepage-top .container-wrapper .homepage-promo {
    width: 100%;
    float: left;
    padding: 1em 2% 1em;
    margin: 0;
  }
}
@media only screen and (max-width: 730px) {
  .home-pg .homepage-top .container-wrapper {
    padding: 0 16px;
    /* ie8 */
    padding:  0 1rem;
  }
  .home-pg .homepage-top .container-wrapper .homepage-intro {
    padding-left: 2%;
    padding-bottom: 0;
    padding-right: 2%;
    margin: 0;
  }
  .home-pg .homepage-top .container-wrapper .homepage-intro .homepage-title {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .home-pg .homepage-top .container-wrapper .homepage-intro .homepage-description {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .home-pg .homepage-top .container-wrapper .homepage-intro .homepage-description .news-social-homepage li {
    display: block;
  }
  .home-pg .homepage-top .container-wrapper .homepage-top-promo {
    width: 100%;
    float: none;
    padding: 1em 2% 1em;
    margin: 0;
  }
}
/*  =============================================================================
/    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.08333;
  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.08333;
  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.33333333333333333%;
    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;
}

ul.accessable-nav {
  /* has 'hidden' class as well */
  list-style-type: none;
  background-color: white;
}
ul.accessable-nav li {
  list-style-type: none;
  background-color: white;
  padding: 0.1rem 0.3rem;
  margin: 0;
}
ul.accessable-nav li a:focus {
  position: relative !important;
  display: block !important;
  left: 99999em;
  background-color: white;
  color: #990F3A;
  font-size: 1em;
  font-weight: 600;
  height: auto;
  line-height: 1.5;
  text-decoration: none;
  list-style-type: none;
  padding: 12px 12px 8px;
  /* ie8 */
  padding:  0.75rem 0.75rem 0.5rem;
  border: 0 none;
  margin: 0;
}

.top-utility-bar {
  background-color: #fff;
}
.top-utility-bar .logo {
  float: left;
  min-width: 200px;
  padding: 16px 8px 16px;
  /* ie8 */
  padding:  1rem 0.5rem 1rem;
}
.top-utility-bar .logo a:hover, .top-utility-bar .logo a:focus {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.top-utility-bar .language-switcher {
  float: right;
  padding: 24px 24px 24px 0px;
  /* ie8 */
  padding:  1.5rem 1.5rem 1.5rem 0px;
}
.top-utility-bar .language-switcher p {
  color: #555555;
  font-family: "PMN Caecilia W02", serif;
  font-weight: 400;
  font-size: 12px;
  /* ie8 */
  font-size: 0.75rem;
  padding: 8px 0px;
  /* ie8 */
  padding:  0.5rem 0px;
  margin: 0 auto;
}
.top-utility-bar .language-switcher .language-toggle {
  position: relative;
  color: #00645B;
  text-decoration: none;
  padding: 16px 8px;
  /* ie8 */
  padding:  1rem 0.5rem;
  border: none;
  margin-left: 8px;
  /* ie8 */
  margin-left: 0.5rem;
  zoom: 1;
}
.top-utility-bar .language-switcher .language-toggle:hover, .top-utility-bar .language-switcher .language-toggle:focus {
  background-color: #d5e5e0;
  color: #00645B;
}
.top-utility-bar .language-switcher .selected {
  background-color: white;
  color: #c63c67;
  font-weight: 800;
  -webkit-text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.5);
  -ms-text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.5);
  -moz-text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.5);
  -o-text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.5);
  text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.5);
  border: 1px dotted #dddddd;
}
.top-utility-bar .language-switcher .selected:hover, .top-utility-bar .language-switcher .selected:focus {
  background-color: #d5e5e0;
  color: #00645B;
}
.top-utility-bar .search-form {
  float: right;
  width: 220px;
  margin: 24.6px 24px 0 8px;
  /* ie8 */
  margin:  1.5375rem 1.5rem 0 0.5rem;
}

.search-form {
  position: relative;
  padding: 0;
  margin: 0;
}
.search-form fieldset {
  padding: 0;
  margin: 0;
}
.search-form fieldset input[type="text"], .search-form fieldset textarea,
.search-form fieldset input[type="password"] {
  display: block;
  width: 100%;
  height: 32.8px;
  /* ie8 */
  height: 2.05rem;
  background-color: white;
  color: #555555;
  font-size: 16px;
  /* ie8 */
  font-size: 1rem;
  line-height: 2;
  padding: 0 48px 0 10px;
  /* ie8 */
  padding:  0 3rem 0 0.625rem;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #bbbbbb;
  margin: 0;
}
.search-form fieldset input[type="text"]:focus, .search-form fieldset textarea:focus,
.search-form fieldset input[type="password"]:focus {
  background-color: #f4fdfc;
  color: #000000;
  border: 1px solid #5dcaf5;
}
.search-form fieldset .search-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 32.8px;
  /* ie8 */
  height: 2.05rem;
  min-height: 19px;
  /* ie8 */
  min-height: 1.1875rem;
  background-color: #3c3c3c;
  color: #ffffff;
  font-size: 19.2px;
  /* ie8 */
  font-size: 1.2rem;
  line-height: 1;
  padding: 0 9px;
  /* ie8 */
  padding:  0 0.5625rem;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.search-form fieldset .search-button i {
  line-height: 1;
}
.search-form fieldset .search-button:hover, .search-form fieldset .search-button:focus {
  background-color: #1ED4C3;
  color: #000000;
  border: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.nav-wrapper {
  z-index: 999;
  overflow: hidden;
  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 */
  padding: 0;
  border-top: 5px solid #c63c67;
}

/* navigation */
.primary-nav {
  height: auto;
  background-image: url("/themes/tpk-www/images/koru.png");
  background-repeat: no-repeat;
  background-position: left 60%;
  overflow: hidden;
  text-align: center;
  font-size: 79%;
}

.nav-head {
  display: block;
  background-color: #efebe1;
  background-image: url("/themes/tpk-www/images/pattern-2-inverse-white.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 78px 20px 64px;
  /* ie8 */
  padding:  4.875rem 1.25rem 4rem;
  text-align: left;
}
.nav-head aside {
  font-size: 24px;
  /* ie8 */
  font-size: 1.5rem;
  padding-bottom: 8px;
  /* ie8 */
  padding-bottom: 0.5rem;
}
.nav-head h2 {
  font-size: 24px;
  /* ie8 */
  font-size: 1.5rem;
  line-height: 1.4;
  color: #000000;
  text-decoration: none;
  padding: 0 0 8px;
  /* ie8 */
  padding:  0 0 0.5rem;
  margin: 0;
}
.nav-head h2 a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px dotted black;
}
.nav-head h2 a i {
  margin-right: 8px;
  /* ie8 */
  margin-right: 0.5rem;
}
.nav-head h2 a:hover, .nav-head h2 a:focus {
  background-color: #c7f7f3;
  color: #00645B;
  border-bottom: 1px dotted #00645B;
  -webkit-box-shadow: 0 0 1px 0.3rem #c7f7f3;
  -moz-box-shadow: 0 0 1px 0.3rem #c7f7f3;
  -ms-box-shadow: 0 0 1px 3px #c7f7f3;
  /* ie8 */
  -ms-box-shadow: 0 0 1px 0.3rem #c7f7f3;
  -o-box-shadow: 0 0 1px 0.3rem #c7f7f3;
  box-shadow: 0 0 1px 0.3rem #c7f7f3;
}
.nav-head h2:after {
  content: "";
  height: 0;
}
.nav-head h3 {
  color: #000000;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 1.44444;
  font-weight: 700;
  text-shadow: none;
  padding: 0;
  margin: 0;
}
.nav-head.kokiri h2 {
  color: #000000;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 0 0 4px;
  /* ie8 */
  padding:  0 0 0.25rem;
  margin: 0;
}
.nav-head.kokiri h2:after {
  height: 0;
  content: "";
}
.nav-head.kokiri p a {
  color: #000000;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 1.44444;
  font-weight: 700;
  text-shadow: none;
  padding: 0;
  border-bottom: 1px dotted black;
  margin: 0;
}

.primary-nav {
  /* button subnav styling */
}
.primary-nav ul.level_0 {
  /* level_0 and level_1 are visially the same (horizontal nav top of the page, desktop), BvL */
  display: block;
  max-width: 859.5px;
  /* ie8 */
  max-width: 53.71875rem;
  float: none;
  background-color: #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 */
  list-style: none;
  margin: 0 auto;
}
.primary-nav ul.level_0 > li,
.primary-nav ul.level_0 > li.selected,
.primary-nav ul.level_0 > li.current {
  display: block;
  float: left;
  margin: 0;
}
.primary-nav ul.level_0 > li > a,
.primary-nav ul.level_0 > li.selected > a,
.primary-nav ul.level_0 > li.current > a {
  display: block;
  float: left;
  width: 143px;
  min-height: 160px;
  /* ie8 */
  min-height: 10rem;
  background-color: transparent;
  /* ie8 */
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  font-size: 15.8px;
  /* ie8 */
  font-size: 0.9875rem;
  text-shadow: 1px 1px 0px #B93C20;
  /* ie8 */
  text-shadow: 1px 1px 0px rgba(163, 46, 46, 0.5);
  line-height: 1.1;
  text-align: left;
  text-decoration: none;
  -webkit-transition: background-color 400ms linear;
  -ms-transition: background-color 400ms linear;
  -moz-transition: background-color 400ms linear;
  -o-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
  padding: 20px 16px 32px;
  /* ie8 */
  padding:  1.25rem 1rem 2rem;
  margin: 0 0 0 1px;
}
.primary-nav ul.level_0 > li > a:hover, .primary-nav ul.level_0 > li > a:focus,
.primary-nav ul.level_0 > li.selected > a:hover,
.primary-nav ul.level_0 > li.selected > a:focus,
.primary-nav ul.level_0 > li.current > a:hover,
.primary-nav ul.level_0 > li.current > a:focus {
  background-color: #f04f1d;
  /* ie8 */
  background-color: rgba(255, 255, 255, 0.2);
}
.primary-nav ul.level_0 > li > a > .top,
.primary-nav ul.level_0 > li.selected > a > .top,
.primary-nav ul.level_0 > li.current > a > .top {
  display: block;
  min-height: 46px;
  /* ie8 */
  min-height: 2.875rem;
  font-size: 18px;
  /* ie8 */
  font-size: 1.125rem;
  font-weight: 600;
  vertical-align: bottom;
  word-wrap: break-word;
  padding-bottom: 4px;
  /* ie8 */
  padding-bottom: 0.25rem;
}
.primary-nav ul.level_0 > li > a > .bottom,
.primary-nav ul.level_0 > li.selected > a > .bottom,
.primary-nav ul.level_0 > li.current > a > .bottom {
  display: block;
  font-size: 13.6px;
  /* ie8 */
  font-size: 0.85rem;
  font-weight: 600;
  padding: 16px 0 0;
  /* ie8 */
  padding:  1rem 0 0;
  border-top: 1px dotted white;
}
.primary-nav ul.level_1 {
  /* level_0 and level_1 are visially the same, horizontal nav top of the page (desktop), BvL */
  display: inline-block;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.primary-nav ul.level_1 > li {
  display: block;
  float: left;
  margin: 0;
}
.primary-nav ul.level_1 > li > a {
  display: block;
  float: left;
  width: 143px;
  min-height: 160px;
  /* ie8 */
  min-height: 10rem;
  background-color: transparent;
  /* ie8 */
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  font-size: 15.8px;
  /* ie8 */
  font-size: 0.9875rem;
  text-shadow: 1px 1px 0px #B93C20;
  /* ie8 */
  text-shadow: 1px 1px 0px rgba(163, 46, 46, 0.5);
  line-height: 1.1;
  text-align: left;
  text-decoration: none;
  -webkit-transition: background-color 400ms linear;
  -ms-transition: background-color 400ms linear;
  -moz-transition: background-color 400ms linear;
  -o-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
  padding: 20px 16px 32px;
  /* ie8 */
  padding:  1.25rem 1rem 2rem;
}
.primary-nav ul.level_1 > li > a:hover, .primary-nav ul.level_1 > li > a:focus {
  background-color: #f04f1d;
  /* ie8 */
  background-color: rgba(255, 255, 255, 0.2);
}
.primary-nav ul.level_1 > li > a > .top {
  display: block;
  min-height: 46px;
  /* ie8 */
  min-height: 2.875rem;
  font-size: 18px;
  /* ie8 */
  font-size: 1.125rem;
  font-weight: 600;
  vertical-align: bottom;
  word-wrap: break-word;
  padding-bottom: 4px;
  /* ie8 */
  padding-bottom: 0.25rem;
}
.primary-nav ul.level_1 > li > a > .bottom {
  display: block;
  font-size: 13.6px;
  /* ie8 */
  font-size: 0.85rem;
  font-weight: 600;
  padding: 16px 0 0;
  /* ie8 */
  padding:  1rem 0 0;
  border-top: 1px dotted white;
}
.primary-nav ul.level_1 > li > .secondlevel {
  display: none;
}
.primary-nav ul.level_1 > li.current > a,
.primary-nav ul.level_1 > li.selected > a {
  background-color: #ffffff;
  color: #000000;
  font-weight: 300;
  text-shadow: none;
}
.primary-nav ul.level_1 > li.current > a .bottom,
.primary-nav ul.level_1 > li.selected > a .bottom {
  border-top: 1px dotted #555555;
}
.primary-nav ul.level_1 > li.current > a:hover, .primary-nav ul.level_1 > li.current > a:focus,
.primary-nav ul.level_1 > li.selected > a:hover,
.primary-nav ul.level_1 > li.selected > a:focus {
  background-color: white;
  color: #00645B;
}
.primary-nav ul.level_1 > li.current > .secondlevel,
.primary-nav ul.level_1 > li.selected > .secondlevel {
  /* this is a wrapper for the 2nd level of navigation, BvL */
  display: block;
  position: absolute;
  left: 0;
  top: 256px;
  /* ie8 */
  top: 16rem;
  width: 236px;
  height: auto;
  z-index: 4;
}
.primary-nav ul.level_1 > li.utility-nav-link {
  /* this is a specific nav item that is not displayed, desktop mode, BvL */
  display: none;
}
.primary-nav ul.level_2 {
  /* level_2 */
  display: block;
  float: left;
  text-align: left;
  list-style: none;
  padding: 0;
  border-bottom: 1px dotted #ffffff;
  margin: 0;
}
.primary-nav ul.level_2 > li,
.primary-nav ul.level_2 > li.selected.with-sub-nav {
  display: block;
  position: relative;
  clear: left;
  float: left;
  width: 236px;
  height: auto;
  background-color: #efebe1;
  border-top: 1px dotted #ffffff;
  padding: 0;
  margin: 0;
}
.primary-nav ul.level_2 > li:first-child,
.primary-nav ul.level_2 > li.selected.with-sub-nav:first-child {
  border-top: 0;
}
.primary-nav ul.level_2 > li > a,
.primary-nav ul.level_2 > li.selected.with-sub-nav > a {
  display: block;
  width: 84%;
  width: 100%;
  height: auto;
  color: #990F3A;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  border: 0;
  padding-top: 12px;
  /* ie8 */
  padding-top: 0.75rem;
  padding-right: 8%;
  padding-bottom: 8px;
  /* ie8 */
  padding-bottom: 0.5rem;
  padding-left: 8%;
  margin: 0;
}
.primary-nav ul.level_2 > li > a:hover, .primary-nav ul.level_2 > li > a:focus,
.primary-nav ul.level_2 > li.selected.with-sub-nav > a:hover,
.primary-nav ul.level_2 > li.selected.with-sub-nav > a:focus {
  color: #000000;
  background-color: #FFFAED;
  /* ie8 */
  background-color: rgba(255, 255, 255, 0.75);
}
.primary-nav ul.level_2 > li.with-sub-nav {
  /* the li (width) needs fit the link plus button.subnav, BvL */
}
.primary-nav ul.level_2 > li.with-sub-nav > a {
  display: block;
  float: left;
  width: 75%;
  width: 86.5%;
  height: auto;
  color: #990F3A;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  border: none;
  padding-top: 12px;
  /* ie8 */
  padding-top: 0.75rem;
  padding-right: 3%;
  padding-bottom: 8px;
  /* ie8 */
  padding-bottom: 0.5rem;
  padding-left: 8%;
  margin: 0;
}
.primary-nav ul.level_2 li.selected.current {
  background-color: #ffffff;
}
.primary-nav ul.level_2 li.selected.current > a {
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  -webkit-text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.5);
  -moz-text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.5);
  -ms-text-shadow: -1px 1px 0px #FFF8E5;
  /* ie8 */
  -ms-text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.5);
  -o-text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.5);
  text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.5);
  border-bottom: none;
}
.primary-nav ul.level_2 li.with-sub-nav.over > a {
  color: #000000;
  background-color: #FFFAED;
  /* ie8 */
  background-color: rgba(255, 255, 255, 0.75);
}
.primary-nav ul.level_2 li.with-sub-nav.over > ul {
  display: block;
  position: absolute;
  top: 0;
  left: 236px;
  width: 236px;
  box-shadow: 1px 1px 1px #cccccc;
}
.primary-nav ul.level_2 li.selected > a {
  color: #000000;
  font-weight: 600;
  text-decoration: none;
  border-bottom: none;
}
.primary-nav ul.level_2 li.selected > ul {
  /* level_3 + */
  position: relative;
  z-index: 0;
  left: 0;
  float: left;
  box-shadow: 0;
}
.primary-nav ul.level_2 li.selected.with-sub-nav > ul {
  /* level_3 */
  position: relative;
  z-index: 0;
  left: 0;
  float: left;
  box-shadow: none;
}
.primary-nav ul.level_3 {
  /* level_3 */
  display: block;
  position: absolute;
  left: -1236px;
  width: 236px;
  z-index: 2;
  background-color: #f5efe1;
  border: none;
  padding: 0;
  margin: 0;
}
.primary-nav ul.level_3 > li {
  display: block;
  position: relative;
  clear: left;
  float: left;
  width: 236px;
  height: auto;
  border-top: 0;
  padding: 0;
  margin: 0;
}
.primary-nav ul.level_3 > li > a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0.86667;
  display: block;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: #990F3A;
  text-decoration: none;
  border: none;
  padding-top: 12px;
  /* ie8 */
  padding-top: 0.75rem;
  padding-right: 6%;
  padding-bottom: 8px;
  /* ie8 */
  padding-bottom: 0.5rem;
  padding-left: 10%;
  margin: 0;
}
.primary-nav ul.level_3 > li > a:hover, .primary-nav ul.level_3 > li > a:focus {
  color: #000000;
  background-color: #FFFAED;
  /* ie8 */
  background-color: rgba(255, 255, 255, 0.75);
}
.primary-nav ul.level_3 > li.with-sub-nav > a {
  float: left;
  width: 86.5%;
  padding-top: 12px;
  /* ie8 */
  padding-top: 0.75rem;
  padding-right: 3%;
  padding-bottom: 8px;
  /* ie8 */
  padding-bottom: 0.5rem;
  padding-left: 10%;
}
.primary-nav ul.level_3 > li.selected.with-sub-nav > a {
  float: left;
  width: 85%;
  width: 100%;
  padding-top: 12px;
  /* ie8 */
  padding-top: 0.75rem;
  padding-right: 6%;
  padding-bottom: 8px;
  /* ie8 */
  padding-bottom: 0.5rem;
  padding-left: 10%;
}
.primary-nav ul.level_4 {
  /* level_4 */
  display: block;
  position: absolute;
  left: -1472px;
  width: 236px;
  z-index: 2;
  background-color: #faf4e3;
  border: none;
  padding: 0;
  margin: 0;
}
.primary-nav ul.level_4 > li {
  display: block;
  position: relative;
  clear: left;
  float: left;
  width: 236px;
  height: auto;
  border-top: 0;
  padding: 0;
  margin: 0;
}
.primary-nav ul.level_4 > li > a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0.86667;
  display: block;
  color: #990F3A;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
  border: none;
  padding-top: 12px;
  /* ie8 */
  padding-top: 0.75rem;
  padding-right: 4%;
  padding-bottom: 8px;
  /* ie8 */
  padding-bottom: 0.5rem;
  padding-left: 12%;
  margin: 0;
}
.primary-nav ul.level_4 > li > a:hover, .primary-nav ul.level_4 > li > a:focus {
  color: #000000;
  background-color: #FFFAED;
  /* ie8 */
  background-color: rgba(255, 255, 255, 0.75);
}
.primary-nav ul.level_4 > li.with-sub-nav > a {
  float: left;
  width: 86.5%;
  text-decoration: none;
  padding-top: 12px;
  /* ie8 */
  padding-top: 0.75rem;
  padding-right: 3%;
  padding-bottom: 8px;
  /* ie8 */
  padding-bottom: 0.5rem;
  padding-left: 12%;
}
.primary-nav ul.level_4 > li.selected.with-sub-nav > a {
  float: left;
  width: 100%;
  padding-top: 12px;
  /* ie8 */
  padding-top: 0.75rem;
  padding-right: 6%;
  padding-bottom: 8px;
  /* ie8 */
  padding-bottom: 0.5rem;
  padding-left: 12%;
}
.primary-nav ul.level_5 {
  /* level_5 */
  display: block;
  position: absolute;
  left: -1708px;
  width: 236px;
  z-index: 2;
  background-color: #fcf7e8;
  border: none;
  padding: 0;
  margin: 0;
}
.primary-nav ul.level_5 > li {
  display: block;
  position: relative;
  clear: left;
  float: left;
  width: 236px;
  height: auto;
  border-top: 0;
  padding: 0;
  margin: 0;
}
.primary-nav ul.level_5 > li > a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0.86667;
  display: block;
  color: #990F3A;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
  border: none;
  padding-top: 12px;
  /* ie8 */
  padding-top: 0.75rem;
  padding-right: 4%;
  padding-bottom: 8px;
  /* ie8 */
  padding-bottom: 0.5rem;
  padding-left: 14%;
  margin: 0;
}
.primary-nav ul.level_5 > li > a:hover, .primary-nav ul.level_5 > li > a:focus {
  color: #000000;
  background-color: #FFFAED;
  /* ie8 */
  background-color: rgba(255, 255, 255, 0.75);
}
.primary-nav ul.level_5 > li.with-sub-nav > a {
  float: left;
  width: 86.5%;
  text-decoration: none;
  padding-top: 12px;
  /* ie8 */
  padding-top: 0.75rem;
  padding-right: 3%;
  padding-bottom: 8px;
  /* ie8 */
  padding-bottom: 0.5rem;
  padding-left: 14%;
}
.primary-nav ul.level_5 > li.selected.with-sub-nav > a {
  float: left;
  width: 100%;
  padding-top: 12px;
  /* ie8 */
  padding-top: 0.75rem;
  padding-right: 6%;
  padding-bottom: 8px;
  /* ie8 */
  padding-bottom: 0.5rem;
  padding-left: 14%;
}
.primary-nav ul.level_6 {
  /* level_6 */
  display: block;
  position: absolute;
  left: -1944px;
  width: 236px;
  z-index: 2;
  background-color: #fffbf0;
  border: none;
  padding: 0;
  margin: 0;
}
.primary-nav ul.level_6 > li {
  display: block;
  position: relative;
  clear: left;
  float: left;
  width: 100%;
  height: auto;
  border-top: 0;
  padding: 0;
  margin: 0;
}
.primary-nav ul.level_6 > li > a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0.86667;
  display: block;
  color: #990F3A;
  font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
  border: none;
  padding-top: 12px;
  /* ie8 */
  padding-top: 0.75rem;
  padding-right: 4%;
  padding-bottom: 8px;
  /* ie8 */
  padding-bottom: 0.5rem;
  padding-left: 16%;
  margin: 0;
}
.primary-nav ul.level_6 > li > a:hover, .primary-nav ul.level_6 > li > a:focus {
  color: #000000;
  background-color: #FFFAED;
  /* ie8 */
  background-color: rgba(255, 255, 255, 0.75);
}
.primary-nav ul.level_6 > li.with-sub-nav > a {
  float: left;
  width: 86.5%;
  text-decoration: none;
  padding-top: 12px;
  /* ie8 */
  padding-top: 0.75rem;
  padding-right: 3%;
  padding-bottom: 8px;
  /* ie8 */
  padding-bottom: 0.5rem;
  padding-left: 16%;
}
.primary-nav ul.level_7 {
  /* level_7 */
  display: none !important;
}
.primary-nav ul.level_0 li.upalevel,
.primary-nav ul.level_1 li.upalevel,
.primary-nav ul.level_2 li.upalevel,
.primary-nav ul.level_3 li.upalevel,
.primary-nav ul.level_4 li.upalevel,
.primary-nav ul.level_5 li.upalevel,
.primary-nav ul.level_6 li.upalevel {
  display: none;
}
.primary-nav ul.level_0 > li > button.subnav,
.primary-nav ul.level_1 > li > button.subnav {
  display: none;
}
.primary-nav ul.level_2 button.subnav {
  float: left;
  width: 13.5%;
  min-height: 40px;
  /* ie8 */
  min-height: 2.5rem;
  overflow: hidden;
  background: transparent;
  color: inherit;
  text-align: left;
  text-indent: -9999em;
  cursor: pointer;
  border-radius: 0;
  border: none;
  border-left: 1px solid #ffffff;
  padding: 0;
  margin: 0;
}
.primary-nav ul.level_2 button.subnav:after {
  display: inline-block;
  content: "\e615";
  font-family: tpk-icons;
  text-indent: 9994.7em;
}
.primary-nav ul.level_2 li.selected > button.subnav {
  display: none;
}

.left-hand-side .secondlevel {
  /* some page have navigation in the left hand side, which does not actualy originates from the main navigation, BvL */
  float: left;
  margin-top: 0;
  width: 236px;
}
.left-hand-side ul.level_2 {
  /* level_2 */
  display: block;
  float: left;
  background-color: #efebe1;
  text-align: left;
  list-style: none;
  border-bottom: 1px solid #ffffff;
  /* ie8 */
  padding: 0;
  margin: 0;
  /*li.with-sub-nav.over:not(.selected)*/
}
.left-hand-side ul.level_2 > li,
.left-hand-side ul.level_2 > li.selected.with-sub-nav {
  display: block;
  position: relative;
  clear: left;
  float: left;
  width: 236px;
  height: auto;
  background-color: #efebe1;
  border-top: 1px solid #ffffff;
  /* ie8 */
  padding: 0;
  margin: 0;
}
.left-hand-side ul.level_2 > li > a,
.left-hand-side ul.level_2 > li.selected.with-sub-nav > a {
  display: block;
  width: 84%;
  width: 100%;
  height: auto;
  color: #990F3A;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  border: 0;
  padding-top: 12px;
  /* ie8 */
  padding-top: 0.75rem;
  padding-right: 8%;
  padding-bottom: 8px;
  /* ie8 */
  padding-bottom: 0.5rem;
  padding-left: 8%;
  margin: 0;
}
.left-hand-side ul.level_2 > li > a:hover, .left-hand-side ul.level_2 > li > a:focus,
.left-hand-side ul.level_2 > li.selected.with-sub-nav > a:hover,
.left-hand-side ul.level_2 > li.selected.with-sub-nav > a:focus {
  color: #000000;
  background-color: #FFFAED;
  /* ie8 */
  background-color: rgba(255, 255, 255, 0.75);
}
.left-hand-side ul.level_2 > li.with-sub-nav {
  /* the li (width) needs fit the link plus button.subnav, BvL */
}
.left-hand-side ul.level_2 > li.with-sub-nav > a {
  display: block;
  float: left;
  height: auto;
  color: #990F3A;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  border: none;
  padding-top: 12px;
  /* ie8 */
  padding-top: 0.75rem;
  padding-right: 3%;
  padding-bottom: 8px;
  /* ie8 */
  padding-bottom: 0.5rem;
  padding-left: 8%;
  margin: 0;
}
.left-hand-side ul.level_2 li.selected.current {
  background-color: #ffffff;
}
.left-hand-side ul.level_2 li.selected.current > a {
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  -webkit-text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.5);
  -moz-text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.5);
  -ms-text-shadow: -1px 1px 0px #FFF8E5;
  /* ie8 */
  -ms-text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.5);
  -o-text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.5);
  text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.5);
  border-bottom: none;
}
.left-hand-side ul.level_2 li.with-sub-nav.over > a {
  color: #000000;
  background-color: #FFFAED;
  /* ie8 */
  background-color: rgba(255, 255, 255, 0.75);
}
.left-hand-side ul.level_2 li.with-sub-nav.over > ul {
  display: block;
  position: absolute;
  top: 0;
  left: 236px;
  width: 236px;
  box-shadow: 1px 1px 1px #cccccc;
}
.left-hand-side ul.level_2 li.selected > a {
  color: #000000;
  font-weight: 600;
  text-decoration: none;
  border-bottom: none;
}
.left-hand-side ul.level_2 li.selected > ul {
  /* level_3 + */
  position: relative;
  z-index: 0;
  left: 0;
  float: left;
  box-shadow: 0;
}
.left-hand-side ul.level_2 li.selected.with-sub-nav > ul {
  /* level_3 */
  position: relative;
  z-index: 0;
  left: 0;
  float: left;
  box-shadow: none;
}
.left-hand-side ul.level_3 {
  /* level_3 */
  display: block;
  float: left;
  background-color: #f5efe1;
  text-align: left;
  list-style: none;
  border: none;
  padding: 0;
  margin: 0;
  /*li.with-sub-nav.over:not(.selected)*/
}
.left-hand-side ul.level_3 > li,
.left-hand-side ul.level_3 > li.selected.with-sub-nav {
  display: block;
  position: relative;
  clear: left;
  float: left;
  width: 236px;
  height: auto;
  background-color: #f5efe1;
  border-top: 0;
  padding: 0;
  margin: 0;
}
.left-hand-side ul.level_3 > li > a,
.left-hand-side ul.level_3 > li.selected.with-sub-nav > a {
  display: block;
  width: 84%;
  width: 100%;
  height: auto;
  color: #990F3A;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0.86667;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  border: 0;
  padding-top: 12px;
  /* ie8 */
  padding-top: 0.75rem;
  padding-right: 8%;
  padding-bottom: 8px;
  /* ie8 */
  padding-bottom: 0.5rem;
  padding-left: 10%;
  margin: 0;
}
.left-hand-side ul.level_3 > li > a:hover, .left-hand-side ul.level_3 > li > a:focus,
.left-hand-side ul.level_3 > li.selected.with-sub-nav > a:hover,
.left-hand-side ul.level_3 > li.selected.with-sub-nav > a:focus {
  color: #000000;
  background-color: #FFFAED;
  /* ie8 */
  background-color: rgba(255, 255, 255, 0.75);
}
.left-hand-side ul.level_3 > li.with-sub-nav {
  /* the li (width) needs fit the link plus button.subnav, BvL */
}
.left-hand-side ul.level_3 > li.with-sub-nav > a {
  display: block;
  float: left;
  width: 75%;
  width: 86.5%;
  height: auto;
  color: #990F3A;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0.86667;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  border: none;
  padding-top: 12px;
  /* ie8 */
  padding-top: 0.75rem;
  padding-right: 3%;
  padding-bottom: 8px;
  /* ie8 */
  padding-bottom: 0.5rem;
  padding-left: 10%;
  margin: 0;
}
.left-hand-side ul.level_3 li.selected.current {
  background-color: #ffffff;
}
.left-hand-side ul.level_3 li.selected.current > a {
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  -webkit-text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.5);
  -moz-text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.5);
  -ms-text-shadow: -1px 1px 0px #FFF8E5;
  /* ie8 */
  -ms-text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.5);
  -o-text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.5);
  text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.5);
  border-bottom: none;
}
.left-hand-side ul.level_3 li.with-sub-nav.over > a {
  color: #000000;
  background-color: #FFFAED;
  /* ie8 */
  background-color: rgba(255, 255, 255, 0.75);
}
.left-hand-side ul.level_3 li.with-sub-nav.over > ul {
  display: block;
  position: absolute;
  top: 0;
  left: 236px;
  width: 236px;
  box-shadow: 1px 1px 1px #cccccc;
}
.left-hand-side ul.level_3 li.selected > a {
  color: #000000;
  font-weight: 600;
  text-decoration: none;
  border-bottom: none;
}
.left-hand-side ul.level_3 li.selected > ul {
  /* level_3 + */
  position: relative;
  z-index: 0;
  left: 0;
  float: left;
  box-shadow: 0;
}
.left-hand-side ul.level_3 li.selected.with-sub-nav > ul {
  /* level_3 */
  position: relative;
  z-index: 0;
  left: 0;
  float: left;
  box-shadow: none;
}

/* no-javascript styling, all subnav is revealed */
.no-js .primary-nav ul.level_2 li a,
.no-js .primary-nav ul.level_2 li.with-sub-nav a {
  width: 86.5%;
  padding-top: 12px;
  /* ie8 */
  padding-top: 0.75rem;
  padding-right: 8%;
  padding-bottom: 8px;
  /* ie8 */
  padding-bottom: 0.5rem;
  padding-left: 8%;
}
.no-js .primary-nav ul.level_2 li > ul,
.no-js .primary-nav ul.level_2 li.with-sub-nav > ul {
  /* level_3 */
  position: relative;
  left: 0;
  float: left;
}
.no-js .primary-nav ul.level_2 li > ul a,
.no-js .primary-nav ul.level_2 li.with-sub-nav > ul a {
  width: 100%;
  padding-top: 12px;
  /* ie8 */
  padding-top: 0.75rem;
  padding-right: 6%;
  padding-bottom: 8px;
  /* ie8 */
  padding-bottom: 0.5rem;
  padding-left: 10%;
}
.no-js .primary-nav ul.level_2 li > ul > ul,
.no-js .primary-nav ul.level_2 li.with-sub-nav > ul > ul {
  /* level_4 */
  position: relative;
  left: 0;
  float: left;
}
.no-js .primary-nav ul.level_2 li > ul > ul a,
.no-js .primary-nav ul.level_2 li.with-sub-nav > ul > ul a {
  width: 100%;
  padding-top: 12px;
  /* ie8 */
  padding-top: 0.75rem;
  padding-right: 4%;
  padding-bottom: 8px;
  /* ie8 */
  padding-bottom: 0.5rem;
  padding-left: 12%;
}
.no-js .primary-nav ul.level_2 li > ul > ul > li,
.no-js .primary-nav ul.level_2 li.with-sub-nav > ul > ul > li {
  position: relative;
  border-top: 1px solid white;
}
.no-js .primary-nav ul.level_2 li > ul > ul ul,
.no-js .primary-nav ul.level_2 li.with-sub-nav > ul > ul ul {
  /* level_5 + */
  display: none !important;
}

@media only screen and (min-width: 72.5em) {
  .primary-nav {
    padding-left: 285px;
  }
}
@media only screen and (min-width: 47.9375em) and (max-width: 72.5em) {
  .top-utility-bar .language-switcher {
    padding-right: 8px;
    /* ie8 */
    padding-right: 0.5rem;
  }

  .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 */
  }

  .primary-nav {
    padding-left: 0;
    background-image: none;
  }
  .primary-nav ul.level_0 {
    max-width: 758.5px;
    /* ie8 */
    max-width: 47.40625rem;
  }
  .primary-nav ul.level_1 > li:nth-child(4) a br,
  .primary-nav ul.level_1 > li:nth-child(5) a br {
    display: none;
  }
  .primary-nav ul.level_0 > li > a,
  .primary-nav ul.level_0 > li.selected > a,
  .primary-nav ul.level_0 > li.current > a,
  .primary-nav ul.level_1 > li > a,
  .primary-nav ul.level_1 > li.selected > a,
  .primary-nav ul.level_1 > li.current > a {
    float: left;
    font-size: 15px;
    /* ie8 */
    font-size: 0.9375rem;
    width: 126px;
    /* ie8 */
    width: 7.875rem;
  }
  .primary-nav ul.level_0 > li > a > .top,
  .primary-nav ul.level_0 > li.selected > a > .top,
  .primary-nav ul.level_0 > li.current > a > .top,
  .primary-nav ul.level_1 > li > a > .top,
  .primary-nav ul.level_1 > li.selected > a > .top,
  .primary-nav ul.level_1 > li.current > a > .top {
    font-size: 15.8px;
    /* ie8 */
    font-size: 0.9875rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .top-utility-bar {
    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 */
    overflow: hidden;
    position: relative;
    z-index: 4;
    border-bottom: 1px solid #c63c67;
  }

  .menu-button {
    display: block;
    float: left;
    height: 70px;
    width: 75px;
  }
  .menu-button a.button {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
    color: #555555;
    padding: 15px 13px 10px;
    border: 1px solid #BBBBBB;
    border-radius: 0;
    margin: 12.4px 16px;
    /* ie8 */
    margin:  0.775rem 1rem;
  }
  .menu-button a.button:hover, .menu-button a.button:focus {
    background-color: #1ED4C3;
    border: 1px solid #1ED4C3;
    color: #000000;
  }

  .logo a {
    display: block;
    height: 55px;
    width: 100%;
    background: url(/themes/tpk-www/images/tpk-logo-white-240x55.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
  }
  .logo a img {
    display: none;
  }

  .nav-wrapper {
    border-top-width: 1px;
  }

  .nav-head {
    display: none;
  }

  .mobile-utility-bar {
    height: 200px;
    margin-top: -200px;
    transition: margin-top 500ms linear;
    -webkit-transition: margin-top 0ms linear;
    -ms-transition: margin-top 500ms linear;
    -moz-transition: margin-top 500ms linear;
    -o-transition: margin-top 500ms linear;
  }

  .mobile-utility-bar.show {
    display: block;
    width: 100%;
    height: auto;
    background-color: #ebe5d8;
    padding: 0;
    margin-top: 0;
  }

  .mobile-utility-bar .language-switcher {
    display: inline-block;
    width: 100%;
    padding-top: 0px;
    padding-right: 15%;
    padding-bottom: 8px;
    /* ie8 */
    padding-bottom: 0.5rem;
    padding-left: 15%;
  }
  .mobile-utility-bar .language-switcher p {
    font-family: "PMN Caecilia W02", serif;
    font-weight: 400;
    font-size: 12.8px;
    /* ie8 */
    font-size: 0.8rem;
    text-align: left;
    color: #000000;
    padding: 0;
    margin: 0 auto;
  }
  .mobile-utility-bar .language-switcher span.language-options {
    display: inline-block;
  }
  .mobile-utility-bar .language-switcher .language-toggle {
    display: inline-block;
    color: #00645B;
    text-decoration: none;
    padding: 16px 8px;
    /* ie8 */
    padding:  1rem 0.5rem;
    border: none;
    margin-left: 8px;
    /* ie8 */
    margin-left: 0.5rem;
  }
  .mobile-utility-bar .language-switcher .language-toggle:hover, .mobile-utility-bar .language-switcher .language-toggle:focus {
    background-color: #d5e5e0;
    color: #00645B;
  }
  .mobile-utility-bar .language-switcher .selected {
    background-color: white;
    color: #c63c67;
    font-weight: 800;
    -webkit-text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.5);
    -ms-text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.5);
    -moz-text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.5);
    -o-text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.5);
    text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.5);
    border: 1px dotted #dddddd;
  }
  .mobile-utility-bar .language-switcher .selected:hover, .mobile-utility-bar .language-switcher .selected:focus {
    background-color: #d5e5e0;
    color: #00645B;
  }
  .mobile-utility-bar .mobile-search-form {
    float: left;
    position: relative;
    width: 70%;
    background-color: transparent;
    margin: 20px 15%;
    padding: 0;
  }
  .mobile-utility-bar .mobile-search-form fieldset {
    padding: 0;
    margin: 0;
  }
  .mobile-utility-bar .mobile-search-form fieldset input[type="text"], .mobile-utility-bar .mobile-search-form fieldset textarea {
    display: block;
    height: 35.2px;
    /* ie8 */
    height: 2.2rem;
    background-color: #ffffff;
    color: #555555;
    font-size: 1rem;
    line-height: 1;
    padding: 0 48px 0 10px;
    /* ie8 */
    padding:  0 3rem 0 0.625rem;
    border: 1px solid #bbbbbb;
    margin: 0;
  }
  .mobile-utility-bar .mobile-search-form fieldset input[type="text"]:focus, .mobile-utility-bar .mobile-search-form fieldset textarea:focus {
    background-color: #f4fdfc;
    color: #000000;
    border: 1px solid #bbbbbb;
  }
  .mobile-utility-bar .mobile-search-form fieldset .search-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 35.4px;
    /* ie8 */
    height: 2.2125rem;
    background-color: #ffffff;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1;
    padding: 0 9px;
    /* ie8 */
    padding:  0 0.5625rem;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 1px solid #BBBBBB;
  }
  .mobile-utility-bar .mobile-search-form fieldset .search-button i {
    line-height: 1;
    color: #BBBBBB;
  }
  .mobile-utility-bar .mobile-search-form fieldset .search-button:hover, .mobile-utility-bar .mobile-search-form fieldset .search-button:focus {
    background-color: #1ED4C3;
    color: #000000;
    border: 1px solid #1ED4C3;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .mobile-utility-bar .mobile-search-form fieldset .search-button:hover i, .mobile-utility-bar .mobile-search-form fieldset .search-button:focus i {
    line-height: 1;
    color: #000000;
  }

  .primary-nav {
    position: absolute;
    width: 100%;
    height: 0px;
    overflow: hidden;
    z-index: 5;
  }
  .primary-nav ul.level_0 {
    left: 100%;
    -webkit-transition: left 500ms linear;
    -ms-transition: left 500ms linear;
    -moz-transition: left 500ms linear;
    -o-transition: left 500ms linear;
    transition: left 500ms linear;
  }
  .primary-nav ul.level_0 > li > button.subnav {
    display: none;
  }
  .primary-nav ul.level_1 > li > .secondlevel,
  .primary-nav ul.level_1 > li.selected > .secondlevel,
  .primary-nav li > .secondlevel,
  .primary-nav li.selected > .secondlevel {
    display: block;
    height: auto;
    left: 0;
    position: static !important;
    overflow: visible;
    top: 0;
    width: 100%;
  }

  .primary-nav.show {
    height: auto;
    /* the height is calculated by js, BvL */
    overflow-x: hidden;
    overflow-y: visible;
    background-image: none;
    background-color: #ebe5d8;
    margin-top: -1px;
    margin-left: 0;
  }

  .primary-nav ul.level_0 > li > a > .top,
  .primary-nav ul.level_1 > li > a > .top {
    display: block;
    height: auto;
    font-size: 16px;
    /* ie8 */
    font-size: 1rem;
    font-weight: inherit;
    padding-bottom: 0;
  }
  .primary-nav ul.level_0 > li > a > .top br,
  .primary-nav ul.level_1 > li > a > .top br {
    display: none;
  }
  .primary-nav ul.level_0 > li > a > .bottom,
  .primary-nav ul.level_1 > li > a > .bottom {
    display: block;
    padding: 16px 0 0;
    /* ie8 */
    padding:  1rem 0 0;
    border-top: 1px dotted #555555;
    font-size: 13.6px;
    /* ie8 */
    font-size: 0.85rem;
    font-weight: 600;
  }
  .primary-nav ul.level_0 > li > button.subnav,
  .primary-nav ul.level_1 > li > button.subnav {
    display: none;
  }
  .primary-nav ul.level_0 > li.with-sub-nav {
    display: block;
    float: left;
    position: static;
    width: 100%;
    height: auto;
    background-color: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.75);
    padding: 0;
    margin: 0;
  }
  .primary-nav ul.level_0 > li.with-sub-nav > a {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    min-height: 16px;
    /* ie8 */
    min-height: 1rem;
    background-color: transparent;
    color: #990F3A;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3;
    font-weight: 600;
    line-height: 1.5;
    text-shadow: 0 0 0;
    text-align: left;
    text-decoration: none;
    padding-top: 16px;
    /* ie8 */
    padding-top: 1rem;
    padding-right: 15%;
    padding-bottom: 12px;
    /* ie8 */
    padding-bottom: 0.75rem;
    padding-left: 15%;
  }
  .primary-nav ul.level_0 > li.with-sub-nav > a:hover, .primary-nav ul.level_0 > li.with-sub-nav > a:focus {
    background-color: white;
    color: #000000;
  }
  .primary-nav ul.level_1 > li.upalevel,
  .primary-nav ul.level_2 > li.upalevel,
  .primary-nav ul.level_3 > li.upalevel,
  .primary-nav ul.level_4 > li.upalevel,
  .primary-nav ul.level_5 > li.upalevel,
  .primary-nav ul.level_6 > li.upalevel {
    display: block;
  }
  .primary-nav ul.level_1 > li.upalevel > button.upalevel,
  .primary-nav ul.level_2 > li.upalevel > button.upalevel,
  .primary-nav ul.level_3 > li.upalevel > button.upalevel,
  .primary-nav ul.level_4 > li.upalevel > button.upalevel,
  .primary-nav ul.level_5 > li.upalevel > button.upalevel,
  .primary-nav ul.level_6 > li.upalevel > button.upalevel {
    display: inline-block;
    float: left;
    width: 10%;
    overflow: hidden;
    background: transparent;
    color: #990F3A;
    font-size: 14px;
    /* ie8 */
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    text-indent: -9999em;
    cursor: pointer;
    border-radius: 0;
    padding-top: 16px;
    /* ie8 */
    padding-top: 1rem;
    padding-right: 0;
    padding-bottom: 12px;
    /* ie8 */
    padding-bottom: 0.75rem;
    padding-left: 0;
    margin: 0;
  }
  .primary-nav ul.level_1 > li.upalevel > button.upalevel:after,
  .primary-nav ul.level_2 > li.upalevel > button.upalevel:after,
  .primary-nav ul.level_3 > li.upalevel > button.upalevel:after,
  .primary-nav ul.level_4 > li.upalevel > button.upalevel:after,
  .primary-nav ul.level_5 > li.upalevel > button.upalevel:after,
  .primary-nav ul.level_6 > li.upalevel > button.upalevel:after {
    display: inline-block;
    content: "\e614";
    font-family: tpk-icons;
    text-indent: 9994.5em;
  }
  .primary-nav ul.level_1 > li.upalevel > button.upalevel:hover, .primary-nav ul.level_1 > li.upalevel > button.upalevel:focus,
  .primary-nav ul.level_2 > li.upalevel > button.upalevel:hover,
  .primary-nav ul.level_2 > li.upalevel > button.upalevel:focus,
  .primary-nav ul.level_3 > li.upalevel > button.upalevel:hover,
  .primary-nav ul.level_3 > li.upalevel > button.upalevel:focus,
  .primary-nav ul.level_4 > li.upalevel > button.upalevel:hover,
  .primary-nav ul.level_4 > li.upalevel > button.upalevel:focus,
  .primary-nav ul.level_5 > li.upalevel > button.upalevel:hover,
  .primary-nav ul.level_5 > li.upalevel > button.upalevel:focus,
  .primary-nav ul.level_6 > li.upalevel > button.upalevel:hover,
  .primary-nav ul.level_6 > li.upalevel > button.upalevel:focus {
    background-color: #ffffff;
    color: #000000;
  }
  .primary-nav ul.level_1 > li.upalevel > a.upalevel,
  .primary-nav ul.level_2 > li.upalevel > a.upalevel,
  .primary-nav ul.level_3 > li.upalevel > a.upalevel,
  .primary-nav ul.level_4 > li.upalevel > a.upalevel,
  .primary-nav ul.level_5 > li.upalevel > a.upalevel,
  .primary-nav ul.level_6 > li.upalevel > a.upalevel {
    width: 90%;
    font-size: 14px;
    /* ie8 */
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 600;
    padding-top: 16px;
    /* ie8 */
    padding-top: 1rem;
    padding-right: 15%;
    padding-bottom: 12px;
    /* ie8 */
    padding-bottom: 0.75rem;
    padding-left: 5%;
  }
  .primary-nav ul.level_1 > li.upalevel > a.upalevel:hover, .primary-nav ul.level_1 > li.upalevel > a.upalevel:focus,
  .primary-nav ul.level_2 > li.upalevel > a.upalevel:hover,
  .primary-nav ul.level_2 > li.upalevel > a.upalevel:focus,
  .primary-nav ul.level_3 > li.upalevel > a.upalevel:hover,
  .primary-nav ul.level_3 > li.upalevel > a.upalevel:focus,
  .primary-nav ul.level_4 > li.upalevel > a.upalevel:hover,
  .primary-nav ul.level_4 > li.upalevel > a.upalevel:focus,
  .primary-nav ul.level_5 > li.upalevel > a.upalevel:hover,
  .primary-nav ul.level_5 > li.upalevel > a.upalevel:focus,
  .primary-nav ul.level_6 > li.upalevel > a.upalevel:hover,
  .primary-nav ul.level_6 > li.upalevel > a.upalevel:focus {
    background-color: #ffffff;
    color: #000000;
  }
  .primary-nav ul.level_1 > li,
  .primary-nav ul.level_2 > li,
  .primary-nav ul.level_3 > li,
  .primary-nav ul.level_4 > li,
  .primary-nav ul.level_5 > li,
  .primary-nav ul.level_6 > li {
    display: block;
    float: left;
    position: static;
    width: 100%;
    height: auto;
    background-color: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.75);
    padding: 0;
    margin: 0;
  }
  .primary-nav ul.level_1 > li > a,
  .primary-nav ul.level_2 > li > a,
  .primary-nav ul.level_3 > li > a,
  .primary-nav ul.level_4 > li > a,
  .primary-nav ul.level_5 > li > a,
  .primary-nav ul.level_6 > li > a {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    min-height: 16px;
    /* ie8 */
    min-height: 1rem;
    background-color: transparent;
    color: #990F3A;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3;
    font-weight: 600;
    line-height: 1.5;
    text-shadow: 0 0 0;
    text-align: left;
    text-decoration: none;
    padding-top: 16px;
    /* ie8 */
    padding-top: 1rem;
    padding-right: 15%;
    padding-bottom: 12px;
    /* ie8 */
    padding-bottom: 0.75rem;
    padding-left: 15%;
    border: 0;
    margin: 0;
  }
  .primary-nav ul.level_1 > li > a:hover, .primary-nav ul.level_1 > li > a:focus,
  .primary-nav ul.level_2 > li > a:hover,
  .primary-nav ul.level_2 > li > a:focus,
  .primary-nav ul.level_3 > li > a:hover,
  .primary-nav ul.level_3 > li > a:focus,
  .primary-nav ul.level_4 > li > a:hover,
  .primary-nav ul.level_4 > li > a:focus,
  .primary-nav ul.level_5 > li > a:hover,
  .primary-nav ul.level_5 > li > a:focus,
  .primary-nav ul.level_6 > li > a:hover,
  .primary-nav ul.level_6 > li > a:focus {
    background-color: white;
    color: #000000;
  }
  .primary-nav ul.level_1 > li.with-sub-nav,
  .primary-nav ul.level_2 > li.with-sub-nav,
  .primary-nav ul.level_3 > li.with-sub-nav,
  .primary-nav ul.level_4 > li.with-sub-nav,
  .primary-nav ul.level_5 > li.with-sub-nav,
  .primary-nav ul.level_6 > li.with-sub-nav {
    display: block;
    float: left;
    position: static;
    width: 100%;
    height: auto;
    background-color: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.75);
    padding: 0;
    margin: 0;
  }
  .primary-nav ul.level_1 > li.with-sub-nav > a,
  .primary-nav ul.level_2 > li.with-sub-nav > a,
  .primary-nav ul.level_3 > li.with-sub-nav > a,
  .primary-nav ul.level_4 > li.with-sub-nav > a,
  .primary-nav ul.level_5 > li.with-sub-nav > a,
  .primary-nav ul.level_6 > li.with-sub-nav > a {
    display: block;
    position: relative;
    float: left;
    width: 90%;
    height: auto;
    min-height: 16px;
    /* ie8 */
    min-height: 1rem;
    background-color: transparent;
    color: #990F3A;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3;
    font-weight: 600;
    line-height: 1.5;
    text-shadow: 0 0 0;
    text-align: left;
    text-decoration: none;
    padding-top: 16px;
    /* ie8 */
    padding-top: 1rem;
    padding-right: 5%;
    padding-bottom: 12px;
    /* ie8 */
    padding-bottom: 0.75rem;
    padding-left: 15%;
  }
  .primary-nav ul.level_1 > li.with-sub-nav > a:hover, .primary-nav ul.level_1 > li.with-sub-nav > a:focus,
  .primary-nav ul.level_2 > li.with-sub-nav > a:hover,
  .primary-nav ul.level_2 > li.with-sub-nav > a:focus,
  .primary-nav ul.level_3 > li.with-sub-nav > a:hover,
  .primary-nav ul.level_3 > li.with-sub-nav > a:focus,
  .primary-nav ul.level_4 > li.with-sub-nav > a:hover,
  .primary-nav ul.level_4 > li.with-sub-nav > a:focus,
  .primary-nav ul.level_5 > li.with-sub-nav > a:hover,
  .primary-nav ul.level_5 > li.with-sub-nav > a:focus,
  .primary-nav ul.level_6 > li.with-sub-nav > a:hover,
  .primary-nav ul.level_6 > li.with-sub-nav > a:focus {
    background-color: white;
    color: #000000;
  }
  .primary-nav ul.level_1 > li.with-sub-nav > button.subnav,
  .primary-nav ul.level_2 > li.with-sub-nav > button.subnav,
  .primary-nav ul.level_3 > li.with-sub-nav > button.subnav,
  .primary-nav ul.level_4 > li.with-sub-nav > button.subnav,
  .primary-nav ul.level_5 > li.with-sub-nav > button.subnav,
  .primary-nav ul.level_6 > li.with-sub-nav > button.subnav {
    display: block;
    float: left;
    width: 10%;
    min-height: 48px;
    /* ie8 */
    min-height: 3rem;
    overflow: hidden;
    background: transparent;
    color: #990F3A;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
    font-family: "Proxima Nova W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    text-indent: -9999em;
    cursor: pointer;
    border: none;
    border-left: 1px solid #ffffff;
    border-radius: 0;
    padding: 0;
    margin: 0;
  }
  .primary-nav ul.level_1 > li.with-sub-nav > button.subnav:after,
  .primary-nav ul.level_2 > li.with-sub-nav > button.subnav:after,
  .primary-nav ul.level_3 > li.with-sub-nav > button.subnav:after,
  .primary-nav ul.level_4 > li.with-sub-nav > button.subnav:after,
  .primary-nav ul.level_5 > li.with-sub-nav > button.subnav:after,
  .primary-nav ul.level_6 > li.with-sub-nav > button.subnav:after {
    display: inline-block;
    content: "\e615";
    font-family: tpk-icons;
    text-indent: 9994.1em;
  }
  .primary-nav ul.level_1 > li.with-sub-nav > button.subnav:hover, .primary-nav ul.level_1 > li.with-sub-nav > button.subnav:focus,
  .primary-nav ul.level_2 > li.with-sub-nav > button.subnav:hover,
  .primary-nav ul.level_2 > li.with-sub-nav > button.subnav:focus,
  .primary-nav ul.level_3 > li.with-sub-nav > button.subnav:hover,
  .primary-nav ul.level_3 > li.with-sub-nav > button.subnav:focus,
  .primary-nav ul.level_4 > li.with-sub-nav > button.subnav:hover,
  .primary-nav ul.level_4 > li.with-sub-nav > button.subnav:focus,
  .primary-nav ul.level_5 > li.with-sub-nav > button.subnav:hover,
  .primary-nav ul.level_5 > li.with-sub-nav > button.subnav:focus,
  .primary-nav ul.level_6 > li.with-sub-nav > button.subnav:hover,
  .primary-nav ul.level_6 > li.with-sub-nav > button.subnav:focus {
    background-color: white;
    color: #000000;
  }
  .primary-nav ul.level_1 > li.utility-nav-link {
    display: block;
    border: none;
  }
  .primary-nav ul.level_1 > li.utility-nav-link > a,
  .primary-nav ul.level_1 > li.utility-nav-link > button.subnav,
  .primary-nav ul.level_1 > li.utility-nav-link ul.utility-nav > li.upalevel {
    display: none;
  }
  .primary-nav ul.level_1 > li.utility-nav-link .secondlevel {
    display: block;
  }
  .primary-nav ul.level_1 > li.utility-nav-link ul.utility-nav {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    top: 0;
    left: 0%;
    background-color: #ffffff;
    padding: 0;
    border-bottom: 1px solid #ebe5d8;
    margin: 0;
  }
  .primary-nav ul.level_1 > li.utility-nav-link ul.utility-nav li {
    display: block;
    float: left;
    position: static;
    width: 100%;
    height: auto;
    background-color: transparent;
    border-top: 1px solid #ebe5d8;
    padding: 0;
    margin: 0;
  }
  .primary-nav ul.level_1 > li.utility-nav-link ul.utility-nav li > a {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    min-height: 16px;
    /* ie8 */
    min-height: 1rem;
    background-color: transparent;
    color: #000000;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3;
    font-weight: 600;
    line-height: 1.5;
    text-shadow: 0 0 0;
    text-align: left;
    text-decoration: none;
    padding-top: 16px;
    /* ie8 */
    padding-top: 1rem;
    padding-right: 15%;
    padding-bottom: 12px;
    /* ie8 */
    padding-bottom: 0.75rem;
    padding-left: 15%;
    border: 0;
    margin: 0;
  }
  .primary-nav ul.level_1 > li.utility-nav-link ul.utility-nav li > a:hover, .primary-nav ul.level_1 > li.utility-nav-link ul.utility-nav li > a:focus {
    background-color: #ebe5d8;
    color: #990F3A;
  }
  .primary-nav ul.level_0 {
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    height: auto;
    background-image: none;
    background-color: #ebe5d8;
    filter: none;
    margin: 0;
  }
  .primary-nav ul.level_1 {
    display: block;
    position: static;
    width: 100%;
    top: 0;
    left: 0%;
    background-color: #ebe5d8;
    padding: 0;
    margin: 0;
  }
  .primary-nav ul.level_2 {
    display: block;
    visibility: hidden;
    position: absolute;
    width: 100%;
    top: 0;
    left: 100%;
    background-color: #efebe1;
    padding: 0;
    margin: 0;
  }
  .primary-nav ul.level_3 {
    display: block;
    visibility: hidden;
    position: absolute;
    width: 100%;
    top: 0;
    left: 100%;
    background-color: #f5efe1;
    padding: 0;
    margin: 0;
  }
  .primary-nav ul.level_4 {
    display: block;
    visibility: hidden;
    position: absolute;
    width: 100%;
    top: 0;
    left: 100%;
    background-color: #faf4e3;
    padding: 0;
    margin: 0;
  }
  .primary-nav ul.level_5 {
    display: block;
    visibility: hidden;
    position: absolute;
    width: 100%;
    top: 0;
    left: 100%;
    background-color: #fcf7e8;
    padding: 0;
    margin: 0;
  }
  .primary-nav ul.level_6 {
    display: block;
    visibility: hidden;
    position: absolute;
    width: 100%;
    top: 0;
    left: 100%;
    background-color: #fffbf0;
    padding: 0;
    margin: 0;
  }
}
/*  =============================================================================
/    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.08333;
  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.08333;
  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.33333333333333333%;
    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.08333;
  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.08333;
  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: "\203A";
  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.33333333333333333%;
    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;
  }
}
/*  =============================================================================
/    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.08333;
  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.08333;
  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;
}
.promo .video-holder {
  margin: 0;
}
.promo .thumbn {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.promo .thumbn img {
  display: block;
  width: 100%;
  border-width: 0px;
  border-style: solid;
  border-color: #d96919;
}
.promo .copy {
  border-top: 6px solid #d96919;
  padding: 24px 0 0;
  /* ie8 */
  padding:  1.5rem 0 0;
}
.promo .copy h3,
.promo .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;
}
.promo .copy h4,
.promo .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;
}
.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;
}
.promo:nth-of-type(7n+2) .copy,
.promo:nth-of-type(7n+2) .thumbn img {
  border-color: #c74287;
}
.promo:nth-of-type(7n+3) .copy,
.promo:nth-of-type(7n+3) .thumbn img {
  border-color: #be2323;
}
.promo:nth-of-type(7n+4) .copy,
.promo:nth-of-type(7n+4) .thumbn img {
  border-color: #95beb1;
}
.promo:nth-of-type(7n+5) .copy,
.promo:nth-of-type(7n+5) .thumbn img {
  border-color: #3f90ba;
}
.promo:nth-of-type(7n+6) .copy,
.promo:nth-of-type(7n+6) .thumbn img {
  border-color: #6da345;
}
.promo:nth-of-type(7n+7) .copy,
.promo:nth-of-type(7n+7) .thumbn img {
  border-color: #835f9d;
}

@media only screen and (max-width: 1024px) {
  .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;
  }
}
@media only screen and (max-width: 767px) {
  .promos-wrapper {
    padding: 1em 0;
    margin: 0 -2% 0 0;
  }

  .promo {
    width: 33.33333333333333333%;
    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;
  @inlcude rem(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 0px 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:  0px 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: 6px solid #95beb1;
  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.33333333333333333%;
    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"] {
  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 {
  position: absolute;
  z-index: 0;
  opacity: 0;
}
form.tag-form .checkbox-tags input[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 {
  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 {
  background-color: #77988e;
  color: #ffffff;
  border-color: #77988e;
}
form.tag-form .checkbox-tags input[type="checkbox"].tag:checked + label:before {
  content: "\e90f";
}
form.tag-form .checkbox-tags input[type="checkbox"].tag:focus {
  outline: none;
}
form.tag-form .checkbox-tags input[type="checkbox"].tag:focus + label {
  outline-color: #3b99fc;
  outline-style: auto;
  outline-width: 5px;
}
form.tag-form .checkbox-tags input[type="checkbox"].tag:hover + label {
  color: #77988e;
  border-color: #77988e;
}
form.tag-form .checkbox-tags input[type="checkbox"].tag:checked:focus {
  outline: none;
}
form.tag-form .checkbox-tags input[type="checkbox"].tag:checked:focus + label {
  outline-color: #3b99fc;
  outline-style: auto;
  outline-width: 5px;
}
form.tag-form .checkbox-tags input[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;
  }
}

