@charset "UTF-8";
/*!
Theme Name: Pi Capital
Theme URI: http://underscores.me/
Author: Greg Tilley
Author URI: http://gregtilley.co.uk
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pi-capital
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Pi Capital is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* TILE BACKGROUNDS */
/* MEDIA SIZES */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #424c7a;
  font-family: "Avenir Next W01", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

h1 {
  font-size: 1.5em; }

p {
  margin-bottom: 1.5em;
  letter-spacing: 0.025em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

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

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 1em;
  padding-left: 1.25rem; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

ol li {
  margin-bottom: 1rem; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #8c8b85; }
  a:visited {
    color: #8c8b85; }
  a:hover, a:focus, a:active {
    color: #8c8b85; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li:hover > a, .main-navigation li.focus > a {
    color: #707cb2; }
  .main-navigation li:last-child {
    margin-right: 0; }
  .main-navigation a {
    display: block;
    text-decoration: none; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    color: #424c7a; }

@media screen and (min-width: 37.5em) {
  .main-navigation li {
    float: left;
    position: relative;
    margin-right: 2.375rem; } }
/* Small menu. */
.menu-toggle {
  align-self: flex-end;
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background: transparent; }

.menu-toggle:focus {
  outline: none; }

.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
  box-shadow: none;
  border-color: none; }

.menu-toggle span {
  display: block;
  position: absolute;
  top: 25px;
  left: 6px;
  right: 6px;
  height: 2px;
  background: #8c8b85; }

.menu-toggle span::before,
.menu-toggle span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #8c8b85;
  content: ""; }

.menu-toggle span::before {
  top: -10px; }

.menu-toggle span::after {
  bottom: -10px; }

.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s; }

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s; }

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform; }

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
.toggled button span {
  background: none; }

.toggled button span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.toggled button span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.toggled button span::before,
.toggled button span::after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

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

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

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

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

/* GENERAL */
ul {
  padding: 0; }

main#main {
  padding-top: 1rem; }

main#main a {
  color: #424c7a;
  text-decoration: none;
  border-bottom: thin solid #e95355; }

.portrait a, .contact-map a {
  border: none !important; }

main#main a:hover {
  color: #e95355; }

.intro-text {
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid #e8e8e8;
  padding: 1rem 0 0rem;
  margin-bottom: 0.75rem; }

@media (min-width: 46.75rem) {
  .intro-text {
    flex-direction: row; }

  .intro-column {
    width: 50%;
    margin-right: 1.25rem; } }
p {
  margin-top: 0; }

.button {
  font-size: 0.9em;
  border: 2px solid #424c7a !important;
  padding: 0.2rem 0.75rem 0.25rem;
  color: #424c7a;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: lowercase;
  font-variant: small-caps; }

button:active {
  outline: none;
  border: none; }

button:focus {
  outline: 0; }

.button:active {
  outline: none;
  border: none; }

.button:focus {
  outline: 0; }

* {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent; }

figure {
  margin: 0; }

blockquote {
  margin: 0; }

/* Homepage */
.home-intro {
  padding-top: 1rem;
  font-size: 1.5em;
  line-height: 1.3;
  border: none !important; }

