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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

:focus, button:hover {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

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

main {
  display: block; }

img {
  display: block; }

button,
input[type="submit"] {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  font-size: 1em; }
  button:active, button:focus, button:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    outline: 0; }

/* 'rem' is a Sass mixin that converts pixel values to rem values
 * Returns 2 lines of code — regular pixel values and converted rem values 
 * 
 * Sample input:
 * .element { 
 * @include rem('padding',10px 0 2px 5px); }
 * 
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem; }
 */
/* Dimensions */
/* position */
/* Padding */
/* Margin */
/* Border */
/* Fonts */
/* Base */
*,
:before,
:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a:active {
  background-color: transparent; }

.page-main, .module-feature, .news, .news .posts-wrapper, .news .news-item, .news .news-item .meta-info, .year-filters, .breadcrumbs, .single-wrapper, .events-wrapper, .user-content, .siteHeader, .page-footer, .footer-1, .home-info-boxes, .contact-wrapper, .contact-content, .form-header, .search-results {
  zoom: 1; }
  .page-main:before, .module-feature:before, .news:before, .news .posts-wrapper:before, .news .news-item:before, .news .news-item .meta-info:before, .year-filters:before, .breadcrumbs:before, .single-wrapper:before, .events-wrapper:before, .user-content:before, .siteHeader:before, .page-footer:before, .footer-1:before, .home-info-boxes:before, .contact-wrapper:before, .contact-content:before, .form-header:before, .search-results:before, .page-main:after, .module-feature:after, .news:after, .news .posts-wrapper:after, .news .news-item:after, .news .news-item .meta-info:after, .year-filters:after, .breadcrumbs:after, .single-wrapper:after, .events-wrapper:after, .user-content:after, .siteHeader:after, .page-footer:after, .footer-1:after, .home-info-boxes:after, .contact-wrapper:after, .contact-content:after, .form-header:after, .search-results:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .page-main:after, .module-feature:after, .news:after, .news .posts-wrapper:after, .news .news-item:after, .news .news-item .meta-info:after, .year-filters:after, .breadcrumbs:after, .single-wrapper:after, .events-wrapper:after, .user-content:after, .siteHeader:after, .page-footer:after, .footer-1:after, .home-info-boxes:after, .contact-wrapper:after, .contact-content:after, .form-header:after, .search-results:after {
    clear: both; }

.gc-modal, .news .news-item .news-item-link:before, .news .news-item .badge span, ul.quick-list li > a:before, .post-social a svg, .events .col4 .circle-image:before, .item-catalogue .item-wrapper .item-pane .item-tile a:before, .page-main, .partOne .social a, .partOne .social a svg, .menu .menu-item a, .push-menu, .contact-overlay, .contact-form {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease; }

svg#svg-sprite {
  display: none; }

svg {
  width: 100%;
  height: 100%;
  max-height: 100%; }

/* Media Queries */
/* Sitewide Files */
/* Animations */
@-webkit-keyframes halfspin {
  to {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); } }

@-moz-keyframes halfspin {
  to {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); } }

@-ms-keyframes halfspin {
  to {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); } }

@keyframes halfspin {
  to {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); } }

@-webkit-keyframes fullspin {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes fullspin {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes fullspin {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fullspin {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Typography */
/* Site Specific Styles */
a {
  color: #494747;
  text-decoration: none;
  cursor: pointer; }
  a:focus {
    color: #2c2c2c; }

html {
  font-size: 100%;
  font-family: "Open Sans", sans-serif;
  color: #494747;
  line-height: 1; }

.news .news-item .badge span, .filter-wrapper .month-filters li a, .category-dropdown select, .year-filters h5,
.year-filters ul li a, .category-link, .breadcrumbs ul li, .breadcrumbs ul li a, .post-article .post-cats a, .post-social span, #mc_embed_signup .mc-field-group input[type="text"],
#mc_embed_signup .mc-field-group input[type="email"],
#mc_embed_signup .mc-field-group select,
#mc_embed_signup .mc-field-group textarea, .form-header span {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-transform: uppercase; }

/* Headings */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0.75em 0 0.5em;
  font-family: "brandon-grotesque", sans-serif;
  color: #494747; }

h1, .h1 {
  font-size: 2.1875em; }

h2, .h2 {
  font-size: 1.5625em; }

h3, .h3 {
  font-size: 1.25em; }

h4, .h4 {
  font-size: 1.125em; }

p {
  font-size: 1.3125em;
  color: #2c2c2c;
  margin-bottom: 0.75rem;
  line-height: 1.6; }

ul li, ol li {
  color: #2c2c2c; }

h3.heading {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 4.375rem; }
  @media screen and (min-width: 750px) {
    h3.heading {
      font-size: 2.625rem; } }

h3.page-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 4.375rem; }
  @media screen and (min-width: 750px) {
    h3.page-title {
      font-size: 2.625rem; } }

h5.box-heading {
  zoom: 1;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 1.25rem 0;
  margin: 1.875rem 0;
  border: 2px solid #494747; }
  h5.box-heading:before, h5.box-heading:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  h5.box-heading:after {
    clear: both; }
  @media screen and (min-width: 750px) {
    h5.box-heading {
      width: 30%;
      margin: 1.875rem 35% 0; } }

/* User Content Areas */
.user-content {
  line-height: 1.5em; }
  .user-content br {
    height: 0.7em; }
  .user-content p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    font-size: 12px; }
    @media screen and (min-width: 350px) {
      .user-content p {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 750px) {
      .user-content p {
        font-size: 1rem; } }
  .user-content strong {
    font-weight: 700; }
  .user-content em {
    font-style: italic; }
  .user-content ul, .user-content ol {
    margin: 2em 0;
    padding-left: 1.2rem; }
    .user-content ul li, .user-content ol li {
      font-size: 12px;
      margin: 0.7em 0;
      line-height: 1.5em;
      list-style-type: circle; }
      .user-content ul li[style="text-align: center;"], .user-content ol li[style="text-align: center;"] {
        list-style-position: inside; }
      @media screen and (min-width: 350px) {
        .user-content ul li, .user-content ol li {
          font-size: 0.875rem; } }
      @media screen and (min-width: 750px) {
        .user-content ul li, .user-content ol li {
          font-size: 1rem; } }
  .user-content ol li {
    list-style-type: decimal; }
  .user-content h1 {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    height: auto;
    padding: 0;
    margin: 1.875rem 0 3.75rem; }
    @media screen and (min-width: 750px) {
      .user-content h1 {
        font-size: 2.625rem; } }
  .user-content h2 {
    font-size: 1.375rem;
    font-weight: 700;
    padding: 0 0 1.875rem;
    margin: 3.125rem 0 1.25rem; }
    @media screen and (min-width: 750px) {
      .user-content h2 {
        font-size: 2rem; } }
  .user-content h3 {
    font-size: 1rem;
    font-weight: 700;
    padding: 0;
    margin: 1.875rem 0 1.25rem; }
    @media screen and (min-width: 750px) {
      .user-content h3 {
        font-size: 1.375rem; } }
  .user-content h4 {
    font-size: 1rem;
    font-weight: 700;
    padding: 0 0 0.9375rem;
    margin: 1.875rem 0 1.5625rem;
    border-bottom: 1px solid #494747; }
    @media screen and (min-width: 750px) {
      .user-content h4 {
        font-size: 1.375rem; } }
  .user-content h5 {
    text-transform: uppercase; }

.section-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 4.375rem; }
  @media screen and (min-width: 750px) {
    .section-title {
      font-size: 2.625rem; } }

/* Modules Files */
/* Mixin Name */
/* CenterContent (x & y) */
.gc-modal, .events .col4 .circle-image, .flexbox .page-header, .fourohfour .error {
  position: relative; }
  .gc-modal .contentContainer, .events .col4 .circle-image .contentContainer, .flexbox .page-header .contentContainer, .fourohfour .error .contentContainer {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
  .flexbox .gc-modal, .flexbox .events .col4 .circle-image, .events .col4 .flexbox .circle-image, .flexbox .page-header, .flexbox .fourohfour .error, .fourohfour .flexbox .error {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .flexbox .gc-modal .contentContainer, .flexbox .events .col4 .circle-image .contentContainer, .events .col4 .flexbox .circle-image .contentContainer, .flexbox .page-header .contentContainer, .flexbox .fourohfour .error .contentContainer, .fourohfour .flexbox .error .contentContainer {
      position: static;
      left: auto;
      top: auto;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }

/* VerticallyAlign (y) */
.news .news-item .badge, .home-header, .contact-wrapper, .form-header {
  position: relative; }
  .news .news-item .badge .contentContainer, .home-header .contentContainer, .contact-wrapper .contentContainer, .form-header .contentContainer {
    position: absolute;
    left: 0%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: left; }
  .flexbox .news .news-item .badge, .news .news-item .flexbox .badge, .flexbox .home-header, .flexbox .contact-wrapper, .flexbox .form-header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .flexbox .news .news-item .badge .contentContainer, .news .news-item .flexbox .badge .contentContainer, .flexbox .home-header .contentContainer, .flexbox .contact-wrapper .contentContainer, .flexbox .form-header .contentContainer {
      position: static;
      left: auto;
      top: auto;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }

@-webkit-keyframes animateDark {
  0% {
    background-position: 75% 50%;
    background-size: 40%; }
  25% {
    background-position: 150% 50%;
    background-size: 40%; }
  26% {
    background-image: none; }
  100% {
    background-image: url("../images/svgsprite/searchdark.svg");
    background-position: 50% 50%;
    background-size: 40%; } }

@-moz-keyframes animateDark {
  0% {
    background-position: 75% 50%;
    background-size: 40%; }
  25% {
    background-position: 150% 50%;
    background-size: 40%; }
  26% {
    background-image: none; }
  100% {
    background-image: url("../images/svgsprite/searchdark.svg");
    background-position: 50% 50%;
    background-size: 40%; } }

@-ms-keyframes animateDark {
  0% {
    background-position: 75% 50%;
    background-size: 40%; }
  25% {
    background-position: 150% 50%;
    background-size: 40%; }
  26% {
    background-image: none; }
  100% {
    background-image: url("../images/svgsprite/searchdark.svg");
    background-position: 50% 50%;
    background-size: 40%; } }

@keyframes animateDark {
  0% {
    background-position: 75% 50%;
    background-size: 40%; }
  25% {
    background-position: 150% 50%;
    background-size: 40%; }
  26% {
    background-image: none; }
  100% {
    background-image: url("../images/svgsprite/searchdark.svg");
    background-position: 50% 50%;
    background-size: 40%; } }

@-webkit-keyframes animateDarkHover {
  0% {
    background-position: 75% 50%;
    background-size: 40%; }
  25% {
    background-position: 150% 50%;
    background-size: 40%; }
  26% {
    background-image: none; }
  100% {
    background-image: url("../images/svgsprite/arrow-right.svg");
    background-position: 50% 50%;
    background-size: 40%; } }

@-moz-keyframes animateDarkHover {
  0% {
    background-position: 75% 50%;
    background-size: 40%; }
  25% {
    background-position: 150% 50%;
    background-size: 40%; }
  26% {
    background-image: none; }
  100% {
    background-image: url("../images/svgsprite/arrow-right.svg");
    background-position: 50% 50%;
    background-size: 40%; } }

@-ms-keyframes animateDarkHover {
  0% {
    background-position: 75% 50%;
    background-size: 40%; }
  25% {
    background-position: 150% 50%;
    background-size: 40%; }
  26% {
    background-image: none; }
  100% {
    background-image: url("../images/svgsprite/arrow-right.svg");
    background-position: 50% 50%;
    background-size: 40%; } }

@keyframes animateDarkHover {
  0% {
    background-position: 75% 50%;
    background-size: 40%; }
  25% {
    background-position: 150% 50%;
    background-size: 40%; }
  26% {
    background-image: none; }
  100% {
    background-image: url("../images/svgsprite/arrow-right.svg");
    background-position: 50% 50%;
    background-size: 40%; } }

@-webkit-keyframes animateWhite {
  0% {
    background-position: 75% 50%;
    background-size: 40%; }
  25% {
    background-position: 150% 50%;
    background-size: 40%; }
  26% {
    background-image: none; }
  100% {
    background-image: url("../images/svgsprite/search.svg");
    background-position: 50% 50%;
    background-size: 40%; } }

@-moz-keyframes animateWhite {
  0% {
    background-position: 75% 50%;
    background-size: 40%; }
  25% {
    background-position: 150% 50%;
    background-size: 40%; }
  26% {
    background-image: none; }
  100% {
    background-image: url("../images/svgsprite/search.svg");
    background-position: 50% 50%;
    background-size: 40%; } }

@-ms-keyframes animateWhite {
  0% {
    background-position: 75% 50%;
    background-size: 40%; }
  25% {
    background-position: 150% 50%;
    background-size: 40%; }
  26% {
    background-image: none; }
  100% {
    background-image: url("../images/svgsprite/search.svg");
    background-position: 50% 50%;
    background-size: 40%; } }

@keyframes animateWhite {
  0% {
    background-position: 75% 50%;
    background-size: 40%; }
  25% {
    background-position: 150% 50%;
    background-size: 40%; }
  26% {
    background-image: none; }
  100% {
    background-image: url("../images/svgsprite/search.svg");
    background-position: 50% 50%;
    background-size: 40%; } }

@-webkit-keyframes animateWhiteHover {
  0% {
    background-position: 75% 50%;
    background-size: 40%; }
  25% {
    background-position: 150% 50%;
    background-size: 40%; }
  26% {
    background-image: none; }
  100% {
    background-image: url("../images/svgsprite/arrow-right-white.svg");
    background-position: 50% 50%;
    background-size: 40%; } }

@-moz-keyframes animateWhiteHover {
  0% {
    background-position: 75% 50%;
    background-size: 40%; }
  25% {
    background-position: 150% 50%;
    background-size: 40%; }
  26% {
    background-image: none; }
  100% {
    background-image: url("../images/svgsprite/arrow-right-white.svg");
    background-position: 50% 50%;
    background-size: 40%; } }

@-ms-keyframes animateWhiteHover {
  0% {
    background-position: 75% 50%;
    background-size: 40%; }
  25% {
    background-position: 150% 50%;
    background-size: 40%; }
  26% {
    background-image: none; }
  100% {
    background-image: url("../images/svgsprite/arrow-right-white.svg");
    background-position: 50% 50%;
    background-size: 40%; } }

@keyframes animateWhiteHover {
  0% {
    background-position: 75% 50%;
    background-size: 40%; }
  25% {
    background-position: 150% 50%;
    background-size: 40%; }
  26% {
    background-image: none; }
  100% {
    background-image: url("../images/svgsprite/arrow-right-white.svg");
    background-position: 50% 50%;
    background-size: 40%; } }

.item-catalogue .item-wrapper .item-info ul li img {
  display: inline;
  width: 50px;
  height: 50px;
  border-radius: 50%; }
  @media screen and (min-width: 750px) {
    .item-catalogue .item-wrapper .item-info ul li img {
      float: left;
      margin: 0 1.5625rem 0 0; } }

@-webkit-keyframes mouseScroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px); } }

@-moz-keyframes mouseScroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px); } }

@-ms-keyframes mouseScroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px); } }

