@charset "UTF-8";
/*
Theme Name: Kettle's Yard
Theme URI: http://www.kettlesyard.co.uk
Author: Benedict de Silva & APFEL
Author URI: http://bendesilva.com
Version: 1.0
Text Domain: kettles-yard
*/
@import url("//hello.myfonts.net/count/2ca721");
/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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

ol,
ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

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

a img {
  border: 0; }

/*--------------------------------------------------------------
2.0 Mixins, Variables & Includes
--------------------------------------------------------------*/
@font-face {
  font-family: 'super-grotesk';
  src: url("assets/font/KYSuperGroteskWeb-MediumLF.eot");
  src: url("assets/font/KYSuperGroteskWeb-MediumLF.eot?#iefix") format("embedded-opentype"), url("assets/font/KYSuperGroteskWeb-MediumLF.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Sabon';
  src: url("assets/font/2CA721_0_0.eot");
  src: url("assets/font/2CA721_0_0.eot?#iefix") format("embedded-opentype"), url("assets/font/2CA721_0_0.woff2") format("woff2"), url("assets/font/2CA721_0_0.woff") format("woff"), url("assets/font/2CA721_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Sabon';
  src: url("assets/font/2CA721_1_0.eot");
  src: url("assets/font/2CA721_1_0.eot?#iefix") format("embedded-opentype"), url("assets/font/2CA721_1_0.woff2") format("woff2"), url("assets/font/2CA721_1_0.woff") format("woff"), url("assets/font/2CA721_1_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body {
  font: 100%/1.375 "Sabon", "Times", "Times New Roman", serif;
  color: #1F1F1F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.heading--masthead {
  width: 13em;
  height: 1.375em; }
  .heading--masthead a, .heading--masthead svg {
    display: block;
    width: 100%;
    height: 100%; }
  .heading--masthead svg {
    margin: 0; }
  .heading--masthead path {
    fill: #E63329; }

.no-svg .heading--masthead a {
  background: url(assets/img/png/ky-logo.png) no-repeat 0 0;
  height: 100%; }
.no-svg .heading--masthead svg {
  display: none; }

.heading--primary {
  font-size: 2.375em;
  line-height: 1.2;
  font-family: "super-grotesk", "Helvetica", "Helvetica Neue", "Arial", sans-serif; }

.heading--secondary, .noticeboard_date {
  font-size: 1.5625em;
  letter-spacing: .02em;
  font-family: "super-grotesk", "Helvetica", "Helvetica Neue", "Arial", sans-serif; }

.heading--tertiary {
  font-size: 1.25em;
  font-family: "super-grotesk", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  letter-spacing: .02em;
  line-height: 1.3; }

.bordered {
  padding-bottom: .25em;
  border-bottom: 4px solid #1F1F1F; }

.text-large {
  font-size: 1.5625em;
  line-height: 1.2; }

.quoted {
  margin: .5em 0 0; }

.columns_2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }

sup {
  vertical-align: super;
  font-size: 50%; }

.page-content_body p a,
.page-content_section li a {
  padding-bottom: 1px;
  border-bottom: 1px solid #1F1F1F;
  opacity: 0.99; }

p em {
  font-style: italic; }

@media screen and (max-width: 767px) {
  .heading--primary {
    font-size: 2em; }

  .heading--secondary, .noticeboard_date {
    font-size: 1.125em; }

  .text-large {
    font-size: 1.25em; }

  .heading--tertiary {
    font-size: 1.0625em; }

  p {
    font-size: .875em; } }
@media screen and (max-width: 564px) {
  .heading--masthead {
    width: 9em;
    height: 1.375em; }
    .heading--masthead a {
      margin-top: -3px; }

  .heading--primary {
    font-size: 1.5em; }

  .columns_2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; } }
/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
.container {
  width: 80%;
  min-width: 60em;
  max-width: 72.5em;
  margin: 0 auto; }
  .container:after {
    content: '';
    display: table;
    clear: both; }

.col, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9 {
  float: left; }

.col_3 {
  width: 23.5%;
  margin-right: 2%; }

.col_4 {
  width: 32%;
  margin-right: 2%; }

.col_5 {
  width: 40.5%;
  margin-right: 2%; }

.col_6 {
  width: 49%;
  margin-right: 2%; }

.col_7 {
  width: 57.5%;
  margin-right: 2%; }

.col_8 {
  width: 66%;
  margin-right: 2%; }

.col_9 {
  width: 74.5%;
  margin-right: 2%; }

.col_half {
  width: 48.5%;
  margin-right: 3%; }

.col_last {
  margin-right: 0; }

.site-content {
  background: #f5f2f2; }

.home .site-content {
  background: #fff; }

@media screen and (max-width: 1023px) {
  .container {
    min-width: 0;
    width: 100%;
    padding: 0 1.5em; } }
@media screen and (max-width: 767px) {
  .container {
    padding: 0 1em; } }
/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
input[type=text],
input[type=email],
input[type=number] {
  border-radius: 0;
  -webkit-appearance: none; }

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-email,
.wpcf7-tel,
.wpcf7-submit,
.input-text,
.input-btn {
  display: inline-block;
  margin: 0;
  border: 1px solid #1F1F1F;
  background: #fff;
  padding: .6875em .5em .5em;
  font-family: "Sabon", "Times", "Times New Roman", serif;
  font-size: 1em;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .wpcf7-text:focus,
  .wpcf7-textarea:focus,
  .wpcf7-email:focus,
  .wpcf7-tel:focus,
  .wpcf7-submit:focus,
  .input-text:focus,
  .input-btn:focus {
    outline: 0; }

.wpcf7-form {
  margin-top: 1.5em; }
  .wpcf7-form .heading--tertiary {
    margin-bottom: 1.5em; }
  .wpcf7-form label {
    display: block;
    margin: 0 0 .5em; }
    .wpcf7-form label.top-level {
      font-size: 1em;
      font-family: "super-grotesk", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
      letter-spacing: .04em;
      margin: 0 0 1em; }
  .wpcf7-form fieldset {
    border-bottom: 1px solid #1F1F1F;
    padding: 0 0 1em;
    margin: 0 0 1em; }
    .wpcf7-form fieldset span.wpcf7-list-item {
      display: inline-block;
      width: 30%;
      min-width: 8.75em; }
  .wpcf7-form .wpcf7-text,
  .wpcf7-form .wpcf7-textarea,
  .wpcf7-form .wpcf7-email,
  .wpcf7-form .wpcf7-tel,
  .wpcf7-form .wpcf7-form-control-wrap {
    width: 100%; }

.wpcf7-checkbox {
  margin-bottom: 2em;
  display: block; }

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 1em 0 0; }

.page-content_section div.wpcf7 img.ajax-loader {
  display: inline-block;
  margin: 0 0 0 1em;
  width: auto !important; }

div.wpcf7-response-output {
  margin: 2em 0;
  padding: 1em;
  line-height: 1; }

div.wpcf7-validation-errors {
  background-color: #FFD100;
  border: 0; }

div.wpcf7-mail-sent-ok {
  background: #AFE8DD;
  border: 0; }

span.wpcf7-not-valid-tip {
  margin-top: .5em; }

.first-pref,
.second-pref,
.third-pref {
  display: block;
  margin-top: 1em; }

.site-footer_newsletter form {
  margin-top: .5em; }
.site-footer_newsletter .input-btn {
  position: relative;
  top: -2px;
  cursor: pointer;
  border-left: 0;
  padding: .59375em .875em; }
  .site-footer_newsletter .input-btn:before {
    content: '';
    position: relative;
    top: 2px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #1F1F1F; }
.site-footer_newsletter .input-text {
  width: 80%; }

.password-form .form-label {
  margin: 0 1em 0 0; }
.password-form .input-btn {
  cursor: pointer;
  border-left: 0; }

.password-form_message {
  margin: 0 0 2em; }

@media screen and (max-width: 767px) {
  fieldset {
    font-size: .875em; } }
/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
.site-header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #fff;
  font-family: "super-grotesk", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  letter-spacing: 0.02em;
  -webkit-backface-visibility: hidden; }
  .site-header.sticky {
    position: fixed;
    top: 0;
    z-index: 150; }
  .site-header.undocked .main-menu-link:after {
    opacity: 0; }
  .site-header .container {
    padding-bottom: 1em; }

.site-header_top-section {
  position: relative;
  height: 16.875em;
  min-height: 7.5em;
  padding: 1em 0 0;
  overflow: hidden; }
  .site-header_top-section:after {
    content: '';
    display: table;
    clear: both; }

.site-header_bottom-section:after {
  content: '';
  display: table;
  clear: both; }

.site-header_title {
  position: absolute;
  left: 0; }

.site-header_strap {
  position: relative;
  top: -2px;
  float: left;
  margin-left: 34%;
  font-size: 1.75em;
  line-height: 1; }
  .site-header_strap a {
    color: #B5ABA1; }

.site-header_tag {
  position: absolute;
  top: -1em;
  right: 0;
  width: 8.75em;
  color: #fff;
  line-height: 1;
  text-align: center;
  cursor: pointer; }

.site-header_tag--point {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 4.375em 0 4.375em;
  border-color: #E63329 transparent transparent transparent;
  -moz-transform: scale(0.9999); }

.site-header_tag--top {
  padding: 2.25em .75em 1.125em;
  line-height: 1.25;
  background: #E63329; }

.site-header_tag--bottom {
  border-top: 1px solid #fff;
  padding: .75em .75em .75em;
  background: #E63329; }

.navigation_primary {
  float: left; }
  .navigation_primary li {
    display: block;
    float: left;
    margin: 0; }
  .navigation_primary .main-menu-link {
    padding: 0 .75em; }
  .navigation_primary a {
    font-size: 1.25em;
    color: #B5ABA1;
    letter-spacing: .02em; }
  .navigation_primary .current_page_item .main-menu-link,
  .navigation_primary .current-menu-item .main-menu-link,
  .navigation_primary .current-menu-ancestor .main-menu-link,
  .navigation_primary .current_page_ancestor .main-menu-link {
    color: #1F1F1F; }
    .navigation_primary .current_page_item .main-menu-link:after,
    .navigation_primary .current-menu-item .main-menu-link:after,
    .navigation_primary .current-menu-ancestor .main-menu-link:after,
    .navigation_primary .current_page_ancestor .main-menu-link:after {
      display: block; }
  .navigation_primary .current_page_item .sub-menu a,
  .navigation_primary .current-menu-item .sub-menu a,
  .navigation_primary .current-menu-ancestor .sub-menu a,
  .navigation_primary .current_page_ancestor .sub-menu a {
    color: #1F1F1F; }
  .navigation_primary .current_page_parent .main-menu-link {
    color: #1F1F1F; }
    .navigation_primary .current_page_parent .main-menu-link:after {
      display: block; }

.page-support-us .navigation_primary .main-menu-link:after {
  display: none; }

.post-type-archive-products .navigation_primary .current-menu-item .main-menu-link:after,
.post-type-archive-products .navigation_primary .menu-item-shop .main-menu-link:after,
.tax-product-type .navigation_primary .current-menu-item .main-menu-link:after,
.tax-product-type .navigation_primary .menu-item-shop .main-menu-link:after {
  display: none; }

.category-news .menu-item-about .main-menu-link,
.blog .menu-item-about .main-menu-link,
.category .menu-item-about .main-menu-link,
.single-post .menu-item-about .main-menu-link {
  color: #1F1F1F; }
  .category-news .menu-item-about .main-menu-link:after,
  .blog .menu-item-about .main-menu-link:after,
  .category .menu-item-about .main-menu-link:after,
  .single-post .menu-item-about .main-menu-link:after {
    display: block; }

.tax-product-type .menu-item-shop .main-menu-link {
  color: #1F1F1F; }
  .tax-product-type .menu-item-shop .main-menu-link:after {
    display: block; }

.tax-event-type .menu-item-whats-on .main-menu-link {
  color: #1F1F1F; }
  .tax-event-type .menu-item-whats-on .main-menu-link:after {
    display: block; }

.menu-primary-menu-container {
  margin-left: -1em; }

.mobile-nav-trigger {
  display: none; }
  .mobile-nav-trigger:before {
    content: '';
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    width: 1.875em;
    height: 1.375em;
    margin: 0 .5em 0 0;
    background: url(assets/img/icon-mobile-menu.svg) no-repeat;
    background-size: 100%; }

.site-header .navigation_secondary--search-wrap {
  position: relative;
  top: -1em;
  padding: 0; }

.navigation_secondary--search {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 8.75em;
  margin-top: -1px;
  padding-bottom: .25em;
  border-bottom: 1px solid #B5ABA1;
  background: #fff; }
  .navigation_secondary--search.search-active {
    width: 100%; }
  .navigation_secondary--search.error {
    border-bottom: 1px solid #E63329; }

.navigation_secondary--search_input {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border: 0;
  padding: 0;
  font-family: "super-grotesk", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-size: 1.25em;
  color: #1F1F1F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: 0;
  width: 100%;
  padding-right: 1.5em;
  opacity: 0;
  cursor: pointer; }
  .navigation_secondary--search_input:focus {
    opacity: 1;
    cursor: text; }

.navigation_secondary--search_submit {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  display: block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  padding: 0;
  text-indent: -9999px;
  background-image: url(assets/img/png/icon-search.png);
  background-image: url(assets/img/icon-search.svg), none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer; }

.search-active .navigation_secondary--search_submit {
  z-index: 2; }

.input-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  font-family: "super-grotesk", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-size: 1.25em;
  color: #B5ABA1; }

.site-notification {
  position: relative;
  font-family: "super-grotesk", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  color: #fff;
  height: 0;
  overflow: hidden; }
  .site-notification .container {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
    .site-notification .container:after {
      content: '';
      display: table;
      clear: both; }
  .site-notification .text-large {
    letter-spacing: 0.02em;
    font-size: 1.25em; }
  .site-notification .heading--tertiary {
    margin: 0 0 1.5em; }

.site-notification_welcome {
  background: #DBD5CD;
  height: auto;
  color: #fff; }
  .site-notification_welcome .col_7 {
    padding-right: 1.5em; }
  .site-notification_welcome .quoted {
    font-size: 1.25em; }
  .site-notification_welcome .site-notification_close {
    background-image: url(assets/img/png/icon-close.png);
    background-image: url(assets/img/icon-close.svg), none; }

.site-notification_hours {
  background: #E63329; }
  .site-notification_hours .container {
    padding-top: 3em;
    padding-bottom: 3em; }
  .site-notification_hours p {
    line-height: 1.35;
    letter-spacing: 0.02em;
    margin-bottom: 1em; }
    .site-notification_hours p:last-child {
      margin-bottom: 0; }
  .site-notification_hours a {
    color: #fff; }

.site-notification_close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(assets/img/png/icon-close.png);
  background-image: url(assets/img/icon-close.svg), none;
  cursor: pointer; }

@media screen and (max-width: 1024px) {
  .csspositionsticky .site-header.sticky {
    position: -webkit-sticky;
    position: sticky; }

  .site-header_top-section {
    height: auto !important; } }
@media screen and (max-width: 1023px) {
  .site-header .navigation_secondary--search-wrap {
    width: auto;
    margin: 0 1.5em; }

  .navigation_secondary--search {
    width: 2em; }

  .input-placeholder {
    display: none; }

  .site-notification_welcome .col, .site-notification_welcome .col_3, .site-notification_welcome .col_4, .site-notification_welcome .col_5, .site-notification_welcome .col_6, .site-notification_welcome .col_7, .site-notification_welcome .col_8, .site-notification_welcome .col_9 {
    width: 100%;
    margin-right: 0; }
  .site-notification_welcome .col_4 {
    margin-bottom: 1.5em; }

  .site-notification_hours .heading--tertiary {
    height: 2em; } }
@media screen and (max-width: 1024px) {
  .navigation_secondary--search_submit {
    width: 32px; }

  .menu-primary-menu-container {
    margin-left: 0; } }
@media screen and (max-width: 767px) {
  .site-header .navigation_secondary--search-wrap {
    margin: 0 1em; } }
@media screen and (min-width: 1025px) {
  .site-header {
    -webkit-backface-visibility: hidden; }

  .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 200;
    padding: 1em 0 0; }
    .sub-menu a {
      padding-bottom: 1px;
      border-bottom: 1px solid transparent;
      color: #1F1F1F; }
    .sub-menu .main-menu-link {
      padding: 0 0 1px; }
    .sub-menu li {
      display: block;
      float: left;
      width: 23.5%;
      margin-right: 2%; }
    .sub-menu .current_page_item > .sub-menu-link,
    .sub-menu .current-menu-item > .sub-menu-link {
      border-bottom: 1px solid #1F1F1F; }

  .main-menu-link {
    position: relative; }
    .main-menu-link:after {
      content: '';
      position: absolute;
      bottom: -1em;
      left: 50%;
      display: none;
      width: 0;
      height: 0;
      margin-left: -8px;
      border-style: solid;
      border-width: 0 8px 9px 8px;
      border-color: transparent transparent #1F1F1F transparent; }

  .menu-item-depth-0:not(.menu-item-has-children):after {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 4px;
    background: #1F1F1F; }

  .sub-menu_wrap {
    padding: 2em 0 1em;
    background: #AFE8DD; }

  .menu-item-depth-0.menu-item-whats-on .sub-menu_wrap {
    background: #AFE8DD; }
  .menu-item-depth-0.menu-item-whats-on .main-menu-link:after {
    border-bottom-color: #AFE8DD; }
  .menu-item-depth-0.menu-item-whats-on:after {
    background-color: #AFE8DD; }

  .menu-item-depth-0.menu-item-collection .sub-menu_wrap {
    background: #FFD100; }
  .menu-item-depth-0.menu-item-collection .main-menu-link:after {
    border-bottom-color: #FFD100; }
  .menu-item-depth-0.menu-item-collection:after {
    background-color: #FFD100; }

  .menu-item-depth-0.menu-item-support-us .sub-menu_wrap {
    background: #2676DF; }
  .menu-item-depth-0.menu-item-support-us .main-menu-link:after {
    border-bottom-color: #2676DF; }
  .menu-item-depth-0.menu-item-support-us:after {
    background-color: #2676DF; }

  .menu-item-depth-0.menu-item-visit .sub-menu_wrap {
    background: #E63329; }
    .menu-item-depth-0.menu-item-visit .sub-menu_wrap a {
      color: #fff; }
    .menu-item-depth-0.menu-item-visit .sub-menu_wrap a:hover {
      border-color: #fff; }
    .menu-item-depth-0.menu-item-visit .sub-menu_wrap .current-menu-item > a,
    .menu-item-depth-0.menu-item-visit .sub-menu_wrap .current_page_item > a {
      border-color: #fff; }
  .menu-item-depth-0.menu-item-visit .main-menu-link:after {
    border-bottom-color: #E63329; }
  .menu-item-depth-0.menu-item-visit:after {
    background-color: #E63329; }

  .menu-item-depth-0.menu-item-about .sub-menu_wrap {
    background: #E63329; }
    .menu-item-depth-0.menu-item-about .sub-menu_wrap a {
      color: #fff; }
    .menu-item-depth-0.menu-item-about .sub-menu_wrap a:hover {
      border-color: #fff; }
    .menu-item-depth-0.menu-item-about .sub-menu_wrap .current-menu-item > a,
    .menu-item-depth-0.menu-item-about .sub-menu_wrap .current_page_item > a {
      border-color: #fff; }
  .menu-item-depth-0.menu-item-about .main-menu-link:after {
    border-bottom-color: #E63329; }
  .menu-item-depth-0.menu-item-about:after {
    background-color: #E63329; }

  .menu-item-depth-0.menu-item-learn .sub-menu_wrap {
    background: #8AB1B7; }
  .menu-item-depth-0.menu-item-learn .main-menu-link:after {
    border-bottom-color: #8AB1B7; }
  .menu-item-depth-0.menu-item-learn:after {
    background-color: #8AB1B7; }

  .menu-item-depth-0.menu-item-shop .sub-menu_wrap {
    background: #00c0a5; }
    .menu-item-depth-0.menu-item-shop .sub-menu_wrap a {
      color: #fff; }
    .menu-item-depth-0.menu-item-shop .sub-menu_wrap a:hover {
      border-color: #fff; }
    .menu-item-depth-0.menu-item-shop .sub-menu_wrap .current-menu-item > a,
    .menu-item-depth-0.menu-item-shop .sub-menu_wrap .current_page_item > a {
      border-color: #fff; }
  .menu-item-depth-0.menu-item-shop .main-menu-link:after {
    border-bottom-color: #00c0a5; }
  .menu-item-depth-0.menu-item-shop:after {
    background-color: #00c0a5; }

  .sub-menu_inner {
    width: 80%;
    min-width: 60em;
    max-width: 72.5em;
    margin: 0 auto; }
    .sub-menu_inner:after {
      content: '';
      display: table;
      clear: both; }

  .sub-sub-menu {
    margin: 1em 0 0; }
    .sub-sub-menu li {
      float: none;
      width: 100%;
      margin: 0 0 1em; }

  .navigation_primary li.menu-item-depth-1 {
    margin-bottom: 1em; }
    .navigation_primary li.menu-item-depth-1.menu-item-has-children {
      margin-bottom: 0; } }
@media screen and (max-width: 1024px) {
  .site-header.sticky .site-header_top-section {
    min-height: 4em; }
  .site-header.sticky .site-header_tag {
    top: -6.5em; }

  .site-header_title {
    position: static; }

  .site-header_strap {
    display: none; }

  .site-header_tag--top,
  .site-header_tag--bottom {
    font-size: .875em; }

  .site-header_tag--top {
    padding: 1.875em .75em .75em; }

  .site-header_tag--bottom {
    padding: .75em .75em .75em; }

  .site-header_tag {
    width: 8em; }

  .site-header_tag--point {
    border-width: .75em 4em 0 4em; }

  .site-header_top-section {
    min-height: 6.5em; }

  .navigation_secondary--search_submit {
    background-size: 1.75em; }

  .site-notification_hours .container {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
  .site-notification_hours .heading--tertiary {
    font-size: 1em; }

  .site-notification_welcome p.text-large, .site-notification_welcome .quoted {
    font-size: .9375em; }

  .navigation_primary {
    display: none; }

  .slide-out {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    min-width: 15.25em;
    background: #fff;
    z-index: 1200;
    padding: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .slide-out #menu-primary-menu {
      width: 100%; }
    .slide-out .menu-item {
      overflow: hidden; }
    .slide-out li {
      float: none;
      margin: 0; }
    .slide-out .sub-menu_wrap {
      padding: 0; }
    .slide-out .main-menu-link {
      z-index: 100;
      position: relative;
      background: #fff; }
    .slide-out .main-menu-link,
    .slide-out .sub-menu-link,
    .slide-out li:first-of-type .main-menu-link,
    .slide-out li:last-of-type .main-menu-link {
      display: block;
      padding: .5em 1em;
      font-size: 1.125em;
      border-bottom: 1px solid #D1CBC5; }
    .slide-out .menu-item-depth-0.menu-item:last-child a {
      border: 0; }
    .slide-out .sub-menu {
      display: none; }
      .slide-out .sub-menu .sub-menu-link {
        background: #F1EEEB; }
    .slide-out .menu-item-has-children .main-menu-link:after {
      position: absolute;
      right: 1em;
      top: 50%;
      margin-top: -3px;
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 6px 0 6px;
      border-color: #1F1F1F transparent transparent transparent; }
    .slide-out .menu-item-has-children.current-menu-ancestor .sub-menu,
    .slide-out .menu-item-has-children.current_page_ancestor .sub-menu,
    .slide-out .menu-item-has-children.current-page-ancestor .sub-menu {
      display: block; }
    .slide-out .menu-item-has-children.current-menu-ancestor .main-menu-link,
    .slide-out .menu-item-has-children.current_page_ancestor .main-menu-link,
    .slide-out .menu-item-has-children.current-page-ancestor .main-menu-link {
      color: #B5ABA1; }
      .slide-out .menu-item-has-children.current-menu-ancestor .main-menu-link:after,
      .slide-out .menu-item-has-children.current_page_ancestor .main-menu-link:after,
      .slide-out .menu-item-has-children.current-page-ancestor .main-menu-link:after {
        border-width: 0 6px 6px 6px;
        border-color: transparent transparent #1F1F1F transparent; }
    .slide-out .menu-item-has-children.current-menu-ancestor .sub-menu a,
    .slide-out .menu-item-has-children.current_page_ancestor .sub-menu a,
    .slide-out .menu-item-has-children.current-page-ancestor .sub-menu a {
      color: #B5ABA1; }
    .slide-out .menu-item-has-children.current-menu-ancestor .current_page_item > a.sub-menu-link,
    .slide-out .menu-item-has-children.current-menu-ancestor .current-menu-item > a.sub-menu-link,
    .slide-out .menu-item-has-children.current_page_ancestor .current_page_item > a.sub-menu-link,
    .slide-out .menu-item-has-children.current_page_ancestor .current-menu-item > a.sub-menu-link,
    .slide-out .menu-item-has-children.current-page-ancestor .current_page_item > a.sub-menu-link,
    .slide-out .menu-item-has-children.current-page-ancestor .current-menu-item > a.sub-menu-link {
      color: #1F1F1F; }
    .slide-out .menu-item-has-children.open .main-menu-link:after {
      border-width: 0 6px 6px 6px;
      border-color: transparent transparent #1F1F1F transparent; }
    .slide-out .menu-item-has-children.closed .main-menu-link:after {
      border-width: 6px 6px 0 6px;
      border-color: #1F1F1F transparent transparent transparent; }

  .nav-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1100;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer; }
    .nav-backdrop:after {
      content: '';
      position: absolute;
      top: 1.5em;
      right: 1.5em;
      width: 1.5em;
      height: 1.5em;
      display: block;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-image: url(assets/img/png/icon-close.pne);
      background-image: url(assets/img/icon-close.svg), none;
      cursor: pointer; }

  .mobile-nav-trigger {
    cursor: pointer;
    display: inline-block;
    color: #B5ABA1; } }
@media screen and (max-width: 564px) {
  .site-header_top-section {
    min-height: 5.5em; }

  .site-notification_hours .col_4 {
    width: 100%;
    margin: 1.5em 0 0; }
    .site-notification_hours .col_4:first-child {
      margin: 0; }
  .site-notification_hours .heading--tertiary {
    height: auto; }

  .site-header_tag--top,
  .site-header_tag--bottom {
    font-size: .75em; }

  .site-header_tag--top {
    padding: 2.125em .75em .75em; }

  .site-header_tag--bottom {
    padding: .75em .75em .5em; }

  .site-header_tag {
    width: 7em; }

  .site-header_tag--point {
    border-width: .5em 3.5em 0 3.5em; } }
@media screen and (max-width: 564px) {
  .site-header.sticky .site-header_top-section {
    min-height: 3.25em; }
  .site-header.sticky .site-header_tag {
    top: -5.5em; } }
/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
  color: #1F1F1F;
  text-decoration: none; }

p a {
  padding: 0 0 1px;
  border-bottom: 1px solid transparent; }

.page-title_linkoff a,
.event-item_description h3 a,
.product-item_description h3 a,
.news-item_description h3 a,
.site-notification_hours a,
.site-footer p a {
  padding: 0 0 1px;
  border-bottom: 1px solid transparent; }

.site-notification_hours a {
  border-color: #fff; }

.site-footer p a,
.visit_methods--single p a {
  border-color: #1F1F1F; }

/*--------------------------------------------------------------
Buttons
--------------------------------------------------------------*/
.button-outline {
  display: inline-block;
  padding: .5em .75em;
  border: 1px solid #1F1F1F;
  font-family: "super-grotesk", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-size: 1.0625em;
  letter-spacing: .03em;
  line-height: 1; }

.button-block, .pagination-ajax a {
  position: relative;
  display: block;
  padding: 1em;
  margin: 0 0 1em;
  background: #fff;
  border-bottom: 1px solid #1F1F1F;
  font-family: "super-grotesk", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-size: .9875em;
  letter-spacing: .03em;
  color: #1F1F1F; }
  .button-block:after, .pagination-ajax a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: -6px;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #1F1F1F; }

.button-block__down:after {
  position: absolute;
  top: 50%;
  right: 1em;
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #1F1F1F transparent transparent transparent; }

.button-radio_group {
  margin: 1em 0; }

.button-radio {
  position: relative;
  display: block;
  padding: 1em;
  background: #fff;
  border-bottom: 1px solid #1F1F1F;
  font-family: "super-grotesk", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-size: .9875em;
  letter-spacing: .03em;
  color: #1F1F1F; }
  .button-radio:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    width: 1.125em;
    height: 1.125em;
    margin-top: -.5625em;
    border-radius: 1.25em;
    background: #F1EEEB;
    border: 5px solid #F1EEEB;
    box-shadow: 0 0 0 1px #E9E3DB; }
  .button-radio.active:after {
    background: #1F1F1F; }

.button-dropdown {
  background: #fff;
  border-bottom: 1px solid #1F1F1F;
  font-family: "super-grotesk", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-size: .9875em;
  letter-spacing: .03em;
  color: #1F1F1F;
  overflow: hidden; }
  .button-dropdown.closed ul {
    display: none;
    overflow: hidden; }
  .button-dropdown ul {
    position: relative;
    z-index: 0;
    max-height: 26em;
    overflow-y: auto; }
  .button-dropdown li {
    background: #F1EEEB;
    border-bottom: 1px solid #C8C8C8; }
    .button-dropdown li.active, .button-dropdown li.current-cat {
      background: #DBD5CD; }
    .button-dropdown li a {
      display: block;
      padding: 1em; }
    .button-dropdown li:last-child {
      border: 0; }

.button-dropdown_master {
  position: relative;
  display: block;
  padding: 1em;
  background: #fff;
  z-index: 1; }
  .button-dropdown_master:after {
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -3px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #1F1F1F transparent; }

.closed .button-dropdown_master:after {
  border-width: 6px 6px 0 6px;
  border-color: #1F1F1F transparent transparent transparent; }

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-footer {
  padding: 2em 0 0;
  background-color: #fff; }

.site-footer_content {
  padding: 5.625em 0 2em;
  border-bottom: 1px dotted #1F1F1F; }
  .site-footer_content:after {
    content: '';
    display: table;
    clear: both; }

.site-footer_content--title {
  margin: 0 0 2.3em; }

.site-footer_content--col p {
  margin: 0 0 1em;
  letter-spacing: .035; }

.site-footer_newsletter p {
  margin: 0; }

.site-footer_content--social {
  height: 3.25em;
  margin: 0 0 1.375em; }
  .site-footer_content--social:after {
    content: '';
    display: table;
    clear: both; }
  .site-footer_content--social li {
    float: left;
    margin: 0 .5em 0 0; }
    .site-footer_content--social li:first-child {
      margin-left: -5px; }
  .site-footer_content--social a {
    display: block;
    width: 1.5em;
    height: 1.25em;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 22px 22px;
    border-radius: .75em; }

.social--facebook a {
  background-image: url(assets/img/png/icon-social-facebook-black.png);
  background-image: url(assets/img/icon-social-facebook-black.svg), none; }

.social--twitter a {
  background-image: url(assets/img/png/icon-social-twitter-black.png);
  background-image: url(assets/img/icon-social-twitter-black.svg), none; }

.social--rss a {
  background-image: url(assets/img/png/icon-social-rss-black.png);
  background-image: url(assets/img/icon-social-rss-black.svg), none; }

.social--issu a {
  background-image: url(assets/img/png/icon-social-issu-black.png);
  background-image: url(assets/img/icon-social-issu-black.svg), none; }

.social--flickr a {
  background-image: url(assets/img/png/icon-social-flickr-black.png);
  background-image: url(assets/img/icon-social-flickr-black.svg), none; }

.social--pinterest a {
  background-image: url(assets/img/png/icon-social-pinterest-black.png);
  background-image: url(assets/img/icon-social-pinterest-black.svg), none; }

.social--instagram a {
  background-image: url(assets/img/png/icon-social-instagram-black.png);
  background-image: url(assets/img/icon-social-instagram-black.svg), none; }

.social--vimeo a {
  background-image: url(assets/img/png/icon-social-vimeo-black.png);
  background-image: url(assets/img/icon-social-vimeo-black.svg), none; }

.site-footer_logos {
  display: table;
  padding: 2.5em 0; }

.site-footer_logos--single {
  display: table-cell;
  vertical-align: middle;
  padding: 0 1.5em; }
  .site-footer_logos--single img {
    display: block;
    width: 100%; }
  .site-footer_logos--single:first-child {
    padding-left: 0; }
  .site-footer_logos--single:last-child {
    padding-right: 0; }

.site-footer_copyright {
  background: #1F1F1F;
  font-family: "super-grotesk", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  text-align: center;
  color: #fff;
  padding: .5em; }
  .site-footer_copyright a {
    color: #fff; }
  .site-footer_copyright p {
    margin: .25em 0;
    letter-spacing: .035em; }

@media screen and (max-width: 1023px) {
  .site-footer .col_3 {
    width: 48.5%; }
    .site-footer .col_3:nth-child(2n) {
      margin-right: 0; }
    .site-footer .col_3:nth-last-child(n+1) {
      margin-top: 1.5em; }

  .site-footer_logos--single {
    padding: 0 .5em; }

  .site-footer_content {
    padding: 2em 0; }

  .site-footer_content--social {
    height: auto; }

  .social-icon a {
    width: 2em;
    height: 2em; }

  .site-footer_content--title {
    margin: 0 0 1em; } }
@media screen and (max-width: 564px) {
  .site-footer_logos {
    padding: 1em 0; }

  .site-footer_logos--single {
    display: inline-block;
    width: 32.5%;
    padding: 1em; }
    .site-footer_logos--single img {
      display: block;
      max-width: 100%;
      height: auto;
      max-height: 4em;
      width: auto;
      margin: 0 auto; }

  .site-footer_content {
    padding: 2em 0 1em; } }
@media screen and (max-width: 420px) {
  .site-footer .col_3 {
    width: 100%; }
    .site-footer .col_3:nth-last-child(n+1) {
      margin-top: 0; }

  .site-footer_content--title {
    margin: 0 0 1em; }

  .site-footer_content--social {
    height: auto;
    margin: 0 0 1em; } }
/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 11F1F1F00;
  /* Above WP toolbar */ }

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.float-left {
  float: left; }

.float-right {
  float: right; }

/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
.section-title {
  margin: 0 0 3em; }
  .section-title:after {
    content: '';
    display: table;
    clear: both; }

.section-title__half {
  margin: 0 0 1.5em; }
  .section-title__half:after {
    content: '';
    display: table;
    clear: both; }

.section-grid {
  margin: 4em 0; }
  .section-grid:after {
    content: '';
    display: table;
    clear: both; }

.grid-item {
  float: left;
  margin-bottom: 1.5em; }
  .grid-item.col_4:nth-of-type(3n) {
    margin-right: 0; }
  .grid-item.col_half:nth-of-type(2n) {
    margin-right: 0; }

.events-archive .grid-item.col_half:nth-of-type(2n) {
  margin-right: 3%; }
.events-archive .grid-item.col_half:nth-of-type(2n+1) {
  margin-right: 0; }

.events_closed {
  margin-bottom: 3em; }

.events_closed--message {
  padding: 1em;
  background: #fff; }
  .events_closed--message p {
    letter-spacing: 0.01em;
    line-height: 1.5; }

@media screen and (max-width: 1023px) {
  .grid-item.col_4 {
    width: 48.5%; }
    .grid-item.col_4:nth-child(2n) {
      margin-right: 0; }
    .grid-item.col_4:nth-of-type(3n) {
      margin-right: 2%; }
    .grid-item.col_4:nth-of-type(6n) {
      margin-right: 0; }
    .grid-item.col_4:last-of-type {
      margin-right: 0; }
  .grid-item.col_half:nth-of-type(2n) {
    margin-right: 0; } }
@media screen and (max-width: 564px) {
  .section-grid {
    margin: 1.5em 0 0; }

  .section-title,
  .events_closed {
    margin: 0 0 1.5em; }

  .grid-item.col_4 {
    width: 100%;
    margin-right: 0; }
    .grid-item.col_4:nth-child(2n) {
      margin-right: 0; }
    .grid-item.col_4:nth-of-type(3n) {
      margin-right: 0; }
  .grid-item.col_half:nth-of-type(2n) {
    margin-right: 0; } }
/*--------------------------------------------------------------
Homepage Slider
--------------------------------------------------------------*/
.feature_slider {
  width: 100%;
  height: 25em;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
  opacity: 0; }
  .feature_slider:after {
    content: '';
    display: table;
    clear: both; }

.feature_slider--wrap {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.feature_slider--slide {
  position: relative;
  width: 80vw;
  min-width: 60em;
  max-width: 72.5em;
  height: 25em;
  padding: 0 .75em;
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  opacity: 0.25;
  cursor: pointer; }
  .feature_slider--slide.swiper-slide-active {
    cursor: default; }
  .feature_slider--slide.slider-next {
    cursor: url(assets/img/icon-arrow-next.png), pointer;
    cursor: url(assets/img/icon-arrow-next.svg), pointer; }
  .feature_slider--slide.slider-prev {
    cursor: url(assets/img/icon-arrow-prev.png), pointer;
    cursor: url(assets/img/icon-arrow-prev.svg), pointer; }

.ie8 .feature_slider--slide {
  padding: 0; }

a.feature_slider--slide.swiper-slide-active {
  cursor: pointer; }

.feature_slider--slide-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.feature_slider--slide-inner-w {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #D1CBC5; }

.feature_slider--details {
  position: relative;
  z-index: 50;
  display: table;
  height: 100%;
  padding: 1.5em;
  font-family: "super-grotesk", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  color: #fff;
  opacity: 0; }
  .feature_slider--details .feature_slider--author {
    line-height: 1.2; }

.details-sidebar .feature_slider--details-inner {
  display: table-cell;
  vertical-align: bottom; }
.details-sidebar .feature_slider--title {
  font-size: 1.5625em;
  line-height: 1.2; }
.details-sidebar .feature_slider--footnotes {
  font-size: 1.25em;
  margin-top: 1em; }

.details-quote .feature_slider--details-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.feature_slider--quote {
  max-width: 22em;
  margin: 0 auto; }

.style-1, .page-style-1 {
  width: 100%;
  background: rgba(255, 255, 255, 0.5); }
  .style-1 .feature_slider--quote, .page-style-1 .feature_slider--quote {
    font-size: 2.375em;
    line-height: 1.15;
    color: #1F1F1F; }
    .style-1 .feature_slider--quote.offset, .page-style-1 .feature_slider--quote.offset {
      margin-top: -.875rem; }
  .style-1 .feature_slider--author, .page-style-1 .feature_slider--author {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.25em;
    color: #1F1F1F; }

.style-2, .style-6 {
  width: 100%;
  background: rgba(0, 20, 137, 0.7); }
  .style-2 .feature_slider--quote, .style-6 .feature_slider--quote {
    font-size: 2.375em;
    line-height: 1.15;
    color: #fff; }
    .style-2 .feature_slider--quote.offset, .style-6 .feature_slider--quote.offset {
      margin-top: -1.25rem; }
  .style-2 .feature_slider--author, .style-6 .feature_slider--author {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.25em;
    color: #fff; }

.style-3 {
  width: 30%; }
  .style-3 .feature_slider--details-inner {
    vertical-align: bottom;
    text-align: left; }
  .style-3 .feature_slider--quote {
    font-size: 1.5625em;
    line-height: 1.15;
    color: #1F1F1F; }
  .style-3 .feature_slider--author {
    margin: 1em 0 0;
    font-size: 1.25em;
    color: #1F1F1F; }

.style-5, .page-style-2 {
  width: 100%; }
  .style-5 .feature_slider--quote, .page-style-2 .feature_slider--quote {
    font-family: "Sabon", "Times", "Times New Roman", serif;
    font-style: italic;
    font-size: 1.875em;
    line-height: 1.33;
    color: #fff;
    max-width: 27.5em; }
    .style-5 .feature_slider--quote.offset, .page-style-2 .feature_slider--quote.offset {
      margin-top: -1.25rem; }
  .style-5 .feature_slider--author, .page-style-2 .feature_slider--author {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.25em;
    color: #fff; }

.page-style-2 {
  background: rgba(0, 20, 137, 0.7); }

.style-6 {
  background: none; }

.feature_slider--details-inner {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%); }

.feature_slider--marker {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 50;
  padding: .5em;
  background: rgba(255, 255, 255, 0.3); }
  .feature_slider--marker:after {
    content: '';
    display: table;
    clear: both; }

.swiper-slide-active {
  opacity: 1; }
  .swiper-slide-active .feature_slider--details {
    opacity: 1; }
  .swiper-slide-active .feature_slider--details-inner {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

.feature_slider--image {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .feature_slider--image.uncropped {
    right: 1em;
    left: auto;
    top: 1em;
    bottom: 1em;
    width: 65%;
    width: calc(68% - 2em);
    background-size: contain; }

.details-bg_yellow {
  color: #1F1F1F;
  background-color: #FFD100; }

.details-bg_violet {
  color: #1F1F1F;
  background-color: #D4E4F9; }

.details-bg_red {
  background-color: #E63329; }

.details-bg_turquoise {
  color: #1F1F1F;
  background-color: #AFE8DD; }

.details-bg_blue {
  background-color: #2676DF; }

.details-bg_navy {
  background-color: #001489; }

.swiper-pagination-switch {
  display: block;
  float: left;
  width: .375em;
  height: .375em;
  border-radius: .1875em;
  margin: 0 .25em;
  background: #fff; }
  .swiper-pagination-switch.swiper-active-switch {
    background: #1F1F1F; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x; }

@media screen and (max-width: 1023px) {
  .feature_slider--slide {
    min-width: 0;
    width: 100vw;
    padding: 0; }

  .feature_slider--slide-inner {
    padding: 0 1.5em; }

  .style-1 .feature_slider--quote,
  .style-2 .feature_slider--quote,
  .style-6 .feature_slider--quote,
  .page-style-1 .feature_slider--quote {
    font-size: 2em; }

  .style-5 .feature_slider--quote,
  .page-style-2 .feature_slider--quote {
    font-size: 1.5625em; }

  .details-sidebar,
  .style-3.details-quote {
    width: 50%; }

  .feature_slider--image.uncropped {
    width: 45%;
    width: calc(50% - 2em); } }
@media screen and (max-width: 1023px) {
  .feature_slider--marker {
    right: 1.5em; } }
@media screen and (max-width: 767px) {
  .feature_slider--slide-inner {
    padding: 0 1em; }

  .feature_slider--marker {
    right: 1em; } }
@media screen and (max-width: 564px) {
  .feature_slider,
  .feature_slider--slide {
    height: 15em; }

  .feature_slider--details {
    padding: 1em; }

  .style-2 .feature_slider--quote, .style-6 .feature_slider--quote,
  .style-1 .feature_slider--quote,
  .style-5 .feature_slider--quote,
  .style-6 .feature_slider--quote,
  .page-style-1 .feature_slider--quote,
  .page-style-2 .feature_slider--quote {
    font-size: 1.125em; }
    .style-2 .feature_slider--quote.offset, .style-6 .feature_slider--quote.offset,
    .style-1 .feature_slider--quote.offset,
    .style-5 .feature_slider--quote.offset,
    .style-6 .feature_slider--quote.offset,
    .page-style-1 .feature_slider--quote.offset,
    .page-style-2 .feature_slider--quote.offset {
      margin: 0; }
  .style-2 .feature_slider--author, .style-6 .feature_slider--author,
  .style-1 .feature_slider--author,
  .style-5 .feature_slider--author,
  .style-6 .feature_slider--author,
  .page-style-1 .feature_slider--author,
  .page-style-2 .feature_slider--author {
    position: static;
    font-size: .9375em;
    margin-top: .75em; }

  .style-5 .feature_slider--quote,
  .page-style-2 .feature_slider--quote {
    font-size: .9735em;
    line-height: 1.25; }

  .style-3.details-quote {
    width: 75%; }
  .style-3 + .feature_slider--image {
    background-position: 25% 50%; }
  .style-3 .feature_slider--quote,
  .style-3 .feature_slider--author {
    font-size: .9375em; }

  .details-sidebar {
    height: 50%;
    width: 100%;
    opacity: 1; }
    .details-sidebar .feature_slider--details-inner {
      opacity: 0; }
    .details-sidebar .feature_slider--title,
    .details-sidebar .feature_slider--footnotes {
      font-size: .9375em; }
    .details-sidebar + .feature_slider--image {
      top: 50%; }

  .swiper-slide-active .details-sidebar .feature_slider--details-inner {
    opacity: 1; }

  .swiper-pagination-switch {
    width: .25em;
    height: .25em;
    margin: 0 .1875em; }

  .feature_slider--marker {
    right: 1em;
    padding: .375em .25em; }

  .feature_slider--image.uncropped {
    width: auto;
    top: auto;
    left: 1em;
    height: 50%;
    height: calc(50% - 2em); } }
/*--------------------------------------------------------------
Noticeboard & Events
--------------------------------------------------------------*/
.noticeboard {
  margin: 3em 0 0;
  padding: 1.5em 0;
  background: #f5f2f2; }
  .noticeboard:after {
    content: '';
    display: table;
    clear: both; }

.noticeboard-calendar .calendar-module {
  margin-bottom: 1.375em; }

.noticeboard-calendar_opening .heading--tertiary {
  font-size: 1.0625em;
  letter-spacing: .04em; }

.noticeboard-calendar_opening-body {
  position: relative;
  text-align: center;
  background-color: #fff;
  padding-bottom: 75%;
  height: 0; }

.noticeboard-calendar_opening-body-t {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.5; }

.noticeboard-calendar_opening-body-l {
  display: table-cell;
  vertical-align: middle; }

.noticeboard-events {
  background-image: url(assets/img/png/icon-email-large-dark.png);
  background-image: url(assets/img/icon-email-large-dark.svg), none; }

.noticeboard-newsletter {
  background-image: url(assets/img/png/icon-calendar-large-dark.png);
  background-image: url(assets/img/icon-calendar-large-dark.svg), none; }

.event-item_body {
  background: #fff; }

.event-item .heading--tertiary {
  width: 100%;
  overflow: hidden; }

.event-item_title {
  color: inherit; }

.event-item_title,
.event-item_date {
  width: 200%;
  display: block; }

.event-item_date {
  height: 1.3em;
  overflow: hidden; }

.no-touch .event-item_date {
  display: none; }

.touch .events-page .col_4 .heading--tertiary {
  padding-top: 1.25em; }

.event-item_thumb {
  display: block;
  width: 100%;
  background-color: #fff; }
  .event-item_thumb.event-item_empty {
    padding-bottom: 48.3%;
    background-color: #DBD5CD; }
  .event-item_thumb.uncropped {
    padding: 1em;
    background-color: #f7f7f7; }
    .event-item_thumb.uncropped .event-item_thumb-image {
      background-size: contain; }

.event-item_description {
  padding: 1em;
  background: #fff;
  color: #1F1F1F; }
  .event-item_description h3 {
    height: 4em;
    overflow: hidden; }

.event-item_thumb-image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.8; }

.uncropped .event-item_thumb-image,
.touch .event-item_thumb-image {
  opacity: 1; }

.event-item_links {
  margin: 1em 0 0; }

.event-item {
  margin-bottom: 3em;
  color: #1F1F1F; }
  .event-item .button-outline {
    margin: 0 .25em 0 0;
    color: #1F1F1F;
    border-color: #1F1F1F; }
  .event-item .event-item_title {
    border-color: #1F1F1F; }

.events-archive .event-item:first-child,
.events-archive .events_empty .event-item {
  width: 100%; }
  .events-archive .event-item:first-child .event-item_thumb-image,
  .events-archive .events_empty .event-item .event-item_thumb-image {
    padding-bottom: 48.3%; }
  .events-archive .event-item:first-child .event-item_title,
  .events-archive .events_empty .event-item .event-item_title {
    height: auto; }

.noticeboard .event-item {
  color: #73D7C4; }
  .noticeboard .event-item .button-outline {
    color: #73D7C4;
    border-color: #73D7C4; }
  .noticeboard .event-item .heading--tertiary.bordered {
    border-color: #73D7C4; }
  .noticeboard .event-item .event-item_title,
  .noticeboard .event-item .event-item_date {
    color: #73D7C4; }

.events-grid {
  width: 100%; }
  .events-grid:after {
    content: '';
    display: table;
    clear: both; }

.calendar-module {
  background: #fff;
  margin: 0 0 1em;
  overflow: hidden; }

.calendar-inner {
  width: 200%; }
  .calendar-inner:after {
    content: '';
    display: table;
    clear: both; }

.calendar-holder {
  width: 50%;
  float: left; }
  .calendar-holder .calendar-wrap {
    width: 100%; }

.calendar-module_body {
  padding: 1em 1em; }

.calendar-module_month {
  position: relative;
  font-size: 1.0635em;
  letter-spacing: .04em;
  font-family: "super-grotesk", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  text-align: center; }

.calendar-module_prev-month,
.calendar-module_next-month {
  display: block;
  text-indent: -9999px;
  padding: 1em .75em;
  text-align: center; }

.calendar-module_prev-month {
  background-image: url(assets/img/png/icon-arrow-left.png);
  background-image: url(assets/img/icon-arrow-left.svg), none;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.calendar-module_next-month {
  background-image: url(assets/img/png/icon-arrow-right.png);
  background-image: url(assets/img/icon-arrow-right.svg), none;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.calendar-module_body {
  width: 100%;
  font-family: "super-grotesk", "Helvetica", "Helvetica Neue", "Arial", sans-serif; }
  .calendar-module_body a {
    color: #1F1F1F; }
  .calendar-module_body th {
    text-align: center;
    vertical-align: middle; }
  .calendar-module_body td {
    text-align: center; }
    .calendar-module_body td a, .calendar-module_body td span {
      display: block;
      padding: .375em;
      height: 1.75em;
      margin: 0 auto;
      line-height: 1.2; }
    .calendar-module_body td a.sub-link {
      color: #D1CBC5; }
    .calendar-module_body td span {
      cursor: default; }
  .calendar-module_body td {
    color: #f5f2f2;
    padding: 1.5%; }
  .calendar-module_body th {
    padding: .375em .375em 1em; }

td.calendar-module_today a, td.calendar-module_today span {
  color: #E63329; }

td.calendar-module_active {
  background-image: url(assets/img/png/icon-calendar-active.png);
  background-image: url(assets/img/icon-calendar-active.svg), none;
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat; }

@media screen and (max-width: 1280px) {
  .calendar-module_body {
    padding: 5% 1em; } }
@media screen and (min-width: 1281px) {
  .calendar-module_body {
    padding: 8% 1em; } }
@media screen and (max-width: 1023px) {
  .events-page .col_4 {
    width: 40.5%;
    margin-right: 2%;
    margin-right: 0; }
  .events-page .col_8 {
    width: 57.5%;
    margin-right: 2%; }
  .events-page .col_half {
    width: 100%;
    margin-right: 0; }

  .events-archive .event-item:first-child .event-item_thumb-image,
  .events-archive .event-item .event-item_thumb-image {
    padding-bottom: 66.66%; } }
@media screen and (max-width: 767px) {
  .calendar-module_body {
    padding: .75em .375em;
    max-width: 20em;
    margin: 0 auto; }

  .calendar-module_body td a,
  .calendar-module_body td span {
    padding: .25em;
    height: 1.5em; }

  .events-page .col_4 {
    width: 49%;
    margin-right: 2%;
    margin-right: 0; }
  .events-page .col_8 {
    width: 49%;
    margin-right: 2%; }

  .event-item_thumb-image {
    opacity: 1; }

  .event-item .button-outline {
    margin: 0 .125em 0 0;
    padding: .5em; } }
@media screen and (max-width: 564px) {
  .noticeboard {
    margin: 1.5em 0 0;
    padding: 1.5em 0 0; }

  .noticeboard-calendar_title {
    margin-top: 0; }

  .touch .events-page .col_4 .heading--tertiary {
    padding-top: 0; }

  .calendar-wrap {
    padding: 0;
    height: auto; }

  .events-page .col_4 {
    margin-bottom: 1.5em; }
  .events-page .col_4,
  .events-page .col_8 {
    width: 100%; }

  .event-item {
    margin-bottom: 1.5em; }

  .event-item_description p {
    height: auto;
    margin: 0 0 1.5em; }

  .event-item_thumb-image {
    padding-bottom: 66.66%; } }
/*--------------------------------------------------------------
Type Box Grid
--------------------------------------------------------------*/
.type-box {
  position: relative; }

.type-box_image {
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

.type-box_title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "super-grotesk", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-size: 2.375em;
  line-height: 1.2;
  color: #fff;
  background: rgba(0, 20, 137, 0.7); }

.type-box_title-inner {
  display: table;
  height: 100%;
  width: 100%;
  padding: 1em; }
  .type-box_title-inner span {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

/*--------------------------------------------------------------
Explore
--------------------------------------------------------------*/
.explore {
  padding: 1.5em 0;
  background: #DBD5CD; }

@media screen and (max-width: 564px) {
  .explore {
    padding-bottom: 0; } }
/*--------------------------------------------------------------
Stay Connected
--------------------------------------------------------------*/
.social-connected {
  padding: 1.5em 0 5.5em;
  background: #f5f2f2; }
  .social-connected:after {
    content: '';
    display: table;
    clear: both; }

.social-connected_sub-heading {
  margin: 0 0 .25em; }

.instagram-grid:after {
  content: '';
  display: table;
  clear: both; }

.instagram-item img {
  width: 100%;
  height: auto;
  background: #fff; }

.instagram-text {
  font-style: italic;
  height: 5.5em;
  overflow: hidden;
  margin-top: 1em; }

.social-feed_body {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 157.5%;
  background: #fff;
  border-top: 4px solid #1F1F1F; }

.social-feed_inner {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  padding: 1.5em;
  overflow-y: scroll; }
  .social-feed_inner::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent; }
  .social-feed_inner::-webkit-scrollbar {
    width: 14px;
    background-color: transparent; }
  .social-feed_inner::-webkit-scrollbar-thumb {
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.45); }

.twitterwidget {
  display: none; }

.twitter-feed {
  margin: 0 0 1.5em; }
  .twitter-feed li {
    margin: 0 0 1.5em; }
    .twitter-feed li:last-child {
      margin: 0; }
  .twitter-feed .time-meta {
    display: block;
    margin: .5em 0 0; }
  .twitter-feed .entry-content {
    display: block; }
  .twitter-feed .entry-content a {
    color: #E63329; }

.facebook-feed a {
  color: #E63329; }

#cff .cff-expand a,
#cff .cff-date {
  font-size: 1em; }

.cff-date-dot {
  display: none; }

#cff .cff-item {
  padding: .75em 0; }

#cff p {
  margin: 0; }

#cff .cff-link-title {
  font-weight: normal;
  font-style: italic; }

#cff .cff-post-desc,
#cff .cff-link-caption {
  font-size: .6875em;
  font-style: italic; }

#cff a,
.social-feed_body .entry-content a {
  padding-bottom: 1px;
  border-bottom: 1px solid transparent; }

@media screen and (max-width: 1023px) {
  .social-connected .col_8 {
    width: 100%;
    margin-right: 0; }
  .social-connected .col_4 {
    width: 48.5%;
    margin-top: 1.5em; }
    .social-connected .col_4:last-child {
      margin-left: 3%; } }
@media screen and (max-width: 767px) {
  .social-connected {
    padding-bottom: 3em; } }
@media screen and (max-width: 564px) {
  .social-connected .col_4 {
    width: 100%; }
    .social-connected .col_4:last-child {
      margin: 0; }

  .social-feed_body {
    padding: 1em;
    height: auto; }

  .social-feed_inner {
    position: static;
    padding: 0; }

  .social-connected {
    padding-bottom: 1em; } }
@media screen and (min-width: 769px) {
  .instagram-grid--3x .col_half {
    width: 31.33%;
    margin-right: 3%; }
    .instagram-grid--3x .col_half:nth-child(2n) {
      margin-right: 3%; }
    .instagram-grid--3x .col_half:nth-child(3n) {
      margin-right: 0; } }
@media screen and (max-width: 420px) {
  .instagram-grid .col_half {
    width: 100%;
    margin-right: 0; } }
/*--------------------------------------------------------------
Content Page
--------------------------------------------------------------*/
.page-header {
  position: relative;
  z-index: 0;
  padding: 5.5em 0 0;
  background: #f5f2f2; }

.page-header_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: #1F1F1F; }
  .page-header_bg.full-height {
    height: 140%; }
  .page-header_bg.strip {
    position: relative;
    height: 4px; }

.parent-whats-on .page-header_bg,
.parent-whats-on .video-object_icon,
.post-type-archive-events .page-header_bg,
.post-type-archive-events .video-object_icon,
.tax-event-type .page-header_bg,
.tax-event-type .video-object_icon {
  background-color: #AFE8DD; }

.parent-collection .page-header_bg,
.parent-collection .video-object_icon {
  background-color: #FFD100; }

.parent-support-us .page-header_bg,
.parent-support-us .video-object_icon {
  background-color: #2676DF; }

.parent-learn .page-header_bg,
.parent-learn .video-object_icon {
  background-color: #8AB1B7; }

.parent-shop .page-header_bg,
.parent-shop .video-object_icon,
.post-type-archive-products .page-header_bg,
.post-type-archive-products .video-object_icon,
.tax-product-type .page-header_bg,
.tax-product-type .video-object_icon {
  background-color: #00c0a5; }

.post-type-archive-products .page-header_bg.strip,
.tax-product-type .page-header_bg.strip {
  display: none; }

.page-visit .page-header,
.page-visit .video-object_icon {
  background-color: #E63329;
  padding-bottom: 3em; }

.parent-visit .page-header_bg,
.parent-visit .video-object_icon,
.parent-about .page-header_bg,
.parent-about .video-object_icon,
.blog .page-header_bg,
.blog .video-object_icon,
.category .page-header_bg,
.category .video-object_icon,
.single-post .page-header_bg,
.single-post .video-object_icon {
  background-color: #E63329; }

.page-title {
  margin: 0 0 5.5em; }
  .page-title:after {
    content: '';
    display: table;
    clear: both; }
  .page-title .heading--primary {
    max-width: 50%; }

.page-title,
.page-header_supporting {
  position: relative;
  z-index: 10; }

.page-title_linkoff {
  font-family: "super-grotesk", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-size: 1.0625em;
  letter-spacing: .03em; }
  .page-title_linkoff a {
    color: #1F1F1F; }
    .page-title_linkoff a:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      height: 0;
      margin: 0 0 0 .5em;
      border-style: solid;
      border-width: 5px 0 5px 5px;
      border-color: transparent transparent transparent #1F1F1F; }

.page-header_supporting {
  padding: 0 0 5.5em; }
  .page-header_supporting:after {
    content: '';
    display: table;
    clear: both; }

.page-header_press-quote {
  line-height: 1.5;
  font-style: italic;
  letter-spacing: 0.01em; }

.page-header_press-author {
  font-family: "super-grotesk", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-size: 1.25em;
  margin: .5em 0 0; }

.page-content {
  position: relative;
  z-index: 1;
  padding: 0 0 5.5em; }

.page-content_date {
  position: relative; }

.page-content_feature-image {
  position: relative;
  overflow: hidden; }
  .page-content_feature-image img {
    display: block;
    width: 100%;
    height: auto; }
  .page-content_feature-image figure {
    position: relative;
    margin: 0; }
  .page-content_feature-image figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: .5em 1em;
    font-size: .6875em;
    font-style: italic;
    background: rgba(255, 255, 255, 0.5); }

.portrait-layout {
  background: #D1CBC5;
  padding: 1em; }
  .portrait-layout img {
    max-height: 800px;
    max-width: 50%;
    width: auto;
    margin: 0 auto; }

.page-content_image-gallery {
  width: 100%;
  background: #fff;
  margin: 0 0 1.5em; }
  .page-content_image-gallery img {
    display: block;
    width: 100%;
    height: auto; }

.page-content_image-gallery_lead img {
  opacity: 0.8; }

.page-content_image-gallery_button {
  position: relative;
  display: block;
  padding: 1em;
  background: #fff;
  border-bottom: 1px solid #1F1F1F;
  font-family: "super-grotesk", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-size: .9875em;
  letter-spacing: .03em;
  color: #1F1F1F; }

.page-content_body {
  margin: 3em 0 0; }

.video-object {
  position: relative; }

.video-object_placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  cursor: pointer; }

.video-object_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4.25em 0 0 -4.25em;
  width: 8.5em;
  height: 8.5em;
  border-radius: 4.25em;
  background-color: #AFE8DD;
  background-image: url(assets/img/png/icon-play-large.png);
  background-image: url(assets/img/icon-play-large.svg), none;
  background-position: 60% 50%;
  background-repeat: no-repeat; }

.page-content_slider {
  width: 100%;
  margin: 0 auto 3em;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
  opacity: 0; }
  .page-content_slider:after {
    content: '';
    display: table;
    clear: both; }

.page-content_wrap {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.page-content_slide {
  width: 80vw;
  min-width: 60em;
  max-width: 72.5em;
  padding: 0 .75em;
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  opacity: 0.25;
  cursor: pointer; }
  .page-content_slide.swiper-slide-active {
    opacity: 1; }
  .page-content_slide.swiper-slide-active.video-slide {
    position: relative;
    z-index: 123; }

.ie8 .page-content_slide {
  padding: 0; }

.page-content_slider--controls {
  position: absolute;
  top: 0;
  z-index: 121;
  height: 100%;
  width: 50%; }
  .page-content_slider--controls.disabled {
    display: none; }
  .page-content_slider--controls.double {
    width: 100%; }
  .page-content_slider--controls.slider-next, .page-content_slider--controls.slider-next .video-object_placeholder {
    right: 0;
    cursor: url(assets/img/png/icon-arrow-next.png), pointer;
    cursor: url(assets/img/icon-arrow-next.svg), pointer;
    background: url(assets/img/trans.gif) repeat 0 0; }
  .page-content_slider--controls.slider-prev, .page-content_slider--controls.slider-prev .video-object_placeholder {
    left: 0;
    cursor: url(assets/img/png/icon-arrow-prev.png), pointer;
    cursor: url(assets/img/icon-arrow-prev.svg), pointer;
    background: url(assets/img/trans.gif) repeat 0 0; }

.touch .page-content_slider--controls {
  display: none; }

.page-content_title {
  margin: 0 0 1.5em; }

.page-content_body:after {
  content: '';
  display: table;
  clear: both; }
.page-content_body p {
  margin: 1em 0; }
  .page-content_body p:first-child {
    margin-top: 0; }
    .page-content_body p:first-child img:first-child {
      margin-top: 0; }
  .page-content_body p:last-child {
    margin-bottom: 0; }
.page-content_body blockquote {
  font-style: italic;
  font-size: 1.5625em;
  line-height: 1.38; }
  .page-content_body blockquote em {
    font-style: normal;
    display: block;
    font-family: "super-grotesk", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
    font-size: .8em;
    margin: .5em 0 3em; }
    .page-content_body blockquote em:before {
      content: '— '; }

.page-content_section {
  margin: 0 0 1.5em;
  padding: 0 1.5em 0 0;
  letter-spacing: 0.01em;
  line-height: 1.5; }
  .page-content_section img,
  .page-content_section figure {
    display: block;
    width: 100% !important;
    height: auto; }
  .page-content_section .fluid-width-video-wrapper,
  .page-content_section img,
  .page-content_section figure {
    margin: 1.75em 0; }
    .page-content_section .fluid-width-video-wrapper:first-child,
    .page-content_section img:first-child,
    .page-content_section figure:first-child {
      margin-top: 0; }
  .page-content_section p .fluid-width-video-wrapper:first-child,
  .page-content_section p img:first-child,
  .page-content_section p figure:first-child {
    margin-top: 1.75em; }
  .page-content_section figure {
    position: relative; }
    .page-content_section figure a {
      display: block; }
  .page-content_section figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: .5em 1em;
    font-size: .6875em;
    font-style: italic;
    background: rgba(255, 255, 255, 0.5); }
  .page-content_section h3 {
    font-size: 1.25em;
    font-family: "super-grotesk", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
    letter-spacing: .02em;
    line-height: 1.3;
    margin: 1.5em 0;
    padding-bottom: .25em;
    border-bottom: 4px solid #1F1F1F; }
  .page-content_section ul {
    list-style: disc;
    margin: 0 0 0 1em; }
  .page-content_section li {
    margin: 0 0 .25em; }

.page-content_resource {
  margin-bottom: 3em; }

.page-related {
  padding: 2.5em 0 0;
  background: #F1EEEB; }
  .page-related .section-grid {
    margin: 4em 0 2em; }

.related-item {
  display: inline-block;
  vertical-align: top;
  float: none;
  padding-right: 4%;
  margin: 0 2% 2em 0; }
  .related-item .heading--tertiary {
    margin: 0 0 1.25em; }

.related-item_thumb {
  float: left;
  width: 34.77%;
  margin-right: 4.44%;
  opacity: 0.8; }

.related-item_content:after {
  content: '';
  display: table;
  clear: both; }

.lightbox-gallery {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  overflow-y: auto; }

.lightbox-gallery_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer; }

.lightbox-gallery_control {
  position: absolute;
  top: 0;
  z-index: 1;
  bottom: 0;
  width: 50%;
  background: url(assets/img/trans.gif) repeat 0 0; }

.lightbox-gallery_prev {
  left: 0;
  cursor: url(assets/img/png/icon-arrow-white-prev.png), pointer;
  cursor: url(assets/img/icon-arrow-white-prev.svg), pointer; }

.lightbox-gallery_next {
  right: 0;
  cursor: url(assets/img/png/icon-arrow-white-next.png), pointer;
  cursor: url(assets/img/icon-arrow-white-next.svg), pointer; }

.lightbox-gallery_layout {
  display: table;
  width: 100%;
  height: 100%; }

.lightbox-gallery_position {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 1em; }

.lightbox-gallery_inner {
  position: relative;
  z-index: 2;
  max-width: 100%;
  max-height: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  margin: 0 auto;
  cursor: pointer;
  display: inline-block; }
  .lightbox-gallery_inner img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    max-height: 90vh;
    height: auto;
    width: auto; }

.lightbox_caption {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  font-size: .6875em;
  font-style: italic;
  background: rgba(255, 255, 255, 0.5); }
  .lightbox_caption p {
    padding: .5em 1em;
    margin: 0;
    text-align: right; }

.lightbox-gallery_close {
  position: absolute;
  z-index: 2;
  top: 0em;
  right: 0em;
  width: 4.5em;
  height: 4.5em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(assets/img/icon-close.png);
  background-image: url(assets/img/icon-close.svg), none;
  cursor: pointer; }

@media screen and (max-width: 1023px) {
  .page-content_section {
    padding-right: 0; }

  .page-content_slide {
    min-width: 0;
    width: 100vw;
    padding: 0; }
    .page-content_slide figure {
      padding: 0 1.5em; }

  .page-title .heading--primary {
    max-width: 65%; }

  .video-object_placeholder {
    right: 1.5em;
    left: 1.5em; }

  .page-content_feature-image figcaption {
    right: 2.181818182em;
    left: 2.181818182em; }

  .portrait-layout img {
    max-height: 600px; } }
@media screen and (max-width: 767px) {
  .page-header {
    padding: 3em 0 0; }

  .page-header_press-author {
    font-size: .9375em; }

  .page-header_supporting {
    padding: 0 0 3em; }

  .page-title {
    margin: 0 0 3em; }

  .page-content {
    padding: 0 0 3em; }

  .page-content_slide figure {
    padding-right: 1em;
    padding-left: 1em; }

  .video-object_placeholder {
    right: 1em;
    left: 1em; }

  .video-object_icon {
    margin: -2em 0 0 -2em;
    width: 4em;
    height: 4em;
    border-radius: 2em;
    background-size: 1em;
    background-position: 55% 50%; }

  .page-related .section-grid {
    margin: 2em 0; }

  .lightbox-gallery_prev,
  .lightbox-gallery_next {
    display: none; }

  .page-content_feature-image figcaption {
    right: 1.454545455em;
    left: 1.454545455em; }

  .portrait-layout img {
    max-width: 65%;
    max-height: 420px; }

  .page-content_slider--controls {
    display: none; } }
@media screen and (max-width: 564px) {
  .page-title .float-left,
  .page-title .float-right {
    float: none; }
  .page-title .heading--primary {
    max-width: 100%; }
  .page-title .page-title_linkoff {
    margin: 1em 0 0; }

  .page-header_supporting {
    padding: 0 0 2em; }
    .page-header_supporting .col_4,
    .page-header_supporting .col_7 {
      width: 100%; }

  .page-header_press {
    margin: 1em 0 0; }

  .page-content_slider {
    margin: 0 0 1em; }

  .parent-visit .page-header {
    padding-bottom: 1em; }

  .page-content {
    padding: 0; }

  .page-content_body {
    margin: 1em 0; }
    .page-content_body .col_7,
    .page-content_body .col_4 {
      width: 100%;
      margin-right: 0; }

  .page-content_links {
    margin-top: 1em; }

  .page-content_title {
    margin: 0 0 1em; }

  .page-related {
    padding: 1em 0 0; }
    .page-related .section-grid {
      margin: 1em 0 0; }

  .related-item {
    width: 100%;
    padding: 0;
    margin: 0 0 1em; } }
/*--------------------------------------------------------------
Post Page
--------------------------------------------------------------*/
.page-content_info-box {
  margin: 0 0 1.5em; }

.page-content_info-box--body {
  width: 100%;
  padding: 1em;
  background: #fff; }
  .page-content_info-box--body img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 1.5em auto; }

.page-content_aside--links {
  margin: 0 0 1.5em; }

.page-content_share--single {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .5em .5em 0;
  height: 22px; }

.share-fb {
  margin-top: -3px; }

.page-content_quote {
  line-height: 1.38;
  font-style: italic; }

.page-content_quote-author {
  font-family: "super-grotesk", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-size: 1.25em;
  margin: .5em 0 3em; }

.single-events .page-related {
  background-color: #AFE8DD; }
  .single-events .page-related .type-box_image {
    background-color: #fff; }
  .single-events .page-related .type-box_title {
    color: #AFE8DD; }
.single-events .page-header_bg {
  background-color: #AFE8DD; }

@media screen and (max-width: 1023px) {
  .page-content_share--single {
    display: block;
    margin-bottom: 1em; } }
@media screen and (max-width: 564px) {
  .page-content_quote-author {
    margin-bottom: 1.5em; } }
/*--------------------------------------------------------------
Products Listing
--------------------------------------------------------------*/
.shop_slider {
  background: #fff;
  height: 28em; }
  .shop_slider .feature_slider--image {
    background-color: #00c0a5; }
  .shop_slider .feature_slider--details {
    width: 100%; }
    .shop_slider .feature_slider--details.image-slide {
      background: rgba(255, 255, 255, 0.5);
      color: #1F1F1F; }
  .shop_slider .feature_slider--details-inner {
    max-width: 20em;
    margin: 0 auto; }
  .shop_slider .feature_slider--title {
    font-size: 2.375em;
    line-height: 1.15;
    text-align: center; }

.shop-header {
  padding: 2em 0 0; }

.product-item_title {
  color: inherit; }

.product-item_thumb {
  display: block;
  width: 100%;
  background-color: #DBD5CD; }
  .product-item_thumb.event-item_empty {
    padding-bottom: 48.3%; }
  .product-item_thumb.uncropped {
    padding: 1em;
    background-color: transparent; }
    .product-item_thumb.uncropped .product-item_thumb-image {
      background-size: contain;
      background-color: transparent; }

.product-item_thumb-image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.8;
  background-color: #fff; }

.uncropped .product-item_thumb-image,
.touch .product-item_thumb-image {
  opacity: 1; }

.product-item_description {
  padding: 1em;
  background: #fff;
  color: #1F1F1F; }
  .product-item_description h3 {
    height: 4em;
    overflow: hidden; }

.product-item_links {
  margin: 1em 0 0; }

.product-item {
  margin-bottom: 3em;
  color: #1F1F1F; }
  .product-item .button-outline {
    margin: 0 .25em 0 0;
    color: #1F1F1F;
    border-color: #1F1F1F; }
  .product-item .event-item_title {
    border-color: #1F1F1F; }

.product-archive .product-item:first-child {
  width: 100%; }
  .product-archive .product-item:first-child .product-item_thumb {
    padding-bottom: 48.3%; }
  .product-archive .product-item:first-child .product-item_title {
    height: auto; }

@media screen and (max-width: 1023px) {
  .shop_slider .feature_slider--title {
    font-size: 2em; }
  .shop_slider .feature_slider--image {
    left: 1em;
    right: 1em; }
  .shop_slider .feature_slider--marker {
    right: 1em; } }
@media screen and (max-width: 564px) {
  .shop_slider {
    height: 16.5em; }
    .shop_slider .feature_slider--title {
      font-size: 1.125em; }

  .shop-listing_filter {
    width: 100%;
    margin: 1em 0 0; } }
/*--------------------------------------------------------------
News Page
--------------------------------------------------------------*/
.news-item_title {
  color: inherit; }

.news-item_title,
.news-item_date {
  display: block; }

.no-touch .news-item_date {
  display: none; }

.news-item_thumb {
  display: block;
  width: 100%;
  background-color: #DBD5CD; }
  .news-item_thumb.event-item_empty {
    padding-bottom: 48.3%; }
  .news-item_thumb.uncropped {
    padding: 1em;
    background-color: #f7f7f7; }
    .news-item_thumb.uncropped .news-item_thumb-image {
      background-size: contain; }

.news-item_thumb-image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.8; }

.touch .news-item_thumb-image,
.uncropped .news-item_thumb-image {
  opacity: 1; }

.news-item_description {
  padding: 1em;
  background: #fff;
  color: #1F1F1F; }
  .news-item_description h3 {
    height: 4em;
    overflow: hidden; }

.news-item_links {
  margin: 1em 0 0; }

.news-item {
  margin-bottom: 3em;
  color: #1F1F1F; }
  .news-item .button-outline {
    margin: 0 .25em 0 0;
    color: #1F1F1F;
    border-color: #1F1F1F; }
  .news-item .event-item_title {
    border-color: #1F1F1F; }

.single-post .page-content_info-box {
  margin-bottom: 1.5em; }

@media screen and (max-width: 564px) {
  .news-listing_filter {
    width: 100%;
    margin: 1em 0 0; } }
/*--------------------------------------------------------------
Visit Page
--------------------------------------------------------------*/
.visit_map--canvas {
  width: 100%;
  height: 500px;
  background: #fff; }

.visit_general--title {
  margin: 0 0 3em; }

.visit_method-buttons {
  margin-top: 1.875em; }

.visit_methods {
  margin: 3em 0 0; }
  .visit_methods:after {
    content: '';
    display: table;
    clear: both; }

.visit_methods--content p {
  margin: 0 0 1em; }

.visit_methods--single {
  margin-bottom: 3em; }
  .visit_methods--single:nth-last-child(1), .visit_methods--single:nth-last-child(2) {
    margin-bottom: 0; }

.visit_methods--single_image img {
  display: block;
  width: 100%; }
.visit_methods--single_image p {
  font-family: "super-grotesk", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-size: .9875em;
  margin: .5em 0 0; }

.visit_methods--button {
  padding-left: 4.5em;
  background-position: 1.5em 50%;
  background-size: 30px auto;
  background-repeat: no-repeat; }
  .visit_methods--button:after {
    display: none; }

@media screen and (max-width: 1023px) {
  .visit_general .col_3,
  .visit_general .col_6 {
    width: 48.5%; }
  .visit_general .col_6 .col_half {
    width: 100%;
    margin-right: 0; }

  .visit_map {
    width: 66%;
    margin-right: 2%; }

  .visit_method-buttons {
    width: 32%;
    margin-right: 2%;
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  .visit_map--canvas {
    height: 300px; } }
@media screen and (max-width: 564px) {
  .visit_general {
    margin: 1.5em 0 1em; }
    .visit_general .col_3,
    .visit_general .col_6 {
      width: 100%; }

  .visit_general--title {
    margin: 0 0 1em; }

  .visit_methods {
    margin-top: 0; }
    .visit_methods .col_half {
      width: 100%;
      margin-right: 0; }

  .visit_methods--single {
    margin-bottom: 1.5em; }
    .visit_methods--single:nth-last-child(1), .visit_methods--single:nth-last-child(2) {
      margin-bottom: 1.5em; }

  .visit_map,
  .visit_method-buttons {
    width: 100%; } }
/*--------------------------------------------------------------
Search Page
--------------------------------------------------------------*/
.search-page {
  margin: 0; }

.search-page_result--content {
  padding: 1.5em 0;
  margin: 0 0 2em; }
  .search-page_result--content:after {
    content: '';
    display: table;
    clear: both; }
  .search-page_result--content p {
    margin: 0; }

.search-page_result--thumb img {
  display: block;
  width: 100%;
  height: auto; }

.search-page_result--buttons {
  margin: 3em 0 0;
  width: 50%; }

@media screen and (max-width: 564px) {
  .search-page_result--content {
    margin: 0; }

  .search-page_result--buttons {
    width: 100%;
    margin: 1em 0 0; } }
/*--------------------------------------------------------------
Pagination
--------------------------------------------------------------*/
.pagination {
  font-family: "super-grotesk", "Helvetica", "Helvetica Neue", "Arial", sans-serif; }
  .pagination:after {
    content: '';
    display: table;
    clear: both; }
  .pagination a {
    display: block;
    font-size: .9875em;
    background-repeat: no-repeat; }

.js .pagination {
  display: none; }

.pagination_next {
  float: right; }
  .pagination_next a {
    padding: 1em;
    background-image: url(assets/img/png/icon-arrow-right.png);
    background-image: url(assets/img/icon-arrow-right.svg), none;
    background-position: 100% 50%; }

.pagination_prev {
  float: left; }
  .pagination_prev a {
    padding: 1em;
    background-image: url(assets/img/png/icon-arrow-left.png);
    background-image: url(assets/img/icon-arrow-left.svg), none;
    background-position: 0% 50%; }

.pagination-ajax {
  float: left;
  width: 100%;
  margin: 3em auto 0;
  opacity: 1; }
  .pagination-ajax.loading {
    opacity: 0.5; }
  .pagination-ajax a {
    width: 32%;
    min-width: 11.5em;
    margin: 0 auto; }
    .pagination-ajax a:after {
      position: absolute;
      top: 50%;
      right: 1em;
      display: inline-block;
      width: 0;
      height: 0;
      margin-top: -3px;
      border-style: solid;
      border-width: 6px 6px 0 6px;
      border-color: #1F1F1F transparent transparent transparent; }

.no-js .pagination-ajax {
  display: none; }

.pagination-ajax_empty {
  width: 32%;
  min-width: 11.5em;
  margin: 0 auto; }
  .pagination-ajax_empty span {
    text-align: center;
    display: block;
    font-family: "super-grotesk", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
    font-size: .9875em; }

@media screen and (max-width: 767px) {
  .pagination-ajax {
    margin: 0 0 3em; }
    .pagination-ajax a {
      width: 100%; } }
/*--------------------------------------------------------------
Press Page
--------------------------------------------------------------*/
.press-page_active {
  padding: 0; }

.press-page_item {
  padding: 3em 0; }
  .press-page_item:nth-of-type(odd) {
    background-color: #ece9e9; }

.press-page_description {
  margin: 0 0 1.5em; }
  .press-page_description .heading--secondary, .press-page_description .noticeboard_date {
    margin: 0 0 .75em; }

.page-press_item--description {
  background: #fff;
  padding: 1em;
  margin: 0 0 1.5em; }

.press-page_item--content {
  padding: 1.5em 0 0; }
  .press-page_item--content:after {
    content: '';
    display: table;
    clear: both; }

.press-page_item--file-title {
  margin: 0 0 1.5em; }

.press-page_item--thumb {
  margin: 0 0 2em; }
  .press-page_item--thumb img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 30em;
    margin: 0 auto; }

@media screen and (max-width: 564px) {
  .press-page_item {
    padding: 1.5em 0; }

  .press-page_description {
    margin: 0; }

  .press-page_item--content {
    margin: 0; }

  .press-page_item--buttons {
    width: 100%;
    margin: 1em 0 0; }

  .press-page_item--thumb,
  .press-page_item--file {
    margin: 0 0 1em; }

  .press-page_item .col_half {
    float: none;
    width: 100%; } }
/*--------------------------------------------------------------
Collection
--------------------------------------------------------------*/
.random-post .event-item {
  width: 100%; }
  .random-post .event-item .event-item_thumb-image {
    padding-bottom: 48.3%; }
  .random-post .event-item .event-item_title {
    height: auto; }

.grid-item.no-results {
  width: 100%; }

.collection-search {
  padding: 1em;
  background: #fff; }
  .collection-search input,
  .collection-search select {
    display: block; }
  .collection-search .input-text {
    margin-top: .5em; }
  .collection-search .input-text,
  .collection-search select {
    width: 100%; }
  .collection-search select:focus {
    outline: 0; }
  .collection-search .form-row {
    margin: 0 0 1.5em; }
    .collection-search .form-row:last-of-type {
      margin: 0; }

.select-wrap {
  position: relative;
  margin-top: .5em; }
  .select-wrap select {
    width: 100%;
    height: 100%;
    -webkit-appearance: menulist-button;
    font-size: 1em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    cursor: pointer; }

.select-overlay {
  border: 1px solid #1F1F1F;
  background-color: #fff;
  background-image: url(assets/img/png/icon-arrow-down.png);
  background-image: url(assets/img/icon-arrow-down.svg), none;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding: .6875em .5em .5em;
  font-family: "Sabon", "Times", "Times New Roman", serif;
  font-size: 1em;
  line-height: normal; }

@media screen and (max-width: 1023px) {
  .collection-database .col_half {
    width: 100%;
    margin-right: 0; }
  .collection-database .col_8,
  .collection-database .col_4 {
    width: 48.5%; }
  .collection-database .event-item_thumb-image {
    padding-bottom: 66.66%; }
  .collection-database .random-post .event-item .event-item_thumb-image {
    padding-bottom: 66.66%; } }
@media screen and (max-width: 568px) {
  .collection-database .col_8,
  .collection-database .col_4 {
    width: 100%;
    margin-right: 0; }

  .collection-search {
    margin-bottom: 2em; } }
/*--------------------------------------------------------------
Hover States
--------------------------------------------------------------*/
@media screen and (min-width: 1025px) {
  .navigation_primary .menu-item-depth-0:hover .main-menu-link:after,
  .navigation_primary .menu-item-depth-0.hover .main-menu-link:after {
    display: block;
    opacity: 1; }
  .navigation_primary .menu-item-depth-0:hover .sub-menu,
  .navigation_primary .menu-item-depth-0.hover .sub-menu {
    display: block; }

  .menu-item-depth-0:not(.menu-item-has-children):hover:after {
    display: block; }

  .navigation_primary:hover .main-menu-link:after {
    display: none; }

  .navigation_primary {
    transform: none !important; }
    .navigation_primary a:hover {
      color: #1F1F1F; }

  li.menu-item-has-children:hover a,
  .page .menu_support-us a {
    color: #1F1F1F; }

  .sub-menu a:hover {
    border-color: #1F1F1F; } }
@media screen and (max-width: 1023px) {
  .navigation_primary a:hover {
    color: #1F1F1F; } }
.no-touch .site-header_tag:hover {
  top: 0; }
.no-touch .heading--masthead a:hover path {
  fill: #B5ABA1; }
.no-touch .site-header_strap a:hover {
  color: #1F1F1F; }
.no-touch .button-outline:hover,
.no-touch .input-btn:hover,
.no-touch .wpcf7-submit:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1); }
.no-touch .button-radio:hover {
  background: #f8f7f6; }
.no-touch .noticeboard .event-item .button-outline:hover {
  background: rgba(115, 215, 196, 0.1); }
.no-touch .noticeboard-calendar_opening-body:hover .noticeboard-calendar_opening-body-t {
  opacity: 1; }
.no-touch .social--facebook a:hover {
  background-image: url(assets/img/png/icon-social-facebook.png);
  background-image: url(assets/img/icon-social-facebook.svg), none; }
.no-touch .social--twitter a:hover {
  background-image: url(assets/img/png/icon-social-twitter.png);
  background-image: url(assets/img/icon-social-twitter.svg), none; }
.no-touch .social--rss a:hover {
  background-image: url(assets/img/png/icon-social-rss.png);
  background-image: url(assets/img/icon-social-rss.svg), none; }
.no-touch .social--issu a:hover {
  background-image: url(assets/img/png/icon-social-issu.png);
  background-image: url(assets/img/icon-social-issu.svg), none; }
.no-touch .social--flickr a:hover {
  background-image: url(assets/img/png/icon-social-flickr.png);
  background-image: url(assets/img/icon-social-flickr.svg), none; }
.no-touch .social--pinterest a:hover {
  background-image: url(assets/img/png/icon-social-pinterest.png);
  background-image: url(assets/img/icon-social-pinterest.svg), none; }
.no-touch .social--instagram a:hover {
  background-image: url(assets/img/png/icon-social-instagram.png);
  background-image: url(assets/img/icon-social-instagram.svg), none; }
.no-touch .social--vimeo a:hover {
  background-image: url(assets/img/png/icon-social-vimeo.png);
  background-image: url(assets/img/icon-social-vimeo.svg), none; }
.no-touch #cff a:hover,
.no-touch #cff a:focus,
.no-touch .social-feed_body .entry-content a:hover {
  text-decoration: none;
  border-color: #E63329; }
.no-touch .navigation_secondary--search-form:hover .input-placeholder {
  color: #1F1F1F; }
.no-touch .site-notification_hours a:hover,
.no-touch .site-footer_copyright a:hover {
  border-color: #fff; }
.no-touch .site-notification_close:hover {
  opacity: 0.5; }
.no-touch .event-item:hover .event-item_thumb-image,
.no-touch .event-item:hover .product-item_thumb-image,
.no-touch .event-item:hover .news-item_thumb-image,
.no-touch .product-item:hover .event-item_thumb-image,
.no-touch .product-item:hover .product-item_thumb-image,
.no-touch .product-item:hover .news-item_thumb-image,
.no-touch .news-item:hover .event-item_thumb-image,
.no-touch .news-item:hover .product-item_thumb-image,
.no-touch .news-item:hover .news-item_thumb-image {
  opacity: 1; }
.no-touch .event-item:hover .event-item_description h3 a,
.no-touch .event-item:hover .product-item_description h3 a,
.no-touch .event-item:hover .news-item_description h3 a,
.no-touch .product-item:hover .event-item_description h3 a,
.no-touch .product-item:hover .product-item_description h3 a,
.no-touch .product-item:hover .news-item_description h3 a,
.no-touch .news-item:hover .event-item_description h3 a,
.no-touch .news-item:hover .product-item_description h3 a,
.no-touch .news-item:hover .news-item_description h3 a {
  border-color: #1F1F1F; }
.no-touch .event-item .button-outline:hover {
  background: rgba(0, 0, 0, 0.1); }
.no-touch .event-item:hover .event-item_date {
  display: block; }
.no-touch .event-item:hover .event-item_title {
  display: none; }
.no-touch .news-item:hover .news-item_date {
  display: block; }
.no-touch .news-item:hover .news-item_title {
  display: none; }
.no-touch .page-content_image-gallery_lead:hover img,
.no-touch .related-item:hover .related-item_thumb {
  opacity: 1; }
.no-touch .page-title_linkoff a:hover,
.no-touch p a:hover {
  border-color: #1F1F1F; }
.no-touch .site-notification_hours a:hover {
  border-color: rgba(255, 255, 255, 0.3); }
.no-touch .site-footer p a:hover,
.no-touch .visit_methods--single p a:hover {
  color: #D1CBC5;
  border-color: #D1CBC5; }
.no-touch .button-block:hover, .no-touch .pagination-ajax a:hover, .pagination-ajax .no-touch a:hover {
  -webkit-transform: translateX(3%);
  -moz-transform: translateX(3%);
  -ms-transform: translateX(3%);
  -o-transform: translateX(3%);
  transform: translateX(3%); }
.no-touch .pagination-ajax a:hover,
.no-touch .button-block__down:hover {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%); }
.no-touch .button-dropdown_master:hover:after {
  margin-top: -10px; }
.no-touch .closed .button-dropdown_master:hover:after {
  margin-top: 5px; }
.no-touch .button-dropdown ul a:hover {
  background: #f8f7f6; }
.no-touch .calendar-module_body a:hover {
  color: #E63329; }
.no-touch .calendar-module_next-month:hover,
.no-touch .calendar-module_prev-month:hover {
  background-color: #f5f2f2; }
.no-touch .type-box:hover .type-box_title {
  background: #001489; }
.no-touch footer a:hover {
  border-color: #1F1F1F; }
.no-touch .page-content_body p a:hover,
.no-touch .page-content_section li a:hover {
  border-color: #D1CBC5;
  color: #D1CBC5; }
.no-touch .video-object_icon:hover {
  background-color: #1F1F1F; }
@media screen and (max-width: 767px) {
  .no-touch .sub-menu-link:hover {
    color: #1F1F1F !important; } }

/*--------------------------------------------------------------
Transitions
--------------------------------------------------------------*/
.site-notification {
  -webkit-transform: translate3d(0, 0, 0); }

.site-header_tag {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: top 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: top 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 150ms cubic-bezier(0.165, 0.84, 0.44, 1); }

@media screen and (max-width: 1024px) {
  .site-header_tag {
    -webkit-transition: top 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: top 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 500ms cubic-bezier(0.165, 0.84, 0.44, 1); } }
.feature_slider--slide,
.page-content_slide {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 600ms;
  -moz-transition: opacity 600ms;
  transition: opacity 600ms; }

.feature_slider--details {
  -webkit-transition: opacity 750ms 650ms;
  -moz-transition: opacity 750ms 650ms;
  transition: opacity 750ms 650ms; }

.feature_slider--details-inner {
  -webkit-transition: all 750ms 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 750ms 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 750ms 650ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.navigation_secondary--search {
  -webkit-transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.site-notification_close,
.event-item_thumb-image,
.product-item_thumb-image,
.news-item_thumb-image,
.page-content_image-gallery img,
.pagination-ajax,
.related-item_thumb {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  transition: opacity 200ms; }

.event-item_title,
.event-item_title a {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms; }

.button-outline,
.button-block,
.pagination-ajax a,
.input-btn,
.wpcf7-submit,
.calendar-module_next-month,
.calendar-module_prev-month,
.type-box_title,
.button-dropdown ul a,
.video-object_icon,
.noticeboard-calendar_opening-body-t,
.button-radio {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms; }

.button-dropdown_master:after,
.slide-out .main-menu-link:after {
  -webkit-transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.event-item_description h3 a,
.news-item_description h3 a,
.product-item_description h3 a,
footer a,
#cff a,
.social-feed_body .entry-content a,
.page-title_linkoff a,
.sub-menu_wrap a,
.page-content_section li a {
  -webkit-transition: border-color 200ms;
  -moz-transition: border-color 200ms;
  transition: border-color 200ms; }

.calendar-module_body td a,
.calendar-module_month a,
.main-menu-link,
.input-placeholder,
.heading--tertiary a,
.site-header_strap a {
  -webkit-transition: color 200ms;
  -moz-transition: color 200ms;
  transition: color 200ms; }

p a,
.site-footer p a {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms; }

.heading--masthead path {
  -webkit-transition: fill 200ms;
  -moz-transition: fill 200ms;
  transition: fill 200ms; }

@media screen and (max-width: 767px) {
  .site-header_top-section {
    -webkit-transition: min-height 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: min-height 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: min-height 350ms cubic-bezier(0.165, 0.84, 0.44, 1); } }
/*--------------------------------------------------------------
Young People Instagram 30/07/15
--------------------------------------------------------------*/
.young-people-instagram {
  background-color: #fff;
  padding: 2.5em 0; }
  @media screen and (max-width: 568px) {
    .young-people-instagram {
      padding: 1em 0; } }

/*--------------------------------------------------------------
Open House Twitter Instagram 23/10/15
--------------------------------------------------------------*/
.open-house-social {
  padding: 0 0 2.5em; }
  @media screen and (max-width: 568px) {
    .open-house-social {
      padding: 0 0 1em; } }
  @media screen and (max-width: 767px) {
    .open-house-social .open-house-social__top-col {
      width: 100%;
      float: none; } }

.single-tweet {
  display: table;
  margin: 0 0 1em;
  background: #fff; }
  .single-tweet img {
    display: table-cell;
    width: 100%;
    max-width: 40em;
    height: auto; }

.single-tweet__text {
  display: table-cell;
  vertical-align: top;
  padding: 1em;
  height: 100%; }
  .single-tweet__text a {
    color: #E63329;
    transition: color 200ms; }
    .single-tweet__text a:hover {
      color: #D1CBC5; }

.tweet-image {
  display: table-cell;
  width: 40%;
  height: 0;
  padding-bottom: 40%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

.single-tweet__date {
  display: block;
  margin: .5em 0 0; }

/*# sourceMappingURL=style.css.map */
