/*!
Theme Name: BoI
*/
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("font/fontawesome-webfont.eot?v=4.6.3");
  src: url("font/fontawesome-webfont.eot?v=4.6.3") format("embedded-opentype"), url("font/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("font/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("font/fontawesome-webfont.svg#fontawesomeregular?v=4.6.3") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/*html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}*/
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover,
a:focus {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

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

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

blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

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

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

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

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

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

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

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #eeeeee;
  text-shadow: none;
}

::selection {
  background: #eeeeee;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0;
  background: #ccc;
  color: #000;
  padding: 1em 2em;
}

.browsehappy a {
  text-decoration: underline !important;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* html, body {
    overflow-x: hidden;
} 
*/
html, body {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

/* add a default with double the top margin to the bottom */
a {
  text-decoration: none;
  color: inherit;
}
a:hover, a:active {
  text-decoration: none;
}

a:link,
a:visited {
  text-decoration: underline;
}

a:focus,
a:hover,
a:active {
  color: #cb2b1a;
	color: #ff0000;
  text-decoration: underline;
}



body > header a:link,
body > header a:visited, body > footer a:link,
body > footer a:visited {
  text-decoration: none;
  color: inherit;
}
body > header a:focus,
body > header a:hover,
body > header a:active, body > footer a:focus,
body > footer a:hover,
body > footer a:active {
  text-decoration: none;
  color: inherit;
}

nav ul, nav li, nav a {
  padding: 0;
  margin: 0;
}

main article, main, body > header nav, body > header div.utility, nav a, main section.speakers .speaker, main section.featured article {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

main a:focus,
main a:hover,
main a:active {
  text-decoration: underline;
}

header nav a:focus,
header nav a:hover,
header nav a:active {
  text-decoration: none;
}

footer .social a:focus,
footer .social a:hover,
footer .social a:active {
  text-decoration: none;
}

/****** Main page layouts ******/
main article {
  padding: 0 10px;
  max-width: 1220px;
  margin: 0 auto;
}

body > header {
  width: 100%;
  height: 52px;
}
@media only screen and (min-width: 1270px) {
  body > header {
    background: #cb2b1a;
	background: #ff0000;
  }
}
@media only screen and (max-width: 1269px) {
  body > header {
    background: #cb2b1a;
	background: #ff0000;
  }
}
@media only screen and (min-width: 600px) {
  body > header {
    height: 115px;
  }
}

body > footer {
  background: black;
  color: white;
  position: relative;
  z-index: 10;
  padding: 10px;
}
@media only screen and (min-width: 1270px) {
  body > footer {
    padding: 14px 95px 14px 100px;
  }
}

body > .background-image,
body > .cycle-wrap {
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  /*img {
  	object-fit: cover;
  	width: 100%;
  	height: 100%; 
  }*/
}
@media only screen and (max-width: 1269px) {
  body > .background-image,
  body > .cycle-wrap {
    z-index: 1;
  }
}
body > .background-image img,
body > .cycle-wrap img {
  height: 100%;
  width: auto;
  max-width: none;
}
@media (max-aspect-ratio: 3 / 2) {
  body > .background-image img,
  body > .cycle-wrap img {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
  }
}
@media (min-aspect-ratio: 3 / 2) {
  body > .background-image img,
  body > .cycle-wrap img {
    width: 100%;
    height: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
  }
}

/****** Main page layouts ******/
body > header img[src$=".svg"] {
  max-width: 212px;
  width: 50%;
  height: auto;
  float: left;
  margin: 15px;
  width: auto;
  height: 16px;
  float: left;
  margin: 18px 0 0 15px;
}
@media only screen and (min-width: 600px) {
  body > header img[src$=".svg"] {
    width: 50%;
    height: auto;
    margin: 45px -272px 45px 50px;
  }
}
body > header img#whitelogo {
  display: none;
}
body > header nav .menu-toggle {
  float: right;
  margin: 12px 13px;
}
@media only screen and (min-width: 370px) {
  body > header nav .menu-toggle {
    margin: 12px 15px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1269px) {
  body > header nav .menu-toggle {
    margin: 43px 45px 43px 20px;
  }
}
@media only screen and (min-width: 1270px) {
  body > header nav .menu-toggle {
    display: none;
  }
}
body > header nav ul {
  clear: both;
}
@media only screen and (min-width: 1270px) {
  body > header nav {
    float: right;
  }
}
body > header nav {
  position: relative;
  z-index: 100;
  width: 100%;
}
@media only screen and (min-width: 1270px) {
  body > header nav {
    padding: 0 272px;
    float: left;
    margin-right: -272px;
  }
}
body > header div.utility {
  padding: 0;
  font-size: 1.2em;
  font-weight: 100;
  float: right;
  line-height: 1;
  right: 43px;
  color: white;
  text-align: right;
  position: absolute;
  top: 0;
  z-index: 100;
}
@media only screen and (min-width: 370px) {
  body > header div.utility {
    right: 53px;
  }
}
@media only screen and (min-width: 600px) {
  body > header div.utility {
    line-height: 6.1;
    right: 82px;
  }
}
@media only screen and (min-width: 1270px) {
  body > header div.utility {
    float: left;
    right: 10px;
    width: 272px;
  }
}
body > header div.utility a {
  margin: 0 5px;
  display: inline-block;
  line-height: 50px;
  padding-top: 2px;
  width: 1.1em;
}
@media only screen and (min-width: 370px) {
  body > header div.utility a {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 600px) {
  body > header div.utility a {
    line-height: 64px;
  }
}
body > header div.utility a:link, body > header div.utility a:visited, body > header div.utility a:focus {
  color: #eeeeee;
}
body > header div.utility a:hover, body > header div.utility a:active {
  color: white;
}

body.home > header div.utility a:link,
body.home > header div.utility a:visited,
body.home > header div.utility a:focus {
  color: #ccc;
}

body.home > header div.utility a:hover,
body.home > header div.utility a:active {
  color: white;
}

/****** Main page layouts ******/
body > footer {
  text-align: center;
}
body > footer .social {
  text-align: center;
}

body {
  font-family: "brandon-grotesque",sans-serif;
  font-weight: 300;
  font-size: 1.6em;
  line-height: 1.2;
}

main > article > h1 {
  font-size: 1.42em;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 2em 0 1.6em;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  main > article > h1 {
    font-size: 1.065em;
  }
}
main > article > h1 + p {
  text-align: center;
  font-size: 1.3125em;
  margin: 1em auto 2.3em;
  line-height: 1.3;
  font-weight: 400;
  max-width: 960px;
}
@media only screen and (max-width: 600px) {
  main > article > h1 + p {
    font-size: 0.9em;
    font-size: 1.065em;
  }
}
main > article > h2 {
  font-size: 1em;
  font-weight: 400;
  margin: 0.83em 0 0.41em;
}
main > article > h2 + * {
  margin-top: 0.45em;
}
main blockquote {
  color: #cb2b1a;
	color: #ff0000;
  border-left: 10px solid #cb2b1a;
  border-left: 10px solid #ff0000;
  margin-left: 0;
  padding-left: 40px;
  font-weight: 400;
  margin: 1.2em 0;
}
main img.hero {
  display: block;
  margin: 3em 0 3.4em;
}
main p.presented {
  max-width: 960px;
  margin: 1em auto;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.7em;
  font-weight: 400;
  letter-spacing: 2px;
}
main p.presented span {
  width: 50%;
  min-width: 376px;
  display: inline-block;
  margin: 1em auto;
}
main p.presented span img {
  display: block;
  width: 336px;
  margin: 28px auto;
}
main p.presented span + span img {
  width: 250px;
  margin-top: 20px;
}

@media only screen and (max-width: 400px) {

main p.presented {
  max-width: 100vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

main p.presented span {
	width: 100%;
	min-width: 1px;
}

main p.presented span img {
  
  width: 100%;

}

}

body > header {
  text-transform: uppercase;
  color: white;
  font-size: 0.63em;
  font-weight: 600;
  letter-spacing: 2.2px;
}
@media only screen and (min-width: 1270px) {
  body > header {
    line-height: 7.2;
  }
}

.utility {
  font-family: 'FontAwesome';
}

body > footer {
  font-size: 0.75em;
  /*font-style: italic;*/
  font-size: 0.97em;
  font-weight: 400;
}
body > footer a:focus, body > footer a:hover, body > footer a:active {
  text-decoration: none;
  color: #cb2b1a;
	color: #ff0000;
}
body > footer .blurb:not(.copyright)::first-line {
  color: black;
}

nav ul, nav li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

nav ul, nav li {
  -webkit-font-smoothing: subpixel-antialiased;
}

nav a {
  display: block;
  white-space: nowrap;
}

/*
body > header nav .menu-toggle {
	cursor: pointer;

	width: 1em;
	height: 1em;
	font-size: 1.6em;
	overflow: hidden; // lose the word, keep the icon


}
body > header nav .menu-toggle::before {
  content: "\f0c9";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  padding-right: 2px;
}
*/
body.home > header nav .menu-toggle span, body.home > header nav .menu-toggle span::before, body.home > header nav .menu-toggle span::after {
  background: #ccc;
}

body > header nav .menu-toggle span, body > header nav .menu-toggle span::before, body > header nav .menu-toggle span::after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 21px;
  background: #353535;
  background: #eeeeee;
  position: absolute;
  display: block;
  content: '';
}
body > header nav .menu-toggle:hover span, body > header nav .menu-toggle:hover span::before, body > header nav .menu-toggle:hover span::after {
  background: white;
}
body > header nav .menu-toggle {
  position: relative;
  height: 21px;
  width: 21px;
  cursor: pointer;
}
body > header nav .menu-toggle span {
  top: 12px;
  left: 0;
  text-indent: -9999em;
}
body > header nav .menu-toggle span::before {
  top: -6px;
}
body > header nav .menu-toggle span::after {
  bottom: -6px;
}
body > header nav .menu-toggle span, body > header nav .menu-toggle span:before, body > header nav .menu-toggle span:after {
  transition: all 250ms ease-in-out;
}
body > header nav .menu-toggle.active span {
  background-color: transparent;
}
body > header nav .menu-toggle.active span:before, body > header nav .menu-toggle.active span:after {
  top: 0;
}
body > header nav .menu-toggle.active span:before {
  transform: rotate(45deg);
}
body > header nav .menu-toggle.active span:after {
  transform: rotate(-45deg);
}

body > header nav > ul {
  display: none;
  font-size: 1.25em;
  background: #cb2b1a;
	background: #ff0000;
  color: white;
}
body > header nav > ul a {
  padding: 12px 10px 10px;
}

body > header nav > ul ul {
  background: #cb2b1a;
	background: #ff0000;
	background: #220000;
	padding: 20px;
  line-height: 1.2;
}
@media only screen and (max-width: 1269px) {
  body > header nav > ul ul {
    background: #cb2b1a;
	background: #ff0000;
  }
  body > header nav > ul ul a:before {
  	content: '>> ';
  	position: relative;
	top: -3px;
  }
}

@media only screen and (min-width: 1270px) {
  body > header nav > ul {
    display: block !important;
    white-space: nowrap;
    background: transparent;
    /* hack to fill parent height */
    font-size: inherit;
    text-align: center;
  }
  body > header nav > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  body > header nav > ul > li a {
    display: inline-block;
    line-height: 64px;
    padding: 0 7px;
  }
  body > header nav > ul > li li a {
    line-height: 32px;
  }
  body > header nav > ul > li li a:hover, body > header nav > ul > li li a:active {
    /*color: black;*/
    text-decoration: underline;
  }
  body > header nav > ul ul {
    display: none;
    text-align: left;
  }
  body > header nav > ul > li:hover ul {
    display: block;
    position: absolute;
    /*
    padding: 0 100vw;
    left: -100vw;
    margin-left: calc( 50% - 19px );
    */
  }
}
/*.current-menu-item,
body.single-portfolio .menu-item-object-portfolio,
.current_page_parent {
  background: white;
  color: #880637;
}*/ /* amb */

@media only screen and (min-width: 1270px) {

nav > ul > li:hover > a,
  nav > ul > li.current-page > a,
  .current-menu-item,
.current_page_parent {
    color: #353535;
    color: white; /* amb */
  }

  nav > ul > li:hover > a::after,
  nav > ul > li.current-page > a::after,
  nav > ul > li.current-menu-item > a::after,
nav > ul > li.current_page_parent > a::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 3px;
    background: white;
    display: block;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media only screen and (max-width: 1269px) {
  nav > ul > li:hover > a,
  nav > ul > li.current-page > a {
    background: #353535;
  }
}

@media only screen and (max-width: 1269px) {
  nav > ul li li:hover > a,
  nav > ul li li.current-page > a {
    background: #353535;
  }
}

/*
.current-page-ancestor {
  background: white;
  color: #880637;
}
*/ /* amb */

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden.focusable, .visuallyhidden, body > header h1.site-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable :active,
.visuallyhidden.focusable :focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
main:before, body > header:before, body > footer:before, .clearfix:before, main:after, body > header:after, body > footer:after, .clearfix:after {
  	/*
   * Clearfix: contain floats
   *
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    `contenteditable` attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that receive the `clearfix` class.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
main:after, body > header:after, body > footer:after, .clearfix:after {
  clear: both;
}
html.lt-ie7 main, html.lt-ie7 body > header, html.lt-ie7 body > footer, html.lt-ie7 .clearfix {
    	/*
		 * For IE 6/7 only
		 * Include this rule to trigger hasLayout and contain floats.
		 */
  zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  /* amb... */
  .overview a,
  .related-wrap a,
  .related2-wrap a,
  .recent-wrap a {
    text-decoration: none !important;
  }

  .overview a[href]:after,
  .related-wrap a[href]:after,
  .related2-wrap a[href]:after,
  .recent-wrap a[href]:after {
    content: "" !important;
  }

  body.home > .cycle-slideshow,
  nav,
  #wpadminbar,
  footer .social,
  footer .links,
  footer .fsb {
    display: none !important;
  }

  .call-to-action {
    margin: 0;
    padding: 0;
    font-size: 1em;
    text-align: left;
  }

  .related-wrap {
    width: auto;
    max-width: none;
    margin-left: 0;
    transform: none;
  }

  .read-more, a.chevron {
    display: none !important;
  }

  body > header * {
    position: static !important;
  }

  body > header img[src*="logo"] {
    display: none;
  }
/*
  body > header::before {
    content: url(img/logotypeblack.svg);
    width: 100%;
    height: 60px;
  }
 */ 
  aside.sharing,
  div.utility {
  	display: none !important;
  }
}
/* Social Icons */
/* something like:

$foreground: $darkgrey;
$background: $lightgrey;
$branded: true;

then standard code handling colouring

%branded %pinterest { ... }

.branded extends %branded

Will that work?  If so, whole chunks will only be output when needed

*/
/* changing the parent ems still throws the icons off centre :-S 
   Maybe just need to convert all pixel values here to ems too?

*/
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  position: relative;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: block;
  speak: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1.7;
  text-indent: 0;
}

.icon-twitter:before,
ul.social a[href*="twitter"]:before {
  content: "\f081";
  color: #00acee;
}
.icon-twitter:hover:before,
ul.social a[href*="twitter"]:hover:before {
  background-color: #00acee;
  color: white;
}

.icon-facebook:before,
ul.social a[href*="facebook"]:before {
  content: "\f09a";
  color: #3b5998;
}
.icon-facebook:hover:before,
ul.social a[href*="facebook"]:hover:before {
  background-color: #3b5998;
  color: white;
}

.icon-instagram:before,
ul.social a[href*="instagram"]:before {
  content: "\f16d";
  color: #3f729b;
}
.icon-instagram:hover:before,
ul.social a[href*="instagram"]:hover:before {
  background-color: #3f729b;
  color: white;
}

.icon-pinterest:before,
ul.social a[href*="pinterest"]:before {
  content: "\f0d2";
}
.icon-pinterest:hover:before,
ul.social a[href*="pinterest"]:hover:before {
  color: white;
}

.icon-google:before,
ul.social a[href*="google"]:before,
ul.social a[href*="goo.gl"]:before,
a[href*="goo.gl"]:before {
  content: "\f041";
  color: #3f729b;
}
.icon-google:hover:before,
ul.social a[href*="google"]:hover:before,
a[href*="goo.gl"]:hover:before {
  background-color: #3f729b;
  color: white;
}

ul.social li {
  display: inline;
}

main a[href*="goo.gl"]::before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  position: relative;
  margin-right: 0.6em;
  font-size: 1.3em;
  top: 3px;
  text-decoration: none !important;
  color: inherit !important;
  background: transparent !important;
}

main a[href*="goo.gl"] {
  text-decoration: none !important;
}

/* Brand colours on transparent inverting to white on brand square.  With captions. */
.icon-linkedin:before {
  content: "\f0e1";
  color: #0e76a8;
}

.icon-envelope:before {
  content: "\f0e0";
}

/*.icon-envelope:hover:before {
  
  background-color: #D9B729;
  color: white;
}*/
.icon-envelope-o::before {
  content: "\f003";
  line-height: 1;
}

.icon-angle-double-down::before {
  content: "\f103";
  font-size: 1.2em !important;
  line-height: 0.9;
}

.icon-twitter:before {
  content: "\f081";
}

.icon-twitter:hover::before {
  color: #00aced;
  border-color: #00aced;
  background-color: #00aced;
  color: white;
}

.icon-facebook:before {
  content: "\f082";
}

.icon-facebook:hover::before {
  color: #3b5998;
  border-color: #3b5998;
  background-color: #3b5998;
  color: white;
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-linkedin:hover::before {
  color: #007bb6;
  border-color: #007bb6;
  background-color: #007bb6;
  color: white;
}

.icon-envelope:before {
  content: "\f0e0";
}

/*.icon-envelope:hover::before {
  border-color: $red;
  background-color: $red;
color: white;
}*/
.icon-google-plus:before {
  content: "\f0d5";
}

.icon-google-plus:hover::before {
  color: #dd4b39;
  border-color: #dd4b39;
  background-color: #dd4b39;
  color: white;
}

.icon-youtube:before {
  content: "\f167";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-instagram:before {
  content: "\f16d";
}

/*.icon-instagram:hover::before {
  color: #517fa4;
  border-color: #517fa4;
  background-color: #517fa4;
color: white;
}*/
.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest:hover::before {
  background-color: #cb2027;
  color: white;
  border-color: #cb2027;
}

footer .social a {
  color: white !important;
}
footer .social a::before {
  color: inherit !important;
}
footer .social a:hover::before {
  color: inherit !important;
  background: transparent !important;
}

footer .social {
  padding: 36px 0;
  line-height: 2.5;
  list-style-type: none;
  font-size: 1.2em;
  margin-top: 0;
}

footer .social a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  text-align: center;
  font-weight: 100;
  font-size: 1.3em;
  line-height: 1.8;
  /* space between icon and label */
  width: auto;
  padding: 0 10px;
}

footer .social a::before {
  width: auto;
  height: 32px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  vertical-align: middle;
  color: inherit;
  margin: 0 auto;
  font-size: 1.15em;
  line-height: 34px;
  font-family: FontAwesome;
  font-weight: normal;
}

footer .social a:hover {
  text-decoration: none;
}

footer .social a:hover span {
  text-decoration: none;
  color: inherit;
}

footer .social a span {
  font-size: 0.8em;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: none;
}

footer .social a:hover::before {
  color: #cb2b1a !important;
  color: #ff0000 !important;
  background-color: transparent !important;
}

footer .social a:hover {
  color: #cb2b1a !important;
  color: #ff0000 !important;
  background-color: transparent !important;
}

footer .social .menu-item {
  color: inherit;
  background-color: transparent;
}

main .social a {
  color: inherit !important;
}
main .social a::before {
  color: inherit !important;
}
main .social a:hover::before {
  color: inherit !important;
  background: transparent !important;
}

main .social a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  text-align: center;
  font-weight: 100;
  font-size: 1.3em;
  line-height: 1.8;
  /* space between icon and label */
  width: auto;
  padding: 0 10px;
}

main .social a::before {
  width: auto;
  height: 32px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  margin: 0 auto;
  font-size: 1em;
  line-height: 34px;
  font-family: FontAwesome;
  font-weight: normal;
}

main .social a:hover span {
  text-decoration: none;
  color: inherit;
}

main .social a span {
  font-size: 0.8em;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: none;
}

main .social a:hover::before {
  color: #cb2b1a !important;
	color: #ff0000 !important;
  background-color: transparent !important;
}

main .social a:hover {
  color: #cb2b1a !important;
	color: #ff0000 !important;
  background-color: transparent !important;
}

main .social .menu-item {
  color: inherit;
  background-color: transparent;
}

main .social {
  padding: 0;
  margin: 0;
  margin-left: -1em;
}

.align-left,
.align-right {
  width: 100%;
  height: auto; /* images were stretching */
}

@media only screen and (min-width: 595px) {
  .align-left {
    float: left;
    margin: 0 20px 20px 0;
    width: auto;
    max-width: 50%;
  }

  .align-right {
    float: right;
    margin: 0 0 20px 20px;
    width: auto;
    max-width: 50%;
  }

  .clearfix + .align-left,
  .clearfix + .align-right {
    margin-top: 1em;
  }
}
body.home main > article > h1 {
  display: none;
}
body.home main > article {
  margin-bottom: 0;
}
body.home main section {
  padding: 1px 0;
}
body.home img.bgish {
  width: 100vw;
  margin-bottom: 1.6em;
	height: auto;
}
body.home > header {
  background: transparent;
  position: absolute;
  height: 50vw;
}
body.home > header .triangleleft {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 16vw solid transparent;
  border-left: 50vw solid white;
  bottom: -1px;
  left: 0;
}
body.home > header .triangleright {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 16vw solid transparent;
  border-right: 50vw solid white;
  bottom: -1px;
  right: 0;
}
@media only screen and (min-width: 800px) {
  body.home > header img[src$=".svg"] {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 35%;
    max-width: none;
    width: 60%;
    height: auto;
    float: none;
    margin: 0;
  }
}
body.home > header .year {
  position: absolute;
  top: 40px;
  left: 16px;
}
@media only screen and (min-width: 600px) {
  body.home > header .year {
    position: absolute;
    top: 70px;
    left: 52px;
  }
}
@media only screen and (min-width: 800px) {
  body.home > header .year {
    margin: 0;
    float: none;
    font-size: 2em;
    font-weight: 400;
    line-height: 1;
    width: 60%;
    text-align: center;
    position: absolute;
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  body.home > header .year::after, body.home > header .year::before {
    content: '';
    /*width: 42%;*/
    width: 20%;
    height: 5px;
    background: white;
    position: absolute;
    top: calc( 50% - 2px );
  }
  
  body.home > header .year::before {
    left: 0;
  }
  body.home > header .year::after {
    right: 0;
  }
}

main > article {
  margin-bottom: 8em;
}
main > article + section.programme,
main > article + section.filter { /* close up gap without affecting other layouts */
  margin-top: -4em;
}
main section {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  text-align: left;
}
main section.signup {
	text-align: center;
}
main section.brandedbg {
  background: #cb2b1a;
	background: #ff0000;
  color: white;
}
main section > div > h2,
main section > h2 {
  font-size: 1.4375em;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 2.8em 0 1.8em;
  text-transform: uppercase;
  text-align: center;
  /*text-align: left;*/
}
@media only screen and (max-width: 600px) {
  main section > div > h2,
  main section > h2 {
    font-size: 1em;
  }
}
main section.brandedbg > div > h2, main section.brandedbg > h2 {
  margin: 2em 0 1.8em;
}
main section > h2 {
  background: #cb2b1a;
	background: #ff0000;
  color: white;
  line-height: 4;
  margin: 0;
  cursor: pointer;
}
main section > h2 + div {
  display: none;
}
.always_open {
	display: block;
}
/*
main section > h2::after {
  content: '\f067';
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
}
main section > h2.open::after {
  content: '\f068';
}
*/
main section > h2:hover {
  background: #353535;
}
main section > div {
  max-width: 100%;
  width: 1200px;
  margin: 1em auto;
}
main section.home-slides {
  font-style: italic;
  position: relative;
  margin-top: 50vw;
  top: 2em;
  margin-bottom: 2em;
}
main section.home-slides::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 50vw solid transparent;
  border-right: 100vw solid #cb2b1a;
  border-right: 100vw solid #ff0000;
  top: -50vw;
  right: 0;
  z-index: -1;
}
main section.home-slides div.slideshow {
  margin-top: calc( -25vw - 25% );
}
main section.home-slides img {
  width: 100%;
}
main section.home-slides > div {
  margin: 0 auto 1em;
}
main section.home-slides p {
  max-width: 960px;
  margin: 2.5em auto 2.6em;
  font-size: 1.3em;
  line-height: 1.55;
  line-height: 1.25;
}
main section.tweets iframe {
  background: white;
  width: 100% !important;
}
main section.tweets div {
  width: 960px;
}
main section.speakers > div {
  width: 960px;
  margin-bottom: 0.35em;
}
main section.speakers img {
  width: 100%;
}
main section.speakers .speaker {
  width: 33.333%;
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
  margin-top: 1em;
}
@media only screen and (max-width: 700px) {
  main section.speakers .speaker {
    width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  main section.speakers .speaker {
    width: 100%;
  }
}
main section.speakers .speaker p {
  font-size: 0.95em;
  font-weight: 500;
  letter-spacing: 2px;
}
main section.featured > div {
  width: 960px;
}
main section.featured article {
  width: 33.333%;
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-bottom: 1em;
}
@media only screen and (max-width: 930px) { /* expanded out from 700 because of title lengths */
  main section.featured article {
    width: 50%;
  }
}
/*
@media only screen and (max-width: 400px) {
  main section.featured article {
    width: 100%;
  }
}
*/
@media only screen and (max-width: 550px) {
  main section.featured article {
    width: 100%;
  }
}
main section.featured article h3 {
  border-top: 1px solid #cb2b1a;
  border-top: 1px solid #ff0000;
  padding-top: 0.6em;
  line-height: 1.5;
  font-weight: 500;
  font-size: 0.65em;
  text-transform: uppercase;
  margin: 0;
}
main section.featured article a.read-more,
main section.featured article span.read-more {
  color: #cb2b1a;
	color: #ff0000;
  line-height: 1.6;
  font-weight: 500;
  font-size: 0.55em;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
main section.signup div {
  width: 960px;
}
main section.signup > div > h2 {
  margin-bottom: 0;
  margin: 0; /* to close up perceived space following the View Programme button */
}
main section.signup a.button {
  margin-top: -1em;
}
main section.partners {
  text-align: center;
}
main section.partners img {
  margin: 0 2px 4px;
  display: inline-block;
}

a.button:link,
a.button:visited {
  text-decoration: none;
  
  display: inline-block;
  background: #cb2b1a;
	background: #ff0000;
  color: white;
  border-radius: 2em;
  border: 2px solid #ff0000;
  font-size: 1.1em;
  font-size: 0.825em;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 2em 0 1.8em;
  text-transform: uppercase;
  text-align: center;
  padding: 4px 1.6em 1px;
  
  font-size: 28px;
  padding: 3px 1.6em 1px;
}

a.button:focus,
a.button:hover,
a.button:active {
  color: #cb2b1a;
	color: #ff0000;
	background: white;
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  a.button:link,
  a.button:visited,
  a.button:focus,
  a.button:hover,
  a.button:active {
    font-size: 0.7em;
    font-size: 18px;
    margin-left: 10px; /* need room at sides on narrow screens */
	margin-right: 10px;
  }
}


.brandedbg a.button {
  background: white;
  color: #cb2b1a;
	color: #ff0000;
}
.brandedbg a.button:hover {
  background: #353535;
  text-decoration: none;
}

a.smallbutton, a.smallbutton:link, a.smallbutton:visited, a.smallbutton:focus {
  display: inline-block;
  background: #c2e83f;
  background: #ff0000;
  color: white;
  border-radius: 2em;
  text-decoration: none;
  font-size: 0.65em;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 1px;
  margin: -2em 0.2em 1.8em;
  position: relative;
  top: -0.7em;
  text-transform: uppercase;
  text-align: center;
  padding: 4px 1em 1px;
}
a.smallbutton:hover {
  background: #353535;
  text-decoration: none;
  color: white;
}
.brandedbg a.smallbutton:hover {
  background: white;
  color: #353535;
  text-decoration: none;
}
a.smallbutton:active {
  background: #c2e83f;
  background: #ff0000;
  color: white;
  text-decoration: none;
}
.filter a.smallbutton {
  background: #a7a7a7;
}
.filter a.smallbutton.current {
  background: #c2e83f;
  background: #ff0000;
  color: white;
}
.filter a.smallbutton:hover {
  background: #353535;
  text-decoration: none;
  color: white;
}

section article a:link,
section article a:visited,
section article a:focus,
section article a:hover,
section article a:active {
  text-decoration: none;
}

img {
  max-width: 100%;
}

section.slides {
  padding: 0;
  box-sizing: border-box;
}
@media only screen and (min-width: 600px) {
  section.slides {
    padding: 0 80px;
  }
}

section.slides > div {
  background: white;
  color: black;
  padding: 0;
  box-sizing: border-box;
}
@media only screen and (min-width: 600px) {
  section.slides > div {
    padding: 0 80px;
  }
}

div.slide {
  padding: 30px 0 8px;
}
div.slide .hex {
  width: 74px;
  float: none;
  padding-bottom: 85.4478px;
  margin: 0 auto;
}
div.slide p {
  font-weight: 300;
}
div.slide p.name {
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.65em;
  margin: 1.55em 0 0;
}
div.slide p.desc {
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 0.55em;
  margin: 0.1em 0 0;
}
div.slide p.quote {
  font-weight: 300;
  letter-spacing: 2px;
  font-style: italic;
  font-size: 1em;
  margin: 0.8em 0 0;
}

h2.label {
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 400;
  text-align: center;
  margin: 2em 0;
  background: transparent;
  color: inherit;
  cursor: auto !important;
}
h2.label:hover {
  background: transparent;
}
h2.label::after {
  display: none !important;
}

section {
  clear: both;
}

span.subheading {
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  margin: 1em 0;
  color: #cb2b1a;
	color: #ff0000;
  display: block;
}
h1 + span.subheading {
  margin-top: -1em;
}

div.speaker {
  clear: both;
  text-align: left;
  max-width: 840px;
  margin: 1em auto;
  padding: 0 0 1em;
  font-weight: 300;
}
div.speaker p {
  margin: 0;
}
div.speaker .hex {
  width: 134px;
  float: left;
  padding-bottom: 154.73px;
  margin: 0 50px 1em 0;
}
div.speaker .hex + p {
  padding-top: 1.25em;
  font-weight: 500;
}
/* not needed without hexes
div.speaker:nth-child(even) {
  padding-left: 130px;
}

*/

div.speaker img {
	float: left;
	margin: 0 50px 1em 0;
}

.hex {
  position: relative;
  list-style-type: none;
  float: left;
  overflow: hidden;
  visibility: hidden;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
  -webkit-transform: rotate(-60deg) skewY(30deg) translatez(1px);
  -ms-transform: rotate(-60deg) skewY(30deg) translatez(1px);
  transform: rotate(-60deg) skewY(30deg) translatez(1px);
  margin-bottom: 0.9em;
}

.hex * {
  position: absolute;
  visibility: visible;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
}

.hexIn {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  -webkit-transform: skewY(-30deg) rotate(60deg);
  -ms-transform: skewY(-30deg) rotate(60deg);
  transform: skewY(-30deg) rotate(60deg);
}

/*** HEX CONTENT **********************************************************************/
.hex img {
  left: -100%;
  right: -100%;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.hex {
  width: 100%;
  padding-bottom: 115.47%;
}

section.filter > div {
  width: 550px;
  margin: 0 auto;
}

section.refine {
  	/*
  	label:before {
  		letter-spacing: 10px;
  		content: "\f096";
  		font-family: FontAwesome;
  		display: inline-block;
  	}
  
  	input[type=checkbox]:checked + label:before {
  		content: "\f046";
  		letter-spacing: 8px;
  	}
  	*/
}
section.refine h2 {
  margin-bottom: 0;
}
section.refine ul, section.refine li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  
  -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}
section.refine ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  padding: 1em 0;
  display: block;
  text-align: left;
  max-width: 960px;
  margin: 0 auto;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-size: 0.65em;
  font-weight: 400;
  line-height: 1.15;
}
@media only screen and (max-width: 599px) {
  section.refine ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
section.refine input[type=checkbox] {
  display: none;
}
section.refine label {
  cursor: pointer;
}
section.refine input[type=checkbox]:checked + label:before {
  content: "\f057";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 0.3em;
}

main section.programme h2 {
  font-weight: 700;
  font-size: 1.17em;
}
main section.programme h2 span.date {
  font-weight: 300;
}
main section.programme article h3 {
  border-top: none;
}
main section.programme article {
  height: 5em;
}
main section.programme article a:link,
main section.programme article a:visited,
main section.programme article a:focus,
main section.programme article a:hover,
main section.programme article a:active,
main section.programme article > span,
main section.programme article > div {
  border-bottom: 1px solid #cb2b1a;
  border-bottom: 1px solid #ff0000;
  display: block;
  height: 100%;
}

main section a:hover img {
  -webkit-filter: brightness(0.7);
  -moz-filter: brightness(0.7);
  filter: brightness(0.7);
}

main section.featured article img + h3 {
  border-top: none;
}

main p + section.partners {
  padding: 2em 0 0;
}

div.partners, div.associates {
  margin: 1em 1em 1em 0;
display: inline-block;
vertical-align: top;
}
div.partners h2, div.associates h2 {
  font-size: 0.65em;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 0;
}
div.partners img, div.associates img {
  margin-right: 1em;
  display: inline-block;
  /*width: 90px;*/
  width: 200px;
  height: auto;
}

strong {
  font-weight: 500;
  font-weight: 600;
}

body.search main p {
  font-size: 0.75em;
  font-weight: 400;
}
body.search main p.results-count {
  font-size: 1.35em;
  font-weight: 400;
  margin-bottom: -0.1em;
}
body.search main p.searchexcerpt {
  margin: 0.5em 0 0;
}

form.search-form {
  text-align: center;
  position: static;
  top: auto;
  right: auto;
  background: #333;
  padding: 12px 12px 0px;
}

@media only screen and (min-width: 1000px) {
  form.search-form {
    text-align: right;
  }

  div#my_popup {
    position: absolute;
    top: 64px;
    right: 0;
  }

  form.search-form {
    background: transparent;
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #6f6f6f;
    margin-top: -1.6em;
  }
}
form.search-form input.search-field, input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  outline: none;
  color: #6f6f6f;
  border: 1px solid #6f6f6f;
  font-size: 14px;
  line-height: 2;
  padding: 9px 45px 4px;
  text-shadow: none;
  margin: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 20em;
  text-align: left;
}

input.search-field {
  outline: none;
}

form.search-form input[type="submit"],
form.search-form input[type="reset"],
form.search-form input#clear {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  border-radius: 0;
  border: none;
  font-size: 0.7em;
  line-height: 1.8em;
  font-weight: normal;
  font-family: FontAwesome;
  background: transparent;
  color: inherit;
  padding: 7px 12px;
  position: absolute;
  margin: 0;
}

form.search-form input[type="submit"] {
  left: 10px;
}

form.search-form input[type="reset"],
form.search-form input#clear {
  right: 10px;
}

body.search {
  text-align: center;
}

ol.search-results {
  text-align: left;
  max-width: 960px;
  margin: 1.65em auto 0;
  padding: 0;
  list-style-type: none;
}
ol.search-results li {
  list-style-type: none;
  margin: 1.65em 0;
  padding: 0;
}
ol.search-results .date::before {
  content: ' | ';
}
ol.search-results .date, ol.search-results .type, ol.search-results .read-more {
  text-transform: uppercase;
  font-size: 0.7em;
}
ol.search-results .date, ol.search-results h2 {
  font-weight: 400;
}
ol.search-results .type, ol.search-results .read-more {
  font-weight: 500;
  color: #cb2b1a;
	color: #ff0000;
}
ol.search-results .read-more {
  text-decoration: none;
}
ol.search-results h2 {
  margin: 0.16em 0;
  font-size: 1.4em;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(owl-carousel/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(owl-carousel/AjaxLoader.gif) no-repeat center center;
}

.owl-theme .owl-controls .owl-buttons div {
  font-family: Fontawesome;
  color: black;
  background: transparent;
  opacity: 1;
  font-size: 1em;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
}
@media only screen and (max-width: 599px) {
  .owl-theme .owl-controls .owl-buttons div {
    display: none;
  }
}

div.owl-next {
  right: 40px;
}

div.owl-prev {
  left: 40px;
}

.owl-theme .owl-controls .owl-page span {
  background: white;
  border: 1px solid black;
  width: 6px;
  height: 6px;
  opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: black;
}

form.search-form {
  background: transparent;
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  color: #6f6f6f;
  margin-top: -1.6em;
}
form.search-form input.search-field, form.search-form input[type="search"] {
  width: 12em;
}
@media only screen and (min-width: 335px) {
  form.search-form input.search-field, form.search-form input[type="search"] {
    width: 12em;
  }
}
@media only screen and (min-width: 365px) {
  form.search-form input.search-field, form.search-form input[type="search"] {
    width: 16em;
  }
}
@media only screen and (min-width: 425px) {
  form.search-form input.search-field, form.search-form input[type="search"] {
    width: 18em;
  }
}
@media only screen and (min-width: 450px) {
  form.search-form input.search-field, form.search-form input[type="search"] {
    width: 20em;
  }
}

.utility {
  height: 80px;
}
.utility .formbox {
  float: right;
  width: 20em;
  height: 0;
  overflow: hidden;
  margin-top: -1.6em;
}

.utility form.search-form,
.utility form[name="simple-search-form"] {
  float: right;
  background: #cb2b1a;
	background: #ff0000;
  padding-bottom: 0.8em;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-top: 0;
}
.utility form.search-form input.search-field, .utility form.search-form input[type="search"],
.utility form[name="simple-search-form"] input.search-field,
.utility form[name="simple-search-form"] input[type="search"] {
  float: right;
}

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

.video-container-listing {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom: 100px;
max-height: 5em;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;

}

.video-container-listing iframe, .video-container iframe, .video-container object, .video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
/*margin-bottom: 10px;*/
}

#sessionaudio iframe {
width: 100%;
height: 166px;
}

article article h1.page-title { display: none; }

main section.programme { text-align: left }

.button_center {
	text-align: center;
}

/*
main section.featured article {
	width: 32.9%;
}
*/

a.button_home {
	display: inline-block;
background: #ff0000;
color: white;
border-radius: 2em;
font-size: 1.1em;
line-height: 1.8;
font-weight: 500;
letter-spacing: 2px;
margin: 0 0 0.1em 0;
text-transform: uppercase;
text-align: center;
padding: 4px 1.6em 1px;
text-decoration: none;

font-size: 28px;
padding: 3px 1.6em 1px;
}

a.button_home:hover {
	background: #353535;
text-decoration: none;
}

p.homepage_intro {
	text-align: center;
font-size: 1.3125em;
margin: 1em auto 2.3em;
line-height: 1.3;
font-weight: 400;
max-width: 960px;
}


/* arrow on dropdown */
/*
body > header nav > ul ul:after {
	bottom: 100%;
	left: 100vw;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 15px;
	margin-left: 5px;
}
*/

/* margin on brand colour section of tickets page */

body.page-id-19 main section.brandedbg {
	margin: 81px 0 0;
}


/* quick fix at narrow widths */

@media only screen and (max-width: 600px) {
main section {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}
section.slides div.slide {
	padding-left: 10px;
	padding-right: 10px;
}
main section.programme {
	padding: 0;
}
}

iframe .visualAudible__artwork {
	float: left;
width: 162px;
height: 162px;
margin: 1px;
overflow: hidden;
border-radius: 2px 0 0 2px;
display: none;
opacity: 1;
display: block;
position: relative;
overflow: hidden
}

.session_listing_date {
	color: #ff0000;
line-height: 1.6;
font-weight: 500;
font-size: 0.95em;
text-transform: uppercase;
display: block;
margin: 0;
}

body.tax-event_strand main section.featured article h3,
body.tax-event_theme main section.featured article h3 {
	border-top: 1px solid #ff0000;
	padding-top: 0.6em;
	line-height: 1.5;
	font-weight: 500;
	font-size: 0.65em;
	text-transform: uppercase;
	margin: 0;
}

body.tax-event_strand main section.programme article a,
body.tax-event_theme main section.programme article a {
	border-bottom: none;
}

aside.sharing {
    padding: 50px 0 20px;
    line-height: 2.5;
    font-size: 0.6438em;
}

aside.sharing a {
    display: inline-block;
    display: block;
    vertical-align: middle;
    margin: 0;
    text-align: center;
    width: 1.7em;
    font-weight: 100;
    font-size: 1em;
    line-height: 1.8
}

aside.sharing a::before {
    
    display: block;
    vertical-align: middle;
    
    margin: 0 auto;
    font-size: 1.2em;
    line-height: 1.75em;
    font-family: FontAwesome;
    letter-spacing: normal;
    font-weight: 400;
    transition-duration: .2s
}

aside.sharing a:hover, aside.sharing a:hover::before {
    text-decoration: none;
    transition-duration: .2s
}

aside.sharing a {
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

/*
aside.sharing a:hover::before {
    background: #000;
    color: #29e3ea
}
*/

aside.sharing a.icon-pinterest:hover::before {
    color: #bd081c
}

aside.sharing a:hover span {
    text-decoration: none;
    color: red
}

aside.sharing a span {
    font-size: .8em;
    text-transform: uppercase;
    display: none
}

aside.sharing {
  display: block;
  position: fixed;
/*
  border: 1px solid #ddd;
  padding: 7px 15px;
  width: 148px;
  */
  top: 30vh;
  right: 0; }
  
  aside.sharing [class^="icon-"], aside.sharing [class*=" icon-"] {
    width: 37px;
    text-decoration: none !important; }
    aside.sharing [class^="icon-"]:before, aside.sharing [class*=" icon-"]:before {
      line-height: 43px;
      /*color: black !important;
      background: transparent;*/
      line-height: 36px;
      padding-top: 2px;
      font-size: 1.2em;
      
      text-decoration: none; }
    aside.sharing [class^="icon-"]:hover:before, aside.sharing [class*=" icon-"]:hover:before {
      /*color: #B9B9B9 !important;
      background: transparent;*/
      text-decoration: none; }
    aside.sharing [class^="icon-"]:hover, aside.sharing [class*=" icon-"]:hover {
      /*border-color: #e6e6e6;*/
      text-decoration: none; }
      
@media only screen and (max-width: 1269px) { 
aside.sharing {
	display: none;
}
}



aside.sharing .icon-twitter:before {
    content: "\f099";
    border-color: #00aced;
    background-color: #00aced;
    color: #fff;
}

aside.sharing .icon-twitter:hover::before {
   border-color: #0079ba;
    background-color: #0079ba;
    color: #fff;
}

aside.sharing .icon-facebook:before {
    content: "\f09a";
    border-color: #3b5998;
    background-color: #3b5998;
    color: #fff;
}

aside.sharing .icon-facebook:hover::before {
    border-color: #082665;
    background-color: #082665;
    color: #fff;
}

aside.sharing .icon-linkedin:before {
    content: "\f0e1";
    border-color: #0077b5;
    background-color: #0077b5;
    color: #fff;
}

aside.sharing .icon-linkedin:hover::before {
    border-color: #004482;
    background-color: #004482;
    color: #fff;
}

aside.sharing .icon-envelope:before {
    content: "\f0e0";
    border-color: #009900;
    background-color: #009900;
    color: #fff;
}

aside.sharing .icon-envelope:hover::before {
    content: "\f0e0";
    border-color: #006600;
	background-color: #006600;
    color: #fff;
}

aside.sharing .icon-clipboard:before {
    content: "\f0ea";
    border-color: #990033;
    background-color: #990033;
    color: #fff;
}

aside.sharing .icon-clipboard:hover::before {
    border-color: #660000;
    background-color: #660000;
    color: #fff;
}

main section.programme.videos article {
	height: auto;
}