@keyframes mouseScroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px); } }

/* Buttons */
.btnContainer {
  width: 100%;
  text-align: center; }

.btn-wrapper {
  width: 100%;
  text-align: center; }

.btn,
input[type="submit"] {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  color: #494747;
  border: 2px solid #2c2c2c;
  padding: 1.125rem 2rem;
  text-transform: uppercase;
  display: inline-block;
  margin: 20px 0;
  line-height: 1.5;
  cursor: pointer;
  zoom: 1;
  font-size: 0.875rem; }
  .btn:before, .btn:after,
  input[type="submit"]:before,
  input[type="submit"]:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .btn:after,
  input[type="submit"]:after {
    clear: both; }
  .btn:hover,
  input[type="submit"]:hover {
    background: #9bbd6c;
    color: #ffffff;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease; }
  .btn.black,
  input[type="submit"].black {
    background-color: #2c2c2c;
    color: #ffffff; }
    .btn.black:hover,
    input[type="submit"].black:hover {
      background-color: #ffffff;
      color: #494747; }
  .btn.clear-button,
  input[type="submit"].clear-button {
    color: #ffffff;
    border-color: #ffffff;
    margin-bottom: 0; }
    .btn.clear-button:hover,
    input[type="submit"].clear-button:hover {
      background: #9bbd6c; }
    .btn.clear-button.green-bg:hover,
    input[type="submit"].clear-button.green-bg:hover {
      background-color: #ffffff;
      color: #9bbd6c; }

.purpleBtn:hover {
  background: #21076a;
  color: #ffffff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease; }

/* Forms */
/* Modals */
.gc-modal {
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(72, 22, 49, 0.92); }
  .gc-modal .gc-modal-container {
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background: #ffffff; }
    @media screen and (min-width: 750px) {
      .gc-modal .gc-modal-container {
        max-width: 55%;
        max-height: 90%; } }
    .gc-modal .gc-modal-container * {
      -webkit-transform: translate3d(0, 0, 0); }
    .gc-modal .gc-modal-container .gc-modal-heading {
      font-size: 0.5625rem;
      font-weight: 700;
      padding: 1.375rem 3%;
      text-transform: uppercase;
      color: #ffffff;
      background-color: #494747; }
      .gc-modal .gc-modal-container .gc-modal-heading .gc-modal-close {
        width: 0.5625rem;
        height: 0.5625rem;
        z-index: 999999;
        float: right; }
        @media screen and (min-width: 750px) {
          .gc-modal .gc-modal-container .gc-modal-heading .gc-modal-close {
            width: 0.75rem;
            height: 0.75rem; } }
        .gc-modal .gc-modal-container .gc-modal-heading .gc-modal-close svg {
          fill: #ffffff; }
      @media screen and (min-width: 750px) {
        .gc-modal .gc-modal-container .gc-modal-heading {
          size: 0.6875rem; } }
      @media screen and (min-width: 1000px) {
        .gc-modal .gc-modal-container .gc-modal-heading {
          font-size: 0.9375rem; } }
    .gc-modal .gc-modal-container img {
      width: 100%;
      height: 100%;
      padding: 3% 3% 0; }
    .gc-modal .gc-modal-container h4 {
      font-size: 0.5625rem;
      font-weight: 500;
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase;
      text-align: right;
      padding: 1.5% 3%; }
      .gc-modal .gc-modal-container h4 svg {
        display: inline-block;
        margin-right: 10px;
        margin-right: 0.625rem;
        height: 9px;
        width: 9px;
        margin: 0 0.625rem -0.09375rem 0;
        fill: #4f4f4e; }
        @media screen and (min-width: 750px) {
          .gc-modal .gc-modal-container h4 svg {
            height: 15px;
            width: 15px;
            margin-bottom: -0.25rem; } }
      @media screen and (min-width: 750px) {
        .gc-modal .gc-modal-container h4 {
          size: 0.6875rem; } }
      @media screen and (min-width: 1000px) {
        .gc-modal .gc-modal-container h4 {
          font-size: 0.9375rem; } }
  .gc-modal-open .gc-modal {
    visibility: visible;
    opacity: 1; }
  .gc-modal-loading .gc-modal .gc-modal-container {
    background: none; }
  .gc-modal-loading .gc-modal .content-container {
    width: 75px;
    height: 75px;
    overflow: hidden; }
    .gc-modal-loading .gc-modal .content-container:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      border-top: 20px solid #515151;
      border-bottom: 20px solid #515151;
      border-right: 20px solid #ffffff;
      border-left: 20px solid #ffffff;
      -webkit-animation: fullspin 0.75s ease infinite;
      animation: fullspin 0.75s ease infinite;
      border-radius: 100%; }

.module-feature {
  position: relative;
  width: 100%;
  padding: 5.625rem 7% 5rem;
  background-color: #f2f1f1; }

.news {
  width: 86%;
  padding: 10% 0;
  margin: 0 7%; }
  @media screen and (min-width: 750px) {
    .news {
      padding: 2% 0; } }
  .news .intro {
    text-align: center;
    padding: 0 10% 10%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
    .news .intro h4 {
      font-size: 2.625rem;
      margin: 0 0 3.125rem;
      font-weight: 700; }
    .news .intro p {
      font-size: 1rem;
      margin: 0 0 1.875rem; }
    @media screen and (min-width: 750px) {
      .news .intro {
        padding: 2% 30%; } }
  .news h5, .news time {
    text-transform: uppercase;
    margin: 0; }
  .news h5 {
    font-size: 0.625rem;
    text-align: left;
    margin: 0.3125rem 0 0;
    width: 100%;
    float: right; }
    @media screen and (min-width: 750px) {
      .news h5 {
        font-size: 0.75rem; } }
    @media screen and (min-width: 1200px) {
      .news h5 {
        text-align: right;
        width: 50%; } }
  .news time {
    font-size: 0.75rem;
    display: block;
    margin: 0 0 0.625rem; }
    @media screen and (min-width: 750px) {
      .news time {
        float: left;
        margin: 0; } }
  .news .posts-wrapper {
    position: relative; }
  .news .news-item .news-item-link {
    float: left;
    position: relative;
    width: 100%;
    margin: 0 0 1.25rem; }
    .news .news-item .news-item-link:before {
      display: block;
      content: '';
      background-color: rgba(0, 0, 0, 0.3);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 10%;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      border-radius: 0%; }
    .news .news-item .news-item-link:hover:before {
      opacity: 1;
      background-image: url("../images/svgsprite/search.svg");
      background-color: rgba(0, 0, 0, 0.7); }
    .news .news-item .news-item-link:before {
      width: 118%;
      left: -10%; }
      @media screen and (min-width: 750px) {
        .news .news-item .news-item-link:before {
          width: 100%;
          left: 0; } }
  .news .news-item .badge {
    display: block;
    position: absolute;
    top: 0;
    z-index: 99;
    left: calc(50% - 18px);
    -webkit-transform: translate(0, -18px);
    -moz-transform: translate(0, -18px);
    -ms-transform: translate(0, -18px);
    -o-transform: translate(0, -18px);
    transform: translate(0, -18px);
    padding: 16px;
    padding: 1rem;
    background: #612e49;
    border-radius: 30px;
    border-radius: 1.875rem; }
    @media screen and (min-width: 750px) {
      .news .news-item .badge {
        top: 15px; } }
    @media screen and (min-width: 1000px) {
      .news .news-item .badge {
        left: 15px;
        -webkit-transform: translate(-18px, -18px);
        -moz-transform: translate(-18px, -18px);
        -ms-transform: translate(-18px, -18px);
        -o-transform: translate(-18px, -18px);
        transform: translate(-18px, -18px); } }
    @media screen and (min-width: 1400px) {
      .news .news-item .badge {
        top: 30px;
        left: 30px; } }
    .news .news-item .badge svg {
      display: inline-block;
      line-height: 1em;
      height: 20px;
      width: 20px;
      fill: #ffffff; }
    .news .news-item .badge span {
      display: block;
      opacity: 0;
      width: 0;
      color: #ffffff; }
    @media screen and (min-width: 1000px) {
      .news .news-item .badge:hover span {
        min-width: 78px;
        opacity: 1;
        margin: 0 8px 0 16px;
        margin: 0 0.5rem 0 1rem; } }
  .news .news-item .article-image {
    width: 116.2%;
    margin-left: -8.1%;
    display: block;
    background-color: #e1e1e1; }
    @media screen and (min-width: 550px) and (max-width: 1000px) {
      .news .news-item .article-image {
        width: 100%;
        margin: 0; } }
    @media screen and (min-width: 1000px) {
      .news .news-item .article-image {
        width: 100%;
        margin-left: 0; } }
    .news .news-item .article-image.featured-post {
      position: relative;
      background-color: transparent; }
      @media screen and (min-width: 1000px) {
        .news .news-item .article-image.featured-post {
          padding: 10px;
          padding: 0.625rem;
          border: 1px solid #acacac; } }
      @media screen and (min-width: 1000px) {
        .news .news-item .article-image.featured-post:hover + .badge span {
          min-width: 78px;
          opacity: 1;
          margin: 0 8px 0 16px;
          margin: 0 0.5rem 0 1rem; } }
  .news .news-item .meta-info {
    width: 100%;
    text-align: center;
    font-weight: 700;
    margin: 1.25rem 0 1.5625rem; }
    @media screen and (min-width: 750px) {
      .news .news-item .meta-info {
        text-align: left; } }
  .news .news-item h2 {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.75rem;
    float: left;
    width: 100%;
    margin: 0 0 1.5625rem;
    text-align: center; }
    @media screen and (min-width: 750px) {
      .news .news-item h2 {
        text-align: left; } }
  .news .news-item .excerpt {
    position: relative;
    float: left;
    width: 100%;
    border-top: 1px solid #acacac;
    font-size: 0.875rem;
    line-height: 1.75rem;
    padding: 1.1875rem 0 3.125rem 0; }
    @media screen and (min-width: 750px) {
      .news .news-item .excerpt {
        padding: 1.1875rem 23.7% 1.1875rem 0;
        border-bottom: 1px solid #acacac; } }
    .news .news-item .excerpt h5 {
      line-height: 1.6; }
    .news .news-item .excerpt p {
      font-size: 0.875rem; }
    .news .news-item .excerpt .link-to {
      -webkit-transition: 0.4s ease;
      transition: 0.4s ease;
      text-indent: -999px;
      overflow: hidden;
      width: 41px;
      height: 41px;
      position: absolute;
      bottom: 0;
      border-radius: 50%;
      border: 1px solid #acacac;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("../images/svgsprite/arrow-right.svg");
      -webkit-animation: animateDarkHover 0.7s forwards;
      -moz-animation: animateDarkHover 0.7s forwards;
      animation: animateDarkHover 0.7s forwards;
      background-size: 40%;
      margin: 0.625rem -1.28125rem 0 0;
      right: 50%; }
      .news .news-item .excerpt .link-to:hover {
        background-size: 40%;
        -webkit-animation: animateDark 0.7s forwards;
        -moz-animation: animateDark 0.7s forwards;
        animation: animateDark 0.7s forwards; }
      @media screen and (min-width: 750px) {
        .news .news-item .excerpt .link-to {
          right: 0;
          top: 50%;
          margin-top: -1.25rem;
          margin-bottom: 2.8125rem;
          margin-right: 0; } }

.top-posts.not-single {
  position: absolute;
  right: 0;
  top: 0; }

.top-posts h3 {
  font-size: 1.25rem;
  font-weight: 700px;
  padding: 1.0625rem 0;
  margin: 0 0 1.875rem;
  text-align: center;
  color: #494747;
  border: 2px solid #494747; }

.top-posts .sort-wrapper {
  float: left;
  width: 100%;
  margin: 0 0 1.875rem; }
  .top-posts .sort-wrapper a.sort-posts {
    display: inline;
    padding: 0 0 7px;
    margin: 0 0.9375rem 0 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.6875rem;
    font-family: "Open Sans", sans-serif; }
    .top-posts .sort-wrapper a.sort-posts.active, .top-posts .sort-wrapper a.sort-posts:hover {
      border-bottom: 2px solid #494747; }
    @media screen and (min-width: 1000px) {
      .top-posts .sort-wrapper a.sort-posts {
        font-size: 0.75rem; } }
    @media screen and (min-width: 1200px) {
      .top-posts .sort-wrapper a.sort-posts {
        font-size: 0.875rem;
        margin: 0 1.25rem 0 0; } }

.top-posts .tab {
  display: none;
  width: 100%;
  float: left; }

.top-posts .active {
  display: block; }

ul.quick-list li {
  position: relative;
  width: 100%;
  float: left; }
  ul.quick-list li:first-child:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 74%;
    height: 1px;
    background: #e1e1e1; }
    @media screen and (min-width: 1000px) {
      ul.quick-list li:first-child:before {
        width: 78%; } }
  ul.quick-list li:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 74%;
    height: 1px;
    background: #e1e1e1; }
    @media screen and (min-width: 1000px) {
      ul.quick-list li:after {
        width: 78%; } }
  ul.quick-list li h2 {
    float: right;
    width: 73%;
    padding: 1.25rem 0 0;
    margin: 0;
    line-height: 1.3;
    font-size: 1rem;
    font-weight: 700; }
    @media screen and (min-width: 1000px) {
      ul.quick-list li h2 {
        width: 78%; } }
  ul.quick-list li h4 {
    float: right;
    width: 73%;
    padding: 0 0 0.9375rem;
    text-transform: uppercase;
    font-size: 0.6875rem;
    font-weight: 700; }
    @media screen and (min-width: 1000px) {
      ul.quick-list li h4 {
        width: 78%; } }
  ul.quick-list li a img {
    width: 100%;
    height: 100%;
    border-radius: 50%; }
  ul.quick-list li > a {
    position: relative;
    float: left;
    width: 20%;
    margin: 0.625rem 7% 0.625rem 0;
    border-radius: 50%; }
    ul.quick-list li > a:before {
      display: block;
      content: '';
      background-color: rgba(0, 0, 0, 0.3);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 35%;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      border-radius: 50%; }
    ul.quick-list li > a:hover:before {
      opacity: 1;
      background-image: url("../images/svgsprite/search.svg");
      background-color: rgba(0, 0, 0, 0.7); }
    @media screen and (min-width: 1000px) {
      ul.quick-list li > a {
        width: 15%; } }

.wpp-thumbnail {
  margin: 0; }

.category .filter-wrapper {
  padding: 0 30px 0;
  padding: 0 1.875rem 0; }
  @media screen and (min-width: 1000px) {
    .category .filter-wrapper {
      padding: 30px 30px 20px;
      padding: 1.875rem 1.875rem 1.25rem; }
      .category .filter-wrapper .category-dropdown {
        float: right; } }

.filter-wrapper {
  padding: 30px 30px 20px;
  padding: 1.875rem 1.875rem 1.25rem;
  zoom: 1;
  background: #f2f1f1; }
  .filter-wrapper:before, .filter-wrapper:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .filter-wrapper:after {
    clear: both; }
  .filter-wrapper .month-filters {
    width: 100%;
    float: left;
    text-align: center; }
    .filter-wrapper .month-filters li {
      display: inline-block;
      margin: 10px; }
      .filter-wrapper .month-filters li.last {
        margin-right: 0; }
      .filter-wrapper .month-filters li a {
        display: block;
        border-bottom: 2px solid transparent;
        padding: 0 0 0.4375rem; }
      .filter-wrapper .month-filters li.current a, .filter-wrapper .month-filters li a:hover {
        border-bottom: 2px solid #494747;
        padding: 0 0 0.4375rem; }

.category-dropdown {
  position: relative;
  margin: 1.25rem 0;
  background: #f2f1f1; }
  @media screen and (min-width: 750px) {
    .category-dropdown {
      margin: 1.875rem 25%; } }
  @media screen and (min-width: 1000px) {
    .category-dropdown {
      margin: 0; } }
  .category-dropdown select {
    padding: 0 !important;
    font-size: 0.8125rem;
    height: 1.875rem;
    cursor: pointer;
    background: #ffffff;
    color: #494747;
    display: block;
    border: 2px solid #cdc9c9;
    padding: 15px 25px;
    padding: 0.9375rem 1.5625rem;
    margin-bottom: 1em;
    width: 100%; }
    .category-dropdown select::-webkit-input-placeholder {
      color: #cdc9c9;
      text-transform: uppercase; }
    .category-dropdown select:-moz-placeholder {
      color: #cdc9c9;
      text-transform: uppercase; }
    .category-dropdown select::-moz-placeholder {
      color: #cdc9c9;
      text-transform: uppercase; }
    .category-dropdown select:-ms-input-placeholder {
      color: #cdc9c9;
      text-transform: uppercase; }

.year-filters {
  position: relative;
  background: #333232;
  text-align: center;
  padding: 20px 0 20px 0;
  padding: 1.25rem 0 1.25rem 0; }
  .year-filters h5,
  .year-filters ul li a {
    color: #ffffff; }
  .year-filters h5 {
    display: none; }
    @media screen and (min-width: 1000px) {
      .year-filters h5 {
        position: absolute;
        display: inline-block;
        margin: 0 0 20px 0;
        margin: 0 0 1.25rem 0;
        -webkit-transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        -o-transform: translateX(-40px);
        transform: translateX(-40px); } }
  .year-filters ul {
    margin: 0.9375rem 0;
    padding: 0 1.875rem; }
    @media screen and (min-width: 750px) {
      .year-filters ul {
        float: right;
        margin: 0; } }
    .year-filters ul li {
      display: inline-block;
      margin: 10px;
      margin: 0.625rem; }
      @media screen and (min-width: 750px) {
        .year-filters ul li {
          margin: 0 20px 0 0;
          margin: 0 1.25rem 0 0; } }
    .year-filters ul li a:hover, .year-filters ul li.current a {
      border-bottom: 2px solid #ffffff;
      padding: 0 0 0.4375rem; }

@media screen and (min-width: 750px) {
  .cat-links {
    float: right;
    max-width: 50%;
    text-align: right; } }

.category-link {
  font-size: 12px;
  font-size: 0.75rem; }
  .category-link.cat-business {
    color: #494747; }
  .category-link.cat-energy {
    color: #2c2c2c; }
  .category-link.cat-food {
    color: #333232; }
  .category-link.cat-health-wellbeing {
    color: #612e49; }
  .category-link.cat-nature-wildlife-green {
    color: #9bbd6c; }
  .category-link.cat-new-economy {
    color: #f2f1f1; }
  .category-link.cat-place-group {
    color: #acacac; }
  .category-link.cat-education {
    color: #e1e1e1; }
  .category-link.cat-resilience {
    color: #cccbcb; }
  .category-link.cat-transport {
    color: #4f4f4e; }
  .category-link.cat-waste {
    color: #21076a; }
  .category-link.cat-water {
    color: #6eb877; }

.breadcrumbs {
  background: #333232;
  padding: 20px;
  padding: 1.25rem; }
  .breadcrumbs ul {
    float: left; }
    .breadcrumbs ul li {
      display: inline-block;
      color: #ffffff;
      margin-right: 10px;
      margin-right: 0.625rem; }
      .breadcrumbs ul li a {
        display: inline-block;
        color: #ffffff;
        margin-right: 10px;
        margin-right: 0.625rem; }
        .breadcrumbs ul li a:hover {
          text-decoration: underline; }

.single-wrapper {
  width: 100%;
  padding: 20px;
  padding: 1.25rem; }
  @media screen and (min-width: 1000px) {
    .single-wrapper {
      width: 90%;
      max-width: 1600px;
      padding: 20px;
      padding: 1.25rem;
      margin: 0 auto; } }
  @media screen and (min-width: 1400px) {
    .single-wrapper {
      width: 80%;
      padding: 80px 0;
      padding: 5rem 0; } }

.post-article {
  width: 100%; }
  @media screen and (min-width: 1400px) {
    .post-article {
      width: calc(100% - 350px);
      float: left;
      padding-right: 80px;
      padding-right: 5rem; } }
  .post-article .user-content img {
    padding: 15px 0;
    padding: 0.9375rem 0;
    border-top: 1px solid #cdc9c9; }
  .post-article .user-content .wp-caption {
    padding: 0 0 15px 0;
    padding: 0 0 0.9375rem 0;
    border-bottom: 1px solid #cdc9c9;
    border-top: none; }
    .post-article .user-content .wp-caption .wp-caption-text {
      border-bottom: none;
      padding: 0;
      margin: 0; }
  .post-article .user-content p a {
    font-weight: bold; }
    .post-article .user-content p a:hover {
      text-decoration: underline; }
  .post-article .post-cats {
    display: none;
    border-top: 1px solid #cdc9c9;
    padding-top: 20px;
    padding-top: 1.25rem; }
    @media screen and (min-width: 1000px) {
      .post-article .post-cats {
        display: block; } }
    .post-article .post-cats a {
      display: inline-block;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.4em;
      position: relative;
      bottom: 4px; }
    .post-article .post-cats svg {
      display: inline-block;
      margin-right: 10px;
      margin-right: 0.625rem;
      height: 15px;
      width: 15px;
      fill: #4f4f4e; }

.post-sidebar {
  width: 100%;
  margin-top: 20px;
  margin-top: 1.25rem; }
  @media screen and (min-width: 1400px) {
    .post-sidebar {
      width: 350px;
      float: left;
      margin-top: 0; } }
  .post-sidebar .col3 {
    width: 100%; }
  .post-sidebar .top-posts {
    padding: 0; }

.post-title {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 1px;
  margin-bottom: 2em; }
  @media screen and (min-width: 1000px) {
    .post-title {
      font-size: 42px;
      font-size: 2.625rem; } }

.post-date {
  padding-bottom: 1em;
  border-bottom: 1px solid #cdc9c9;
  margin-bottom: 1em; }

.posted-in {
  text-align: center; }
  @media screen and (min-width: 1000px) {
    .posted-in {
      margin-top: 100px;
      margin-top: 6.25rem; } }
  .posted-in p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
  .posted-in .category-links {
    margin-bottom: 60px;
    margin-bottom: 3.75rem; }
    .posted-in .category-links .category-link {
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: bold;
      display: inline-block; }

.post-social {
  padding: 20px;
  padding: 1.25rem;
  background: #f2f1f1;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: none; }
  @media screen and (min-width: 1400px) {
    .post-social {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  .post-social.mobile {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 21.875rem; }
    @media screen and (min-width: 1400px) {
      .post-social.mobile {
        display: none; } }
  .post-social span {
    font-size: 12px;
    font-size: 0.75rem;
    color: #5a5858;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 6px 0 0 4px;
    margin: 0.375rem 0 0 0.25rem; }
  .post-social a {
    display: inline-block;
    height: 20px;
    width: 20px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .post-social a svg {
      fill: #5a5858; }
    .post-social a:hover svg {
      fill: #494747; }

.events {
  width: 86%;
  padding: 10% 0;
  margin: 0 7%;
  zoom: 1; }
  .events:before, .events:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .events:after {
    clear: both; }
  @media screen and (min-width: 750px) {
    .events {
      padding: 2% 0; } }
  .events .intro {
    zoom: 1;
    text-align: center;
    padding: 2.1875rem 10% 0; }
    .events .intro:before, .events .intro:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .events .intro:after {
      clear: both; }
    .events .intro h3 {
      display: inline-block;
      text-indent: -999999px;
      text-align: center;
      width: 100%;
      height: 60px;
      background: url("../images/bgcp+ltf.png") no-repeat center top;
      background-size: 100%; }
      @media screen and (min-width: 500) and (max-width: 749) {
        .events .intro h3 {
          width: 500px;
          height: 110px;
          background-size: 100%; } }
      @media screen and (min-width: 750px) {
        .events .intro h3 {
          width: 500px;
          height: 110px;
          background-size: initial; } }
      @media screen and (min-width: 1000px) {
        .events .intro h3 {
          width: 500px; } }
    .events .intro h4 {
      font-size: 1.875rem;
      margin: 0 0 3.125rem;
      font-weight: 700; }
      @media screen and (min-width: 750px) {
        .events .intro h4 {
          font-size: 2.625rem; } }
    .events .intro p {
      font-size: 1rem;
      margin: 0 0 1.875rem; }
    @media screen and (min-width: 750px) {
      .events .intro {
        padding: 2.5rem 2% 2.5rem; } }
  .events .featured-image {
    display: block;
    width: 100%;
    margin: 0 25%; }
    .events .featured-image img {
      width: 100%;
      border-radius: 50%;
      margin: 0 auto; }
  .events .col4 {
    text-align: center; }
    .events .col4 .circle-image {
      display: block;
      height: 150px;
      width: 150px;
      margin: 0 auto;
      border-radius: 50%;
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover;
      background-color: #494747; }
      .events .col4 .circle-image:before {
        display: block;
        content: '';
        background-color: rgba(0, 0, 0, 0.3);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 15%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        border-radius: 50%; }
      .events .col4 .circle-image:hover:before {
        opacity: 1;
        background-image: url("../images/svgsprite/search.svg");
        background-color: rgba(0, 0, 0, 0.7); }
      @media screen and (min-width: 350px) {
        .events .col4 .circle-image {
          height: 200px;
          width: 200px; } }
      @media screen and (min-width: 1000px) {
        .events .col4 .circle-image {
          height: 150px;
          width: 150px; } }
      @media screen and (min-width: 1000px) {
        .events .col4 .circle-image {
          height: 200px;
          width: 200px; } }
      @media screen and (min-width: 1400px) {
        .events .col4 .circle-image {
          height: 250px;
          width: 250px; } }
      .events .col4 .circle-image h4 {
        font-size: 1.25rem;
        font-weight: 700;
        color: #ffffff;
        width: 100%; }
        @media screen and (min-width: 1000px) {
          .events .col4 .circle-image h4 {
            font-size: 1.5625rem; } }
        .events .col4 .circle-image h4 span {
          width: 100%;
          float: left;
          font-size: 0.625rem;
          text-transform: uppercase;
          margin: 0.9375rem 0 0; }
          @media screen and (min-width: 1000px) {
            .events .col4 .circle-image h4 span {
              font-size: 0.8125rem;
              margin: 1.5625rem 0 0; } }
    .events .col4 h2 {
      float: left;
      width: 100%;
      padding: 0 1.25rem; }
      .events .col4 h2 a {
        font-size: 1.4375rem;
        line-height: 1.2; }
    .events .col4 .link-container {
      float: left;
      position: relative;
      width: 70%;
      padding: 1.25rem 0 2.5rem;
      margin: 1.5625rem 15% 0;
      border-top: 1px solid #acacac; }
      .events .col4 .link-container .link-to {
        margin-left: -1.28125rem;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
        text-indent: -999px;
        overflow: hidden;
        width: 41px;
        height: 41px;
        position: absolute;
        bottom: 0;
        border-radius: 50%;
        border: 1px solid #acacac;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("../images/svgsprite/arrow-right.svg");
        -webkit-animation: animateDarkHover 0.7s forwards;
        -moz-animation: animateDarkHover 0.7s forwards;
        animation: animateDarkHover 0.7s forwards;
        background-size: 40%; }
        .events .col4 .link-container .link-to:hover {
          background-size: 40%;
          -webkit-animation: animateDark 0.7s forwards;
          -moz-animation: animateDark 0.7s forwards;
          animation: animateDark 0.7s forwards; }
    .events .col4 .meta-info {
      width: 70%;
      padding: 0 0 0.9375rem;
      margin: 1.25rem 15% 1.25rem;
      border-bottom: 1px solid #acacac; }
      .events .col4 .meta-info .svg-meta {
        width: 10px;
        height: 10px;
        margin: 0 9px 0 -9px;
        fill: #612e49; }
      .events .col4 .meta-info h3 {
        font-size: 0.75rem;
        font-weight: 700;
        text-transform: uppercase; }
  .events.upcoming-events {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center; }
    @media screen and (min-width: 750px) {
      .events.upcoming-events .col1 {
        max-width: 750px;
        margin: 0 auto;
        float: none; } }
    .events.upcoming-events .post-img {
      display: block;
      width: 100%;
      height: 200px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (min-width: 750px) {
        .events.upcoming-events .post-img {
          height: 300px; } }
    .events.upcoming-events .post-title {
      font-size: 1.375rem;
      letter-spacing: 0;
      margin: 1.875rem 0; }
    .events.upcoming-events .post-body {
      padding: 0.9375rem 0;
      border-top: 1px solid #AFAFAF;
      border-bottom: 1px solid #AFAFAF; }
      .events.upcoming-events .post-body p {
        font-size: 0.875rem; }
        .events.upcoming-events .post-body p:last-child {
          margin-bottom: 0; }
    .events.upcoming-events .btn.post-btn {
      margin-top: 2.1875rem;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem; }

.banner {
  position: relative;
  padding: 6% 6.5%;
  width: 100%;
  height: 600px; }
  .banner.organisation {
    background-attachment: fixed;
    background: url("../images/backgrounds/organisations-banner.jpg") no-repeat center;
    background-size: cover; }
  .banner .location {
    width: 70px;
    height: 53px; }
  .banner h4, .banner h5 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 2.625rem;
    font-weight: 700; }
  .banner h4 {
    margin: 40px 0 14px; }
    @media screen and (min-width: 350px) {
      .banner h4 {
        font-size: 3.25rem; } }
    @media screen and (min-width: 750px) {
      .banner h4 {
        font-size: 3.875rem; } }
  .banner h5 {
    font-size: 1.6875rem;
    color: #9bbd6c;
    margin: 0 0 20px; }
    @media screen and (min-width: 350px) {
      .banner h5 {
        font-size: 2rem; } }
    @media screen and (min-width: 750px) {
      .banner h5 {
        font-size: 2.9375rem; } }
  .banner p {
    color: #ffffff;
    font-size: 0.9375rem; }
    @media screen and (min-width: 350px) {
      .banner p {
        font-size: 1.25rem; } }

.tile-container {
  width: 100%;
  margin: 0 0 9.375rem;
  zoom: 1; }
  .tile-container:before, .tile-container:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .tile-container:after {
    clear: both; }
  .tile-container .item {
    width: 100%;
    padding: 0 5%;
    padding: 20px;
    padding: 1.25rem;
    margin: 0 0 0.9375rem 0;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.125rem;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    position: relative; }
    @media screen and (min-width: 750px) {
      .tile-container .item {
        font-size: 1.75rem;
        line-height: 2.375rem; } }
    @media screen and (min-width: 1000px) {
      .tile-container .item {
        float: left;
        width: calc(100% / 3 - 10px);
        min-height: 408px; } }
    .tile-container .item:nth-child(3n+3) {
      margin-right: 0; }
    @media screen and (min-width: 1000px) {
      .tile-container .item.item5, .tile-container .item.item9 {
        width: calc(100% / 3 * 2 - 5px); }
      .tile-container .item.itemContact {
        width: 100%; } }
    .tile-container .item span {
      font-size: 0.9375rem;
      opacity: 0;
      -webkit-transition: 0.4s ease;
      transition: 0.4s ease; }
    .tile-container .item span.tag {
      display: block;
      position: absolute;
      bottom: 10px;
      opacity: 1;
      background-color: #612e49;
      line-height: 1;
      padding: 5px 8px 6px 6px;
      text-transform: none;
      font-size: 0.75rem;
      z-index: 1; }
      @media screen and (min-width: 750px) {
        .tile-container .item span.tag {
          bottom: 20px; } }
      @media screen and (min-width: 1000px) {
        .tile-container .item span.tag {
          padding: 6px 10px 8px 8px;
          font-size: 1.125rem;
          bottom: auto;
          top: 10px;
          left: 10px; } }
      .tile-container .item span.tag .icon {
        width: 0.75rem;
        height: 0.75rem;
        vertical-align: bottom;
        margin-right: 6px; }
        @media screen and (min-width: 1000px) {
          .tile-container .item span.tag .icon {
            width: 1.25rem;
            height: 1.25rem; } }
    .tile-container .item:before {
      -webkit-transition: 0.4s ease;
      transition: 0.4s ease;
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0);
      z-index: 2; }
    .tile-container .item:hover {
      color: #9bbd6c; }
      .tile-container .item:hover span {
        color: white;
        opacity: 1; }
      .tile-container .item:hover span.tag {
        opacity: 0; }
      .tile-container .item:hover:before {
        background-color: rgba(0, 0, 0, 0.75); }
    .tile-container .item .contentContainer {
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 2;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center; }
    .flexbox .tile-container .item {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .flexbox .tile-container .item .contentContainer {
        position: static;
        left: auto;
        top: auto;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); }
  .tile-container .staticItem {
    width: 100%; }

.page-header {
  width: 100%;
  height: 430px;
  background-size: cover;
  background-color: #4f4f4e !important; }
  .page-header:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
  .page-header .centerContent {
    width: 85%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 120px;
    text-align: center;
    z-index: 10; }
    .page-header .centerContent h2 {
      color: #9bbd6c;
      text-transform: uppercase;
      font-size: 2.1875rem;
      font-weight: 500;
      line-height: 1.1;
      margin: 0 0 0.9375rem; }
      .page-header .centerContent h2 span {
        color: #ffffff; }
      .page-header .centerContent h2 span.thin {
        font-weight: 300; }
      @media screen and (min-width: 1000px) {
        .page-header .centerContent h2 {
          font-size: 4.375rem; } }
    .page-header .centerContent a {
      text-transform: uppercase;
      color: #ffffff;
      font-size: 12px;
      font-weight: 700;
      margin: 0.9375rem 0 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0);
      -webkit-transition: 0.4s ease;
      transition: 0.4s ease; }
      .page-header .centerContent a:hover {
        border-bottom: 1px solid white; }

.flexbox .page-header .centerContent {
  padding-top: 0; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-header .centerContent {
    margin-left: 0; } }

.cross-cutting-groups {
  zoom: 1;
  width: 100%;
  margin: 0 0 6.25rem; }
  .cross-cutting-groups:before, .cross-cutting-groups:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .cross-cutting-groups:after {
    clear: both; }
  .cross-cutting-groups h3 {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 4.375rem; }
    @media screen and (min-width: 750px) {
      .cross-cutting-groups h3 {
        font-size: 2.625rem; } }
  .cross-cutting-groups .col4 {
    float: left;
    width: 100%;
    height: 302px;
    padding: 0 3%;
    margin: 0 0 0.9375rem;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    background-color: grey;
    position: relative; }
    .cross-cutting-groups .col4 .contentContainer {
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 2;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center; }
    .flexbox .cross-cutting-groups .col4 {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .flexbox .cross-cutting-groups .col4 .contentContainer {
        position: static;
        left: auto;
        top: auto;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); }
    @media screen and (min-width: 750px) {
      .cross-cutting-groups .col4 {
        width: 24%;
        margin: 0 1.33% 0 0;
        font-size: 2.25rem; } }
    .cross-cutting-groups .col4:last-child {
      margin: 0; }

.page-nav-breadcrumb {
  zoom: 1;
  width: 100%;
  padding: 1.8125rem 0;
  background: #494747;
  padding-left: 2%;
  padding-right: 2%;
  width: 100%; }
  .page-nav-breadcrumb:before, .page-nav-breadcrumb:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .page-nav-breadcrumb:after {
    clear: both; }
  @media screen and (min-width: 1000px) {
    .page-nav-breadcrumb {
      padding-left: 6%;
      padding-right: 6%; } }
  @media screen and (min-width: 1400px) {
    .page-nav-breadcrumb {
      padding-left: 10%;
      padding-right: 10%; } }
  .page-nav-breadcrumb ul {
    float: left;
    margin: 0; }
    .page-nav-breadcrumb ul li {
      float: left;
      color: #ffffff; }
      .page-nav-breadcrumb ul li a {
        margin: 0 0.625rem;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 0.75rem; }
        @media screen and (min-width: 750px) {
          .page-nav-breadcrumb ul li a {
            font-size: 0.875rem; } }
        .page-nav-breadcrumb ul li a:hover {
          border-bottom: 1px solid #ffffff; }
      .page-nav-breadcrumb ul li span {
        font-size: 0.625rem; }
        @media screen and (min-width: 750px) {
          .page-nav-breadcrumb ul li span {
            font-size: 0.8125rem; } }

.page-nav-panel {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  display: none;
  width: 100%;
  overflow: hidden; }
  @media screen and (min-width: 750px) {
    .page-nav-panel {
      display: block;
      margin: 0;
      padding-left: 0;
      padding-right: 0;
      background-color: #333232; }
      .page-nav-panel .news {
        float: left;
        width: 99999999px;
        margin: 0; }
        .page-nav-panel .news .news-item {
          float: left;
          width: 405px;
          color: #ffffff;
          margin: 0 12.5px; }
          .page-nav-panel .news .news-item img {
            display: none; } }
        @media screen and (min-width: 750px) and (min-width: 1000px) {
          .page-nav-panel .news .news-item img {
            display: block; } }
  @media screen and (min-width: 750px) {
          .page-nav-panel .news .news-item time {
            color: #e1e1e1; }
          .page-nav-panel .news .news-item .excerpt {
            border-color: #4f4f4e;
            padding-right: 0;
            margin: 0; }
            .page-nav-panel .news .news-item .excerpt p a {
              color: #e1e1e1; }
              .page-nav-panel .news .news-item .excerpt p a:hover {
                color: #ffffff; }
            .page-nav-panel .news .news-item .excerpt a {
              color: #e1e1e1; }
              .page-nav-panel .news .news-item .excerpt a p {
                color: #e1e1e1; }
              .page-nav-panel .news .news-item .excerpt a:hover p {
                color: #ffffff; } }
        @media screen and (min-width: 750px) and (min-width: 1000px) {
          .page-nav-panel .news .news-item .excerpt {
            padding-right: 23.7%; } }
  @media screen and (min-width: 750px) {
            .page-nav-panel .news .news-item .excerpt .link-to {
              -webkit-transition: 0.4s ease;
              transition: 0.4s ease;
              text-indent: -999px;
              overflow: hidden;
              width: 41px;
              height: 41px;
              position: absolute;
              bottom: 0;
              border-radius: 50%;
              border: 1px solid #acacac;
              background-repeat: no-repeat;
              background-position: center;
              background-image: url("../images/svgsprite/arrow-right.svg");
              -webkit-animation: animateWhiteHover 0.7s forwards;
              -moz-animation: animateWhiteHover 0.7s forwards;
              animation: animateWhiteHover 0.7s forwards;
              background-size: 40%;
              display: none; }
              .page-nav-panel .news .news-item .excerpt .link-to:hover {
                background-size: 40%;
                -webkit-animation: animateWhite 0.7s forwards;
                -moz-animation: animateWhite 0.7s forwards;
                animation: animateWhite 0.7s forwards; } }
          @media screen and (min-width: 750px) and (min-width: 1000px) {
            .page-nav-panel .news .news-item .excerpt .link-to {
              display: block; } }
  @media screen and (min-width: 750px) {
      .page-nav-panel ul.flex-direction-nav {
        position: absolute;
        top: -100%;
        width: 100%;
        height: 100%; }
        .page-nav-panel ul.flex-direction-nav li {
          display: block;
          width: 7%;
          height: 100%;
          position: absolute;
          top: 100%;
          -webkit-transition: 0.4s ease;
          transition: 0.4s ease; }
          .page-nav-panel ul.flex-direction-nav li.flex-disabled:last-child {
            right: -7%; }
          .page-nav-panel ul.flex-direction-nav li.flex-disabled:first-child {
            left: -7%; }
          .page-nav-panel ul.flex-direction-nav li a {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            text-indent: -999999px; }
            .page-nav-panel ul.flex-direction-nav li a:hover {
              border: none; }
          .page-nav-panel ul.flex-direction-nav li:first-child {
            left: 0;
            background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.02));
            background: -o-linear-gradient(right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.02));
            background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.02));
            background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.02)); }
            .page-nav-panel ul.flex-direction-nav li:first-child a {
              background: url("../images/svgsprite/arrow-left.svg") no-repeat;
              background-position: 50% center;
              background-size: 18px; }
              .page-nav-panel ul.flex-direction-nav li:first-child a:hover {
                background: url("../images/svgsprite/arrow-left-white.svg") no-repeat;
                background-position: 50% center;
                background-size: 18px; }
          .page-nav-panel ul.flex-direction-nav li:last-child {
            right: 0;
            background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.8));
            background: -o-linear-gradient(right, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.8));
            background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.8));
            background: linear-gradient(to right, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.8)); }
            .page-nav-panel ul.flex-direction-nav li:last-child a {
              background: url("../images/svgsprite/arrow-right.svg") no-repeat;
              background-position: 50% center;
              background-size: 18px; }
              .page-nav-panel ul.flex-direction-nav li:last-child a:hover {
                background: url("../images/svgsprite/arrow-right-white.svg") no-repeat;
                background-position: 50% center;
                background-size: 18px; } }

.item-catalogue .item-wrapper .item-pane {
  float: left;
  width: 100%;
  margin: 0 3% 1.875rem 0;
  background-color: #ffffff; }
  @media screen and (min-width: 750px) {
    .item-catalogue .item-wrapper .item-pane {
      width: 48.5%;
      margin: 0; } }
  .item-catalogue .item-wrapper .item-pane .item-tile {
    position: relative;
    float: left;
    width: 50%;
    padding-bottom: 50%;
    background-size: 100%; }
    .item-catalogue .item-wrapper .item-pane .item-tile a:before {
      display: block;
      content: '';
      background-color: rgba(0, 0, 0, 0.3);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 10%;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      border-radius: 0; }
    .item-catalogue .item-wrapper .item-pane .item-tile a:hover:before {
      opacity: 1;
      background-image: url("../images/svgsprite/search.svg");
      background-color: rgba(0, 0, 0, 0.7); }

.item-catalogue .item-wrapper .item-info {
  float: right;
  width: 100%; }
  @media screen and (min-width: 750px) {
    .item-catalogue .item-wrapper .item-info {
      width: 48.5%; } }
  .item-catalogue .item-wrapper .item-info ul li {
    zoom: 1;
    text-align: center;
    margin: 0 0 0.9375rem; }
    .item-catalogue .item-wrapper .item-info ul li:before, .item-catalogue .item-wrapper .item-info ul li:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .item-catalogue .item-wrapper .item-info ul li:after {
      clear: both; }
    @media screen and (min-width: 750px) {
      .item-catalogue .item-wrapper .item-info ul li {
        text-align: left; } }
    .item-catalogue .item-wrapper .item-info ul li a {
      width: 100%;
      margin: 0.875rem 0 0;
      line-height: 1.4;
      font-size: 0.75rem;
      display: block; }
      @media screen and (min-width: 750px) {
        .item-catalogue .item-wrapper .item-info ul li a {
          float: left;
          font-size: 0.875rem; } }
    .item-catalogue .item-wrapper .item-info ul li h3 {
      font-weight: 500;
      font-size: 1.125rem;
      display: block;
      margin: 0.75rem 0 0; }

.item-catalogue .item-wrapper .pagination {
  text-align: center;
  width: 100%;
  margin: 3.125rem 0 0; }
  @media screen and (min-width: 750px) {
    .item-catalogue .item-wrapper .pagination {
      float: left;
      text-align: left; } }
  .item-catalogue .item-wrapper .pagination .page-numbers {
    margin: 0 0.3125rem;
    font-size: 0.875rem; }
  .item-catalogue .item-wrapper .pagination .next, .item-catalogue .item-wrapper .pagination .prev, .item-catalogue .item-wrapper .pagination .current {
    font-weight: 700; }

.item-catalogue .item-open {
  position: relative; }
  .item-catalogue .item-open .return {
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: -30px; }
    @media screen and (min-width: 750px) {
      .item-catalogue .item-open .return {
        font-size: 0.75rem;
        top: -80px; } }
    .item-catalogue .item-open .return svg.icon {
      width: 0.625rem;
      height: 0.625rem;
      margin: 0 0.4375rem -0.0625rem 0; }
      @media screen and (min-width: 750px) {
        .item-catalogue .item-open .return svg.icon {
          width: 0.9375rem;
          height: 0.9375rem;
          margin: 0 0.9375rem -0.1875rem 0; } }
  .item-catalogue .item-open .item-pane .item-tile1 {
    padding-bottom: 100%;
    height: 100%;
    float: right; }
  .item-catalogue .item-open .item-pane .item-tile-full {
    width: 100%;
    padding-bottom: 100%;
    background-size: contain; }
  .item-catalogue .item-open .item-info {
    width: 100%; }
    @media screen and (min-width: 750px) {
      .item-catalogue .item-open .item-info {
        margin: 0.9375rem 0 0; } }
    .item-catalogue .item-open .item-info img {
      float: left;
      display: inline;
      width: 150px;
      height: 150px;
      border-radius: 50%; }
    .item-catalogue .item-open .item-info h2 {
      text-align: left;
      padding-bottom: 0.625rem;
      margin: 1.25rem 0 0;
      font-size: 1.4375rem;
      color: #2c2c2c; }
      @media screen and (min-width: 750px) {
        .item-catalogue .item-open .item-info h2 {
          margin: 2.5rem 0 0; } }
    .item-catalogue .item-open .item-info p.status {
      padding: 0 0 0.9375rem;
      margin: 0 0 1.25rem;
      border-bottom: 2px solid #e1e1e1; }
    .item-catalogue .item-open .item-info p em {
      font-weight: 700;
      font-style: normal; }
      .item-catalogue .item-open .item-info p em.active {
        color: #612e49; }
      .item-catalogue .item-open .item-info p em.unactive {
        color: #9bbd6c; }
    .item-catalogue .item-open .item-info ul.details {
      float: left;
      width: 100%;
      margin: 0 0 1.875rem; }
      .item-catalogue .item-open .item-info ul.details li {
        float: left;
        width: 50%;
        padding: 0;
        text-align: left;
        list-style-type: none; }
        .item-catalogue .item-open .item-info ul.details li svg.icon {
          width: 15px;
          height: 15px;
          margin: 0 0.9375rem 0 0;
          fill: #494747; }

.members .member-wrapper {
  zoom: 1;
  width: 78%;
  margin: 0 11%; }
  .members .member-wrapper:before, .members .member-wrapper:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .members .member-wrapper:after {
    clear: both; }
  .members .member-wrapper .member {
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
    height: 0;
    padding-bottom: 200%;
    margin: 0 0 2.5rem; }
    @media screen and (min-width: 350px) {
      .members .member-wrapper .member {
        padding-bottom: 100%; } }
    @media screen and (min-width: 750px) {
      .members .member-wrapper .member {
        padding-bottom: 50%;
        width: calc(88% / 3);
        margin: 0; } }
    @media screen and (min-width: 1200px) {
      .members .member-wrapper .member {
        padding-bottom: 38%; } }
    .members .member-wrapper .member:after {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      bottom: 0;
      background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.02) 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.02) 100%);
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.02) 100%);
      background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.02) 100%); }
    .members .member-wrapper .member:nth-child(4) {
      margin: 0 0 2.5rem; }
      @media screen and (min-width: 750px) {
        .members .member-wrapper .member:nth-child(4) {
          margin: 0 6% 0; } }
    .members .member-wrapper .member .tag {
      position: absolute;
      display: block;
      width: 70%;
      padding: 0.9375rem 1.875rem;
      margin: 0 15%;
      top: -1.25rem;
      font-size: 0.75rem;
      font-weight: 700;
      color: #ffffff;
      text-transform: uppercase;
      background-color: #612e49;
      border-radius: 1.25rem; }
    .members .member-wrapper .member .contact {
      width: 100%;
      position: absolute;
      bottom: 0;
      z-index: 10; }
      .members .member-wrapper .member .contact h3, .members .member-wrapper .member .contact h4 {
        padding: 0 10%;
        color: #ffffff;
        font-weight: 700; }
      .members .member-wrapper .member .contact h3 {
        font-size: 1rem;
        margin: 0 0 1.25rem; }
      .members .member-wrapper .member .contact h4 {
        font-size: 0.75rem;
        font-family: "Open Sans", sans-serif;
        margin: 0 0 1.25rem; }
      .members .member-wrapper .member .contact a {
        font-size: 0.75rem;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1.8;
        color: #2c2c2c;
        text-transform: uppercase;
        display: block;
        width: 100%;
        padding: 1.875rem 10%;
        background-color: #f2f1f1;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease; }
        .members .member-wrapper .member .contact a:hover {
          background-color: #ffffff; }
        .members .member-wrapper .member .contact a svg {
          width: 13px;
          height: 13px;
          margin: 0 0 -0.125rem 0.625rem; }
      @media screen and (min-width: 1000px) {
        .members .member-wrapper .member .contact h3 {
          font-size: 1.625rem; }
        .members .member-wrapper .member .contact h4 {
          font-size: 0.875rem;
          margin: 0 0 2.5rem; }
        .members .member-wrapper .member .contact a {
          font-size: 0.75rem; } }

#members-list_filter,
#members-list_info,
#members-list_paginate {
  text-align: center;
  float: none; }

#mc_embed_signup {
  zoom: 1;
  width: 100%;
  background: url("../images/backgrounds/newsletter_banner.jpg") no-repeat center;
  position: relative; }
  #mc_embed_signup:before, #mc_embed_signup:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  #mc_embed_signup:after {
    clear: both; }
  #mc_embed_signup h3.heading {
    color: #ffffff;
    font-size: 1.875rem;
    margin: 3.75rem 0; }
  #mc_embed_signup .contentContainer {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
  .flexbox #mc_embed_signup {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .flexbox #mc_embed_signup .contentContainer {
      position: static;
      left: auto;
      top: auto;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
  #mc_embed_signup .mc-field-group {
    position: relative; }
    @media screen and (min-width: 750px) {
      #mc_embed_signup .mc-field-group {
        min-width: 550px; }
        #mc_embed_signup .mc-field-group:after {
          content: '';
          position: absolute;
          right: 0;
          top: 50%;
          margin-top: -0.375rem;
          width: 0.625rem;
          height: 0.625rem;
          border: 2px solid;
          border-radius: 50%;
          color: #ffffff; } }
    #mc_embed_signup .mc-field-group input[type="text"],
    #mc_embed_signup .mc-field-group input[type="email"],
    #mc_embed_signup .mc-field-group select,
    #mc_embed_signup .mc-field-group textarea {
      font-size: 0.75rem;
      color: #ffffff;
      display: block;
      border: 2px solid #ffffff;
      padding: 15px 25px;
      padding: 0.9375rem 1.5625rem;
      margin-bottom: 1.875rem;
      text-transform: uppercase;
      width: 90%;
      margin-left: 5%;
      background: none; }
      #mc_embed_signup .mc-field-group input[type="text"].last,
      #mc_embed_signup .mc-field-group input[type="email"].last,
      #mc_embed_signup .mc-field-group select.last,
      #mc_embed_signup .mc-field-group textarea.last {
        margin-bottom: 0; }
      #mc_embed_signup .mc-field-group input[type="text"]::-webkit-input-placeholder,
      #mc_embed_signup .mc-field-group input[type="email"]::-webkit-input-placeholder,
      #mc_embed_signup .mc-field-group select::-webkit-input-placeholder,
      #mc_embed_signup .mc-field-group textarea::-webkit-input-placeholder {
        color: #ffffff; }
      #mc_embed_signup .mc-field-group input[type="text"]:-moz-placeholder,
      #mc_embed_signup .mc-field-group input[type="email"]:-moz-placeholder,
      #mc_embed_signup .mc-field-group select:-moz-placeholder,
      #mc_embed_signup .mc-field-group textarea:-moz-placeholder {
        color: #ffffff; }
      #mc_embed_signup .mc-field-group input[type="text"]::-moz-placeholder,
      #mc_embed_signup .mc-field-group input[type="email"]::-moz-placeholder,
      #mc_embed_signup .mc-field-group select::-moz-placeholder,
      #mc_embed_signup .mc-field-group textarea::-moz-placeholder {
        color: #ffffff; }
      #mc_embed_signup .mc-field-group input[type="text"]:-ms-input-placeholder,
      #mc_embed_signup .mc-field-group input[type="email"]:-ms-input-placeholder,
      #mc_embed_signup .mc-field-group select:-ms-input-placeholder,
      #mc_embed_signup .mc-field-group textarea:-ms-input-placeholder {
        color: #ffffff; }
      @media screen and (min-width: 750px) {
        #mc_embed_signup .mc-field-group input[type="text"],
        #mc_embed_signup .mc-field-group input[type="email"],
        #mc_embed_signup .mc-field-group select,
        #mc_embed_signup .mc-field-group textarea {
          width: 95%;
          margin-left: 0; }
          #mc_embed_signup .mc-field-group input[type="text"].last,
          #mc_embed_signup .mc-field-group input[type="email"].last,
          #mc_embed_signup .mc-field-group select.last,
          #mc_embed_signup .mc-field-group textarea.last {
            margin-bottom: 1.875rem; } }
  #mc_embed_signup input[type="submit"] {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    text-indent: -999px;
    overflow: hidden;
    width: 41px;
    height: 41px;
    position: absolute;
    bottom: 0;
    border-radius: 50%;
    border: 1px solid #acacac;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/svgsprite/arrow-right.svg");
    -webkit-animation: animateWhiteHover 0.7s forwards;
    -moz-animation: animateWhiteHover 0.7s forwards;
    animation: animateWhiteHover 0.7s forwards;
    background-size: 40%;
    cursor: pointer;
    padding: 0;
    border: 1px solid #ffffff;
    margin: 20px auto;
    margin: 1.25rem auto;
    position: static !important;
    background-color: none;
    margin: 0.625rem 0; }
    #mc_embed_signup input[type="submit"]:hover {
      background-size: 40%;
      -webkit-animation: animateWhiteHover 0.7s forwards;
      -moz-animation: animateWhiteHover 0.7s forwards;
      animation: animateWhiteHover 0.7s forwards; }
    #mc_embed_signup input[type="submit"]:hover {
      background-color: none !important; }
    @media screen and (min-width: 1000px) {
      #mc_embed_signup input[type="submit"] {
        margin: 0 40px;
        margin: 0 2.5rem; } }
  #mc_embed_signup .clear {
    width: 95%;
    display: inline-block;
    text-align: center; }
    #mc_embed_signup .clear label {
      display: block;
      margin: 0.9375rem 0 1.875rem;
      color: #ffffff;
      font-size: 1.25rem;
      font-family: "brandon-grotesque", sans-serif; }
      @media screen and (min-width: 1000px) {
        #mc_embed_signup .clear label {
          font-size: 1.5rem; } }

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  justify-content: center;
  align-items: center; }
  .popup.shown {
    display: flex;
    opacity: 0; }
  .popup__content {
    background: #9bbd6c;
    max-width: 500px;
    width: 85%;
    padding: 1.5rem; }
    @media (min-width: 530px) {
      .popup__content {
        padding: 2rem 2.5rem; } }
    .popup__content, .popup__content * {
      color: #fefefe; }
    .popup__content p {
      font-family: "brandon-grotesque", sans-serif;
      font-weight: 500;
      font-size: 1.2em;
      line-height: 1.3; }
      @media (min-width: 530px) {
        .popup__content p {
          text-align: center;
          font-size: 1.4em; } }
    .popup__content__two {
      display: none; }
      .popup__content__two input {
        color: #494747;
        display: block;
        border: 2px solid #cdc9c9;
        padding: 15px 25px;
        padding: 0.9375rem 1.5625rem;
        font-size: 1rem;
        margin-bottom: 1em;
        text-transform: none;
        width: 100%; }
      .popup__content__two form {
        margin-top: 2rem; }
      .popup__content__two .ajax-loader {
        top: -9px; }
      .popup__content__two .wpcf7-submit {
        margin-bottom: -2rem;
        color: #fff;
        border-color: #fff;
        text-transform: uppercase; }
        .popup__content__two .wpcf7-submit:hover, .popup__content__two .wpcf7-submit:focus, .popup__content__two button.wpcf7-submit:hover {
          background: #fff;
          color: #9bbd6c; }
      .popup__content__two .wpcf7-not-valid-tip {
        margin: -10px 0 1em 0; }
      .popup__content__two .wpcf7-response-output {
        margin: 2rem 0 0; }
    .popup__content__btns {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      justify-content: center;
      margin: 0 auto; }
      .popup__content__btns button {
        margin-left: .5rem;
        margin-right: .5rem; }
      @media (min-width: 530px) {
        .popup__content__btns button {
          margin-left: 1rem;
          margin-right: 1rem; } }

/* Template Files */
/* Master */
html, body {
  overflow-x: hidden; }

html {
  height: 100%;
  background-color: #fff; }

body {
  height: 100%;
  min-width: 320px; }

.srt {
  border: 0;
  clip: rect(0 0 0 0);
  height: 41px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 41px; }

.page-main {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-left: 50px;
  padding-left: 3.125rem; }
  @media screen and (min-width: 1000px) {
    .page-main {
      padding-left: 202px; } }
  .js-menu-open .page-main {
    margin-left: 152px; }

.wrapper {
  width: 85%;
  margin: 0 auto;
  padding: 0; }
  .wrapper .page-intro {
    width: 100%;
    margin: 6.25rem 0 0;
    text-align: center; }
    @media screen and (min-width: 1000px) {
      .wrapper .page-intro {
        padding: 0 10%; } }
    @media screen and (min-width: 750px) {
      .wrapper .page-intro {
        padding: 0 15% 4.375rem 15%; } }
    .wrapper .page-intro h4.exceed {
      width: 100%; }
      @media screen and (min-width: 750px) {
        .wrapper .page-intro h4.exceed {
          width: 120%;
          margin-left: -10%; } }

.half-box {
  float: left;
  width: 100%; }
  @media screen and (min-width: 750px) {
    .half-box {
      width: 50%; } }

.col1 {
  float: left;
  width: 100%; }

.col2 {
  float: left;
  width: 100%;
  margin-bottom: 60px;
  margin-bottom: 3.75rem; }
  @media screen and (min-width: 750px) {
    .col2 {
      padding: 15px;
      padding: 0.9375rem;
      width: 50%;
      margin-bottom: 30px;
      margin-bottom: 1.875rem; } }

.col3 {
  float: left;
  width: 100%;
  margin-bottom: 60px;
  margin-bottom: 3.75rem; }
  @media screen and (min-width: 750px) {
    .col3 {
      width: 50%;
      padding: 15px;
      padding: 0.9375rem;
      margin-bottom: 0; } }
  @media screen and (min-width: 1000px) {
    .col3 {
      width: 50%;
      padding: 15px;
      padding: 0.9375rem; } }
  @media screen and (min-width: 1200px) {
    .col3 {
      width: calc(100% / 3); } }
  @media screen and (min-width: 1400px) {
    .col3 {
      padding: 30px;
      padding: 1.875rem; } }

.col4 {
  float: left;
  width: 100%;
  margin-bottom: 60px;
  margin-bottom: 3.75rem; }
  @media screen and (min-width: 550px) and (max-width: 1000px) {
    .col4 {
      width: 50%; } }
  @media screen and (min-width: 1000px) {
    .col4 {
      width: 25%;
      margin-bottom: 0; } }

.user-content {
  padding: 0 0 1.875rem;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }
  .user-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0.5rem 0 0.5rem; }
  .user-content h2, .user-content h3, .user-content h4, .user-content hr {
    clear: both; }
  .user-content iframe {
    width: 100% !important;
    aspect-ratio: 16 / 9;
    height: auto !important; }
  .user-content hr {
    height: 1px;
    border: 0;
    background-color: #cccbcb;
    margin: 2.5rem 0; }
  .user-content .wp-caption {
    float: left;
    max-width: 100%;
    height: auto;
    padding: 0.875rem 0 0;
    border-top: 1px solid #2c2c2c;
    margin: 0.5rem 0; }
    .user-content .wp-caption img {
      margin: 0; }
    .user-content .wp-caption .wp-caption-text {
      font-size: 0.8125rem;
      font-style: italic;
      font-weight: 300;
      width: 100%;
      padding: 0.625rem 0;
      margin: 0;
      float: left;
      border-bottom: 1px solid #2c2c2c; }
  .user-content .aligncenter {
    display: block;
    margin: 0.5rem auto 2.5rem; }
  @media (min-width: 1024px) {
    .user-content .alignleft {
      float: left;
      margin-right: 2.5rem; } }
  @media (min-width: 1024px) {
    .user-content .alignright {
      float: right;
      margin: 0.5rem 0 0.5rem 2.5rem; } }

.clearfix {
  zoom: 1;
  margin: 1.875rem 0; }
  .clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }

sup {
  vertical-align: super;
  font-size: 0.65em; }

.text-center {
  text-align: center; }

/* Header with part two closed*/
.siteHeader {
  position: fixed;
  z-index: 70;
  width: 3.125em;
  height: calc(100% - 72px); }
  @media screen and (min-width: 1000px) {
    .siteHeader {
      height: 100%; } }

/* Header Fully open*/
.js-menu-open .siteHeader .partOne,
.cats-menu-open .siteHeader .partOne {
  position: relative;
  background-color: #612e49; }

.partTwo,
.partThree,
.partFour {
  opacity: 0;
  background-color: #f2f1f1;
  border-right: 1px solid #cccbcb;
  overflow: hidden;
  position: relative; }
  .partTwo .sidebar-wrapper,
  .partThree .sidebar-wrapper,
  .partFour .sidebar-wrapper {
    height: 100%;
    width: calc(100% + 20px);
    position: absolute;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll; }
  .partTwo .sidebar-wrapper::-webkit-scrollbar,
  .partThree .sidebar-wrapper::-webkit-scrollbar,
  .partFour .sidebar-wrapper::-webkit-scrollbar {
    display: none; }

@media screen and (min-width: 1000px) {
  .partTwo {
    opacity: 1; } }

.partThree,
.partFour {
  display: none; }

.menu-open {
  opacity: 1; }

.search-widget {
  width: 250px;
  height: 8%;
  top: -8%;
  position: absolute;
  left: 100%;
  background: #ffffff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 60; }
  .search-widget .search-wrapper {
    position: relative;
    width: 90%;
    margin: 0 5%;
    height: 100%; }
    .search-widget .search-wrapper .close {
      position: absolute;
      right: 0;
      top: 10%;
      width: 2.5%;
      height: 10%;
      background: url("../images/svgsprite/close-cross.svg") no-repeat;
      background-size: 100%; }
    .search-widget .search-wrapper form {
      position: absolute;
      width: 100%;
      margin: 10% 0 5%;
      bottom: 0; }
      .search-widget .search-wrapper form input {
        float: left;
        height: 30px;
        margin: 0;
        border-top-color: #e2e2e2;
        border-bottom-color: #e2e2e2;
        border-left-color: #e2e2e2;
        border-right-color: #e2e2e2;
        border-top-style: normal;
        border-bottom-style: normal;
        border-left-style: normal;
        border-right-style: normal;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-right-width: 1px; }
      .search-widget .search-wrapper form input[type="text"] {
        color: #acacac;
        padding: 4%;
        width: 80%;
        border-right: 0; }
      .search-widget .search-wrapper form input[type="submit"] {
        width: 20%;
        padding: 0;
        background: #9bbd6c url("../images/svgsprite/search.svg") no-repeat center;
        background-size: 30%;
        text-indent: -999999px;
        cursor: pointer; }

/* Open Search */
.js-search-open .search-widget {
  height: 10%;
  top: 8%;
  display: block;
  position: absolute;
  top: 0%;
  z-index: 60;
  fill: #ffffff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease; }

.js-menu-open .search-widget {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  display: none;
  transition: none; }

.partOne,
.partTwo,
.partThree,
.partFour {
  float: left;
  height: 100%;
  z-index: 10; }

.partTwo {
  width: 0; }

.partOne {
  position: relative;
  background-color: #612e49;
  min-width: 42px;
  width: 100%;
  height: 100%; }
  .partOne .remainder {
    display: block;
    height: 88%; }
  .partOne .nav-icons {
    height: 20%; }
    @media screen and (min-width: 350px) {
      .partOne .nav-icons {
        height: 12%; } }
    .partOne .nav-icons .icon-one,
    .partOne .nav-icons .icon-two,
    .partOne .nav-icons .icon-three {
      float: left;
      width: 100%;
      height: 50%;
      border-bottom: 1px solid #7b5167;
      cursor: pointer; }
    .partOne .nav-icons .icon-one {
      background: url(../images/svgsprite/menu.svg) no-repeat center;
      background-size: 18px 13px; }
      @media screen and (min-width: 1000px) {
        .partOne .nav-icons .icon-one {
          display: none; } }
    .partOne .nav-icons .icon-two {
      background: url(../images/svgsprite/search.svg) no-repeat center;
      background-size: 15px 15px;
      fill: #ffffff; }
    .partOne .nav-icons .icon-three {
      background: url(../images/svgsprite/news-menu-open.svg) no-repeat center;
      background-size: 15px 15px;
      fill: #ffffff; }
    .partOne .nav-icons .close-menu-icon {
      background: url(../images/svgsprite/close-cross-white.svg) no-repeat center;
      background-size: 18px 13px; }
  .partOne .social {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 15px; }
    .partOne .social a {
      display: block;
      width: 20px;
      height: 20px;
      background-size: 40% 40%;
      background-position: center;
      background-repeat: no-repeat;
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
      .partOne .social a svg {
        fill: #ffffff; }
      .partOne .social a:hover svg {
        fill: #6eb877; }
  .partOne form {
    display: none; }

h1 {
  margin: 0;
  padding-right: 20px;
  padding-right: 1.25rem; }
  @media screen and (min-width: 1000px) {
    h1 {
      height: 100px; } }
  h1 .logo {
    display: none;
    height: 100%;
    width: 100%;
    margin: 0;
    float: left;
    text-indent: -999999px;
    background: url("../images/svgsprite/BGCP_logo_new.svg") no-repeat center;
    background-size: 70%; }
    @media screen and (min-width: 1000px) {
      h1 .logo {
        display: block; } }

.mainNav,
.catsNav {
  width: 100%; }

.mainNav {
  width: calc(100% - 20px);
  height: 100%; }
  .mainNav .menu-item {
    min-height: 4.6875rem;
    display: block; }
  @media screen and (min-width: 1000px) {
    .mainNav {
      height: calc(100% - 100px); } }

.menu-main-menu-container {
  height: 100%; }

.menu {
  width: 100%;
  height: 100%;
  overflow: initial; }
  .menu .menu-item {
    width: 100%;
    height: calc(100% / 7);
    overflow: initial; }
    .menu .menu-item a {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      flex-align: flex-end;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      justify-content: space-around;
      padding-top: 28%;
      text-transform: uppercase;
      border-bottom: 1px solid #cccbcb;
      text-align: center;
      height: 100%;
      width: 100%;
      font-size: 9px;
      font-size: 0.5625rem;
      line-height: 1.4em;
      font-family: "brandon-grotesque", sans-serif;
      font-weight: bold;
      letter-spacing: 1px;
      background-repeat: no-repeat;
      background-size: 19%;
      background-position: 50% 25% !important; }
      .menu .menu-item a:hover {
        background-color: #ffffff !important; }
      @media screen and (min-height: 800px) {
        .menu .menu-item a {
          background-position: 50% 30% !important; } }
    .menu .menu-item.about-item a {
      background-image: url("../images/svgsprite/bike.svg");
      background-position: calc(50%) 40%;
      background-size: 20%; }
    .menu .menu-item.about-item.current-menu-item a {
      background-image: url("../images/svgsprite/bike-purple.svg");
      background-position: calc(50% - 10px) 40%;
      background-size: 20%;
      color: #612e49;
      background-color: #ffffff; }
    .menu .menu-item.action-item a {
      background-image: url("../images/svgsprite/megaphone.svg");
      background-position: calc(50% - 10px) 40%;
      background-size: 18%; }
    .menu .menu-item.action-item.current-menu-item a {
      background-image: url("../images/svgsprite/megaphone-purple.svg");
      background-position: calc(50% - 10px) 40%;
      background-size: 18%;
      color: #612e49;
      background-color: #ffffff; }
    .menu .menu-item.event-item a {
      background-image: url("../images/svgsprite/calendar.svg");
      background-position: calc(50% - 10px) 40%;
      background-size: 14%; }
    .menu .menu-item.event-item.current-menu-item a {
      background-image: url("../images/svgsprite/calendar-purple.svg");
      background-position: calc(50% - 10px) 40%;
      background-size: 14%;
      color: #612e49;
      background-color: #ffffff; }
    .menu .menu-item.directory-item a {
      background-image: url("../images/svgsprite/locationpointer-trail.svg");
      background-position: calc(50% - 10px) 40%;
      background-size: 20%; }
    .menu .menu-item.directory-item.current-menu-item a {
      background-image: url("../images/svgsprite/locationpointer-trail-purple.svg");
      background-position: calc(50% - 10px) 40%;
      background-size: 20%;
      color: #612e49;
      background-color: #ffffff; }
    .menu .menu-item.membership-item a {
      background-image: url("../images/svgsprite/membership.svg");
      background-position: calc(50% - 10px) 40%;
      background-size: 30%; }
    .menu .menu-item.membership-item.current-menu-item a {
      background-image: url("../images/svgsprite/membership-purple.svg");
      color: #612e49;
      background-color: #ffffff; }
    .menu .menu-item.themes-item a {
      background-image: url("../images/svgsprite/themes.svg");
      background-position: calc(50% - 10px) 40%;
      background-size: 30%; }
    .menu .menu-item.themes-item.current-menu-item a {
      background-image: url("../images/svgsprite/themes-purple.svg");
      color: #612e49;
      background-color: #ffffff; }
    .menu .menu-item.news-item a {
      background-image: url("../images/svgsprite/newspaper.svg");
      background-position: calc(50% - 10px) 15px;
      background-size: 16%; }
    .menu .menu-item.news-item.current-menu-item a {
      background-image: url("../images/svgsprite/newspaper-purple.svg");
      background-position: calc(50% - 10px) 15px;
      background-size: 16%;
      color: #612e49;
      background-color: #ffffff; }
    .menu .menu-item.contact-item a {
      background-image: url("../images/svgsprite/phone.svg");
      background-position: calc(50% - 7px) 10px;
      background-size: 10%; }
    .menu .menu-item.contact-item.current-menu-item a {
      background-image: url("../images/svgsprite/phone-purple.svg");
      background-position: calc(50% - 7px) 10px;
      background-size: 10%;
      color: #612e49;
      background-color: #ffffff; }
    .menu .menu-item.egc-item {
      text-indent: -9999em; }
      .menu .menu-item.egc-item a {
        background-image: url("../images/egc-logo.png");
        background-position: 50% center !important;
        background-size: 54px 56px; }
    .menu .menu-item.craftedGC-item a {
      text-indent: -9999em;
      background-image: url("../images/svgsprite/gc-credit.svg");
      background-position: 50% center !important;
      background-size: 75%;
      padding: 20px;
      padding: 1.25rem; }
    .menu .menu-item:first-child {
      border-top: 1px solid #cccbcb; }
    .menu .menu-item:last-child a {
      border-bottom: none; }

.tax-project_cat:not(.themes) .menu .action-item a {
  background-image: url("../images/svgsprite/megaphone-purple.svg");
  background-position: calc(50% - 5px) 20px;
  background-size: 40px auto;
  color: #612e49;
  background-color: #ffffff; }

.themes .menu .themes-item a {
  background-image: url("../images/svgsprite/themes-purple.svg");
  color: #612e49;
  background-color: #ffffff; }

.tax-event_cat .menu .event-item a {
  background-image: url("../images/svgsprite/calendar-purple.svg");
  background-position: calc(50% - 10px) 20px;
  background-size: 30px auto;
  color: #612e49;
  background-color: #ffffff; }

.category .menu .news-item a {
  background-image: url("../images/svgsprite/newspaper-purple.svg");
  background-position: calc(50% - 10px) 25px;
  background-size: 35px auto;
  color: #612e49;
  background-color: #ffffff; }

.push-menu {
  width: 9.5em;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-102px);
  -moz-transform: translateX(-102px);
  -ms-transform: translateX(-102px);
  -o-transform: translateX(-102px);
  transform: translateX(-102px); }
  @media screen and (min-width: 1000px) {
    .push-menu {
      -webkit-transform: translateX(50px);
      -moz-transform: translateX(50px);
      -ms-transform: translateX(50px);
      -o-transform: translateX(50px);
      transform: translateX(50px); } }
  .push-menu.menu-open {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px); }

.partThree .menu .menu-item a, .partFour .menu .menu-item a {
  padding: 20px 35px 20px 15px;
  padding: 1.25rem 2.1875rem 1.25rem 0.9375rem; }

.mini-logo {
  display: block;
  height: 72px;
  width: 100%;
  background-color: #f2f1f1;
  background-image: url("../images/svgsprite/BGCP_logo_mobile.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 52px;
  position: relative;
  z-index: 200;
  border-right: 1px solid #cccbcb; }
  @media screen and (min-width: 1000px) {
    .mini-logo {
      display: none; } }

.mobile-title {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding: 1.25rem;
  margin: 0;
  line-height: 3.125rem;
  background: #f2f1f1; }
  @media screen and (min-width: 1000px) {
    .mobile-title {
      display: none; } }

.page-title {
  display: none; }
  @media screen and (min-width: 1000px) {
    .page-title {
      display: block; } }

.support-logos {
  padding: 100px 0;
  text-align: center; }
  .support-logos .support-logos-wrapper {
    width: 86%;
    margin: 0 7%; }
  .support-logos h5 {
    text-align: center;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.3em;
    font-weight: bold; }
  .support-logos p {
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    margin-bottom: 64px; }
  .support-logos .partners {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .support-logos .partners img {
      max-width: 215px;
      max-height: 215px;
      margin: 0 32px 50px; }

.page-footer {
  position: relative;
  width: 100%;
  padding: 0 0 100px;
  background: #9bbd6c; }
  @media screen and (min-width: 1000px) {
    .page-footer {
      display: flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      padding: 50px 0 200px; } }
  .page-footer .bristol-long {
    background: url("../images/svgsprite/bristol-long-fade.svg") no-repeat center bottom;
    background-size: cover;
    width: 100%;
    height: 5%;
    min-height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10; }
    @media screen and (min-width: 750px) {
      .page-footer .bristol-long {
        height: 13%; } }
    @media screen and (min-width: 750px) {
      .page-footer .bristol-long {
        height: 18%; } }
    @media screen and (min-width: 1000px) {
      .page-footer .bristol-long {
        height: 22%;
        min-height: 140px; } }

.footer-1,
.footer-2 {
  width: 100%;
  text-align: center;
  padding: 20px;
  padding: 1.25rem; }
  @media screen and (min-width: 1000px) {
    .footer-1,
    .footer-2 {
      width: 50%;
      float: left;
      text-align: left;
      padding: 20px 40px;
      padding: 1.25rem 2.5rem; } }
  .footer-1 h5,
  .footer-2 h5 {
    text-align: center;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.3em;
    font-weight: bold; }
    @media screen and (min-width: 1000px) {
      .footer-1 h5,
      .footer-2 h5 {
        text-align: left; } }
  .footer-1 p,
  .footer-2 p {
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    text-align: left; }

.footer-wrapper {
  width: 100%; }
  @media screen and (min-width: 1000px) {
    .footer-wrapper {
      width: 80%;
      margin: 0 auto; } }
  @media screen and (min-width: 1200px) {
    .footer-wrapper {
      width: 70%; } }

.footer-1 {
  background: #9bbd6c;
  text-align: center; }
  .footer-1 h5,
  .footer-1 p {
    color: #ffffff;
    text-align: center; }
  .footer-1 .fields {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
    .footer-1 .fields input[type="text"], .footer-1 .fields input[type="email"] {
      color: #e0e6d7;
      padding: 0.625rem 0;
      margin: 0.3125rem 0;
      display: block;
      background: none;
      border-bottom: 1px solid #ffffff;
      border-left: none;
      border-right: none;
      border-top: none;
      font-size: 16px;
      font-size: 1rem;
      font-weight: bold; }
      .footer-1 .fields input[type="text"]::-webkit-input-placeholder, .footer-1 .fields input[type="email"]::-webkit-input-placeholder {
        color: #ffffff;
        font-weight: normal; }
      .footer-1 .fields input[type="text"]:-moz-placeholder, .footer-1 .fields input[type="email"]:-moz-placeholder {
        color: #ffffff;
        font-weight: normal; }
      .footer-1 .fields input[type="text"]::-moz-placeholder, .footer-1 .fields input[type="email"]::-moz-placeholder {
        color: #ffffff;
        font-weight: normal; }
      .footer-1 .fields input[type="text"]:-ms-input-placeholder, .footer-1 .fields input[type="email"]:-ms-input-placeholder {
        color: #ffffff;
        font-weight: normal; }
      .footer-1 .fields input[type="text"]:focus, .footer-1 .fields input[type="email"]:focus {
        color: #ffffff; }
      @media screen and (min-width: 1000px) {
        .footer-1 .fields input[type="text"], .footer-1 .fields input[type="email"] {
          width: 70%; } }
  .footer-1 input[type="submit"] {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    text-indent: -999px;
    overflow: hidden;
    width: 41px;
    height: 41px;
    position: absolute;
    bottom: 0;
    border-radius: 50%;
    border: 1px solid #acacac;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/svgsprite/arrow-right.svg");
    -webkit-animation: animateWhiteHover 0.7s forwards;
    -moz-animation: animateWhiteHover 0.7s forwards;
    animation: animateWhiteHover 0.7s forwards;
    background-size: 40%;
    cursor: pointer;
    padding: 0;
    border: 1px solid #ffffff;
    margin: 20px auto;
    margin: 1.25rem auto;
    position: static !important;
    display: block;
    background-color: none; }
    .footer-1 input[type="submit"]:hover {
      background-size: 40%;
      -webkit-animation: animateWhiteHover 0.7s forwards;
      -moz-animation: animateWhiteHover 0.7s forwards;
      animation: animateWhiteHover 0.7s forwards; }
    .footer-1 input[type="submit"]:hover {
      background-color: none !important; }
    @media screen and (min-width: 1000px) {
      .footer-1 input[type="submit"] {
        margin: 0 40px;
        margin: 0 2.5rem;
        position: absolute !important;
        bottom: 0;
        right: 0; } }

.footer-2 {
  background: #f2f1f1; }
  .footer-2 h5,
  .footer-2 p {
    display: none; }
    @media screen and (min-width: 1000px) {
      .footer-2 h5,
      .footer-2 p {
        display: block; } }
  .footer-2 p {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .footer-2 .partners {
    margin: 1.25rem 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center; }
    .footer-2 .partners img {
      max-width: 15%;
      margin-bottom: 0.625rem; }
    @media screen and (min-width: 0) and (max-width: 500px) {
      .footer-2 .partners {
        zoom: 1; }
        .footer-2 .partners:before, .footer-2 .partners:after {
          content: "\0020";
          display: block;
          height: 0;
          overflow: hidden; }
        .footer-2 .partners:after {
          clear: both; }
        .footer-2 .partners img {
          display: block;
          width: 15%; } }
    @media screen and (min-width: 1000px) {
      .footer-2 .partners {
        text-align: left;
        justify-content: initial; } }
  .footer-2 img {
    display: inline-block;
    max-width: 3.125rem;
    margin-right: 10px;
    margin-right: 0.625rem; }
    @media screen and (min-width: 1000px) {
      .footer-2 img {
        margin-right: 20px;
        margin-right: 1.25rem;
        max-width: 6.25rem; } }

.footer-nav {
  padding: 0.75rem 0;
  text-align: center;
  background-color: #333232;
  clear: both; }
  .footer-nav a {
    font-size: 0.75rem;
    color: #acacac;
    display: block;
    margin: 10px 0;
    margin: 0.625rem 0; }
    @media screen and (min-width: 1000px) {
      .footer-nav a {
        display: inline-block;
        margin: 0 15px;
        margin: 0 0.9375rem; } }
    .footer-nav a:hover {
      color: #ffffff; }

.no-flexbox .page-footer {
  background: #f2f1f1; }

/* Pages */
.home-header {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("../images/bristol-blurry-small.jpg") 0 0 no-repeat;
  background-size: cover;
  overflow: hidden; }
  @media screen and (min-width: 1000px) {
    .home-header {
      background: none; } }
  .home-header .small {
    position: absolute;
    z-index: 30;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  .home-header .large {
    position: absolute;
    z-index: 40;
    display: block;
    width: 30%;
    min-width: 75px;
    border-radius: 50%;
    background: url("../images/bristol-clear.jpg") no-repeat 0 0;
    background-color: #10364a; }
  .home-header .home-header-description {
    position: absolute;
    z-index: 50;
    width: 80%;
    margin-left: 10%; }
    @media screen and (min-width: 1000px) {
      .home-header .home-header-description {
        width: 30%; } }
    .home-header .home-header-description h2 {
      color: #9bbd6c;
      text-transform: uppercase;
      margin: 0 0 2.1875rem;
      font-size: 1.875rem;
      font-weight: 500;
      line-height: 1.1; }
      @media screen and (min-width: 350px) {
        .home-header .home-header-description h2 {
          font-size: 2.1875rem; } }
      .home-header .home-header-description h2 span {
        color: #ffffff; }
      .home-header .home-header-description h2 span.thin {
        font-weight: 300; }
      @media screen and (min-width: 1000px) {
        .home-header .home-header-description h2 {
          font-size: 4.375rem; } }
    .home-header .home-header-description p {
      color: #ffffff;
      font-size: 0.875rem;
      line-height: 1.4; }
      @media screen and (min-width: 750px) {
        .home-header .home-header-description p {
          font-size: 1.125rem; } }
      @media screen and (min-width: 1000px) {
        .home-header .home-header-description p {
          line-height: 1.7; } }
  .home-header .scroll-down-container {
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 50;
    text-align: center;
    bottom: 5%; }
    .home-header .scroll-down-container .scroll-down {
      width: 28px;
      height: 42px;
      display: inline-block;
      text-align: center;
      border: 2px solid #ffffff;
      border-radius: 0.625rem; }
      .home-header .scroll-down-container .scroll-down:before {
        -webkit-animation: mouseScroll 1s infinite alternate;
        -moz-animation: mouseScroll 1s infinite alternate;
        animation: mouseScroll 1s infinite alternate;
        content: '';
        position: absolute;
        left: 50%;
        top: 0.5rem;
        margin-left: -0.1875rem;
        width: 0.375rem;
        height: 0.625rem;
        border: 1px solid #ffffff;
        border-radius: 0.625rem; }

.home-info-boxes {
  position: relative;
  z-index: 50; }
  .home-info-boxes .bristol-long {
    background: url("../images/svgsprite/bristol-long.svg") no-repeat center bottom;
    background-size: cover;
    width: 100%;
    height: 5%;
    min-height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10; }
    @media screen and (min-width: 750px) {
      .home-info-boxes .bristol-long {
        height: 13%; } }
    @media screen and (min-width: 750px) {
      .home-info-boxes .bristol-long {
        height: 18%; } }
    @media screen and (min-width: 1000px) {
      .home-info-boxes .bristol-long {
        height: 22%;
        min-height: 105px; } }
  @media screen and (min-width: 750px) {
    .home-info-boxes {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-around;
      align-content: space-between;
      align-items: stretch; } }
  .home-info-boxes .half-box {
    padding: 2.5rem 10% 2.5rem; }
    @media screen and (min-width: 750px) {
      .home-info-boxes .half-box {
        padding: 2.5rem 10% 7.5rem; } }
    @media screen and (min-width: 1000px) {
      .home-info-boxes .half-box {
        padding: 2.5rem 10% 7.5rem; } }
    .home-info-boxes .half-box p {
      line-height: 2;
      text-align: center;
      font-size: 0.875rem;
      margin: 0 0 1.4375rem; }
    .home-info-boxes .half-box img {
      display: initial; }
  .home-info-boxes .half-box-one {
    position: relative;
    background: #f2f1f1; }
    .home-info-boxes .half-box-one:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 100%;
      width: 0;
      height: 0;
      z-index: 999999;
      margin-left: -16px;
      pointer-events: none;
      border: solid transparent;
      border-color: rgba(242, 241, 241, 0);
      border-top-color: #f2f1f1;
      border-width: 16px; }
    @media screen and (min-width: 750px) {
      .home-info-boxes .half-box-one:after {
        content: '';
        position: absolute;
        left: 100%;
        top: 50%;
        width: 0;
        height: 0;
        z-index: 999999;
        margin-top: -16px;
        pointer-events: none;
        border: solid transparent;
        border-color: rgba(242, 241, 241, 0);
        border-left-color: #f2f1f1;
        border-width: 16px; } }
  .home-info-boxes .half-box-two {
    background: #ffffff; }
    .home-info-boxes .half-box-two p {
      color: #21076a; }

.center-article {
  width: 85%;
  margin: 0 7.5%; }
  @media screen and (min-width: 750px) {
    .center-article {
      width: 59%;
      margin: 0 20.5%; } }
  .center-article h2.inner-page-title {
    font-size: 1.5rem;
    line-height: 1.875rem;
    text-align: center;
    padding: 0 0 1.875rem;
    margin: 3.75rem 0 1.875rem;
    border-bottom: 1px solid #494747; }
    @media screen and (min-width: 350px) {
      .center-article h2.inner-page-title {
        padding: 0 0 3.75rem;
        margin-top: 6.875rem;
        font-size: 1.875rem;
        line-height: 2.5rem; } }
  .center-article .user-content {
    width: 100%;
    border-bottom: 1px solid #494747;
    margin: 0 0 4.375rem; }
    .center-article .user-content p:first-child {
      width: 100%;
      font-weight: 700;
      margin: 0 0 1.875rem; }
    .center-article .user-content p {
      font-size: 12px; }
      @media screen and (min-width: 750px) {
        .center-article .user-content p {
          font-size: 0.875rem; } }

.page-template-action-groups .page-intro {
  width: 100%;
  margin: 6.25rem 0 0;
  text-align: center; }
  @media screen and (min-width: 1000px) {
    .page-template-action-groups .page-intro {
      padding: 0 10%; } }
  @media screen and (min-width: 750px) {
    .page-template-action-groups .page-intro {
      padding: 0 25%; } }

.tax-project_cat .page-header .centerContent h2 {
  font-size: 2.125rem;
  font-weight: 700; }

.sustrans-map {
  margin: 30px 0 0 -15%; }

.post-type-archive-events .intro, .tax-event_cat .intro {
  background: none; }
  .post-type-archive-events .intro h4, .tax-event_cat .intro h4 {
    font-size: 2.625rem;
    margin: 0 0 3.125rem;
    font-weight: 700; }
  .post-type-archive-events .intro p, .tax-event_cat .intro p {
    font-size: 1rem;
    margin: 0; }
  @media screen and (min-width: 750px) {
    .post-type-archive-events .intro, .tax-event_cat .intro {
      padding: 2% 30%; } }

.post-type-archive-events .events .col4, .tax-event_cat .events .col4 {
  margin: 2.5rem 0; }
  @media screen and (min-width: 750px) {
    .post-type-archive-events .events .col4, .tax-event_cat .events .col4 {
      margin: 3.75rem 0; } }

.fourohfour {
  margin: 40px auto;
  margin: 2.5rem auto;
  text-align: center;
  padding: 0 40px;
  padding: 0 2.5rem; }
  @media screen and (min-width: 1000px) {
    .fourohfour {
      margin: 80px auto;
      margin: 5rem auto; } }
  @media screen and (min-width: 1400px) {
    .fourohfour {
      margin: 150px auto;
      margin: 9.375rem auto; } }
  .fourohfour .error {
    display: block;
    height: 200px;
    width: 200px;
    margin: 0 auto;
    background: url("../images/404-map.jpg") 0 0 no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin-bottom: 40px;
    margin-bottom: 2.5rem; }
    .fourohfour .error h2 {
      font-size: 60px;
      font-size: 3.75rem;
      color: #ffffff;
      font-weight: bold;
      margin-bottom: 30px;
      margin-bottom: 1.875rem; }
      .fourohfour .error h2 span {
        font-size: 30px;
        font-size: 1.875rem;
        display: block; }
  .fourohfour p {
    color: #908787;
    max-width: 400px;
    margin: 0 auto 40px auto;
    margin: 0 auto 2.5rem auto; }

.contact-wrapper {
  width: 100%;
  background: url("../images/contact-bg-small.jpg") 0 0 no-repeat;
  background-size: cover;
  position: relative;
  overflow-x: hidden; }
  @media screen and (min-width: 750px) {
    .contact-wrapper {
      background: url("../images/contact-bg.jpg") 0 0 no-repeat;
      background-size: cover; } }
  @media screen and (min-width: 1000px) {
    .contact-wrapper {
      height: 100%; } }

.contact-overlay {
  display: block;
  opacity: 0;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 97;
  background: rgba(72, 22, 49, 0.92);
  visibility: hidden; }
  .contact-overlay.showing {
    visibility: visible;
    opacity: 1; }

.contact-content {
  width: 100%;
  position: relative;
  z-index: 10; }
  @media screen and (min-width: 1000px) {
    .contact-content {
      width: 50%;
      float: left;
      margin-left: 10%; } }
  @media screen and (min-width: 1400px) {
    .contact-content {
      width: 40%; } }
  .contact-content .contact-content-section {
    width: 100%;
    padding: 20px;
    padding: 1.25rem;
    text-align: center; }
    @media screen and (min-width: 1000px) {
      .contact-content .contact-content-section {
        text-align: left; } }
    .contact-content .contact-content-section h4 {
      color: #ffffff;
      font-family: "brandon-grotesque", sans-serif;
      font-weight: bold;
      font-size: 32px;
      font-size: 2rem; }
    .contact-content .contact-content-section strong {
      font-weight: 700; }
    .contact-content .contact-content-section p {
      color: #ffffff;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.4em; }
      .contact-content .contact-content-section p a {
        color: #ffffff; }
        .contact-content .contact-content-section p a:hover {
          text-decoration: underline; }
    .contact-content .contact-content-section .btn {
      color: #ffffff;
      border-color: #ffffff; }
  @media screen and (min-width: 1000px) {
    .contact-content .address {
      float: left;
      width: 50%; } }
  @media screen and (min-width: 1000px) {
    .contact-content .contact-details {
      float: left;
      width: 50%; } }
  @media screen and (min-width: 1000px) {
    .contact-content .pledge {
      float: left;
      width: 50%; } }

.contact-form {
  width: calc(100% - 50px);
  background: #ffffff;
  position: fixed;
  right: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  top: 0;
  z-index: 98;
  height: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }
  @media screen and (min-width: 1000px) {
    .contact-form {
      width: 735px;
      width: 45.9375rem;
      -webkit-transform: translateX(735px);
      -moz-transform: translateX(735px);
      -ms-transform: translateX(735px);
      -o-transform: translateX(735px);
      transform: translateX(735px); } }
  .contact-form.showing {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .contact-form .form-content {
    padding: 20px;
    padding: 1.25rem; }
    @media screen and (min-width: 1000px) {
      .contact-form .form-content {
        padding: 40px 50px;
        padding: 2.5rem 3.125rem; } }
  .contact-form .section-title {
    text-align: left;
    margin-bottom: 1em; }
  .contact-form .form-subtitle {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1em; }
  .contact-form p, .contact-form label {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1.5em; }
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="tel"],
  .contact-form input[type="url"],
  .contact-form select,
  .contact-form textarea {
    color: #494747;
    display: block;
    border: 2px solid #cdc9c9;
    padding: 15px 25px;
    padding: 0.9375rem 1.5625rem;
    font-size: 1rem;
    margin-bottom: 1em;
    text-transform: none;
    width: 100%; }
    .contact-form input[type="text"]::-webkit-input-placeholder,
    .contact-form input[type="email"]::-webkit-input-placeholder,
    .contact-form input[type="tel"]::-webkit-input-placeholder,
    .contact-form input[type="url"]::-webkit-input-placeholder,
    .contact-form select::-webkit-input-placeholder,
    .contact-form textarea::-webkit-input-placeholder {
      color: #cdc9c9; }
    .contact-form input[type="text"]:-moz-placeholder,
    .contact-form input[type="email"]:-moz-placeholder,
    .contact-form input[type="tel"]:-moz-placeholder,
    .contact-form input[type="url"]:-moz-placeholder,
    .contact-form select:-moz-placeholder,
    .contact-form textarea:-moz-placeholder {
      color: #cdc9c9; }
    .contact-form input[type="text"]::-moz-placeholder,
    .contact-form input[type="email"]::-moz-placeholder,
    .contact-form input[type="tel"]::-moz-placeholder,
    .contact-form input[type="url"]::-moz-placeholder,
    .contact-form select::-moz-placeholder,
    .contact-form textarea::-moz-placeholder {
      color: #cdc9c9; }
    .contact-form input[type="text"]:-ms-input-placeholder,
    .contact-form input[type="email"]:-ms-input-placeholder,
    .contact-form input[type="tel"]:-ms-input-placeholder,
    .contact-form input[type="url"]:-ms-input-placeholder,
    .contact-form select:-ms-input-placeholder,
    .contact-form textarea:-ms-input-placeholder {
      color: #cdc9c9; }
    @media screen and (min-width: 1000px) {
      .contact-form input[type="text"],
      .contact-form input[type="email"],
      .contact-form input[type="tel"],
      .contact-form input[type="url"],
      .contact-form select,
      .contact-form textarea {
        width: 28.125em; } }
  .contact-form select {
    height: 3.3125rem;
    cursor: pointer;
    background: #ffffff; }
  @media screen and (min-width: 1000px) {
    .contact-form textarea {
      width: 100%; } }
  .contact-form input[type="email"] + p {
    margin-bottom: 1em; }

.form-header {
  background: #000;
  width: 100%; }
  .form-header .close-form {
    display: block;
    float: left;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 20px;
    padding: 1.25rem; }
  .form-header span {
    display: inline-block;
    color: #ffffff;
    float: left;
    margin-top: 3px;
    margin-top: 0.1875rem; }

.wpcf7-form-control-wrap {
  zoom: 1;
  position: static !important; }
  .wpcf7-form-control-wrap:before, .wpcf7-form-control-wrap:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .wpcf7-form-control-wrap:after {
    clear: both; }
  .wpcf7-form-control-wrap .wpcf7-form-control {
    zoom: 1; }
    .wpcf7-form-control-wrap .wpcf7-form-control:before, .wpcf7-form-control-wrap .wpcf7-form-control:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .wpcf7-form-control-wrap .wpcf7-form-control:after {
      clear: both; }
    .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
      zoom: 1;
      display: block;
      margin: 0 5% 0.5rem 0;
      font-size: 0.875rem;
      text-transform: uppercase; }
      .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:before, .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:after {
        clear: both; }
      .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item input[type="checkbox"] {
        margin-right: 0.9375rem; }

span.wpcf7-list-item-label {
  text-transform: initial; }

.wpcf7-not-valid-tip {
  display: block;
  margin: 0.3125rem 0 1em 0; }

div.wpcf7-response-output {
  border: none;
  font-style: italic;
  line-height: 1.2em;
  font-weight: bold; }

.BGC_URL {
  display: none; }

.contact-wrapper.join {
  background-image: url(../images/backgrounds/join-us-bg.jpg); }
  .contact-wrapper.join .contact-content {
    width: 65%;
    max-width: 750px; }
  .contact-wrapper.join .contact-content-section em {
    font-style: italic; }
  .contact-wrapper.join .clearfix {
    margin: 0.625rem 0; }
  .contact-wrapper.join .inline-cta {
    position: relative;
    color: #e1e1e1;
    display: inline-block;
    height: auto;
    line-height: 1.4;
    padding: 10px 0;
    margin-bottom: 0.9375rem; }
    @media screen and (min-width: 750px) {
      .contact-wrapper.join .inline-cta {
        height: 41px;
        line-height: 1.2; } }
    .contact-wrapper.join .inline-cta:hover {
      color: #cccbcb; }
      .contact-wrapper.join .inline-cta:hover span {
        background-size: 40%;
        -webkit-animation: animateWhite 0.7s forwards;
        -moz-animation: animateWhite 0.7s forwards;
        animation: animateWhite 0.7s forwards; }
    .contact-wrapper.join .inline-cta span {
      -webkit-transition: 0.4s ease;
      transition: 0.4s ease;
      text-indent: -999px;
      overflow: hidden;
      width: 41px;
      height: 41px;
      position: absolute;
      bottom: 0;
      border-radius: 50%;
      border: 1px solid #acacac;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("../images/svgsprite/arrow-right.svg");
      -webkit-animation: animateWhiteHover 0.7s forwards;
      -moz-animation: animateWhiteHover 0.7s forwards;
      animation: animateWhiteHover 0.7s forwards;
      background-size: 40%;
      margin-left: 0.625rem;
      background-image: url("../images/svgsprite/arrow-right-white.svg");
      display: inline-block;
      position: relative;
      width: 18px;
      height: 18px;
      margin-bottom: -0.125rem; }
      .contact-wrapper.join .inline-cta span:hover {
        background-size: 40%;
        -webkit-animation: animateWhite 0.7s forwards;
        -moz-animation: animateWhite 0.7s forwards;
        animation: animateWhite 0.7s forwards; }
      @media screen and (min-width: 750px) {
        .contact-wrapper.join .inline-cta span {
          width: 41px;
          height: 41px;
          position: absolute;
          display: inline;
          margin-left: 1.25rem;
          margin-bottom: 0; } }

.contact-form.register-support .org-member-confirmation,
.contact-form.register-support .rest-of-form {
  display: none; }

.search-results {
  min-height: calc(100% - 261px); }
  .search-results .news {
    width: 100%;
    margin: 0;
    padding: 0; }
  .search-results .page-title {
    text-align: center;
    margin-top: 40px;
    margin-top: 2.5rem;
    font-size: 42px;
    font-size: 2.625rem;
    font-weight: 700;
    margin-bottom: 1em; }
  .search-results .section-title {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 1em; }
    @media screen and (min-width: 1000px) {
      .search-results .section-title {
        text-align: left; } }
  .search-results .search-section-wrapper {
    border-bottom: 2px solid #9bbd6c;
    margin-bottom: 40px;
    margin-bottom: 2.5rem; }
    .search-results .search-section-wrapper:last-of-type {
      border-bottom: none; }
    .search-results .search-section-wrapper strong {
      font-weight: bold;
      text-decoration: underline;
      color: #612e49; }
  .search-results .search-intro {
    margin-top: 2em;
    text-align: center;
    margin-bottom: 2em; }
    @media screen and (min-width: 1000px) {
      .search-results .search-intro {
        margin-top: 0; } }
  .search-results .masonry-container {
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }

.single-events {
  text-align: center; }
  @media screen and (min-width: 750px) {
    .single-events {
      text-align: left; } }
  .single-events h2.post-title {
    margin-bottom: 3.125rem; }
  .single-events .meta-info-wrapper {
    zoom: 1;
    width: 100%; }
    .single-events .meta-info-wrapper:before, .single-events .meta-info-wrapper:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .single-events .meta-info-wrapper:after {
      clear: both; }
    .single-events .meta-info-wrapper ul.key-details {
      float: left;
      width: 100%; }
      @media screen and (min-width: 750px) {
        .single-events .meta-info-wrapper ul.key-details {
          width: 60%; } }
      .single-events .meta-info-wrapper ul.key-details li {
        font-size: 0.9375rem;
        line-height: 1.4;
        display: block;
        width: 100%;
        margin: 0 0 1.5625rem; }
        @media screen and (min-width: 750px) {
          .single-events .meta-info-wrapper ul.key-details li {
            font-size: 1.25rem; } }
        .single-events .meta-info-wrapper ul.key-details li svg {
          fill: #612e49 !important;
          width: 20px;
          height: 20px;
          margin: 0 0.9375rem -0.1875rem 0; }
        .single-events .meta-info-wrapper ul.key-details li strong {
          font-weight: 700; }
    .single-events .meta-info-wrapper .buy-container {
      width: 100%;
      float: right;
      text-align: center; }
      @media screen and (min-width: 750px) {
        .single-events .meta-info-wrapper .buy-container {
          width: 40%;
          text-align: right; } }
      .single-events .meta-info-wrapper .buy-container .btn {
        display: inline-block; }
        @media screen and (min-width: 750px) {
          .single-events .meta-info-wrapper .buy-container .btn {
            margin: 0; } }
  .single-events .event-details {
    zoom: 1;
    padding: 2.8125rem 0;
    margin: 2.8125rem 0;
    border-top: 1px solid #acacac;
    border-bottom: 1px solid #acacac; }
    .single-events .event-details:before, .single-events .event-details:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .single-events .event-details:after {
      clear: both; }
    .single-events .event-details table {
      width: 100%; }
      .single-events .event-details table tr td {
        line-height: 1.4; }
    .single-events .event-details h3 {
      font-size: 1.4375rem;
      font-weight: 500;
      margin: 0 0 1.875rem; }
    .single-events .event-details p, .single-events .event-details p:first-of-type {
      margin: 0 0 1.25rem;
      font-size: 0.875rem;
      font-weight: 300; }
      .single-events .event-details p strong, .single-events .event-details p:first-of-type strong {
        font-weight: 700; }
    .single-events .event-details .col1, .single-events .event-details .col2 {
      margin: 0 0 2.5rem;
      text-align: center; }
      @media screen and (min-width: 750px) {
        .single-events .event-details .col1, .single-events .event-details .col2 {
          text-align: left; } }
    @media screen and (min-width: 750px) {
      .single-events .event-details .col1 {
        float: left;
        width: 35%; } }
    @media screen and (min-width: 750px) {
      .single-events .event-details .col2 {
        float: left;
        width: 60%; } }

.post-sidebar img {
  width: 100%; }

.post-sidebar h5.box-heading {
  width: 100%;
  margin: 3.4375rem 0 2.5rem; }

.post-sidebar ul.quick-list li {
  text-align: left;
  padding: 0.9375rem 0; }
  .post-sidebar ul.quick-list li svg {
    width: 0.6875rem;
    height: 0.6875rem;
    margin: 0 0.4375rem 0 0;
    fill: #612e49; }
  .post-sidebar ul.quick-list li h2 {
    font-size: 1rem;
    margin: 0 0 0.75rem; }
  .post-sidebar ul.quick-list li h4 {
    padding: 0;
    font-size: 0.75rem;
    text-transform: uppercase;
    line-height: 1.6; }