.home-upcoming {
  overflow: auto;
  margin: 2rem 0;
  padding: 0.5rem 2rem 1rem;
  background: #eaeae8; }

.home-upcoming ul {
  overflow: auto; }

.home-upcoming ul li.event {
  padding-top: 0;
  margin-bottom: 0rem; }

.home-upcoming .event-page-image {
  margin-bottom: 0.75rem; }

.home-upcoming h3 {
  margin: 0;
  color: #e95355;
  line-height: 1.3; }

.home-date {
  color: #676767 !important; }

.home-upcoming h4 {
  text-align: center; }

.home-event-details h4 {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: left; }

.home-bottom h2 {
  color: #e95355; }

/* tiles */
.tint img {
  mix-blend-mode: multiply;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.bgcolour-business-and-finance {
  background: #88c0bc; }

.bgcolour-creative-arts-and-media {
  background: #f4be7e; }

.bgcolour-economics-and-politics {
  background: #91afe1; }

.bgcolour-for-good-philanthropy {
  background: #f0d874; }

.bgcolour-lifestyle {
  background: #dfa6df; }

.bgcolour-science-and-technology {
  background: #afbf74; }

.bgcolour-the-way-we-live {
  background: #ffa4a4; }

.bgcolour-pi-capital {
  background: #4b568b; }

.bgcolour-pi-junior {
  background: #8c60a1; }

.bgcolour-pi-communities {
  background: #649263; }

/* Category colours */
.category-business-and-finance {
  color: #77b7b3; }

.category-creative-arts-and-media {
  color: #f2b266; }

.category-economics-and-politics {
  color: #7da1db; }

.category-for-good-philanthropy {
  color: #edd15d; }

.category-lifestyle {
  color: #d893d8; }

.category-science-and-technology {
  color: #a5b763; }

.category-the-way-we-live {
  color: #ff8a8a; }

.category-pi-capital {
  color: #424c7a; }

.category-pi-junior {
  color: #7e5691; }

.category-pi-communities {
  color: #5a8359; }

/* Event page */
header.intro-text-events, div.intro-text-events {
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid #e8e8e8;
  padding: 1rem 0 0rem;
  margin-bottom: 0.75rem; }

@media (min-width: 46.75rem) {
  header.intro-text-events, div.intro-text-events {
    flex-direction: row; }

  header.intro-text-events .intro-column, div.intro-text-events .intro-column {
    width: 50%;
    margin-right: 1.25rem; } }
.events-year {
  color: #8c8b85;
  position: relative;
  overflow: hidden; }

h2.month-heading {
  font-size: 1.2em;
  position: relative;
  top: auto;
  color: #424c7a; }

@media (min-width: 46.75rem) {
  h2.month-heading {
    position: absolute;
    top: -0.4rem;
    border-left: 2px solid #e8e8e8;
    padding: 0.25rem 0 0.25rem 0.4rem; } }
.events-year ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.event-section h1 {
  font-size: 1.5em;
  line-height: 1.2;
  margin: 0 0 0.25rem; }

.event-section h3 {
  font-size: 1em;
  font-weight: 400;
  margin: 0; }

.event-section footer {
  width: 100%;
  clear: both;
  padding-top: 1rem; }

.event-speakers {
  margin-top: 2rem; }

.event-speakers, .event-speakers h4 {
  font-weight: 400; }

.event-speakers h3 {
  font-weight: 700; }

#event-header {
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }

@media (min-width: 46.75rem) {
  #event-header {
    flex-direction: row; } }
#event-header h2 {
  color: #e95355;
  font-size: 1.5em;
  line-height: 1.2;
  margin: 0; }

.event-main-text {
  margin: 2rem 0 0; }

.event-left-column:after {
  fill: #e95355;
  display: inline-block;
  width: 25px;
  height: 25px;
  content: url("img/pi_logo_web_after.svg"); }

.event-next-prev a {
  text-decoration: none;
  color: #e95355 !important;
  font-size: 1.5em;
  border: none !important; }

.event-next-prev a:hover {
  color: #ec6a6b !important; }

.event-type {
  text-transform: lowercase;
  font-variant: small-caps;
  letter-spacing: 0.1em; }

figcaption {
  font-weight: 400;
  font-size: 0.75em; }

section.events-month {
  overflow: auto; }

.events-month h1 {
  margin-bottom: 0.5rem; }

header#upcoming-events, header#events-categories, header.events-top {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

@media (min-width: 46.75rem) {
  header#upcoming-events, header#events-categories, header.events-top {
    flex-direction: row;
    justify-content: space-between; } }
header.events-top {
  margin: 0.5rem 0 2rem; }

.events-nav {
  display: flex;
  flex-direction: column; }

.past-events {
  font-size: 0.75em; }

#past-h4-top {
  margin: 1rem 0; }

@media (min-width: 46.75rem) {
  .events-nav {
    flex-direction: row; }

  #past-h4-top {
    margin: 2rem 0 0 1rem; }

  input[type=search] {
    margin-top: 1.9rem; }

  #categories-select {
    margin: 1.9rem 0 0 1rem; } }
.upcoming {
  color: #e95355;
  font-weight: 700 !important;
  font-size: 0.9em !important;
  text-transform: lowercase;
  font-variant: small-caps;
  letter-spacing: 0.1em; }

input[type=search] {
  font-size: 0.9em;
  border-radius: 0;
  border: 2px solid #8c8b85 !important;
  padding: 0.1rem 0.75rem;
  color: #424c7a; }

select#cat {
  font-size: 0.9em;
  border-radius: 0 !important;
  border: 2px solid #424c7a !important;
  padding: 0.1rem 2rem 0.1rem 0.7rem;
  color: #424c7a;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  letter-spacing: 0.1em;
  text-transform: lowercase;
  font-variant: small-caps; }

select#cat::-ms-expand {
  /* for IE 11 */
  display: none; }

#categories-select {
  position: relative;
  display: inline-block; }

#categories-select:after {
  position: absolute;
  top: 0.7rem;
  right: 0.75rem;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #424c7a;
  pointer-events: none; }

.search-events {
  margin-top: 3rem; }

.search-again {
  margin-top: 4rem; }

.search-again h3 {
  margin-bottom: 0; }

.search-again input[type=search] {
  margin-top: 0.5rem; }

.search-event-thumb {
  width: 163px;
  height: 150px;
  margin-right: 1rem; }

.search-event-thumb a {
  border: none !important; }

.search-event-thumb a:hover {
  opacity: 0.8; }

.search-event-thumb img {
  display: block; }

.search-events ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.search-events ul li {
  margin: 0.75rem 0;
  line-height: 1.3;
  display: flex;
  padding-bottom: 0.75rem;
  border-bottom: thin solid #e8e8e8; }

.search-events h3 {
  margin: 0; }

.search-events h4 {
  font-weight: 400;
  font-size: 1em;
  margin: 0; }

.search-events h4 p {
  margin-bottom: 0; }

.events-month ul, .home-upcoming ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto; }

li.events-row {
  padding-top: 0.5rem;
  margin-bottom: 2rem; }

.events-year ul li.events-row {
  display: block;
  overflow: hidden;
  position: relative; }

.event {
  border-top: 2px solid #e8e8e8;
  padding-top: 3.5rem;
  margin: 0rem 0 2rem;
  position: relative; }

.event a {
  text-decoration: none; }

.event-date-circle {
  position: absolute;
  top: 4rem;
  left: 0.5rem;
  background: white;
  z-index: 1;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 0.75em; }

.event-page-image img {
  display: block; }

blockquote.event-quote {
  color: #e95355;
  margin-top: 2rem; }

blockquote.event-quote p {
  margin: 0 0 0.75rem;
  font-size: 1.5em;
  line-height: 1.3; }

blockquote cite.quote-source {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.2;
  color: #424c7a; }

.event-page-date {
  font-size: 1rem;
  color: #424c7a;
  line-height: 1;
  margin-bottom: 0.25rem; }

.event-page-date:after {
  content: "—"; }

.event-page-date .event-type {
  color: #424c7a !important; }

.event-page-date span {
  display: block; }

.event-page-details {
  padding: 0.5rem;
  background: #eaeae8;
  min-height: 5rem; }

.event-page-details h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
  color: #e95355; }

.event-page-details h4 {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 400; }

.events-page-footer {
  margin-top: 2rem;
  text-align: center; }

.past-events-all {
  font-weight: 400;
  border-top: 2px solid #e8e8e8;
  margin-top: 2rem; }

section.past-events-year {
  margin-bottom: 3rem !important; }

.past-events-year header {
  border-bottom: 2px solid #e8e8e8;
  margin-bottom: 0.5rem; }

.past-events-year footer {
  border-top: 2px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8; }

.past-events-year h2, .past-events-month h2 {
  font-size: 1.2em; }

.past-events-year h2 {
  color: #8c8b85; }

.past-events-month h2 {
  color: #424c7a; }

.past-event-thumb {
  width: 70px;
  height: 70px;
  margin-right: 1rem; }

.past-event-thumb a {
  border: none !important; }

.past-event-details {
  width: calc(100% - 1rem - 70px); }

.past-event-thumb a:hover {
  opacity: 0.8; }

.past-events-month h3 {
  font-size: 1em;
  margin: 0; }

.past-events-month h4 {
  font-weight: 400;
  font-size: 0.75em;
  margin: 0; }

.past-events-month h4 p {
  margin-bottom: 0; }

.past-event-date {
  color: #8c8b85;
  font-size: 0.75em;
  line-height: 2;
  margin-right: 0.5rem; }

.past-events-month ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.past-events-month ul li {
  margin: 0.75rem 0;
  line-height: 1.3;
  display: flex;
  padding-bottom: 0.75rem;
  border-bottom: thin solid #e8e8e8; }

.past-event-category {
  font-size: 0.75em;
  text-transform: lowercase;
  font-variant: small-caps;
  margin-left: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.1em; }

.event-category {
  color: #8c8b85;
  margin: 3rem 0 2rem; }

.people-row ul {
  list-style: none;
  margin: 0; }

.people {
  margin-bottom: 3rem; }

.people a {
  text-decoration: none; }

.people h2, .people h3 {
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.25rem; }

.people h3 {
  font-size: 0.75em;
  font-weight: 400;
  color: #8c8b85; }

.portrait a:hover, .event-page-image:hover {
  opacity: 0.8; }

#people-info-block {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1; }

.people-info {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2; }

.people-info-content {
  width: 90%;
  height: 90%;
  max-width: 50rem;
  overflow: auto;
  background: white;
  padding: 0 1rem 2rem; }

.people-info-close {
  font-weight: 100;
  color: #8c8b85;
  font-size: 3em;
  line-height: 1;
  text-align: right;
  padding: 1rem;
  display: inline-block; }

.people-info-close a {
  border-bottom: none !important; }

/* MEMBERS PAGE */
.member-diagram {
  padding: 2rem 0rem; }

@media (min-width: 46.75rem) {
  .member-diagram {
    padding: 2rem 3rem 2rem 0rem; } }
@media (min-width: 80rem) {
  .member-diagram {
    padding: 2rem 6rem 2rem 2rem; } }
.members-diagram {
  margin-top: 1rem;
  overflow: hidden; }

.members-diagram h2 {
  margin: 1rem 0 0; }

.members-diagram h3 {
  font-size: 0.75em;
  font-weight: 400;
  margin: 0 0 2rem; }

.members-diagram-dots {
  padding: 2rem;
  background: #e3e2e1;
  overflow: hidden; }

.member-dot {
  width: 26px;
  height: 16px;
  background: black;
  float: left;
  margin: 0rem;
  opacity: 0; }

.member-cat-list ul {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0; }

.member-cat-list ul li {
  opacity: 0.3; }

.member-cat-name {
  margin-right: 1rem; }

/* COLOURS */
.private-equity-investment {
  background: #333; }

.investment-banking {
  background: #ddaa00; }

.other-financial {
  background: #676767; }

.business-services {
  background: #499; }

.media {
  background: #ee8844; }

.corporate {
  background: #faa; }

.entrepreneurship {
  background: #aaa; }

.other {
  background: #49f; }

.contact-map {
  margin: 0 0 2rem; }

.contact-map img {
  background: #efefef; }

.contact-map a:hover {
  opacity: 0.8; }

section#summary h4 {
  color: #e95355;
  font-weight: 700 !important;
  font-size: 1.2em !important;
  text-transform: lowercase;
  font-variant: small-caps;
  letter-spacing: 0.1em;
  margin-bottom: 0; }

h4.summary-date {
  font-weight: 700 !important;
  color: #8c8b85;
  margin-top: 0.25rem !important; }

h3.summary-date {
  font-weight: 700;
  color: #8c8b85;
  font-size: 1em;
  border-bottom: thin solid #e8e8e8;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem; }

.event-summaries-row {
  border-bottom: thin solid #e8e8e8;
  overflow: hidden; }

.event-summaries-row ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.event-summaries-row ul li {
  margin: 0.75rem 0;
  line-height: 1.3;
  display: flex;
  padding-bottom: 0rem; }

.event-summaries-row h2 {
  font-size: 1.2em; }

.event-summaries-row h3 {
  font-size: 1em;
  margin: 0; }

.event-summaries-row h4 {
  font-weight: 400;
  font-size: 0.75em;
  margin: 0; }

.event-summaries-row h4 p {
  margin-bottom: 0; }

.summary-content {
  font-weight: 400; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Header Footer
--------------------------------------------------------------*/
#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 0.5rem; }

#content {
  flex: 1; }

.site-branding {
  min-width: 8rem;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center; }

.site-branding img {
  width: 54px;
  margin: auto; }

header#masthead {
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid #ccc;
  position: relative;
  padding-bottom: 1.25rem; }

@media (min-width: 46.75rem) {
  header#masthead {
    flex-direction: row;
    padding-bottom: 1rem; }

  .site-branding {
    position: relative;
    justify-content: flex-start;
    width: auto; }

  .site-branding img {
    width: 128px;
    margin: 0; } }
.header-line {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #8c8b85; }

#search-events {
  float: right;
  width: 100%; }

nav#site-navigation {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-size: 1.25em; }

@media (min-width: 46.75rem) {
  nav#site-navigation {
    align-items: flex-end; } }
nav#site-navigation ul {
  border-top: 2px solid #ccc;
  margin-top: 1.25rem;
  padding: 1rem 0 0;
  overflow: auto; }

@media (min-width: 46.75rem) {
  nav#site-navigation ul {
    border-top: none;
    margin-top: 0rem; } }
.site-footer {
  margin-top: 3rem; }

.footer-text, .copyright {
  font-size: 0.75em;
  color: #e95355; }

.footer-text {
  float: left; }

.copyright {
  float: left; }

.footer-menu {
  float: left;
  padding: 0; }

.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 0 1rem; }

.footer-menu ul li {
  line-height: 1; }

.footer-menu a {
  color: #e95355;
  font-size: 0.75em; }

/* expanding search */
/* Search icon by IcoMoon, made with http://icomoon.io/app/ */
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?mrrrov");
  src: url("fonts/icomoon.eot?mrrrov#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?mrrrov") format("truetype"), url("fonts/icomoon.woff?mrrrov") format("woff"), url("fonts/icomoon.svg?mrrrov#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-search:before {
  content: "\e986"; }

.sb-search {
  align-self: flex-end;
  position: relative;
  margin-top: 12px;
  width: 0%;
  min-width: 30px;
  height: 30px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden; }

.sb-search-input {
  position: absolute;
  top: 0;
  right: 1.9rem;
  border: 2px solid #8c8b85 !important;
  border-radius: 0 !important;
  outline: none;
  background: #fff;
  width: 23rem;
  max-width: calc(100% - 1.9rem);
  height: 30px;
  margin: 0;
  z-index: 10;
  padding: 10px 65px 10px 10px;
  font-family: inherit;
  font-size: 0.9rem !important;
  color: #424c7a; }

.sb-search-input::-webkit-input-placeholder {
  color: #8c8b85;
  font-size: 0.9em !important; }

.sb-search-input:-moz-placeholder {
  color: #8c8b85;
  font-size: 0.9rem !important; }

.sb-search-input::-moz-placeholder {
  color: #8c8b85;
  font-size: 0.9rem !important; }

.sb-search-input:-ms-input-placeholder {
  color: #8c8b85;
  font-size: 0.9rem !important; }

.icon-search,
.sb-search-submit {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 30px;
  text-align: center;
  cursor: pointer; }

.sb-search-submit {
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1; }

.icon-search {
  color: #424c7a;
  background: #fff;
  z-index: 90;
  font-size: 22px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased; }

.icon-search:hover {
  color: #707cb2; }

.icon-search:before {
  content: "\e986"; }

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%; }

.sb-search.sb-search-open .icon-search,
.no-js .sb-search .icon-search {
  background: #fff;
  color: #424c7a;
  z-index: 11; }

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }
