@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face {
  font-family: "GillSansMTStd-Light";
  src: url("../webfonts/325AF5_0_0.eot");
  src: url("../webfonts/325AF5_0_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/325AF5_0_0.woff2") format("woff2"), url("../webfonts/325AF5_0_0.woff") format("woff"), url("../webfonts/325AF5_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "GillSansMTStd-Book";
  src: url("../webfonts/325AF5_1_0.eot");
  src: url("../webfonts/325AF5_1_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/325AF5_1_0.woff2") format("woff2"), url("../webfonts/325AF5_1_0.woff") format("woff"), url("../webfonts/325AF5_1_0.ttf") format("truetype");
}
/* Colors ******************************** */
/* *************************************** */
.pl-50 {
  padding-left: 50px !important;
}

.px-extra {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

.pl-extra {
  padding-left: 22px !important;
}

.pr-extra {
  padding-right: 22px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.position-relative {
  position: relative !important;
}

.full-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Overlay classes */
/* Reusable classes */
.overlay, .overlay-light {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.overlay.not-active, .not-active.overlay-light {
  background: rgba(0, 0, 0, 0);
}

.overlay-light {
  background: rgba(0, 0, 0, 0.29);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#full-overlay.overlay, #full-overlay.overlay-light {
  z-index: 20;
}
#full-overlay.overlay.not-active, #full-overlay.not-active.overlay-light {
  z-index: -2;
}

.overlay-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=1); /* IE6-9 */
}
.overlay-left.small {
  width: 71%;
}

.overlay-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=1); /* IE6-9 */
}
.overlay-right.small {
  width: 71%;
}

.overlay-top {
  position: absolute;
  z-index: 1;
  top: -1px;
  left: 0;
  width: 100%;
  height: 12%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222222+1,ffffff+100&1+0,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(34, 34, 34)), color-stop(1%, rgba(34, 34, 34, 0.99)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgb(34, 34, 34) 0%, rgba(34, 34, 34, 0.99) 1%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#222222", endColorstr="#00ffffff", GradientType=0); /* IE6-9 */
}

.overlay-bottom, .overlay-from-bottom {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,222222+100&0+0,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(34, 34, 34)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(34, 34, 34) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#222222", GradientType=0); /* IE6-9 */
}

.overlay-from-bottom {
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0,ffffff+100&0+0,0.82+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#d1ffffff", GradientType=0); /* IE6-9 */
}
@media only screen and (max-width: 767px) {
  .overlay-from-bottom {
    height: 37% !important;
  }
}
.overlay-from-bottom--50 {
  height: 50%;
}

.overlay-top-inverse-blue {
  position: absolute;
  top: -9%;
  left: 0;
  width: 100%;
  height: 10%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,003087+100&0+0,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 48, 135)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 48, 135) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#003087", GradientType=0); /* IE6-9 */
}

.overlay-bottom-inverse-blue {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003087+0,f5f5f5+100 */
  background: rgb(0, 48, 135); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 48, 135)), to(rgb(245, 245, 245)));
  background: linear-gradient(to bottom, rgb(0, 48, 135) 0%, rgb(245, 245, 245) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003087", endColorstr="#f5f5f5", GradientType=0); /* IE6-9 */
}

@media only screen and (max-width: 767px) {
  .overlay-top,
  .overlay-bottom,
  .overlay-from-bottom {
    height: 7%;
  }
  .overlay-top-inverse-blue {
    height: 2%;
  }
  .overlay-top-inverse-blue {
    top: -1.8%;
  }
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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, body.archive.post-type-archive-events h3,
body.archive.post-type-archive-podcasts h3,
body.page-template-where-are-they-now h3,
body.page:not(.home) h3,
body.blog h3,
body.single h3,
body.attachment h3, body.archive.post-type-archive-events h2,
body.archive.post-type-archive-podcasts h2,
body.page-template-where-are-they-now h2,
body.page:not(.home) h2,
body.blog h2,
body.single h2,
body.attachment h2 {
  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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-box-sizing: border-box;
          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-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, body.archive.post-type-archive-events h3,
body.archive.post-type-archive-podcasts h3,
body.page-template-where-are-they-now h3,
body.page:not(.home) h3,
body.blog h3,
body.single h3,
body.attachment h3, body.archive.post-type-archive-events h2,
body.archive.post-type-archive-podcasts h2,
body.page-template-where-are-they-now h2,
body.page:not(.home) h2,
body.blog h2,
body.single h2,
body.attachment h2, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small, body.archive.post-type-archive-events h3 small,
body.archive.post-type-archive-podcasts h3 small,
body.page-template-where-are-they-now h3 small,
body.page:not(.home) h3 small,
body.blog h3 small,
body.single h3 small,
body.attachment h3 small, body.archive.post-type-archive-events h2 small,
body.archive.post-type-archive-podcasts h2 small,
body.page-template-where-are-they-now h2 small,
body.page:not(.home) h2 small,
body.blog h2 small,
body.single h2 small,
body.attachment h2 small,
h1 .small,
body.archive.post-type-archive-events h3 .small,
body.archive.post-type-archive-podcasts h3 .small,
body.page-template-where-are-they-now h3 .small,
body.page:not(.home) h3 .small,
body.blog h3 .small,
body.single h3 .small,
body.attachment h3 .small,
body.archive.post-type-archive-events h2 .small,
body.archive.post-type-archive-podcasts h2 .small,
body.page-template-where-are-they-now h2 .small,
body.page:not(.home) h2 .small,
body.blog h2 .small,
body.single h2 .small,
body.attachment h2 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, body.archive.post-type-archive-events h3,
body.archive.post-type-archive-podcasts h3,
body.page-template-where-are-they-now h3,
body.page:not(.home) h3,
body.blog h3,
body.single h3,
body.attachment h3, body.archive.post-type-archive-events h2,
body.archive.post-type-archive-podcasts h2,
body.page-template-where-are-they-now h2,
body.page:not(.home) h2,
body.blog h2,
body.single h2,
body.attachment h2, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small, body.archive.post-type-archive-events h3 small,
body.archive.post-type-archive-podcasts h3 small,
body.page-template-where-are-they-now h3 small,
body.page:not(.home) h3 small,
body.blog h3 small,
body.single h3 small,
body.attachment h3 small, body.archive.post-type-archive-events h2 small,
body.archive.post-type-archive-podcasts h2 small,
body.page-template-where-are-they-now h2 small,
body.page:not(.home) h2 small,
body.blog h2 small,
body.single h2 small,
body.attachment h2 small,
h1 .small,
body.archive.post-type-archive-events h3 .small,
body.archive.post-type-archive-podcasts h3 .small,
body.page-template-where-are-they-now h3 .small,
body.page:not(.home) h3 .small,
body.blog h3 .small,
body.single h3 .small,
body.attachment h3 .small,
body.archive.post-type-archive-events h2 .small,
body.archive.post-type-archive-podcasts h2 .small,
body.page-template-where-are-they-now h2 .small,
body.page:not(.home) h2 .small,
body.blog h2 .small,
body.single h2 .small,
body.attachment h2 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, body.archive.post-type-archive-events h3,
body.archive.post-type-archive-podcasts h3,
body.page-template-where-are-they-now h3,
body.page:not(.home) h3,
body.blog h3,
body.single h3,
body.attachment h3, body.archive.post-type-archive-events h2,
body.archive.post-type-archive-podcasts h2,
body.page-template-where-are-they-now h2,
body.page:not(.home) h2,
body.blog h2,
body.single h2,
body.attachment h2, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary, .btn-blue {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-blue:focus, .btn-primary.focus, .focus.btn-blue {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover, .btn-blue:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-blue:active, .btn-primary.active, .active.btn-blue, .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle.btn-blue {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-blue:active:hover, .btn-primary:active:focus, .btn-blue:active:focus, .btn-primary:active.focus, .btn-blue:active.focus, .btn-primary.active:hover, .active.btn-blue:hover, .btn-primary.active:focus, .active.btn-blue:focus, .btn-primary.active.focus, .active.focus.btn-blue, .open > .btn-primary.dropdown-toggle:hover, .open > .dropdown-toggle.btn-blue:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .dropdown-toggle.btn-blue:focus, .open > .btn-primary.dropdown-toggle.focus, .open > .dropdown-toggle.focus.btn-blue {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-blue:active, .btn-primary.active, .active.btn-blue, .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle.btn-blue {
  background-image: none;
}
.btn-primary.disabled:hover, .disabled.btn-blue:hover, .btn-primary.disabled:focus, .disabled.btn-blue:focus, .btn-primary.disabled.focus, .disabled.focus.btn-blue, .btn-primary[disabled]:hover, [disabled].btn-blue:hover, .btn-primary[disabled]:focus, [disabled].btn-blue:focus, .btn-primary[disabled].focus, [disabled].focus.btn-blue, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-blue:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .focus.btn-blue {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge, .btn-blue .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
.navbar-form {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 1601px) {
  .container {
    width: 1570px;
  }
}

@media (min-width: 1601px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.3333333333%;
  }
  .col-xl-pull-2 {
    right: 16.6666666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.3333333333%;
  }
  .col-xl-pull-5 {
    right: 41.6666666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.3333333333%;
  }
  .col-xl-pull-8 {
    right: 66.6666666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.3333333333%;
  }
  .col-xl-pull-11 {
    right: 91.6666666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.3333333333%;
  }
  .col-xl-push-2 {
    left: 16.6666666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.3333333333%;
  }
  .col-xl-push-5 {
    left: 41.6666666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.3333333333%;
  }
  .col-xl-push-8 {
    left: 66.6666666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.3333333333%;
  }
  .col-xl-push-11 {
    left: 91.6666666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
.visible-xl {
  display: none !important;
}

.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1601px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table !important;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}
@media (min-width: 1601px) {
  .visible-xl-block {
    display: block !important;
  }
}

@media (min-width: 1601px) {
  .visible-xl-inline {
    display: inline !important;
  }
}

@media (min-width: 1601px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1601px) {
  .hidden-lg {
    display: none !important;
  }
}
/* My Addition */
@media (min-width: 1601px) {
  .hidden-xl {
    display: none;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
    Animations when item on the viewport.

    Library used for the CSS animations: https://github.com/michalsnik/aos
*/
[data-aos^=fade]:not(.aos-animate) {
  opacity: 0;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: 0.45s;
          transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: 0.55s;
          transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: 0.65s;
          transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: 0.85s;
          transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: 0.95s;
          transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
          transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
          transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
          transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
          transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
          transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
          transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
          transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
          transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
          transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
          transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
          transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
          transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
          transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
          transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
          transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
          transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
          transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
          transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
          transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
          transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos][data-aos][data-aos-delay="4000"],
body[data-aos-delay="4000"] [data-aos] {
  -webkit-transition-delay: 0 !important;
          transition-delay: 0 !important;
}

[data-aos][data-aos][data-aos-delay="4000"].aos-animate,
body[data-aos-delay="4000"] [data-aos].aos-animate {
  -webkit-transition-delay: 4s !important;
          transition-delay: 4s !important;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0 !important;
          transition-delay: 0 !important;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s !important;
          transition-delay: 2.2s !important;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0 !important;
          transition-delay: 0 !important;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s !important;
          transition-delay: 2.8s !important;
}

body:not(.menu-stick) [data-aos][data-aos][data-aos-delay="3200"], body:not(.menu-stick)[data-aos-delay="3200"] [data-aos] {
  -webkit-transition-delay: 0 !important;
          transition-delay: 0 !important;
}
body:not(.menu-stick) [data-aos][data-aos][data-aos-delay="3200"].aos-animate, body:not(.menu-stick)[data-aos-delay="3200"] [data-aos].aos-animate {
  -webkit-transition-delay: 3.2s !important;
          transition-delay: 3.2s !important;
}

@media (max-width: 991px) {
  [data-aos][data-aos][data-aos-duration="1200"],
  body[data-aos-duration="1200"] [data-aos] {
    -webkit-transition-duration: 600ms;
            transition-duration: 600ms;
  }
}
/* 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, body.archive.post-type-archive-events h3,
body.archive.post-type-archive-podcasts h3,
body.page-template-where-are-they-now h3,
body.page:not(.home) h3,
body.blog h3,
body.single h3,
body.attachment h3, body.archive.post-type-archive-events h2,
body.archive.post-type-archive-podcasts h2,
body.page-template-where-are-they-now h2,
body.page:not(.home) h2,
body.blog h2,
body.single h2,
body.attachment h2 {
  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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-box-sizing: border-box;
          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: #404040;
  font-family: "GillSansMTStd-Book", "prenton", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, body.archive.post-type-archive-events h3,
body.archive.post-type-archive-podcasts h3,
body.page-template-where-are-they-now h3,
body.page:not(.home) h3,
body.blog h3,
body.single h3,
body.attachment h3, body.archive.post-type-archive-events h2,
body.archive.post-type-archive-podcasts h2,
body.page-template-where-are-they-now h2,
body.page:not(.home) h2,
body.blog h2,
body.single h2,
body.attachment h2, h2, h3, h4, h5, h6 {
  clear: both;
}

h1.ng-binding, body.archive.post-type-archive-events h3.ng-binding,
body.archive.post-type-archive-podcasts h3.ng-binding,
body.page-template-where-are-they-now h3.ng-binding,
body.page:not(.home) h3.ng-binding,
body.blog h3.ng-binding,
body.single h3.ng-binding,
body.attachment h3.ng-binding, body.archive.post-type-archive-events h2.ng-binding,
body.archive.post-type-archive-podcasts h2.ng-binding,
body.page-template-where-are-they-now h2.ng-binding,
body.page:not(.home) h2.ng-binding,
body.blog h2.ng-binding,
body.single h2.ng-binding,
body.attachment h2.ng-binding {
  display: none !important;
}

.admissionsEnquiry h1, .admissionsEnquiry body.archive.post-type-archive-events h3, body.archive.post-type-archive-events .admissionsEnquiry h3,
.admissionsEnquiry body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts .admissionsEnquiry h3,
.admissionsEnquiry body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now .admissionsEnquiry h3,
.admissionsEnquiry body.page:not(.home) h3,
body.page:not(.home) .admissionsEnquiry h3,
.admissionsEnquiry body.blog h3,
body.blog .admissionsEnquiry h3,
.admissionsEnquiry body.single h3,
body.single .admissionsEnquiry h3,
.admissionsEnquiry body.attachment h3,
body.attachment .admissionsEnquiry h3, .admissionsEnquiry body.archive.post-type-archive-events h2, body.archive.post-type-archive-events .admissionsEnquiry h2,
.admissionsEnquiry body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts .admissionsEnquiry h2,
.admissionsEnquiry body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now .admissionsEnquiry h2,
.admissionsEnquiry body.page:not(.home) h2,
body.page:not(.home) .admissionsEnquiry h2,
.admissionsEnquiry body.blog h2,
body.blog .admissionsEnquiry h2,
.admissionsEnquiry body.single h2,
body.single .admissionsEnquiry h2,
.admissionsEnquiry body.attachment h2,
body.attachment .admissionsEnquiry h2 {
  display: none !important;
  visibility: hidden !important;
}

p {
  margin-bottom: 1.5em;
}

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;
  font-size: 1.4em;
}

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 {
  -webkit-box-sizing: border-box;
          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/ */
  -webkit-box-sizing: inherit;
          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 3em;
}

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;
}

body:not(.page-id-49, .parent-pageid-49) ol,
body:not(.page-id-49, .parent-pageid-49) #page-content ul:not(.gform_fields) {
  margin-left: 0;
}
body:not(.page-id-49, .parent-pageid-49) ol li,
body:not(.page-id-49, .parent-pageid-49) #page-content ul:not(.gform_fields) li {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
  color: #505050;
}
@media only screen and (max-width: 767px) {
  body:not(.page-id-49, .parent-pageid-49) ol li,
  body:not(.page-id-49, .parent-pageid-49) #page-content ul:not(.gform_fields) li {
    font-size: 18px;
    line-height: 30px;
  }
}

body #page-content .entry-content ul:not(.gform_fields) li {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

ul.twkmedia-list-logo {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
ul.twkmedia-list-logo li {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
  color: #505050;
  text-indent: -35px;
  padding-left: 35px;
}
ul.twkmedia-list-logo li::before {
  content: url("assets/img/rokeby-logo-bullet.svg");
  margin-right: 18px;
  vertical-align: sub;
}

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

table {
  margin: 0 0 1.5em;
  width: 100%;
}
@media (max-width: 767px) {
  table {
    overflow-x: scroll;
    display: block;
  }
}

.tablepress thead th,
.tablepress tfoot th {
  background-color: #003087 !important;
  color: white;
}

/*
	COUNCIL TEMPLATE
*/
.council {
  margin-top: 40px;
  margin-bottom: 40px;
  /* [class^='col-']{
  	padding-left: 50px;
  	padding-right: 50px;
  } */
}
.council .fix-margin {
  margin-left: -45px;
  margin-right: -45px;
}
.council__member {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .council__member {
    width: 100% !important;
  }
}
.council .picture-container {
  position: relative;
  height: 240px;
  width: 170px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.council .picture-container .picture {
  position: relative;
  height: 100%;
  -webkit-transform: scale(1.0001);
          transform: scale(1.0001);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.council .picture-container .picture .overlay-from-bottom {
  height: 30%;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.council .picture-container .picture:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.council .picture-container .picture:hover .overlay-from-bottom {
  opacity: 1;
}
.council .picture-container .learn-more {
  color: white;
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  margin-bottom: 0;
  position: absolute;
  z-index: 2;
  bottom: 18px;
  text-align: center;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.council .picture-container:hover .learn-more {
  opacity: 1;
}
.council .data__name {
  font-size: 20px !important;
  font-weight: 300 !important;
  line-height: 24px !important;
  text-align: center !important;
  color: #003087 !important;
  margin-top: 25px !important;
  margin-bottom: 6px !important;
}
.council .data__title {
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 19px !important;
  text-align: center !important;
  color: #505050 !important;
}

/*
	WHERE ARE THEY NOW TEMPLATE
*/
.alumni {
  padding-top: 60px;
}
.alumni hr {
  margin: 70px 15px 85px;
  background-color: #CFCFCF;
}
.alumni__content {
  padding-right: 45px;
}
.alumni__name {
  font-family: "GillSansMTStd-Book", "prenton", sans-serif !important;
  font-size: 36px !important;
  line-height: 41px !important;
  font-weight: 300 !important;
  color: #003087 !important;
  margin-top: 40px !important;
  margin-bottom: 15px !important;
}
.alumni__intro {
  font-family: "GillSansMTStd-Book", "prenton", sans-serif !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 300 !important;
  color: black !important;
  margin-bottom: 30px !important;
}
.alumni__quote {
  font-family: "GillSansMTStd-Book", "prenton", sans-serif !important;
  font-size: 27px !important;
  line-height: 31px !important;
  color: #003087 !important;
  margin-bottom: 60px !important;
}
@media (max-width: 767px) {
  .alumni__content {
    padding-right: 0;
  }
  .alumni .btn {
    font-size: 12px;
  }
}

.where-are-they-now.single-page .section-title,
.single-alumni .section-title {
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  color: #6aa6d9;
  margin-top: 60px;
  margin-bottom: 15px;
}
.where-are-they-now.single-page h1, .where-are-they-now.single-page body.archive.post-type-archive-events h3, body.archive.post-type-archive-events .where-are-they-now.single-page h3,
.where-are-they-now.single-page body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts .where-are-they-now.single-page h3,
.where-are-they-now.single-page body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now .where-are-they-now.single-page h3,
.where-are-they-now.single-page body.page:not(.home) h3,
body.page:not(.home) .where-are-they-now.single-page h3,
.where-are-they-now.single-page body.blog h3,
body.blog .where-are-they-now.single-page h3,
.where-are-they-now.single-page body.single h3,
body.single .where-are-they-now.single-page h3,
.where-are-they-now.single-page body.attachment h3,
body.attachment .where-are-they-now.single-page h3, .where-are-they-now.single-page body.archive.post-type-archive-events h2, body.archive.post-type-archive-events .where-are-they-now.single-page h2,
.where-are-they-now.single-page body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts .where-are-they-now.single-page h2,
.where-are-they-now.single-page body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now .where-are-they-now.single-page h2,
.where-are-they-now.single-page body.page:not(.home) h2,
body.page:not(.home) .where-are-they-now.single-page h2,
.where-are-they-now.single-page body.blog h2,
body.blog .where-are-they-now.single-page h2,
.where-are-they-now.single-page body.single h2,
body.single .where-are-they-now.single-page h2,
.where-are-they-now.single-page body.attachment h2,
body.attachment .where-are-they-now.single-page h2,
.single-alumni h1,
.single-alumni body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events .single-alumni h3,
.single-alumni body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts .single-alumni h3,
.single-alumni body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now .single-alumni h3,
.single-alumni body.page:not(.home) h3,
body.page:not(.home) .single-alumni h3,
.single-alumni body.blog h3,
body.blog .single-alumni h3,
.single-alumni body.single h3,
body.single .single-alumni h3,
.single-alumni body.attachment h3,
body.attachment .single-alumni h3,
.single-alumni body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events .single-alumni h2,
.single-alumni body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts .single-alumni h2,
.single-alumni body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now .single-alumni h2,
.single-alumni body.page:not(.home) h2,
body.page:not(.home) .single-alumni h2,
.single-alumni body.blog h2,
body.blog .single-alumni h2,
.single-alumni body.single h2,
body.single .single-alumni h2,
.single-alumni body.attachment h2,
body.attachment .single-alumni h2 {
  margin-top: 0 !important;
}
.where-are-they-now.single-page h3,
.single-alumni h3 {
  font-size: 28px !important;
  line-height: 32px !important;
  font-weight: 300 !important;
  color: #003087 !important;
}
.where-are-they-now.single-page p,
.single-alumni p {
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 300 !important;
  color: black !important;
}
.where-are-they-now.single-page blockquote.inline,
.single-alumni blockquote.inline {
  text-align: left !important;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 45px !important;
}
.where-are-they-now.single-page blockquote.inline p,
.single-alumni blockquote.inline p {
  font-family: "GillSansMTStd-Book", "prenton", sans-serif !important;
  font-size: 28px !important;
  line-height: 32px !important;
  color: #003087 !important;
}
.where-are-they-now.single-page .student-pictures,
.single-alumni .student-pictures {
  margin-top: 60px;
  float: right;
}
.where-are-they-now.single-page .student-pictures img,
.single-alumni .student-pictures img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 310px;
  height: 310px;
  margin-bottom: 15px;
}
.where-are-they-now.single-page .student-pictures p,
.single-alumni .student-pictures p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: black;
  text-align: center;
}
@media (max-width: 1199px) {
  .where-are-they-now.single-page .student-pictures.d-small-hidden,
  .single-alumni .student-pictures.d-small-hidden {
    display: none;
  }
}
@media (min-width: 1200px) {
  .where-are-they-now.single-page .student-pictures.d-lg-hidden,
  .single-alumni .student-pictures.d-lg-hidden {
    display: none;
  }
}
@media (max-width: 1199px) {
  .where-are-they-now.single-page .student-pictures,
  .single-alumni .student-pictures {
    float: none;
  }
  .where-are-they-now.single-page .student-pictures .studen-pictures__picture--wrapper,
  .single-alumni .student-pictures .studen-pictures__picture--wrapper {
    display: inline-block;
  }
}
.where-are-they-now.single-page .btn,
.single-alumni .btn {
  margin-top: 30px;
}
.where-are-they-now.single-page .d-grid,
.single-alumni .d-grid {
  display: -ms-grid;
  display: grid;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .where-are-they-now.single-page .d-grid,
  .single-alumni .d-grid {
    padding-right: 0px;
  }
}

.twk-notification .notification {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 15px 50px 15px 15px;
  background: #ECF1F5;
}
.twk-notification .notification__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.twk-notification .notification__text {
  font-family: "GillSansMTStd-Book", "prenton", sans-serif;
  font-size: 18px;
  color: #003087;
  margin-right: 30px;
}
.twk-notification .notification .close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.twk-notification .notification .close-button img {
  width: 18px;
  height: 18px;
}
@media (max-width: 480px) {
  .twk-notification .notification-bar {
    position: fixed;
  }
  .twk-notification .notification-bar .notification__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .twk-notification .notification-bar .notification__content .notification__text {
    margin-bottom: 15px;
  }
}

.admission-widget {
  position: relative;
  margin: 45px 0;
  padding: 45px 100px 60px;
  text-align: center;
  /**
  * FORM
  */
  /**
  * Results
  */
}
.admission-widget__background__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.admission-widget__background__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 48, 135, 0.95);
}
.admission-widget__over {
  position: relative;
  z-index: 20;
}
.admission-widget__uppertitle {
  font-family: "GillSansMTStd-Book", "prenton", sans-serif !important;
  font-size: 18px !important;
  line-height: 32px;
  letter-spacing: -0.12px !important;
  margin-bottom: 15px !important;
  color: white;
}
.admission-widget__title {
  font-family: "GillSansMTStd-Light", "prenton", sans-serif !important;
  font-size: 32px !important;
  line-height: 38px !important;
  letter-spacing: -0.22px !important;
  margin-bottom: 30px !important;
  color: white;
}
.admission-widget__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.admission-widget__form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "GillSansMTStd-Light", "prenton", sans-serif !important;
  font-size: 18px !important;
  line-height: 18px !important;
  letter-spacing: -0.12px !important;
  color: white;
  border: 1px solid white;
  border-radius: 3px;
  padding: 15px 45px 15px 25px;
  margin-right: 15px;
  width: 195px;
  background: url("assets/img/arrow-nav.svg") no-repeat;
  background-position: calc(100% - 18px) 19px;
  background-size: 15px;
}
.admission-widget__form select option {
  background-color: rgba(0, 48, 135, 0.9);
}
.admission-widget__form input[type=submit] {
  background-color: white;
  font-family: "GillSansMTStd-Book", "prenton", sans-serif !important;
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: 0.78px !important;
  color: #003087;
  text-transform: uppercase;
  padding: 15px 20px;
  border-radius: 3px;
  width: 155px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.admission-widget__form input[type=submit]:hover, .admission-widget__form input[type=submit]:active, .admission-widget__form input[type=submit]:focus {
  background-color: rgba(0, 48, 135, 0.9);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}
.admission-widget__results {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 50px;
  padding: 40px 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.admission-widget__results p {
  display: inline;
  font-family: "GillSansMTStd-Light", "prenton", sans-serif !important;
  font-size: 18px !important;
  line-height: 25px !important;
  letter-spacing: -0.12px !important;
  margin-bottom: 5px !important;
  color: white;
}
.admission-widget__results p span {
  font-family: "GillSansMTStd-Book", "prenton", sans-serif !important;
}
.admission-widget__results .btn {
  padding: 15px 20px;
}
@media (max-width: 991px) {
  .admission-widget {
    padding: 50px 40px 50px;
  }
}
@media (max-width: 767px) {
  .admission-widget {
    padding: 50px 30px 50px;
  }
}
@media (max-width: 575px) {
  .admission-widget {
    padding: 40px 30px 30px;
  }
  .admission-widget__uppertitle {
    font-size: 16px !important;
  }
  .admission-widget__title {
    font-size: 28px !important;
    line-height: 30px !important;
  }
  .admission-widget__form {
    display: block;
  }
  .admission-widget__form > select, .admission-widget__form > input {
    margin-bottom: 12px;
    width: 100% !important;
  }
  .admission-widget__results {
    margin-top: 30px;
    padding: 30px 10px 0;
  }
}

/*
	ACCORDION
*/
.accordion {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.accordion__item {
  position: relative;
}
.accordion__title {
  font-family: "GillSansMTStd-Book", "prenton", sans-serif;
  font-size: 18px;
  line-height: lh(18, 30);
  font-weight: bold;
  color: #003087;
  padding: 15px 110px 15px 30px;
  border-bottom: 1px solid #003087;
  background-color: rgba(0, 48, 135, 0.1);
  cursor: pointer;
}
@media (max-width: 991px) {
  .accordion__title {
    padding-bottom: 0;
  }
}
.accordion__text {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 15px;
}
.accordion__button {
  position: absolute;
  top: 18px;
  right: 28px;
  pointer-events: none;
}
.accordion__button::before, .accordion__button::after {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background-color: #003087;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.accordion__button::before {
  position: absolute;
  top: 0;
}
.accordion__button::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion .open .accordion__title {
  border-bottom: 1px solid transparent;
}
.accordion .open .accordion__button::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* Forms */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  -webkit-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);
          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: 0.6em 1em 0.4em;
  text-shadow: 0 0 0;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
  -webkit-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);
          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;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

/* MY BUTTONS STYLE */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}

.btn-primary, .btn-blue,
.btn-editor,
.gform_footer input[type=submit] {
  background: transparent;
  border: 2px solid #6aa6d9;
  color: white !important;
  font-weight: 600;
  border-radius: 31px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
}
.btn-primary::after, .btn-blue::after,
.btn-editor::after,
.gform_footer input[type=submit]::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #003087;
  border-radius: 27px;
  width: 0%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-primary:hover, .btn-blue:hover, .btn-primary:focus, .btn-blue:focus, .btn-primary:active, .btn-blue:active, .btn-primary:active:focus,
.btn-editor:hover,
.btn-editor:focus,
.btn-editor:active,
.btn-editor:active:focus,
.gform_footer input[type=submit]:hover,
.gform_footer input[type=submit]:focus,
.gform_footer input[type=submit]:active,
.gform_footer input[type=submit]:active:focus {
  background: transparent;
  border-color: #003087;
  color: white !important;
}
.btn-primary:hover::after, .btn-blue:hover::after, .btn-primary:focus::after, .btn-blue:focus::after, .btn-primary:active::after, .btn-blue:active::after, .btn-primary:active:focus::after,
.btn-editor:hover::after,
.btn-editor:focus::after,
.btn-editor:active::after,
.btn-editor:active:focus::after,
.gform_footer input[type=submit]:hover::after,
.gform_footer input[type=submit]:focus::after,
.gform_footer input[type=submit]:active::after,
.gform_footer input[type=submit]:active:focus::after {
  width: 100%;
  opacity: 1;
}

.btn-editor, .gform_footer input[type=submit] {
  color: #6aa6d9 !important;
}

.btn-blue {
  background: #003087;
  border: 2px solid #003087;
  color: white;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue:active:focus {
  background: #003087;
  border-color: #6aa6d9;
  color: white !important;
}
.btn-blue:hover::after, .btn-blue:focus::after, .btn-blue:active::after, .btn-blue:active:focus::after {
  width: 100%;
  opacity: 1;
}

.gform_footer input[type=submit] {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #6aa6d9;
  color: white !important;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  text-shadow: 0 0 0;
}
.gform_footer input[type=submit]:hover, .gform_footer input[type=submit]:focus, .gform_footer input[type=submit]:active, .gform_footer input[type=submit]:active:focus {
  background: #003087;
}

.btn-internal-link {
  background: transparent;
  border: 2px solid white;
  color: white !important;
  border-radius: 31px;
  text-transform: uppercase;
  padding: 20px 30px;
  font-weight: 600;
  letter-spacing: 1px;
}
.btn-internal-link img {
  width: 20px;
  margin-left: 10px;
  height: 10px;
}
.btn-internal-link #internal-link-arrow {
  width: 20px;
  height: 10px;
  margin-left: 10px;
}
.btn-internal-link:hover {
  background: #fff;
  color: #003087 !important;
}
.btn-internal-link:hover #internal-link-arrow .st0 {
  stroke: #003087 !important;
}

.btn-outline {
  border: 1px solid white;
  font-family: "GillSansMTStd-Book", "prenton", sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 17px;
  text-align: center;
  color: white;
  padding: 23px 30px;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  background-color: white;
  color: #333333;
}
.btn-outline--red {
  border: 2px solid #DA291C;
  color: #DA291C !important;
}
.btn-outline--red:hover, .btn-outline--red:active, .btn-outline--red:focus {
  background-color: #DA291C;
  color: white !important;
}

.btn--blue {
  background-color: #003087;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: white !important;
  text-align: center;
  padding: 6px 15px;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn--blue:hover, .btn--blue:active, .btn--blue:focus {
  background-color: #272361;
  color: white !important;
}

.post-password-form input[type=password] {
  font-size: 1em;
  padding: 5px 15px;
}
.post-password-form input[type=submit] {
  background: #003087;
  border: 0;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  color: white;
  padding: 10px 30px;
  font-size: 1em;
  text-shadow: 0 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.post-password-form input[type=submit]:hover, .post-password-form input[type=submit]:focus, .post-password-form input[type=submit]:active, .post-password-form input[type=submit]:active:focus {
  background: #6aa6d9;
}

ul.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
ul.slick-dots li {
  display: inline;
  margin-right: 10px;
}
ul.slick-dots li.slick-active button {
  background-color: #6aa6d9;
}
ul.slick-dots li button {
  background-color: white;
  border-radius: 50%;
  border: 0px;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  padding: 5px;
  height: 10px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
  outline: 0;
}

.btn-right {
  display: block;
  width: 100%;
  text-align: right;
}

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;
  padding: 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;
}

textarea {
  width: 100%;
}

input:focus,
textarea:focus,
keygen:focus,
select:focus {
  outline: 1px solid #6aa6d9;
}

/* MY FORMS STYLES */
.gform_body input, .gform_body select, .gform_body textarea {
  background-color: #f5f5f5;
  border-radius: 3px;
  border: 0;
  padding: 16px 12px !important;
}

form.search-form input.search-field {
  padding: 15px 20px;
  font-size: 18px;
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  line-height: 1;
}
form.search-form input[type=submit] {
  display: inline-block;
  background: transparent;
  border: 0;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  font-size: 18px;
  line-height: 1;
  position: relative;
  z-index: 2;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
  margin-left: -48px;
}
form.search-form i.fa {
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

footer#colophon input.search-field {
  border: 0px;
  width: 100%;
}

/* iSAMS forms customization */
.admissionsEnquiry #h1_0 {
  font-family: "GillSansMTStd-Book", "prenton", sans-serif;
  font-weight: 400;
}
.admissionsEnquiry .panel-group .panel {
  border: 0;
}
.admissionsEnquiry .panel-group .panel-heading {
  background-color: transparent;
  padding: 22px 0 20px 0px;
}
.admissionsEnquiry .panel-group .panel-heading .panel-title {
  color: #003087;
  font-size: 21px;
  padding-left: 0;
}
.admissionsEnquiry .panel-group .panel-heading .panel-title span::before {
  background-color: #003087 !important;
  color: white !important;
}
.admissionsEnquiry .panel-group label.control-label.ng-binding {
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #003087;
}
.admissionsEnquiry .panel-group .required, .admissionsEnquiry .panel-group .requiredStar {
  color: #790000;
  margin-left: 4px;
}
.admissionsEnquiry .panel-group .form-control {
  padding: 15px !important;
  font-size: 16px;
  line-height: 24px !important;
  font-weight: 400;
  color: #505050 !important;
  background: #f5f5f5;
  border: 0 !important;
  height: 54px;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  border-radius: 3px;
}
.admissionsEnquiry .formGroup.formTypeId-3 button[id^=grp_applicantFormLink_InstanceID_] {
  background: #6aa6d9;
  border: 2px solid #6aa6d9;
  color: white !important;
  font-weight: 600;
  border-radius: 31px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}
.admissionsEnquiry .formGroup.formTypeId-3 button[id^=grp_applicantFormLink_InstanceID_]::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #003087;
  border-radius: 27px;
  width: 0%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.admissionsEnquiry .formGroup.formTypeId-3 button[id^=grp_applicantFormLink_InstanceID_]:hover, .admissionsEnquiry .formGroup.formTypeId-3 button[id^=grp_applicantFormLink_InstanceID_]:focus, .admissionsEnquiry .formGroup.formTypeId-3 button[id^=grp_applicantFormLink_InstanceID_]:active, .admissionsEnquiry .formGroup.formTypeId-3 button[id^=grp_applicantFormLink_InstanceID_]:active:focus {
  background: #6aa6d9;
  border-color: #6aa6d9;
  color: white !important;
}
.admissionsEnquiry .formGroup.formTypeId-3 button[id^=grp_applicantFormLink_InstanceID_]:hover::after, .admissionsEnquiry .formGroup.formTypeId-3 button[id^=grp_applicantFormLink_InstanceID_]:focus::after, .admissionsEnquiry .formGroup.formTypeId-3 button[id^=grp_applicantFormLink_InstanceID_]:active::after, .admissionsEnquiry .formGroup.formTypeId-3 button[id^=grp_applicantFormLink_InstanceID_]:active:focus::after {
  width: 100%;
  opacity: 1;
}
.admissionsEnquiry .btn-primary, .admissionsEnquiry .btn-blue,
.admissionsEnquiry .btn-info {
  background: #6aa6d9 !important;
  border: 2px solid #6aa6d9 !important;
  color: white !important;
  font-weight: 600 !important;
  border-radius: 5px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}
.admissionsEnquiry .btn-primary:hover, .admissionsEnquiry .btn-blue:hover, .admissionsEnquiry .btn-primary:focus, .admissionsEnquiry .btn-blue:focus, .admissionsEnquiry .btn-primary:active, .admissionsEnquiry .btn-blue:active, .admissionsEnquiry .btn-primary:active:focus,
.admissionsEnquiry .btn-info:hover,
.admissionsEnquiry .btn-info:focus,
.admissionsEnquiry .btn-info:active,
.admissionsEnquiry .btn-info:active:focus {
  background: #6aa6d9;
  border-color: #6aa6d9;
  color: white !important;
}
.admissionsEnquiry .btn-primary:hover::after, .admissionsEnquiry .btn-blue:hover::after, .admissionsEnquiry .btn-primary:focus::after, .admissionsEnquiry .btn-blue:focus::after, .admissionsEnquiry .btn-primary:active::after, .admissionsEnquiry .btn-blue:active::after, .admissionsEnquiry .btn-primary:active:focus::after,
.admissionsEnquiry .btn-info:hover::after,
.admissionsEnquiry .btn-info:focus::after,
.admissionsEnquiry .btn-info:active::after,
.admissionsEnquiry .btn-info:active:focus::after {
  border-radius: 0;
}
.admissionsEnquiry .formGroup .btn {
  height: 54px;
}
.admissionsEnquiry .formGroup.Applicants > .col-md-12.ng-scope > .ng-isolate-scope > div > .row:nth-child(1) > div > label,
.admissionsEnquiry .formGroup.formTypeId-3 > .col-md-12.ng-scope > .ng-isolate-scope > div > .row:nth-child(1) > div > label {
  font-size: 18px;
}
.admissionsEnquiry .modal-footer {
  border-top: 0;
}
.admissionsEnquiry .formGroup.Applicants .row:nth-child(2) .formfield > .ng-scope > .ng-scope > .ng-isolate-scope > div > .row:nth-of-type(2n + 1),
.admissionsEnquiry .formGroup.formTypeId-3 .modal-body > .formfield.ng-scope > div > .ng-scope > .ng-isolate-scope > div > .row:nth-of-type(2n + 1) {
  float: none;
}
.admissionsEnquiry .alert-danger {
  background-color: transparent;
  border: 0;
}

form li.ng-scope {
  width: 100% !important;
  display: inherit !important;
}
form li.ng-scope .btn-success:active:focus {
  background: #6aa6d9;
}

.dropdown-menu.ng-valid > li > div .btn {
  min-width: 60px;
}

.btn.isams_next_button, .dropdown-menu > li > div .btn.btn-info.active {
  background: #6aa6d9 !important;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 20px) !important;
          transform: translate(0, 20px) !important;
}

.modal-content form.ng-scope .btn-primary, .modal-content form.ng-scope .btn-blue {
  background: #6aa6d9;
  border: 2px solid #6aa6d9;
  color: white !important;
  font-weight: 600;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.modal-content form.ng-scope .btn-primary::after, .modal-content form.ng-scope .btn-blue::after {
  display: none;
}
.modal-content form.ng-scope .btn-primary:hover, .modal-content form.ng-scope .btn-blue:hover, .modal-content form.ng-scope .btn-primary:focus, .modal-content form.ng-scope .btn-blue:focus, .modal-content form.ng-scope .btn-primary:active, .modal-content form.ng-scope .btn-blue:active, .modal-content form.ng-scope .btn-primary:active:focus {
  background: #6aa6d9;
  border-color: #6aa6d9;
  color: white !important;
}
.modal-content form.ng-scope .btn-info {
  background: #6aa6d9;
  border: 2px solid #6aa6d9;
  color: white !important;
  font-weight: 600;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.modal-content form.ng-scope .btn-info:hover, .modal-content form.ng-scope .btn-info:focus, .modal-content form.ng-scope .btn-info:active, .modal-content form.ng-scope .btn-info:active:focus {
  background: #6aa6d9;
  border-color: #6aa6d9;
  color: white !important;
}

/* Gravity form legacy markup support */
.gform_required_legend {
  display: none;
}

.gform_wrapper.gravity-theme .gfield input.medium {
  width: 100% !important;
}

.gform_wrapper.gravity-theme .gfield_label {
  color: #003087;
}

.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-month,
.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-year {
  font-size: 16px !important;
}
.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default,
.gravity-theme.ui-datepicker .ui-datepicker-calendar th span {
  font-size: 16px !important;
}

/* Navigation */
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #6aa6d9;
}
a:visited {
  color: #6aa6d9;
}
a:hover, a:focus, a:active {
  color: #418ecf;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#navbar {
  height: 100% !important;
  border: 0;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.navbar-collapse {
  max-height: 100% !important;
}

@media (max-width: 1190px) {
  .main-menu-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.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 {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          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 {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@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%;
}

/* MY STYLES */
#main-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: auto;
  background: white;
  border-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#main-menu .navbar-brand {
  position: relative;
  z-index: 99;
  padding-right: 0px;
  max-width: 240px;
  height: 100%;
  padding-top: 45px;
  padding-left: 50px;
}
#main-menu .navbar-brand img {
  width: 230px;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#main-menu .navbar-brand .logo-under-line {
  color: white;
  font-size: 16px;
  font-style: italic;
  font-family: "GillSansMTStd-Book", "prenton", sans-serif;
  margin-top: 10px;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 1220px) {
  #main-menu .navbar-brand {
    padding-left: 25px;
  }
  #main-menu .navbar-brand img {
    width: 240px;
  }
}
@media only screen and (max-width: 1190px) {
  #main-menu .navbar-brand {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 1160px) {
  #main-menu .navbar-brand img {
    width: 200px;
  }
  #main-menu .navbar-brand .logo-under-line {
    font-size: 14px;
  }
}
#main-menu .navbar-nav {
  padding-right: 60px;
  clear: right;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
#main-menu .navbar-nav li {
  position: static;
  margin-bottom: 6px;
}
#main-menu .navbar-nav li.current-page-ancestor > a, #main-menu .navbar-nav li.current-menu-item > a, #main-menu .navbar-nav li.is-active > a {
  color: #6aa6d9 !important;
}
#main-menu .navbar-nav li a, #main-menu .navbar-nav li a:focus {
  color: #003087;
  font-size: 18px;
  padding: 15px 10px;
  outline: 0;
  position: relative;
}
#main-menu .navbar-nav li a:hover, #main-menu .navbar-nav li a:active, #main-menu .navbar-nav li a:focus, #main-menu .navbar-nav li a:active:focus, #main-menu .navbar-nav li a:focus:hover, #main-menu .navbar-nav li a:focus:active, #main-menu .navbar-nav li a:focus:focus, #main-menu .navbar-nav li a:focus:active:focus {
  color: #DA291C !important;
}
#main-menu .navbar-nav li.current-page-ancestor > a, #main-menu .navbar-nav li.current-menu-item > a, #main-menu .navbar-nav li.is-active > a {
  color: #DA291C !important;
}
#main-menu .navbar-nav li.current-page-ancestor > a::after, #main-menu .navbar-nav li.current-menu-item > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
}
@media (max-width: 1400px) and (min-width: 992px) {
  #main-menu .navbar-nav li a {
    padding: 15px 5px;
  }
}
#main-menu .navbar-nav ul.sub-menu {
  -webkit-box-shadow: 0 2.8px 2.2px 0 rgba(0, 0, 0, 0.02), 0 6.7px 5.3px 0 rgba(0, 0, 0, 0.03), 0 12.5px 10px 0 rgba(0, 0, 0, 0.03), 0 22.3px 17.9px 0 rgba(0, 0, 0, 0.04), 0 41.8px 33.4px 0 rgba(0, 0, 0, 0.05), 0 100px 80px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 2.8px 2.2px 0 rgba(0, 0, 0, 0.02), 0 6.7px 5.3px 0 rgba(0, 0, 0, 0.03), 0 12.5px 10px 0 rgba(0, 0, 0, 0.03), 0 22.3px 17.9px 0 rgba(0, 0, 0, 0.04), 0 41.8px 33.4px 0 rgba(0, 0, 0, 0.05), 0 100px 80px 0 rgba(0, 0, 0, 0.07);
  visibility: hidden;
  width: 0;
  height: 0;
  list-style: none;
  margin-left: 0;
  opacity: 0;
  -webkit-transition: all 0s;
  transition: all 0s;
}
#main-menu .navbar-nav ul.sub-menu.submenu-opened {
  visibility: visible;
  opacity: 1;
  background: white;
  padding-top: 110px;
  width: calc(100% + 30px);
  position: absolute;
  top: 70px;
  left: -60px;
  right: auto;
  height: auto;
  padding: 100px 15px 40px 40px;
  -webkit-transition: visibility 0.4s ease, opacity 0.4s ease, width 0s, height 0s;
  transition: visibility 0.4s ease, opacity 0.4s ease, width 0s, height 0s;
}
#main-menu .navbar-nav ul.sub-menu.submenu-opened:before {
  display: none;
  content: url("assets/img/arrow-up-full.svg");
  width: 40px;
  height: 15px;
  position: absolute;
  z-index: 1;
  top: -15px;
  left: 20px;
}
#main-menu .navbar-nav ul.sub-menu.submenu-opened .sub-menu-container {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  width: 55%;
}
#main-menu .navbar-nav ul.sub-menu.submenu-opened .imgmenu {
  display: inline-block;
  width: 40%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
#main-menu .navbar-nav ul.sub-menu h2 {
  position: absolute;
  top: 0;
  left: 40px;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: -0.33px;
  line-height: 52px;
  color: #003087;
  max-width: 45%;
  margin-top: 40px;
}
#main-menu .navbar-nav ul.sub-menu li {
  margin-bottom: 0;
}
#main-menu .navbar-nav ul.sub-menu li a {
  font-size: 20px;
  line-height: 23px;
  display: inline-block;
  padding: 10px 0;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main-menu .navbar-nav ul.sub-menu li a:hover {
  text-decoration: none;
}
#main-menu .navbar-nav ul.sub-menu li.current-page-ancestor > a::after, #main-menu .navbar-nav ul.sub-menu li.current-menu-item > a::after {
  display: none;
}
#main-menu .navbar-nav ul.sub-menu li.current-menu-item a {
  color: #6aa6d9;
}
#main-menu .navbar-nav ul.sub-menu li.is-active a {
  color: #DA291C !important;
}
#main-menu .icon-search {
  position: absolute;
  top: 102px;
  right: 30px;
  width: 16px;
  height: auto;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#main-menu .search-form-modal {
  position: fixed;
  top: 0;
  left: -30px;
  right: 0;
  bottom: 0;
  opacity: 1;
  height: 100vh;
  width: 100vw;
  background-color: white;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#main-menu .search-form-modal label {
  width: 420px;
}
@media (max-width: 768px) {
  #main-menu .search-form-modal label {
    width: 100%;
  }
}
#main-menu .search-form-modal form {
  position: fixed;
  top: 50vh;
  left: 50vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#main-menu .search-form-modal form .fa {
  color: #DA291C;
}
#main-menu .search-form-modal form input.search-field {
  border: 0;
  border-bottom: 1px solid #979797;
  border-radius: 0;
  width: 100%;
}
#main-menu .search-form-modal form input.search-field:hover, #main-menu .search-form-modal form input.search-field:active, #main-menu .search-form-modal form input.search-field:focus {
  outline: none;
  border-bottom-color: #505050;
}
#main-menu .search-form-modal form ::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #003087;
  opacity: 1; /* Firefox */
  font-size: 26px;
  line-height: 26px;
}
#main-menu .search-form-modal form ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #003087;
  opacity: 1; /* Firefox */
  font-size: 26px;
  line-height: 26px;
}
#main-menu .search-form-modal form :-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #003087;
  opacity: 1; /* Firefox */
  font-size: 26px;
  line-height: 26px;
}
#main-menu .search-form-modal form ::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #003087;
  opacity: 1; /* Firefox */
  font-size: 26px;
  line-height: 26px;
}
#main-menu .search-form-modal form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #003087;
  opacity: 1; /* Firefox */
  font-size: 26px;
  line-height: 26px;
}
#main-menu .search-form-modal form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #003087;
  font-size: 26px;
  line-height: 26px;
}
#main-menu .search-form-modal form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #003087;
  font-size: 26px;
  line-height: 26px;
}
#main-menu .search-form-modal img.search-close-icon {
  position: fixed;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
#main-menu .search-form-modal.not-visible {
  pointer-events: none;
  opacity: 0;
}
#main-menu #top-menu {
  position: relative;
  z-index: 10;
  float: right;
  margin-top: 45px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#main-menu #top-menu .navbar-nav li a {
  color: #6aa6d9;
  font-size: 16px;
  padding-bottom: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main-menu #top-menu .navbar-nav li a:hover {
  color: #418ecf;
}
#main-menu.small {
  background: white;
  z-index: 99999;
}
#main-menu.small .navbar-header {
  background: transparent;
}
#main-menu.small .navbar-brand {
  padding-top: 25px;
}
#main-menu.small .navbar-brand img {
  width: 200px;
}
@media (max-width: 575px) {
  #main-menu.small .navbar-brand img {
    width: 170px;
    margin-top: 8px;
  }
}
#main-menu.small.scrolled .navbar-header {
  background: white;
}
#main-menu.small .logo-under-line {
  font-size: 1px;
  height: 0;
  opacity: 0;
}
#main-menu.small #main-menu-wrapper {
  -webkit-transition: all 0.4s ease 0s !important;
  transition: all 0.4s ease 0s !important;
}
#main-menu.small #menu-main-menu {
  height: auto;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
@media (max-width: 1190px) {
  #main-menu.small #menu-main-menu {
    height: auto;
    -webkit-transform: none;
            transform: none;
  }
}
#main-menu.small #top-menu {
  -webkit-transform: translateY(-1000px);
          transform: translateY(-1000px);
  margin-top: 0;
  -webkit-transition: all 0.4s ease 0s !important;
  transition: all 0.4s ease 0s !important;
}
#main-menu.small #top-menu .navbar-nav li a {
  opacity: 0;
}
#main-menu.small .navbar-nav li.menu-item-has-children > a:after {
  top: 85px;
}
#main-menu.small .navbar-nav ul.sub-menu.submenu-opened {
  top: 100px;
}
#main-menu.small .icon-search {
  top: 40px;
}
@media (max-width: 1190px) {
  #main-menu.small {
    background: transparent;
  }
}
#main-menu .main-menu-wrapper {
  position: relative;
  z-index: 5;
}
#main-menu #main-menu-wrapper {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
#main-menu #top-menu {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

/* Menu Collapse (earlier) */
@media (min-width: 768px) and (max-width: 1190px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
    overflow: auto !important;
  }
  .navbar-header .collapse, .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
}
/* Collapase Menu Animation */
.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 12%;
          transform-origin: 12%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 20%;
          transform-origin: 20%;
}

.navbar-toggle.collapsed .top-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

@media (max-width: 1190px) {
  .navbar-default .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-default .navbar-toggle {
    margin: 0 !important;
    right: 40px;
    top: 50px;
    border: 0;
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
  }
  .navbar-default .navbar-toggle span.icon-bar {
    background: #fefefe;
    width: 30px;
    height: 3px;
  }
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  .navbar-default.small .navbar-toggle {
    top: 40px;
  }
  .navbar-collapse {
    padding-left: 30px;
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #282363;
    width: 100%;
    margin: 0 auto;
  }
  .navbar-collapse ul {
    width: 100%;
  }
  .navbar-collapse ul li {
    display: block;
    float: none;
  }
  .navbar-collapse.in {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    padding: 15px 30px;
    overflow: hidden;
  }
  #top-menu {
    display: none;
  }
  #full-overlay.overlay, #full-overlay.overlay-light {
    display: none;
  }
  #main-menu .navbar-nav li.is-active > a {
    color: #DA291C !important;
  }
  .imgmenu {
    display: none !important;
  }
  #main-menu .navbar-nav li.menu-item-has-children > a:after {
    display: none !important;
  }
  #main-menu .navbar-nav ul.sub-menu.submenu-opened {
    padding: 0 30px;
  }
  #main-menu .navbar-nav ul.sub-menu.submenu-opened .sub-menu-container {
    width: 100%;
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
@media (max-width: 767px) {
  .navbar-collapse ul li {
    margin-left: 15px;
  }
  .navbar-collapse.in {
    margin-left: 0 !important;
  }
}
@media (max-width: 380px) {
  #main-menu .navbar-brand {
    padding-left: 25px;
  }
  #main-menu .navbar-brand img {
    width: 190px;
  }
  #main-menu .navbar-brand .logo-under-line {
    display: none;
  }
  .navbar-collapse ul li {
    margin-left: 25px;
  }
}
/* SubMenu */
@media (max-width: 1190px) {
  #main-menu .navbar-nav ul.sub-menu {
    padding: 0 0 0 30px;
  }
  #main-menu .navbar-nav ul.sub-menu h2 {
    display: none;
  }
  #main-menu .navbar-nav ul.sub-menu li a {
    font-size: 19px;
  }
  #main-menu .navbar-nav ul.sub-menu.submenu-opened {
    position: initial;
    background: transparent;
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  #main-menu .navbar-nav ul.sub-menu.submenu-opened::before {
    content: "";
  }
  #main-menu .navbar-nav ul.sub-menu.submenu-opened li {
    margin-bottom: 12px;
  }
}
#top-menu-small-devices {
  display: none;
}

@media (max-width: 1190px) {
  #top-menu-small-devices {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(110%, 0);
            transform: translate(110%, 0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    padding: 5px 10px;
    border: 0;
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
  }
  #top-menu-small-devices.navbar-collapse ul {
    padding-right: 0 !important;
    margin-left: 0;
  }
  #top-menu-small-devices.navbar-collapse ul li {
    margin-left: 0 !important;
  }
  #top-menu-small-devices.navbar-collapse ul li a {
    padding: 0 5px !important;
  }
  #top-menu-small-devices.collapse.in {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    background: #262626;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  #top-menu-small-devices.collapse.in ul {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  #top-menu-small-devices.collapse.in ul li {
    display: inline-block;
  }
  #top-menu-small-devices.collapse.in ul li a {
    font-size: 16px;
  }
}
/* ASIDE - SIDEBAR MENU */
#aside-top-menu .current_page_item a {
  border-left: 4px solid #6aa6d9;
  font-weight: normal;
  padding-left: 10px;
  font-family: "GillSansMTStd-Book", "prenton", sans-serif;
  color: #222222;
}

@media (max-width: 1199px) {
  nav#main-menu .container-fluid {
    height: 107px;
  }
  #top-menu {
    display: none;
  }
  #top-menu-small-devices {
    position: absolute;
  }
  #top-menu-small-devices.collapse.in {
    background-color: #ECF1F5;
  }
  .navbar-default .navbar-toggle span.icon-bar {
    background-color: #003087;
  }
  #main-menu .search-form-modal {
    left: 0;
  }
  #main-menu .search-form-modal form {
    top: 50%;
    left: 50%;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #main-menu .navbar-nav ul.sub-menu {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding-top: 0 !important;
  }
  #main-menu .navbar-nav ul.sub-menu .sub-menu-container {
    width: 100%;
  }
  .navbar-collapse {
    background-color: white;
  }
}
/* PAGINATION - PageNavi */
.wp-pagenavi {
  margin: 40px 15px;
  text-align: center;
}
.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 18px;
  padding: 5px 12px;
  color: #003087;
  border-color: #003087;
  display: inline-block;
}
.wp-pagenavi span.current {
  color: white;
  background: #003087;
}

@media (max-width: 480px) {
  .wp-pagenavi {
    margin: 40px 0px;
    text-align: left;
  }
}
/* 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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          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:before, .clear:before:after,
.clear:after:before,
.clear:after:after,
.entry-content:before:before,
.entry-content:before:after,
.entry-content:after:before,
.entry-content:after:after,
.comment-content:before:before,
.comment-content:before:after,
.comment-content:after:before,
.comment-content:after:after,
.site-header:before:before,
.site-header:before:after,
.site-header:after:before,
.site-header:after:after,
.site-content:before:before,
.site-content:before:after,
.site-content:after:before,
.site-content:after:after,
.site-footer:before:before,
.site-footer:before:after,
.site-footer:after:before,
.site-footer:after:after {
  content: " ";
  display: table;
}
.clear:before:after,
.clear:after:after,
.entry-content:before:after,
.entry-content:after:after,
.comment-content:before:after,
.comment-content:after:after,
.site-header:before:after,
.site-header:after:after,
.site-content:before:after,
.site-content:after:after,
.site-footer:before:after,
.site-footer:after:after {
  clear: both;
}

.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 (and cpt)
--------------------------------------------------------------*/
.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;
}

/* -----------------------------------------------------------------------------
* PAGES
------------------------------------------------------------------------------*/
body.archive.post-type-archive-events,
body.archive.post-type-archive-podcasts,
body.page-template-where-are-they-now,
body.page:not(.home),
body.blog,
body.single,
body.attachment {
  /* ------------------------ Sidebar ------------------------ */
}
body.archive.post-type-archive-events #full-content,
body.archive.post-type-archive-podcasts #full-content,
body.page-template-where-are-they-now #full-content,
body.page:not(.home) #full-content,
body.blog #full-content,
body.single #full-content,
body.attachment #full-content {
  height: 100%;
  width: 100%;
}
body.archive.post-type-archive-events #full-content aside, body.archive.post-type-archive-events #full-content #page-content,
body.archive.post-type-archive-podcasts #full-content aside,
body.archive.post-type-archive-podcasts #full-content #page-content,
body.page-template-where-are-they-now #full-content aside,
body.page-template-where-are-they-now #full-content #page-content,
body.page:not(.home) #full-content aside,
body.page:not(.home) #full-content #page-content,
body.blog #full-content aside,
body.blog #full-content #page-content,
body.single #full-content aside,
body.single #full-content #page-content,
body.attachment #full-content aside,
body.attachment #full-content #page-content {
  vertical-align: top;
}
body.archive.post-type-archive-events aside, body.archive.post-type-archive-events #page-content,
body.archive.post-type-archive-podcasts aside,
body.archive.post-type-archive-podcasts #page-content,
body.page-template-where-are-they-now aside,
body.page-template-where-are-they-now #page-content,
body.page:not(.home) aside,
body.page:not(.home) #page-content,
body.blog aside,
body.blog #page-content,
body.single aside,
body.single #page-content,
body.attachment aside,
body.attachment #page-content {
  height: 100%;
}
body.archive.post-type-archive-events #page-content,
body.archive.post-type-archive-podcasts #page-content,
body.page-template-where-are-they-now #page-content,
body.page:not(.home) #page-content,
body.blog #page-content,
body.single #page-content,
body.attachment #page-content {
  padding-left: 50px;
  padding-right: 50px;
}
body.archive.post-type-archive-events #page-content p,
body.archive.post-type-archive-podcasts #page-content p,
body.page-template-where-are-they-now #page-content p,
body.page:not(.home) #page-content p,
body.blog #page-content p,
body.single #page-content p,
body.attachment #page-content p {
  letter-spacing: 0;
}
body.archive.post-type-archive-events #page-content p img.aligncenter,
body.archive.post-type-archive-podcasts #page-content p img.aligncenter,
body.page-template-where-are-they-now #page-content p img.aligncenter,
body.page:not(.home) #page-content p img.aligncenter,
body.blog #page-content p img.aligncenter,
body.single #page-content p img.aligncenter,
body.attachment #page-content p img.aligncenter {
  margin: 10px auto 30px auto;
}
@media (max-width: 575px) {
  body.archive.post-type-archive-events #page-content,
  body.archive.post-type-archive-podcasts #page-content,
  body.page-template-where-are-they-now #page-content,
  body.page:not(.home) #page-content,
  body.blog #page-content,
  body.single #page-content,
  body.attachment #page-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body.archive.post-type-archive-events h1.entry-title, body.archive.post-type-archive-events h3.entry-title, body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.page:not(.home) h3,
body.page:not(.home) body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.blog h3,
body.blog body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.single h3,
body.single body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.attachment h3,
body.attachment body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3.entry-title,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page:not(.home) h3,
body.page:not(.home) body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.blog h3,
body.blog body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h3,
body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.attachment h3,
body.attachment body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3.entry-title,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page:not(.home) h3,
body.page:not(.home) body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.blog h3,
body.blog body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h3,
body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.attachment h3,
body.attachment body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.page-template-where-are-they-now h3.entry-title,
body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.page:not(.home) h3,
body.page:not(.home) body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.blog h3,
body.blog body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h3,
body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.attachment h3,
body.attachment body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.archive.post-type-archive-events h3.entry-title,
body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.page:not(.home) h3,
body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.blog h3,
body.blog body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h3,
body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.attachment h3,
body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.page:not(.home) h3.entry-title,
body.archive.post-type-archive-events body.page:not(.home) h3,
body.archive.post-type-archive-events body.page:not(.home) body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page:not(.home) h3,
body.archive.post-type-archive-events body.page:not(.home) body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.page:not(.home) h3,
body.archive.post-type-archive-events body.page:not(.home) h3,
body.archive.post-type-archive-events body.page:not(.home) body.blog h3,
body.blog body.archive.post-type-archive-events body.page:not(.home) h3,
body.archive.post-type-archive-events body.page:not(.home) body.single h3,
body.single body.archive.post-type-archive-events body.page:not(.home) h3,
body.archive.post-type-archive-events body.page:not(.home) body.attachment h3,
body.attachment body.archive.post-type-archive-events body.page:not(.home) h3,
body.page:not(.home) body.archive.post-type-archive-events h3.entry-title,
body.page:not(.home) body.archive.post-type-archive-events h3,
body.page:not(.home) body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.page:not(.home) body.archive.post-type-archive-events h3,
body.page:not(.home) body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-events h3,
body.page:not(.home) body.archive.post-type-archive-events h3,
body.page:not(.home) body.archive.post-type-archive-events body.blog h3,
body.blog body.page:not(.home) body.archive.post-type-archive-events h3,
body.page:not(.home) body.archive.post-type-archive-events body.single h3,
body.single body.page:not(.home) body.archive.post-type-archive-events h3,
body.page:not(.home) body.archive.post-type-archive-events body.attachment h3,
body.attachment body.page:not(.home) body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.blog h3.entry-title,
body.archive.post-type-archive-events body.blog h3,
body.archive.post-type-archive-events body.blog body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.blog h3,
body.archive.post-type-archive-events body.blog body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.blog h3,
body.archive.post-type-archive-events body.blog body.page:not(.home) h3,
body.page:not(.home) body.archive.post-type-archive-events body.blog h3,
body.archive.post-type-archive-events body.blog h3,
body.archive.post-type-archive-events body.blog body.single h3,
body.single body.archive.post-type-archive-events body.blog h3,
body.archive.post-type-archive-events body.blog body.attachment h3,
body.attachment body.archive.post-type-archive-events body.blog h3,
body.blog body.archive.post-type-archive-events h3.entry-title,
body.blog body.archive.post-type-archive-events h3,
body.blog body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.blog body.archive.post-type-archive-events h3,
body.blog body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.blog body.archive.post-type-archive-events h3,
body.blog body.archive.post-type-archive-events body.page:not(.home) h3,
body.page:not(.home) body.blog body.archive.post-type-archive-events h3,
body.blog body.archive.post-type-archive-events h3,
body.blog body.archive.post-type-archive-events body.single h3,
body.single body.blog body.archive.post-type-archive-events h3,
body.blog body.archive.post-type-archive-events body.attachment h3,
body.attachment body.blog body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.single h3.entry-title,
body.archive.post-type-archive-events body.single h3,
body.archive.post-type-archive-events body.single body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h3,
body.archive.post-type-archive-events body.single body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h3,
body.archive.post-type-archive-events body.single body.page:not(.home) h3,
body.page:not(.home) body.archive.post-type-archive-events body.single h3,
body.archive.post-type-archive-events body.single body.blog h3,
body.blog body.archive.post-type-archive-events body.single h3,
body.archive.post-type-archive-events body.single h3,
body.archive.post-type-archive-events body.single body.attachment h3,
body.attachment body.archive.post-type-archive-events body.single h3,
body.single body.archive.post-type-archive-events h3.entry-title,
body.single body.archive.post-type-archive-events h3,
body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.single body.archive.post-type-archive-events h3,
body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.single body.archive.post-type-archive-events h3,
body.single body.archive.post-type-archive-events body.page:not(.home) h3,
body.page:not(.home) body.single body.archive.post-type-archive-events h3,
body.single body.archive.post-type-archive-events body.blog h3,
body.blog body.single body.archive.post-type-archive-events h3,
body.single body.archive.post-type-archive-events h3,
body.single body.archive.post-type-archive-events body.attachment h3,
body.attachment body.single body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.attachment h3.entry-title,
body.archive.post-type-archive-events body.attachment h3,
body.archive.post-type-archive-events body.attachment body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.attachment h3,
body.archive.post-type-archive-events body.attachment body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.attachment h3,
body.archive.post-type-archive-events body.attachment body.page:not(.home) h3,
body.page:not(.home) body.archive.post-type-archive-events body.attachment h3,
body.archive.post-type-archive-events body.attachment body.blog h3,
body.blog body.archive.post-type-archive-events body.attachment h3,
body.archive.post-type-archive-events body.attachment body.single h3,
body.single body.archive.post-type-archive-events body.attachment h3,
body.archive.post-type-archive-events body.attachment h3,
body.attachment body.archive.post-type-archive-events h3.entry-title,
body.attachment body.archive.post-type-archive-events h3,
body.attachment body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.attachment body.archive.post-type-archive-events h3,
body.attachment body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-events h3,
body.attachment body.archive.post-type-archive-events body.page:not(.home) h3,
body.page:not(.home) body.attachment body.archive.post-type-archive-events h3,
body.attachment body.archive.post-type-archive-events body.blog h3,
body.blog body.attachment body.archive.post-type-archive-events h3,
body.attachment body.archive.post-type-archive-events body.single h3,
body.single body.attachment body.archive.post-type-archive-events h3,
body.attachment body.archive.post-type-archive-events h3, body.archive.post-type-archive-events h2.entry-title, body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.page:not(.home) h2,
body.page:not(.home) body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.blog h2,
body.blog body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.single h2,
body.single body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.attachment h2,
body.attachment body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2.entry-title,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page:not(.home) h2,
body.page:not(.home) body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.blog h2,
body.blog body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h2,
body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.attachment h2,
body.attachment body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2.entry-title,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page:not(.home) h2,
body.page:not(.home) body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.blog h2,
body.blog body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h2,
body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.attachment h2,
body.attachment body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.page-template-where-are-they-now h2.entry-title,
body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.page:not(.home) h2,
body.page:not(.home) body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.blog h2,
body.blog body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h2,
body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.attachment h2,
body.attachment body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.archive.post-type-archive-events h2.entry-title,
body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.page:not(.home) h2,
body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.blog h2,
body.blog body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h2,
body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.attachment h2,
body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.page:not(.home) h2.entry-title,
body.archive.post-type-archive-events body.page:not(.home) h2,
body.archive.post-type-archive-events body.page:not(.home) body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page:not(.home) h2,
body.archive.post-type-archive-events body.page:not(.home) body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.page:not(.home) h2,
body.archive.post-type-archive-events body.page:not(.home) h2,
body.archive.post-type-archive-events body.page:not(.home) body.blog h2,
body.blog body.archive.post-type-archive-events body.page:not(.home) h2,
body.archive.post-type-archive-events body.page:not(.home) body.single h2,
body.single body.archive.post-type-archive-events body.page:not(.home) h2,
body.archive.post-type-archive-events body.page:not(.home) body.attachment h2,
body.attachment body.archive.post-type-archive-events body.page:not(.home) h2,
body.page:not(.home) body.archive.post-type-archive-events h2.entry-title,
body.page:not(.home) body.archive.post-type-archive-events h2,
body.page:not(.home) body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.page:not(.home) body.archive.post-type-archive-events h2,
body.page:not(.home) body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-events h2,
body.page:not(.home) body.archive.post-type-archive-events h2,
body.page:not(.home) body.archive.post-type-archive-events body.blog h2,
body.blog body.page:not(.home) body.archive.post-type-archive-events h2,
body.page:not(.home) body.archive.post-type-archive-events body.single h2,
body.single body.page:not(.home) body.archive.post-type-archive-events h2,
body.page:not(.home) body.archive.post-type-archive-events body.attachment h2,
body.attachment body.page:not(.home) body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.blog h2.entry-title,
body.archive.post-type-archive-events body.blog h2,
body.archive.post-type-archive-events body.blog body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.blog h2,
body.archive.post-type-archive-events body.blog body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.blog h2,
body.archive.post-type-archive-events body.blog body.page:not(.home) h2,
body.page:not(.home) body.archive.post-type-archive-events body.blog h2,
body.archive.post-type-archive-events body.blog h2,
body.archive.post-type-archive-events body.blog body.single h2,
body.single body.archive.post-type-archive-events body.blog h2,
body.archive.post-type-archive-events body.blog body.attachment h2,
body.attachment body.archive.post-type-archive-events body.blog h2,
body.blog body.archive.post-type-archive-events h2.entry-title,
body.blog body.archive.post-type-archive-events h2,
body.blog body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.blog body.archive.post-type-archive-events h2,
body.blog body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.blog body.archive.post-type-archive-events h2,
body.blog body.archive.post-type-archive-events body.page:not(.home) h2,
body.page:not(.home) body.blog body.archive.post-type-archive-events h2,
body.blog body.archive.post-type-archive-events h2,
body.blog body.archive.post-type-archive-events body.single h2,
body.single body.blog body.archive.post-type-archive-events h2,
body.blog body.archive.post-type-archive-events body.attachment h2,
body.attachment body.blog body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.single h2.entry-title,
body.archive.post-type-archive-events body.single h2,
body.archive.post-type-archive-events body.single body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h2,
body.archive.post-type-archive-events body.single body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h2,
body.archive.post-type-archive-events body.single body.page:not(.home) h2,
body.page:not(.home) body.archive.post-type-archive-events body.single h2,
body.archive.post-type-archive-events body.single body.blog h2,
body.blog body.archive.post-type-archive-events body.single h2,
body.archive.post-type-archive-events body.single h2,
body.archive.post-type-archive-events body.single body.attachment h2,
body.attachment body.archive.post-type-archive-events body.single h2,
body.single body.archive.post-type-archive-events h2.entry-title,
body.single body.archive.post-type-archive-events h2,
body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.single body.archive.post-type-archive-events h2,
body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.single body.archive.post-type-archive-events h2,
body.single body.archive.post-type-archive-events body.page:not(.home) h2,
body.page:not(.home) body.single body.archive.post-type-archive-events h2,
body.single body.archive.post-type-archive-events body.blog h2,
body.blog body.single body.archive.post-type-archive-events h2,
body.single body.archive.post-type-archive-events h2,
body.single body.archive.post-type-archive-events body.attachment h2,
body.attachment body.single body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.attachment h2.entry-title,
body.archive.post-type-archive-events body.attachment h2,
body.archive.post-type-archive-events body.attachment body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.attachment h2,
body.archive.post-type-archive-events body.attachment body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.attachment h2,
body.archive.post-type-archive-events body.attachment body.page:not(.home) h2,
body.page:not(.home) body.archive.post-type-archive-events body.attachment h2,
body.archive.post-type-archive-events body.attachment body.blog h2,
body.blog body.archive.post-type-archive-events body.attachment h2,
body.archive.post-type-archive-events body.attachment body.single h2,
body.single body.archive.post-type-archive-events body.attachment h2,
body.archive.post-type-archive-events body.attachment h2,
body.attachment body.archive.post-type-archive-events h2.entry-title,
body.attachment body.archive.post-type-archive-events h2,
body.attachment body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.attachment body.archive.post-type-archive-events h2,
body.attachment body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-events h2,
body.attachment body.archive.post-type-archive-events body.page:not(.home) h2,
body.page:not(.home) body.attachment body.archive.post-type-archive-events h2,
body.attachment body.archive.post-type-archive-events body.blog h2,
body.blog body.attachment body.archive.post-type-archive-events h2,
body.attachment body.archive.post-type-archive-events body.single h2,
body.single body.attachment body.archive.post-type-archive-events h2,
body.attachment body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events h1.page-title,
body.archive.post-type-archive-events h3.page-title,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3.page-title,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3.page-title,
body.archive.post-type-archive-events body.page-template-where-are-they-now h3.page-title,
body.page-template-where-are-they-now body.archive.post-type-archive-events h3.page-title,
body.archive.post-type-archive-events body.page:not(.home) h3.page-title,
body.page:not(.home) body.archive.post-type-archive-events h3.page-title,
body.archive.post-type-archive-events body.blog h3.page-title,
body.blog body.archive.post-type-archive-events h3.page-title,
body.archive.post-type-archive-events body.single h3.page-title,
body.single body.archive.post-type-archive-events h3.page-title,
body.archive.post-type-archive-events body.attachment h3.page-title,
body.attachment body.archive.post-type-archive-events h3.page-title,
body.archive.post-type-archive-events h2.page-title,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2.page-title,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2.page-title,
body.archive.post-type-archive-events body.page-template-where-are-they-now h2.page-title,
body.page-template-where-are-they-now body.archive.post-type-archive-events h2.page-title,
body.archive.post-type-archive-events body.page:not(.home) h2.page-title,
body.page:not(.home) body.archive.post-type-archive-events h2.page-title,
body.archive.post-type-archive-events body.blog h2.page-title,
body.blog body.archive.post-type-archive-events h2.page-title,
body.archive.post-type-archive-events body.single h2.page-title,
body.single body.archive.post-type-archive-events h2.page-title,
body.archive.post-type-archive-events body.attachment h2.page-title,
body.attachment body.archive.post-type-archive-events h2.page-title,
body.archive.post-type-archive-podcasts h1.entry-title,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3.entry-title,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page:not(.home) h3,
body.page:not(.home) body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.blog h3,
body.blog body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h3,
body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.attachment h3,
body.attachment body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3.entry-title,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page:not(.home) h3,
body.page:not(.home) body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.blog h3,
body.blog body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h3,
body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.attachment h3,
body.attachment body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts h3.entry-title,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.page:not(.home) h3,
body.page:not(.home) body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.blog h3,
body.blog body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.single h3,
body.single body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.attachment h3,
body.attachment body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3.entry-title,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.page:not(.home) h3,
body.page:not(.home) body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.blog h3,
body.blog body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h3,
body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.attachment h3,
body.attachment body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3.entry-title,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.page:not(.home) h3,
body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.blog h3,
body.blog body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h3,
body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.attachment h3,
body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.page:not(.home) h3.entry-title,
body.archive.post-type-archive-podcasts body.page:not(.home) body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page:not(.home) h3,
body.archive.post-type-archive-podcasts body.page:not(.home) h3,
body.archive.post-type-archive-podcasts body.page:not(.home) body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.page:not(.home) h3,
body.archive.post-type-archive-podcasts body.page:not(.home) h3,
body.archive.post-type-archive-podcasts body.page:not(.home) body.blog h3,
body.blog body.archive.post-type-archive-podcasts body.page:not(.home) h3,
body.archive.post-type-archive-podcasts body.page:not(.home) body.single h3,
body.single body.archive.post-type-archive-podcasts body.page:not(.home) h3,
body.archive.post-type-archive-podcasts body.page:not(.home) body.attachment h3,
body.attachment body.archive.post-type-archive-podcasts body.page:not(.home) h3,
body.page:not(.home) body.archive.post-type-archive-podcasts h3.entry-title,
body.page:not(.home) body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.page:not(.home) body.archive.post-type-archive-podcasts h3,
body.page:not(.home) body.archive.post-type-archive-podcasts h3,
body.page:not(.home) body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-podcasts h3,
body.page:not(.home) body.archive.post-type-archive-podcasts h3,
body.page:not(.home) body.archive.post-type-archive-podcasts body.blog h3,
body.blog body.page:not(.home) body.archive.post-type-archive-podcasts h3,
body.page:not(.home) body.archive.post-type-archive-podcasts body.single h3,
body.single body.page:not(.home) body.archive.post-type-archive-podcasts h3,
body.page:not(.home) body.archive.post-type-archive-podcasts body.attachment h3,
body.attachment body.page:not(.home) body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.blog h3.entry-title,
body.archive.post-type-archive-podcasts body.blog body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.blog h3,
body.archive.post-type-archive-podcasts body.blog h3,
body.archive.post-type-archive-podcasts body.blog body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.blog h3,
body.archive.post-type-archive-podcasts body.blog body.page:not(.home) h3,
body.page:not(.home) body.archive.post-type-archive-podcasts body.blog h3,
body.archive.post-type-archive-podcasts body.blog h3,
body.archive.post-type-archive-podcasts body.blog body.single h3,
body.single body.archive.post-type-archive-podcasts body.blog h3,
body.archive.post-type-archive-podcasts body.blog body.attachment h3,
body.attachment body.archive.post-type-archive-podcasts body.blog h3,
body.blog body.archive.post-type-archive-podcasts h3.entry-title,
body.blog body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.blog body.archive.post-type-archive-podcasts h3,
body.blog body.archive.post-type-archive-podcasts h3,
body.blog body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.blog body.archive.post-type-archive-podcasts h3,
body.blog body.archive.post-type-archive-podcasts body.page:not(.home) h3,
body.page:not(.home) body.blog body.archive.post-type-archive-podcasts h3,
body.blog body.archive.post-type-archive-podcasts h3,
body.blog body.archive.post-type-archive-podcasts body.single h3,
body.single body.blog body.archive.post-type-archive-podcasts h3,
body.blog body.archive.post-type-archive-podcasts body.attachment h3,
body.attachment body.blog body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.single h3.entry-title,
body.archive.post-type-archive-podcasts body.single body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h3,
body.archive.post-type-archive-podcasts body.single h3,
body.archive.post-type-archive-podcasts body.single body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h3,
body.archive.post-type-archive-podcasts body.single body.page:not(.home) h3,
body.page:not(.home) body.archive.post-type-archive-podcasts body.single h3,
body.archive.post-type-archive-podcasts body.single body.blog h3,
body.blog body.archive.post-type-archive-podcasts body.single h3,
body.archive.post-type-archive-podcasts body.single h3,
body.archive.post-type-archive-podcasts body.single body.attachment h3,
body.attachment body.archive.post-type-archive-podcasts body.single h3,
body.single body.archive.post-type-archive-podcasts h3.entry-title,
body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.single body.archive.post-type-archive-podcasts h3,
body.single body.archive.post-type-archive-podcasts h3,
body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.single body.archive.post-type-archive-podcasts h3,
body.single body.archive.post-type-archive-podcasts body.page:not(.home) h3,
body.page:not(.home) body.single body.archive.post-type-archive-podcasts h3,
body.single body.archive.post-type-archive-podcasts body.blog h3,
body.blog body.single body.archive.post-type-archive-podcasts h3,
body.single body.archive.post-type-archive-podcasts h3,
body.single body.archive.post-type-archive-podcasts body.attachment h3,
body.attachment body.single body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.attachment h3.entry-title,
body.archive.post-type-archive-podcasts body.attachment body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.attachment h3,
body.archive.post-type-archive-podcasts body.attachment h3,
body.archive.post-type-archive-podcasts body.attachment body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.attachment h3,
body.archive.post-type-archive-podcasts body.attachment body.page:not(.home) h3,
body.page:not(.home) body.archive.post-type-archive-podcasts body.attachment h3,
body.archive.post-type-archive-podcasts body.attachment body.blog h3,
body.blog body.archive.post-type-archive-podcasts body.attachment h3,
body.archive.post-type-archive-podcasts body.attachment body.single h3,
body.single body.archive.post-type-archive-podcasts body.attachment h3,
body.archive.post-type-archive-podcasts body.attachment h3,
body.attachment body.archive.post-type-archive-podcasts h3.entry-title,
body.attachment body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.attachment body.archive.post-type-archive-podcasts h3,
body.attachment body.archive.post-type-archive-podcasts h3,
body.attachment body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-podcasts h3,
body.attachment body.archive.post-type-archive-podcasts body.page:not(.home) h3,
body.page:not(.home) body.attachment body.archive.post-type-archive-podcasts h3,
body.attachment body.archive.post-type-archive-podcasts body.blog h3,
body.blog body.attachment body.archive.post-type-archive-podcasts h3,
body.attachment body.archive.post-type-archive-podcasts body.single h3,
body.single body.attachment body.archive.post-type-archive-podcasts h3,
body.attachment body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2.entry-title,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page:not(.home) h2,
body.page:not(.home) body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.blog h2,
body.blog body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h2,
body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.attachment h2,
body.attachment body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2.entry-title,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page:not(.home) h2,
body.page:not(.home) body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.blog h2,
body.blog body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h2,
body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.attachment h2,
body.attachment body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts h2.entry-title,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.page:not(.home) h2,
body.page:not(.home) body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.blog h2,
body.blog body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.single h2,
body.single body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.attachment h2,
body.attachment body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2.entry-title,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.page:not(.home) h2,
body.page:not(.home) body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.blog h2,
body.blog body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h2,
body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.attachment h2,
body.attachment body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2.entry-title,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.page:not(.home) h2,
body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.blog h2,
body.blog body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h2,
body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.attachment h2,
body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.page:not(.home) h2.entry-title,
body.archive.post-type-archive-podcasts body.page:not(.home) body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page:not(.home) h2,
body.archive.post-type-archive-podcasts body.page:not(.home) h2,
body.archive.post-type-archive-podcasts body.page:not(.home) body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.page:not(.home) h2,
body.archive.post-type-archive-podcasts body.page:not(.home) h2,
body.archive.post-type-archive-podcasts body.page:not(.home) body.blog h2,
body.blog body.archive.post-type-archive-podcasts body.page:not(.home) h2,
body.archive.post-type-archive-podcasts body.page:not(.home) body.single h2,
body.single body.archive.post-type-archive-podcasts body.page:not(.home) h2,
body.archive.post-type-archive-podcasts body.page:not(.home) body.attachment h2,
body.attachment body.archive.post-type-archive-podcasts body.page:not(.home) h2,
body.page:not(.home) body.archive.post-type-archive-podcasts h2.entry-title,
body.page:not(.home) body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.page:not(.home) body.archive.post-type-archive-podcasts h2,
body.page:not(.home) body.archive.post-type-archive-podcasts h2,
body.page:not(.home) body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-podcasts h2,
body.page:not(.home) body.archive.post-type-archive-podcasts h2,
body.page:not(.home) body.archive.post-type-archive-podcasts body.blog h2,
body.blog body.page:not(.home) body.archive.post-type-archive-podcasts h2,
body.page:not(.home) body.archive.post-type-archive-podcasts body.single h2,
body.single body.page:not(.home) body.archive.post-type-archive-podcasts h2,
body.page:not(.home) body.archive.post-type-archive-podcasts body.attachment h2,
body.attachment body.page:not(.home) body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.blog h2.entry-title,
body.archive.post-type-archive-podcasts body.blog body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.blog h2,
body.archive.post-type-archive-podcasts body.blog h2,
body.archive.post-type-archive-podcasts body.blog body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.blog h2,
body.archive.post-type-archive-podcasts body.blog body.page:not(.home) h2,
body.page:not(.home) body.archive.post-type-archive-podcasts body.blog h2,
body.archive.post-type-archive-podcasts body.blog h2,
body.archive.post-type-archive-podcasts body.blog body.single h2,
body.single body.archive.post-type-archive-podcasts body.blog h2,
body.archive.post-type-archive-podcasts body.blog body.attachment h2,
body.attachment body.archive.post-type-archive-podcasts body.blog h2,
body.blog body.archive.post-type-archive-podcasts h2.entry-title,
body.blog body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.blog body.archive.post-type-archive-podcasts h2,
body.blog body.archive.post-type-archive-podcasts h2,
body.blog body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.blog body.archive.post-type-archive-podcasts h2,
body.blog body.archive.post-type-archive-podcasts body.page:not(.home) h2,
body.page:not(.home) body.blog body.archive.post-type-archive-podcasts h2,
body.blog body.archive.post-type-archive-podcasts h2,
body.blog body.archive.post-type-archive-podcasts body.single h2,
body.single body.blog body.archive.post-type-archive-podcasts h2,
body.blog body.archive.post-type-archive-podcasts body.attachment h2,
body.attachment body.blog body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.single h2.entry-title,
body.archive.post-type-archive-podcasts body.single body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h2,
body.archive.post-type-archive-podcasts body.single h2,
body.archive.post-type-archive-podcasts body.single body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h2,
body.archive.post-type-archive-podcasts body.single body.page:not(.home) h2,
body.page:not(.home) body.archive.post-type-archive-podcasts body.single h2,
body.archive.post-type-archive-podcasts body.single body.blog h2,
body.blog body.archive.post-type-archive-podcasts body.single h2,
body.archive.post-type-archive-podcasts body.single h2,
body.archive.post-type-archive-podcasts body.single body.attachment h2,
body.attachment body.archive.post-type-archive-podcasts body.single h2,
body.single body.archive.post-type-archive-podcasts h2.entry-title,
body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.single body.archive.post-type-archive-podcasts h2,
body.single body.archive.post-type-archive-podcasts h2,
body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.single body.archive.post-type-archive-podcasts h2,
body.single body.archive.post-type-archive-podcasts body.page:not(.home) h2,
body.page:not(.home) body.single body.archive.post-type-archive-podcasts h2,
body.single body.archive.post-type-archive-podcasts body.blog h2,
body.blog body.single body.archive.post-type-archive-podcasts h2,
body.single body.archive.post-type-archive-podcasts h2,
body.single body.archive.post-type-archive-podcasts body.attachment h2,
body.attachment body.single body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.attachment h2.entry-title,
body.archive.post-type-archive-podcasts body.attachment body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.attachment h2,
body.archive.post-type-archive-podcasts body.attachment h2,
body.archive.post-type-archive-podcasts body.attachment body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.attachment h2,
body.archive.post-type-archive-podcasts body.attachment body.page:not(.home) h2,
body.page:not(.home) body.archive.post-type-archive-podcasts body.attachment h2,
body.archive.post-type-archive-podcasts body.attachment body.blog h2,
body.blog body.archive.post-type-archive-podcasts body.attachment h2,
body.archive.post-type-archive-podcasts body.attachment body.single h2,
body.single body.archive.post-type-archive-podcasts body.attachment h2,
body.archive.post-type-archive-podcasts body.attachment h2,
body.attachment body.archive.post-type-archive-podcasts h2.entry-title,
body.attachment body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.attachment body.archive.post-type-archive-podcasts h2,
body.attachment body.archive.post-type-archive-podcasts h2,
body.attachment body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-podcasts h2,
body.attachment body.archive.post-type-archive-podcasts body.page:not(.home) h2,
body.page:not(.home) body.attachment body.archive.post-type-archive-podcasts h2,
body.attachment body.archive.post-type-archive-podcasts body.blog h2,
body.blog body.attachment body.archive.post-type-archive-podcasts h2,
body.attachment body.archive.post-type-archive-podcasts body.single h2,
body.single body.attachment body.archive.post-type-archive-podcasts h2,
body.attachment body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts h1.page-title,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3.page-title,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3.page-title,
body.archive.post-type-archive-podcasts h3.page-title,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3.page-title,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3.page-title,
body.archive.post-type-archive-podcasts body.page:not(.home) h3.page-title,
body.page:not(.home) body.archive.post-type-archive-podcasts h3.page-title,
body.archive.post-type-archive-podcasts body.blog h3.page-title,
body.blog body.archive.post-type-archive-podcasts h3.page-title,
body.archive.post-type-archive-podcasts body.single h3.page-title,
body.single body.archive.post-type-archive-podcasts h3.page-title,
body.archive.post-type-archive-podcasts body.attachment h3.page-title,
body.attachment body.archive.post-type-archive-podcasts h3.page-title,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2.page-title,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2.page-title,
body.archive.post-type-archive-podcasts h2.page-title,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2.page-title,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2.page-title,
body.archive.post-type-archive-podcasts body.page:not(.home) h2.page-title,
body.page:not(.home) body.archive.post-type-archive-podcasts h2.page-title,
body.archive.post-type-archive-podcasts body.blog h2.page-title,
body.blog body.archive.post-type-archive-podcasts h2.page-title,
body.archive.post-type-archive-podcasts body.single h2.page-title,
body.single body.archive.post-type-archive-podcasts h2.page-title,
body.archive.post-type-archive-podcasts body.attachment h2.page-title,
body.attachment body.archive.post-type-archive-podcasts h2.page-title,
body.page-template-where-are-they-now h1.entry-title,
body.page-template-where-are-they-now body.archive.post-type-archive-events h3.entry-title,
body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.page:not(.home) h3,
body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.blog h3,
body.blog body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h3,
body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.attachment h3,
body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.page-template-where-are-they-now h3.entry-title,
body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.page:not(.home) h3,
body.page:not(.home) body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.blog h3,
body.blog body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h3,
body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.attachment h3,
body.attachment body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3.entry-title,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.page:not(.home) h3,
body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.blog h3,
body.blog body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h3,
body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.attachment h3,
body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3.entry-title,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.page:not(.home) h3,
body.page:not(.home) body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.blog h3,
body.blog body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h3,
body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.attachment h3,
body.attachment body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now h3.entry-title,
body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.page:not(.home) h3,
body.page:not(.home) body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.blog h3,
body.blog body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.single h3,
body.single body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.attachment h3,
body.attachment body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.page:not(.home) h3.entry-title,
body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.page:not(.home) h3,
body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.page:not(.home) h3,
body.page-template-where-are-they-now body.page:not(.home) h3,
body.page-template-where-are-they-now body.page:not(.home) h3,
body.page-template-where-are-they-now body.page:not(.home) body.blog h3,
body.blog body.page-template-where-are-they-now body.page:not(.home) h3,
body.page-template-where-are-they-now body.page:not(.home) body.single h3,
body.single body.page-template-where-are-they-now body.page:not(.home) h3,
body.page-template-where-are-they-now body.page:not(.home) body.attachment h3,
body.attachment body.page-template-where-are-they-now body.page:not(.home) h3,
body.page:not(.home) body.page-template-where-are-they-now h3.entry-title,
body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.page:not(.home) body.page-template-where-are-they-now h3,
body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.page:not(.home) body.page-template-where-are-they-now h3,
body.page:not(.home) body.page-template-where-are-they-now h3,
body.page:not(.home) body.page-template-where-are-they-now h3,
body.page:not(.home) body.page-template-where-are-they-now body.blog h3,
body.blog body.page:not(.home) body.page-template-where-are-they-now h3,
body.page:not(.home) body.page-template-where-are-they-now body.single h3,
body.single body.page:not(.home) body.page-template-where-are-they-now h3,
body.page:not(.home) body.page-template-where-are-they-now body.attachment h3,
body.attachment body.page:not(.home) body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.blog h3.entry-title,
body.page-template-where-are-they-now body.blog body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.blog h3,
body.page-template-where-are-they-now body.blog body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.blog h3,
body.page-template-where-are-they-now body.blog h3,
body.page-template-where-are-they-now body.blog body.page:not(.home) h3,
body.page:not(.home) body.page-template-where-are-they-now body.blog h3,
body.page-template-where-are-they-now body.blog h3,
body.page-template-where-are-they-now body.blog body.single h3,
body.single body.page-template-where-are-they-now body.blog h3,
body.page-template-where-are-they-now body.blog body.attachment h3,
body.attachment body.page-template-where-are-they-now body.blog h3,
body.blog body.page-template-where-are-they-now h3.entry-title,
body.blog body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.blog body.page-template-where-are-they-now h3,
body.blog body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.blog body.page-template-where-are-they-now h3,
body.blog body.page-template-where-are-they-now h3,
body.blog body.page-template-where-are-they-now body.page:not(.home) h3,
body.page:not(.home) body.blog body.page-template-where-are-they-now h3,
body.blog body.page-template-where-are-they-now h3,
body.blog body.page-template-where-are-they-now body.single h3,
body.single body.blog body.page-template-where-are-they-now h3,
body.blog body.page-template-where-are-they-now body.attachment h3,
body.attachment body.blog body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.single h3.entry-title,
body.page-template-where-are-they-now body.single body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h3,
body.page-template-where-are-they-now body.single body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h3,
body.page-template-where-are-they-now body.single h3,
body.page-template-where-are-they-now body.single body.page:not(.home) h3,
body.page:not(.home) body.page-template-where-are-they-now body.single h3,
body.page-template-where-are-they-now body.single body.blog h3,
body.blog body.page-template-where-are-they-now body.single h3,
body.page-template-where-are-they-now body.single h3,
body.page-template-where-are-they-now body.single body.attachment h3,
body.attachment body.page-template-where-are-they-now body.single h3,
body.single body.page-template-where-are-they-now h3.entry-title,
body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.single body.page-template-where-are-they-now h3,
body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.single body.page-template-where-are-they-now h3,
body.single body.page-template-where-are-they-now h3,
body.single body.page-template-where-are-they-now body.page:not(.home) h3,
body.page:not(.home) body.single body.page-template-where-are-they-now h3,
body.single body.page-template-where-are-they-now body.blog h3,
body.blog body.single body.page-template-where-are-they-now h3,
body.single body.page-template-where-are-they-now h3,
body.single body.page-template-where-are-they-now body.attachment h3,
body.attachment body.single body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.attachment h3.entry-title,
body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.attachment h3,
body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.attachment h3,
body.page-template-where-are-they-now body.attachment h3,
body.page-template-where-are-they-now body.attachment body.page:not(.home) h3,
body.page:not(.home) body.page-template-where-are-they-now body.attachment h3,
body.page-template-where-are-they-now body.attachment body.blog h3,
body.blog body.page-template-where-are-they-now body.attachment h3,
body.page-template-where-are-they-now body.attachment body.single h3,
body.single body.page-template-where-are-they-now body.attachment h3,
body.page-template-where-are-they-now body.attachment h3,
body.attachment body.page-template-where-are-they-now h3.entry-title,
body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.attachment body.page-template-where-are-they-now h3,
body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.attachment body.page-template-where-are-they-now h3,
body.attachment body.page-template-where-are-they-now h3,
body.attachment body.page-template-where-are-they-now body.page:not(.home) h3,
body.page:not(.home) body.attachment body.page-template-where-are-they-now h3,
body.attachment body.page-template-where-are-they-now body.blog h3,
body.blog body.attachment body.page-template-where-are-they-now h3,
body.attachment body.page-template-where-are-they-now body.single h3,
body.single body.attachment body.page-template-where-are-they-now h3,
body.attachment body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.archive.post-type-archive-events h2.entry-title,
body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.page:not(.home) h2,
body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.blog h2,
body.blog body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h2,
body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.attachment h2,
body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.page-template-where-are-they-now h2.entry-title,
body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.page:not(.home) h2,
body.page:not(.home) body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.blog h2,
body.blog body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h2,
body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.attachment h2,
body.attachment body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2.entry-title,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.page:not(.home) h2,
body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.blog h2,
body.blog body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h2,
body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.attachment h2,
body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2.entry-title,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.page:not(.home) h2,
body.page:not(.home) body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.blog h2,
body.blog body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h2,
body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.attachment h2,
body.attachment body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now h2.entry-title,
body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.page:not(.home) h2,
body.page:not(.home) body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.blog h2,
body.blog body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.single h2,
body.single body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.attachment h2,
body.attachment body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.page:not(.home) h2.entry-title,
body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.page:not(.home) h2,
body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.page:not(.home) h2,
body.page-template-where-are-they-now body.page:not(.home) h2,
body.page-template-where-are-they-now body.page:not(.home) h2,
body.page-template-where-are-they-now body.page:not(.home) body.blog h2,
body.blog body.page-template-where-are-they-now body.page:not(.home) h2,
body.page-template-where-are-they-now body.page:not(.home) body.single h2,
body.single body.page-template-where-are-they-now body.page:not(.home) h2,
body.page-template-where-are-they-now body.page:not(.home) body.attachment h2,
body.attachment body.page-template-where-are-they-now body.page:not(.home) h2,
body.page:not(.home) body.page-template-where-are-they-now h2.entry-title,
body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.page:not(.home) body.page-template-where-are-they-now h2,
body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.page:not(.home) body.page-template-where-are-they-now h2,
body.page:not(.home) body.page-template-where-are-they-now h2,
body.page:not(.home) body.page-template-where-are-they-now h2,
body.page:not(.home) body.page-template-where-are-they-now body.blog h2,
body.blog body.page:not(.home) body.page-template-where-are-they-now h2,
body.page:not(.home) body.page-template-where-are-they-now body.single h2,
body.single body.page:not(.home) body.page-template-where-are-they-now h2,
body.page:not(.home) body.page-template-where-are-they-now body.attachment h2,
body.attachment body.page:not(.home) body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.blog h2.entry-title,
body.page-template-where-are-they-now body.blog body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.blog h2,
body.page-template-where-are-they-now body.blog body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.blog h2,
body.page-template-where-are-they-now body.blog h2,
body.page-template-where-are-they-now body.blog body.page:not(.home) h2,
body.page:not(.home) body.page-template-where-are-they-now body.blog h2,
body.page-template-where-are-they-now body.blog h2,
body.page-template-where-are-they-now body.blog body.single h2,
body.single body.page-template-where-are-they-now body.blog h2,
body.page-template-where-are-they-now body.blog body.attachment h2,
body.attachment body.page-template-where-are-they-now body.blog h2,
body.blog body.page-template-where-are-they-now h2.entry-title,
body.blog body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.blog body.page-template-where-are-they-now h2,
body.blog body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.blog body.page-template-where-are-they-now h2,
body.blog body.page-template-where-are-they-now h2,
body.blog body.page-template-where-are-they-now body.page:not(.home) h2,
body.page:not(.home) body.blog body.page-template-where-are-they-now h2,
body.blog body.page-template-where-are-they-now h2,
body.blog body.page-template-where-are-they-now body.single h2,
body.single body.blog body.page-template-where-are-they-now h2,
body.blog body.page-template-where-are-they-now body.attachment h2,
body.attachment body.blog body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.single h2.entry-title,
body.page-template-where-are-they-now body.single body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h2,
body.page-template-where-are-they-now body.single body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h2,
body.page-template-where-are-they-now body.single h2,
body.page-template-where-are-they-now body.single body.page:not(.home) h2,
body.page:not(.home) body.page-template-where-are-they-now body.single h2,
body.page-template-where-are-they-now body.single body.blog h2,
body.blog body.page-template-where-are-they-now body.single h2,
body.page-template-where-are-they-now body.single h2,
body.page-template-where-are-they-now body.single body.attachment h2,
body.attachment body.page-template-where-are-they-now body.single h2,
body.single body.page-template-where-are-they-now h2.entry-title,
body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.single body.page-template-where-are-they-now h2,
body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.single body.page-template-where-are-they-now h2,
body.single body.page-template-where-are-they-now h2,
body.single body.page-template-where-are-they-now body.page:not(.home) h2,
body.page:not(.home) body.single body.page-template-where-are-they-now h2,
body.single body.page-template-where-are-they-now body.blog h2,
body.blog body.single body.page-template-where-are-they-now h2,
body.single body.page-template-where-are-they-now h2,
body.single body.page-template-where-are-they-now body.attachment h2,
body.attachment body.single body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.attachment h2.entry-title,
body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.attachment h2,
body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.attachment h2,
body.page-template-where-are-they-now body.attachment h2,
body.page-template-where-are-they-now body.attachment body.page:not(.home) h2,
body.page:not(.home) body.page-template-where-are-they-now body.attachment h2,
body.page-template-where-are-they-now body.attachment body.blog h2,
body.blog body.page-template-where-are-they-now body.attachment h2,
body.page-template-where-are-they-now body.attachment body.single h2,
body.single body.page-template-where-are-they-now body.attachment h2,
body.page-template-where-are-they-now body.attachment h2,
body.attachment body.page-template-where-are-they-now h2.entry-title,
body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.attachment body.page-template-where-are-they-now h2,
body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.attachment body.page-template-where-are-they-now h2,
body.attachment body.page-template-where-are-they-now h2,
body.attachment body.page-template-where-are-they-now body.page:not(.home) h2,
body.page:not(.home) body.attachment body.page-template-where-are-they-now h2,
body.attachment body.page-template-where-are-they-now body.blog h2,
body.blog body.attachment body.page-template-where-are-they-now h2,
body.attachment body.page-template-where-are-they-now body.single h2,
body.single body.attachment body.page-template-where-are-they-now h2,
body.attachment body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now h1.page-title,
body.page-template-where-are-they-now body.archive.post-type-archive-events h3.page-title,
body.archive.post-type-archive-events body.page-template-where-are-they-now h3.page-title,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3.page-title,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3.page-title,
body.page-template-where-are-they-now h3.page-title,
body.page-template-where-are-they-now body.page:not(.home) h3.page-title,
body.page:not(.home) body.page-template-where-are-they-now h3.page-title,
body.page-template-where-are-they-now body.blog h3.page-title,
body.blog body.page-template-where-are-they-now h3.page-title,
body.page-template-where-are-they-now body.single h3.page-title,
body.single body.page-template-where-are-they-now h3.page-title,
body.page-template-where-are-they-now body.attachment h3.page-title,
body.attachment body.page-template-where-are-they-now h3.page-title,
body.page-template-where-are-they-now body.archive.post-type-archive-events h2.page-title,
body.archive.post-type-archive-events body.page-template-where-are-they-now h2.page-title,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2.page-title,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2.page-title,
body.page-template-where-are-they-now h2.page-title,
body.page-template-where-are-they-now body.page:not(.home) h2.page-title,
body.page:not(.home) body.page-template-where-are-they-now h2.page-title,
body.page-template-where-are-they-now body.blog h2.page-title,
body.blog body.page-template-where-are-they-now h2.page-title,
body.page-template-where-are-they-now body.single h2.page-title,
body.single body.page-template-where-are-they-now h2.page-title,
body.page-template-where-are-they-now body.attachment h2.page-title,
body.attachment body.page-template-where-are-they-now h2.page-title,
body.page:not(.home) h1.entry-title,
body.page:not(.home) body.archive.post-type-archive-events h3.entry-title,
body.page:not(.home) body.archive.post-type-archive-events h3,
body.page:not(.home) body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.page:not(.home) body.archive.post-type-archive-events h3,
body.page:not(.home) body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-events h3,
body.page:not(.home) body.archive.post-type-archive-events h3,
body.page:not(.home) body.archive.post-type-archive-events body.blog h3,
body.blog body.page:not(.home) body.archive.post-type-archive-events h3,
body.page:not(.home) body.archive.post-type-archive-events body.single h3,
body.single body.page:not(.home) body.archive.post-type-archive-events h3,
body.page:not(.home) body.archive.post-type-archive-events body.attachment h3,
body.attachment body.page:not(.home) body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.page:not(.home) h3.entry-title,
body.archive.post-type-archive-events body.page:not(.home) h3,
body.archive.post-type-archive-events body.page:not(.home) body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page:not(.home) h3,
body.archive.post-type-archive-events body.page:not(.home) body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.page:not(.home) h3,
body.archive.post-type-archive-events body.page:not(.home) h3,
body.archive.post-type-archive-events body.page:not(.home) body.blog h3,
body.blog body.archive.post-type-archive-events body.page:not(.home) h3,
body.archive.post-type-archive-events body.page:not(.home) body.single h3,
body.single body.archive.post-type-archive-events body.page:not(.home) h3,
body.archive.post-type-archive-events body.page:not(.home) body.attachment h3,
body.attachment body.archive.post-type-archive-events body.page:not(.home) h3,
body.page:not(.home) body.archive.post-type-archive-podcasts h3.entry-title,
body.page:not(.home) body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.page:not(.home) body.archive.post-type-archive-podcasts h3,
body.page:not(.home) body.archive.post-type-archive-podcasts h3,
body.page:not(.home) body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-podcasts h3,
body.page:not(.home) body.archive.post-type-archive-podcasts h3,
body.page:not(.home) body.archive.post-type-archive-podcasts body.blog h3,
body.blog body.page:not(.home) body.archive.post-type-archive-podcasts h3,
body.page:not(.home) body.archive.post-type-archive-podcasts body.single h3,
body.single body.page:not(.home) body.archive.post-type-archive-podcasts h3,
body.page:not(.home) body.archive.post-type-archive-podcasts body.attachment h3,
body.attachment body.page:not(.home) body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.page:not(.home) h3.entry-title,
body.archive.post-type-archive-podcasts body.page:not(.home) body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page:not(.home) h3,
body.archive.post-type-archive-podcasts body.page:not(.home) h3,
body.archive.post-type-archive-podcasts body.page:not(.home) body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.page:not(.home) h3,
body.archive.post-type-archive-podcasts body.page:not(.home) h3,
body.archive.post-type-archive-podcasts body.page:not(.home) body.blog h3,
body.blog body.archive.post-type-archive-podcasts body.page:not(.home) h3,
body.archive.post-type-archive-podcasts body.page:not(.home) body.single h3,
body.single body.archive.post-type-archive-podcasts body.page:not(.home) h3,
body.archive.post-type-archive-podcasts body.page:not(.home) body.attachment h3,
body.attachment body.archive.post-type-archive-podcasts body.page:not(.home) h3,
body.page:not(.home) body.page-template-where-are-they-now h3.entry-title,
body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.page:not(.home) body.page-template-where-are-they-now h3,
body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.page:not(.home) body.page-template-where-are-they-now h3,
body.page:not(.home) body.page-template-where-are-they-now h3,
body.page:not(.home) body.page-template-where-are-they-now h3,
body.page:not(.home) body.page-template-where-are-they-now body.blog h3,
body.blog body.page:not(.home) body.page-template-where-are-they-now h3,
body.page:not(.home) body.page-template-where-are-they-now body.single h3,
body.single body.page:not(.home) body.page-template-where-are-they-now h3,
body.page:not(.home) body.page-template-where-are-they-now body.attachment h3,
body.attachment body.page:not(.home) body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.page:not(.home) h3.entry-title,
body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.page:not(.home) h3,
body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.page:not(.home) h3,
body.page-template-where-are-they-now body.page:not(.home) h3,
body.page-template-where-are-they-now body.page:not(.home) h3,
body.page-template-where-are-they-now body.page:not(.home) body.blog h3,
body.blog body.page-template-where-are-they-now body.page:not(.home) h3,
body.page-template-where-are-they-now body.page:not(.home) body.single h3,
body.single body.page-template-where-are-they-now body.page:not(.home) h3,
body.page-template-where-are-they-now body.page:not(.home) body.attachment h3,
body.attachment body.page-template-where-are-they-now body.page:not(.home) h3,
body.page:not(.home) h3.entry-title,
body.page:not(.home) body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.page:not(.home) h3,
body.page:not(.home) body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.page:not(.home) h3,
body.page:not(.home) body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.page:not(.home) h3,
body.page:not(.home) h3,
body.page:not(.home) body.blog h3,
body.blog body.page:not(.home) h3,
body.page:not(.home) body.single h3,
body.single body.page:not(.home) h3,
body.page:not(.home) body.attachment h3,
body.attachment body.page:not(.home) h3,
body.page:not(.home) body.blog h3.entry-title,
body.page:not(.home) body.blog body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.page:not(.home) body.blog h3,
body.page:not(.home) body.blog body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.page:not(.home) body.blog h3,
body.page:not(.home) body.blog body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.page:not(.home) body.blog h3,
body.page:not(.home) body.blog h3,
body.page:not(.home) body.blog h3,
body.page:not(.home) body.blog body.single h3,
body.single body.page:not(.home) body.blog h3,
body.page:not(.home) body.blog body.attachment h3,
body.attachment body.page:not(.home) body.blog h3,
body.blog body.page:not(.home) h3.entry-title,
body.blog body.page:not(.home) body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.blog body.page:not(.home) h3,
body.blog body.page:not(.home) body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.blog body.page:not(.home) h3,
body.blog body.page:not(.home) body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.blog body.page:not(.home) h3,
body.blog body.page:not(.home) h3,
body.blog body.page:not(.home) h3,
body.blog body.page:not(.home) body.single h3,
body.single body.blog body.page:not(.home) h3,
body.blog body.page:not(.home) body.attachment h3,
body.attachment body.blog body.page:not(.home) h3,
body.page:not(.home) body.single h3.entry-title,
body.page:not(.home) body.single body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.page:not(.home) body.single h3,
body.page:not(.home) body.single body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.page:not(.home) body.single h3,
body.page:not(.home) body.single body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.page:not(.home) body.single h3,
body.page:not(.home) body.single h3,
body.page:not(.home) body.single body.blog h3,
body.blog body.page:not(.home) body.single h3,
body.page:not(.home) body.single h3,
body.page:not(.home) body.single body.attachment h3,
body.attachment body.page:not(.home) body.single h3,
body.single body.page:not(.home) h3.entry-title,
body.single body.page:not(.home) body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.single body.page:not(.home) h3,
body.single body.page:not(.home) body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.single body.page:not(.home) h3,
body.single body.page:not(.home) body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.single body.page:not(.home) h3,
body.single body.page:not(.home) h3,
body.single body.page:not(.home) body.blog h3,
body.blog body.single body.page:not(.home) h3,
body.single body.page:not(.home) h3,
body.single body.page:not(.home) body.attachment h3,
body.attachment body.single body.page:not(.home) h3,
body.page:not(.home) body.attachment h3.entry-title,
body.page:not(.home) body.attachment body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.page:not(.home) body.attachment h3,
body.page:not(.home) body.attachment body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.page:not(.home) body.attachment h3,
body.page:not(.home) body.attachment body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.page:not(.home) body.attachment h3,
body.page:not(.home) body.attachment h3,
body.page:not(.home) body.attachment body.blog h3,
body.blog body.page:not(.home) body.attachment h3,
body.page:not(.home) body.attachment body.single h3,
body.single body.page:not(.home) body.attachment h3,
body.page:not(.home) body.attachment h3,
body.attachment body.page:not(.home) h3.entry-title,
body.attachment body.page:not(.home) body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.attachment body.page:not(.home) h3,
body.attachment body.page:not(.home) body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.attachment body.page:not(.home) h3,
body.attachment body.page:not(.home) body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.attachment body.page:not(.home) h3,
body.attachment body.page:not(.home) h3,
body.attachment body.page:not(.home) body.blog h3,
body.blog body.attachment body.page:not(.home) h3,
body.attachment body.page:not(.home) body.single h3,
body.single body.attachment body.page:not(.home) h3,
body.attachment body.page:not(.home) h3,
body.page:not(.home) body.archive.post-type-archive-events h2.entry-title,
body.page:not(.home) body.archive.post-type-archive-events h2,
body.page:not(.home) body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.page:not(.home) body.archive.post-type-archive-events h2,
body.page:not(.home) body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-events h2,
body.page:not(.home) body.archive.post-type-archive-events h2,
body.page:not(.home) body.archive.post-type-archive-events body.blog h2,
body.blog body.page:not(.home) body.archive.post-type-archive-events h2,
body.page:not(.home) body.archive.post-type-archive-events body.single h2,
body.single body.page:not(.home) body.archive.post-type-archive-events h2,
body.page:not(.home) body.archive.post-type-archive-events body.attachment h2,
body.attachment body.page:not(.home) body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.page:not(.home) h2.entry-title,
body.archive.post-type-archive-events body.page:not(.home) h2,
body.archive.post-type-archive-events body.page:not(.home) body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page:not(.home) h2,
body.archive.post-type-archive-events body.page:not(.home) body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.page:not(.home) h2,
body.archive.post-type-archive-events body.page:not(.home) h2,
body.archive.post-type-archive-events body.page:not(.home) body.blog h2,
body.blog body.archive.post-type-archive-events body.page:not(.home) h2,
body.archive.post-type-archive-events body.page:not(.home) body.single h2,
body.single body.archive.post-type-archive-events body.page:not(.home) h2,
body.archive.post-type-archive-events body.page:not(.home) body.attachment h2,
body.attachment body.archive.post-type-archive-events body.page:not(.home) h2,
body.page:not(.home) body.archive.post-type-archive-podcasts h2.entry-title,
body.page:not(.home) body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.page:not(.home) body.archive.post-type-archive-podcasts h2,
body.page:not(.home) body.archive.post-type-archive-podcasts h2,
body.page:not(.home) body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-podcasts h2,
body.page:not(.home) body.archive.post-type-archive-podcasts h2,
body.page:not(.home) body.archive.post-type-archive-podcasts body.blog h2,
body.blog body.page:not(.home) body.archive.post-type-archive-podcasts h2,
body.page:not(.home) body.archive.post-type-archive-podcasts body.single h2,
body.single body.page:not(.home) body.archive.post-type-archive-podcasts h2,
body.page:not(.home) body.archive.post-type-archive-podcasts body.attachment h2,
body.attachment body.page:not(.home) body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.page:not(.home) h2.entry-title,
body.archive.post-type-archive-podcasts body.page:not(.home) body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page:not(.home) h2,
body.archive.post-type-archive-podcasts body.page:not(.home) h2,
body.archive.post-type-archive-podcasts body.page:not(.home) body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.page:not(.home) h2,
body.archive.post-type-archive-podcasts body.page:not(.home) h2,
body.archive.post-type-archive-podcasts body.page:not(.home) body.blog h2,
body.blog body.archive.post-type-archive-podcasts body.page:not(.home) h2,
body.archive.post-type-archive-podcasts body.page:not(.home) body.single h2,
body.single body.archive.post-type-archive-podcasts body.page:not(.home) h2,
body.archive.post-type-archive-podcasts body.page:not(.home) body.attachment h2,
body.attachment body.archive.post-type-archive-podcasts body.page:not(.home) h2,
body.page:not(.home) body.page-template-where-are-they-now h2.entry-title,
body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.page:not(.home) body.page-template-where-are-they-now h2,
body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.page:not(.home) body.page-template-where-are-they-now h2,
body.page:not(.home) body.page-template-where-are-they-now h2,
body.page:not(.home) body.page-template-where-are-they-now h2,
body.page:not(.home) body.page-template-where-are-they-now body.blog h2,
body.blog body.page:not(.home) body.page-template-where-are-they-now h2,
body.page:not(.home) body.page-template-where-are-they-now body.single h2,
body.single body.page:not(.home) body.page-template-where-are-they-now h2,
body.page:not(.home) body.page-template-where-are-they-now body.attachment h2,
body.attachment body.page:not(.home) body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.page:not(.home) h2.entry-title,
body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.page:not(.home) h2,
body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.page:not(.home) h2,
body.page-template-where-are-they-now body.page:not(.home) h2,
body.page-template-where-are-they-now body.page:not(.home) h2,
body.page-template-where-are-they-now body.page:not(.home) body.blog h2,
body.blog body.page-template-where-are-they-now body.page:not(.home) h2,
body.page-template-where-are-they-now body.page:not(.home) body.single h2,
body.single body.page-template-where-are-they-now body.page:not(.home) h2,
body.page-template-where-are-they-now body.page:not(.home) body.attachment h2,
body.attachment body.page-template-where-are-they-now body.page:not(.home) h2,
body.page:not(.home) h2.entry-title,
body.page:not(.home) body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.page:not(.home) h2,
body.page:not(.home) body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.page:not(.home) h2,
body.page:not(.home) body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.page:not(.home) h2,
body.page:not(.home) h2,
body.page:not(.home) body.blog h2,
body.blog body.page:not(.home) h2,
body.page:not(.home) body.single h2,
body.single body.page:not(.home) h2,
body.page:not(.home) body.attachment h2,
body.attachment body.page:not(.home) h2,
body.page:not(.home) body.blog h2.entry-title,
body.page:not(.home) body.blog body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.page:not(.home) body.blog h2,
body.page:not(.home) body.blog body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.page:not(.home) body.blog h2,
body.page:not(.home) body.blog body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.page:not(.home) body.blog h2,
body.page:not(.home) body.blog h2,
body.page:not(.home) body.blog h2,
body.page:not(.home) body.blog body.single h2,
body.single body.page:not(.home) body.blog h2,
body.page:not(.home) body.blog body.attachment h2,
body.attachment body.page:not(.home) body.blog h2,
body.blog body.page:not(.home) h2.entry-title,
body.blog body.page:not(.home) body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.blog body.page:not(.home) h2,
body.blog body.page:not(.home) body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.blog body.page:not(.home) h2,
body.blog body.page:not(.home) body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.blog body.page:not(.home) h2,
body.blog body.page:not(.home) h2,
body.blog body.page:not(.home) h2,
body.blog body.page:not(.home) body.single h2,
body.single body.blog body.page:not(.home) h2,
body.blog body.page:not(.home) body.attachment h2,
body.attachment body.blog body.page:not(.home) h2,
body.page:not(.home) body.single h2.entry-title,
body.page:not(.home) body.single body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.page:not(.home) body.single h2,
body.page:not(.home) body.single body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.page:not(.home) body.single h2,
body.page:not(.home) body.single body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.page:not(.home) body.single h2,
body.page:not(.home) body.single h2,
body.page:not(.home) body.single body.blog h2,
body.blog body.page:not(.home) body.single h2,
body.page:not(.home) body.single h2,
body.page:not(.home) body.single body.attachment h2,
body.attachment body.page:not(.home) body.single h2,
body.single body.page:not(.home) h2.entry-title,
body.single body.page:not(.home) body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.single body.page:not(.home) h2,
body.single body.page:not(.home) body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.single body.page:not(.home) h2,
body.single body.page:not(.home) body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.single body.page:not(.home) h2,
body.single body.page:not(.home) h2,
body.single body.page:not(.home) body.blog h2,
body.blog body.single body.page:not(.home) h2,
body.single body.page:not(.home) h2,
body.single body.page:not(.home) body.attachment h2,
body.attachment body.single body.page:not(.home) h2,
body.page:not(.home) body.attachment h2.entry-title,
body.page:not(.home) body.attachment body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.page:not(.home) body.attachment h2,
body.page:not(.home) body.attachment body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.page:not(.home) body.attachment h2,
body.page:not(.home) body.attachment body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.page:not(.home) body.attachment h2,
body.page:not(.home) body.attachment h2,
body.page:not(.home) body.attachment body.blog h2,
body.blog body.page:not(.home) body.attachment h2,
body.page:not(.home) body.attachment body.single h2,
body.single body.page:not(.home) body.attachment h2,
body.page:not(.home) body.attachment h2,
body.attachment body.page:not(.home) h2.entry-title,
body.attachment body.page:not(.home) body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.attachment body.page:not(.home) h2,
body.attachment body.page:not(.home) body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.attachment body.page:not(.home) h2,
body.attachment body.page:not(.home) body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.attachment body.page:not(.home) h2,
body.attachment body.page:not(.home) h2,
body.attachment body.page:not(.home) body.blog h2,
body.blog body.attachment body.page:not(.home) h2,
body.attachment body.page:not(.home) body.single h2,
body.single body.attachment body.page:not(.home) h2,
body.attachment body.page:not(.home) h2,
body.page:not(.home) h1.page-title,
body.page:not(.home) body.archive.post-type-archive-events h3.page-title,
body.archive.post-type-archive-events body.page:not(.home) h3.page-title,
body.page:not(.home) body.archive.post-type-archive-podcasts h3.page-title,
body.archive.post-type-archive-podcasts body.page:not(.home) h3.page-title,
body.page:not(.home) body.page-template-where-are-they-now h3.page-title,
body.page-template-where-are-they-now body.page:not(.home) h3.page-title,
body.page:not(.home) h3.page-title,
body.page:not(.home) body.blog h3.page-title,
body.blog body.page:not(.home) h3.page-title,
body.page:not(.home) body.single h3.page-title,
body.single body.page:not(.home) h3.page-title,
body.page:not(.home) body.attachment h3.page-title,
body.attachment body.page:not(.home) h3.page-title,
body.page:not(.home) body.archive.post-type-archive-events h2.page-title,
body.archive.post-type-archive-events body.page:not(.home) h2.page-title,
body.page:not(.home) body.archive.post-type-archive-podcasts h2.page-title,
body.archive.post-type-archive-podcasts body.page:not(.home) h2.page-title,
body.page:not(.home) body.page-template-where-are-they-now h2.page-title,
body.page-template-where-are-they-now body.page:not(.home) h2.page-title,
body.page:not(.home) h2.page-title,
body.page:not(.home) body.blog h2.page-title,
body.blog body.page:not(.home) h2.page-title,
body.page:not(.home) body.single h2.page-title,
body.single body.page:not(.home) h2.page-title,
body.page:not(.home) body.attachment h2.page-title,
body.attachment body.page:not(.home) h2.page-title,
body.blog h1.entry-title,
body.blog body.archive.post-type-archive-events h3.entry-title,
body.blog body.archive.post-type-archive-events h3,
body.blog body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.blog body.archive.post-type-archive-events h3,
body.blog body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.blog body.archive.post-type-archive-events h3,
body.blog body.archive.post-type-archive-events body.page:not(.home) h3,
body.page:not(.home) body.blog body.archive.post-type-archive-events h3,
body.blog body.archive.post-type-archive-events h3,
body.blog body.archive.post-type-archive-events body.single h3,
body.single body.blog body.archive.post-type-archive-events h3,
body.blog body.archive.post-type-archive-events body.attachment h3,
body.attachment body.blog body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.blog h3.entry-title,
body.archive.post-type-archive-events body.blog h3,
body.archive.post-type-archive-events body.blog body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.blog h3,
body.archive.post-type-archive-events body.blog body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.blog h3,
body.archive.post-type-archive-events body.blog body.page:not(.home) h3,
body.page:not(.home) body.archive.post-type-archive-events body.blog h3,
body.archive.post-type-archive-events body.blog h3,
body.archive.post-type-archive-events body.blog body.single h3,
body.single body.archive.post-type-archive-events body.blog h3,
body.archive.post-type-archive-events body.blog body.attachment h3,
body.attachment body.archive.post-type-archive-events body.blog h3,
body.blog body.archive.post-type-archive-podcasts h3.entry-title,
body.blog body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.blog body.archive.post-type-archive-podcasts h3,
body.blog body.archive.post-type-archive-podcasts h3,
body.blog body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.blog body.archive.post-type-archive-podcasts h3,
body.blog body.archive.post-type-archive-podcasts body.page:not(.home) h3,
body.page:not(.home) body.blog body.archive.post-type-archive-podcasts h3,
body.blog body.archive.post-type-archive-podcasts h3,
body.blog body.archive.post-type-archive-podcasts body.single h3,
body.single body.blog body.archive.post-type-archive-podcasts h3,
body.blog body.archive.post-type-archive-podcasts body.attachment h3,
body.attachment body.blog body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.blog h3.entry-title,
body.archive.post-type-archive-podcasts body.blog body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.blog h3,
body.archive.post-type-archive-podcasts body.blog h3,
body.archive.post-type-archive-podcasts body.blog body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.blog h3,
body.archive.post-type-archive-podcasts body.blog body.page:not(.home) h3,
body.page:not(.home) body.archive.post-type-archive-podcasts body.blog h3,
body.archive.post-type-archive-podcasts body.blog h3,
body.archive.post-type-archive-podcasts body.blog body.single h3,
body.single body.archive.post-type-archive-podcasts body.blog h3,
body.archive.post-type-archive-podcasts body.blog body.attachment h3,
body.attachment body.archive.post-type-archive-podcasts body.blog h3,
body.blog body.page-template-where-are-they-now h3.entry-title,
body.blog body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.blog body.page-template-where-are-they-now h3,
body.blog body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.blog body.page-template-where-are-they-now h3,
body.blog body.page-template-where-are-they-now h3,
body.blog body.page-template-where-are-they-now body.page:not(.home) h3,
body.page:not(.home) body.blog body.page-template-where-are-they-now h3,
body.blog body.page-template-where-are-they-now h3,
body.blog body.page-template-where-are-they-now body.single h3,
body.single body.blog body.page-template-where-are-they-now h3,
body.blog body.page-template-where-are-they-now body.attachment h3,
body.attachment body.blog body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.blog h3.entry-title,
body.page-template-where-are-they-now body.blog body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.blog h3,
body.page-template-where-are-they-now body.blog body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.blog h3,
body.page-template-where-are-they-now body.blog h3,
body.page-template-where-are-they-now body.blog body.page:not(.home) h3,
body.page:not(.home) body.page-template-where-are-they-now body.blog h3,
body.page-template-where-are-they-now body.blog h3,
body.page-template-where-are-they-now body.blog body.single h3,
body.single body.page-template-where-are-they-now body.blog h3,
body.page-template-where-are-they-now body.blog body.attachment h3,
body.attachment body.page-template-where-are-they-now body.blog h3,
body.blog body.page:not(.home) h3.entry-title,
body.blog body.page:not(.home) body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.blog body.page:not(.home) h3,
body.blog body.page:not(.home) body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.blog body.page:not(.home) h3,
body.blog body.page:not(.home) body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.blog body.page:not(.home) h3,
body.blog body.page:not(.home) h3,
body.blog body.page:not(.home) h3,
body.blog body.page:not(.home) body.single h3,
body.single body.blog body.page:not(.home) h3,
body.blog body.page:not(.home) body.attachment h3,
body.attachment body.blog body.page:not(.home) h3,
body.page:not(.home) body.blog h3.entry-title,
body.page:not(.home) body.blog body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.page:not(.home) body.blog h3,
body.page:not(.home) body.blog body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.page:not(.home) body.blog h3,
body.page:not(.home) body.blog body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.page:not(.home) body.blog h3,
body.page:not(.home) body.blog h3,
body.page:not(.home) body.blog h3,
body.page:not(.home) body.blog body.single h3,
body.single body.page:not(.home) body.blog h3,
body.page:not(.home) body.blog body.attachment h3,
body.attachment body.page:not(.home) body.blog h3,
body.blog h3.entry-title,
body.blog body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.blog h3,
body.blog body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.blog h3,
body.blog body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.blog h3,
body.blog body.page:not(.home) h3,
body.page:not(.home) body.blog h3,
body.blog h3,
body.blog body.single h3,
body.single body.blog h3,
body.blog body.attachment h3,
body.attachment body.blog h3,
body.blog body.single h3.entry-title,
body.blog body.single body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.blog body.single h3,
body.blog body.single body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.blog body.single h3,
body.blog body.single body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.blog body.single h3,
body.blog body.single body.page:not(.home) h3,
body.page:not(.home) body.blog body.single h3,
body.blog body.single h3,
body.blog body.single h3,
body.blog body.single body.attachment h3,
body.attachment body.blog body.single h3,
body.single body.blog h3.entry-title,
body.single body.blog body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.single body.blog h3,
body.single body.blog body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.single body.blog h3,
body.single body.blog body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.single body.blog h3,
body.single body.blog body.page:not(.home) h3,
body.page:not(.home) body.single body.blog h3,
body.single body.blog h3,
body.single body.blog h3,
body.single body.blog body.attachment h3,
body.attachment body.single body.blog h3,
body.blog body.attachment h3.entry-title,
body.blog body.attachment body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.blog body.attachment h3,
body.blog body.attachment body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.blog body.attachment h3,
body.blog body.attachment body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.blog body.attachment h3,
body.blog body.attachment body.page:not(.home) h3,
body.page:not(.home) body.blog body.attachment h3,
body.blog body.attachment h3,
body.blog body.attachment body.single h3,
body.single body.blog body.attachment h3,
body.blog body.attachment h3,
body.attachment body.blog h3.entry-title,
body.attachment body.blog body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.attachment body.blog h3,
body.attachment body.blog body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.attachment body.blog h3,
body.attachment body.blog body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.attachment body.blog h3,
body.attachment body.blog body.page:not(.home) h3,
body.page:not(.home) body.attachment body.blog h3,
body.attachment body.blog h3,
body.attachment body.blog body.single h3,
body.single body.attachment body.blog h3,
body.attachment body.blog h3,
body.blog body.archive.post-type-archive-events h2.entry-title,
body.blog body.archive.post-type-archive-events h2,
body.blog body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.blog body.archive.post-type-archive-events h2,
body.blog body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.blog body.archive.post-type-archive-events h2,
body.blog body.archive.post-type-archive-events body.page:not(.home) h2,
body.page:not(.home) body.blog body.archive.post-type-archive-events h2,
body.blog body.archive.post-type-archive-events h2,
body.blog body.archive.post-type-archive-events body.single h2,
body.single body.blog body.archive.post-type-archive-events h2,
body.blog body.archive.post-type-archive-events body.attachment h2,
body.attachment body.blog body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.blog h2.entry-title,
body.archive.post-type-archive-events body.blog h2,
body.archive.post-type-archive-events body.blog body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.blog h2,
body.archive.post-type-archive-events body.blog body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.blog h2,
body.archive.post-type-archive-events body.blog body.page:not(.home) h2,
body.page:not(.home) body.archive.post-type-archive-events body.blog h2,
body.archive.post-type-archive-events body.blog h2,
body.archive.post-type-archive-events body.blog body.single h2,
body.single body.archive.post-type-archive-events body.blog h2,
body.archive.post-type-archive-events body.blog body.attachment h2,
body.attachment body.archive.post-type-archive-events body.blog h2,
body.blog body.archive.post-type-archive-podcasts h2.entry-title,
body.blog body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.blog body.archive.post-type-archive-podcasts h2,
body.blog body.archive.post-type-archive-podcasts h2,
body.blog body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.blog body.archive.post-type-archive-podcasts h2,
body.blog body.archive.post-type-archive-podcasts body.page:not(.home) h2,
body.page:not(.home) body.blog body.archive.post-type-archive-podcasts h2,
body.blog body.archive.post-type-archive-podcasts h2,
body.blog body.archive.post-type-archive-podcasts body.single h2,
body.single body.blog body.archive.post-type-archive-podcasts h2,
body.blog body.archive.post-type-archive-podcasts body.attachment h2,
body.attachment body.blog body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.blog h2.entry-title,
body.archive.post-type-archive-podcasts body.blog body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.blog h2,
body.archive.post-type-archive-podcasts body.blog h2,
body.archive.post-type-archive-podcasts body.blog body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.blog h2,
body.archive.post-type-archive-podcasts body.blog body.page:not(.home) h2,
body.page:not(.home) body.archive.post-type-archive-podcasts body.blog h2,
body.archive.post-type-archive-podcasts body.blog h2,
body.archive.post-type-archive-podcasts body.blog body.single h2,
body.single body.archive.post-type-archive-podcasts body.blog h2,
body.archive.post-type-archive-podcasts body.blog body.attachment h2,
body.attachment body.archive.post-type-archive-podcasts body.blog h2,
body.blog body.page-template-where-are-they-now h2.entry-title,
body.blog body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.blog body.page-template-where-are-they-now h2,
body.blog body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.blog body.page-template-where-are-they-now h2,
body.blog body.page-template-where-are-they-now h2,
body.blog body.page-template-where-are-they-now body.page:not(.home) h2,
body.page:not(.home) body.blog body.page-template-where-are-they-now h2,
body.blog body.page-template-where-are-they-now h2,
body.blog body.page-template-where-are-they-now body.single h2,
body.single body.blog body.page-template-where-are-they-now h2,
body.blog body.page-template-where-are-they-now body.attachment h2,
body.attachment body.blog body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.blog h2.entry-title,
body.page-template-where-are-they-now body.blog body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.blog h2,
body.page-template-where-are-they-now body.blog body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.blog h2,
body.page-template-where-are-they-now body.blog h2,
body.page-template-where-are-they-now body.blog body.page:not(.home) h2,
body.page:not(.home) body.page-template-where-are-they-now body.blog h2,
body.page-template-where-are-they-now body.blog h2,
body.page-template-where-are-they-now body.blog body.single h2,
body.single body.page-template-where-are-they-now body.blog h2,
body.page-template-where-are-they-now body.blog body.attachment h2,
body.attachment body.page-template-where-are-they-now body.blog h2,
body.blog body.page:not(.home) h2.entry-title,
body.blog body.page:not(.home) body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.blog body.page:not(.home) h2,
body.blog body.page:not(.home) body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.blog body.page:not(.home) h2,
body.blog body.page:not(.home) body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.blog body.page:not(.home) h2,
body.blog body.page:not(.home) h2,
body.blog body.page:not(.home) h2,
body.blog body.page:not(.home) body.single h2,
body.single body.blog body.page:not(.home) h2,
body.blog body.page:not(.home) body.attachment h2,
body.attachment body.blog body.page:not(.home) h2,
body.page:not(.home) body.blog h2.entry-title,
body.page:not(.home) body.blog body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.page:not(.home) body.blog h2,
body.page:not(.home) body.blog body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.page:not(.home) body.blog h2,
body.page:not(.home) body.blog body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.page:not(.home) body.blog h2,
body.page:not(.home) body.blog h2,
body.page:not(.home) body.blog h2,
body.page:not(.home) body.blog body.single h2,
body.single body.page:not(.home) body.blog h2,
body.page:not(.home) body.blog body.attachment h2,
body.attachment body.page:not(.home) body.blog h2,
body.blog h2.entry-title,
body.blog body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.blog h2,
body.blog body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.blog h2,
body.blog body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.blog h2,
body.blog body.page:not(.home) h2,
body.page:not(.home) body.blog h2,
body.blog h2,
body.blog body.single h2,
body.single body.blog h2,
body.blog body.attachment h2,
body.attachment body.blog h2,
body.blog body.single h2.entry-title,
body.blog body.single body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.blog body.single h2,
body.blog body.single body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.blog body.single h2,
body.blog body.single body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.blog body.single h2,
body.blog body.single body.page:not(.home) h2,
body.page:not(.home) body.blog body.single h2,
body.blog body.single h2,
body.blog body.single h2,
body.blog body.single body.attachment h2,
body.attachment body.blog body.single h2,
body.single body.blog h2.entry-title,
body.single body.blog body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.single body.blog h2,
body.single body.blog body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.single body.blog h2,
body.single body.blog body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.single body.blog h2,
body.single body.blog body.page:not(.home) h2,
body.page:not(.home) body.single body.blog h2,
body.single body.blog h2,
body.single body.blog h2,
body.single body.blog body.attachment h2,
body.attachment body.single body.blog h2,
body.blog body.attachment h2.entry-title,
body.blog body.attachment body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.blog body.attachment h2,
body.blog body.attachment body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.blog body.attachment h2,
body.blog body.attachment body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.blog body.attachment h2,
body.blog body.attachment body.page:not(.home) h2,
body.page:not(.home) body.blog body.attachment h2,
body.blog body.attachment h2,
body.blog body.attachment body.single h2,
body.single body.blog body.attachment h2,
body.blog body.attachment h2,
body.attachment body.blog h2.entry-title,
body.attachment body.blog body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.attachment body.blog h2,
body.attachment body.blog body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.attachment body.blog h2,
body.attachment body.blog body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.attachment body.blog h2,
body.attachment body.blog body.page:not(.home) h2,
body.page:not(.home) body.attachment body.blog h2,
body.attachment body.blog h2,
body.attachment body.blog body.single h2,
body.single body.attachment body.blog h2,
body.attachment body.blog h2,
body.blog h1.page-title,
body.blog body.archive.post-type-archive-events h3.page-title,
body.archive.post-type-archive-events body.blog h3.page-title,
body.blog body.archive.post-type-archive-podcasts h3.page-title,
body.archive.post-type-archive-podcasts body.blog h3.page-title,
body.blog body.page-template-where-are-they-now h3.page-title,
body.page-template-where-are-they-now body.blog h3.page-title,
body.blog body.page:not(.home) h3.page-title,
body.page:not(.home) body.blog h3.page-title,
body.blog h3.page-title,
body.blog body.single h3.page-title,
body.single body.blog h3.page-title,
body.blog body.attachment h3.page-title,
body.attachment body.blog h3.page-title,
body.blog body.archive.post-type-archive-events h2.page-title,
body.archive.post-type-archive-events body.blog h2.page-title,
body.blog body.archive.post-type-archive-podcasts h2.page-title,
body.archive.post-type-archive-podcasts body.blog h2.page-title,
body.blog body.page-template-where-are-they-now h2.page-title,
body.page-template-where-are-they-now body.blog h2.page-title,
body.blog body.page:not(.home) h2.page-title,
body.page:not(.home) body.blog h2.page-title,
body.blog h2.page-title,
body.blog body.single h2.page-title,
body.single body.blog h2.page-title,
body.blog body.attachment h2.page-title,
body.attachment body.blog h2.page-title,
body.single h1.entry-title,
body.single body.archive.post-type-archive-events h3.entry-title,
body.single body.archive.post-type-archive-events h3,
body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.single body.archive.post-type-archive-events h3,
body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.single body.archive.post-type-archive-events h3,
body.single body.archive.post-type-archive-events body.page:not(.home) h3,
body.page:not(.home) body.single body.archive.post-type-archive-events h3,
body.single body.archive.post-type-archive-events body.blog h3,
body.blog body.single body.archive.post-type-archive-events h3,
body.single body.archive.post-type-archive-events h3,
body.single body.archive.post-type-archive-events body.attachment h3,
body.attachment body.single body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.single h3.entry-title,
body.archive.post-type-archive-events body.single h3,
body.archive.post-type-archive-events body.single body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h3,
body.archive.post-type-archive-events body.single body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h3,
body.archive.post-type-archive-events body.single body.page:not(.home) h3,
body.page:not(.home) body.archive.post-type-archive-events body.single h3,
body.archive.post-type-archive-events body.single body.blog h3,
body.blog body.archive.post-type-archive-events body.single h3,
body.archive.post-type-archive-events body.single h3,
body.archive.post-type-archive-events body.single body.attachment h3,
body.attachment body.archive.post-type-archive-events body.single h3,
body.single body.archive.post-type-archive-podcasts h3.entry-title,
body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.single body.archive.post-type-archive-podcasts h3,
body.single body.archive.post-type-archive-podcasts h3,
body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.single body.archive.post-type-archive-podcasts h3,
body.single body.archive.post-type-archive-podcasts body.page:not(.home) h3,
body.page:not(.home) body.single body.archive.post-type-archive-podcasts h3,
body.single body.archive.post-type-archive-podcasts body.blog h3,
body.blog body.single body.archive.post-type-archive-podcasts h3,
body.single body.archive.post-type-archive-podcasts h3,
body.single body.archive.post-type-archive-podcasts body.attachment h3,
body.attachment body.single body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.single h3.entry-title,
body.archive.post-type-archive-podcasts body.single body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h3,
body.archive.post-type-archive-podcasts body.single h3,
body.archive.post-type-archive-podcasts body.single body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h3,
body.archive.post-type-archive-podcasts body.single body.page:not(.home) h3,
body.page:not(.home) body.archive.post-type-archive-podcasts body.single h3,
body.archive.post-type-archive-podcasts body.single body.blog h3,
body.blog body.archive.post-type-archive-podcasts body.single h3,
body.archive.post-type-archive-podcasts body.single h3,
body.archive.post-type-archive-podcasts body.single body.attachment h3,
body.attachment body.archive.post-type-archive-podcasts body.single h3,
body.single body.page-template-where-are-they-now h3.entry-title,
body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.single body.page-template-where-are-they-now h3,
body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.single body.page-template-where-are-they-now h3,
body.single body.page-template-where-are-they-now h3,
body.single body.page-template-where-are-they-now body.page:not(.home) h3,
body.page:not(.home) body.single body.page-template-where-are-they-now h3,
body.single body.page-template-where-are-they-now body.blog h3,
body.blog body.single body.page-template-where-are-they-now h3,
body.single body.page-template-where-are-they-now h3,
body.single body.page-template-where-are-they-now body.attachment h3,
body.attachment body.single body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.single h3.entry-title,
body.page-template-where-are-they-now body.single body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h3,
body.page-template-where-are-they-now body.single body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h3,
body.page-template-where-are-they-now body.single h3,
body.page-template-where-are-they-now body.single body.page:not(.home) h3,
body.page:not(.home) body.page-template-where-are-they-now body.single h3,
body.page-template-where-are-they-now body.single body.blog h3,
body.blog body.page-template-where-are-they-now body.single h3,
body.page-template-where-are-they-now body.single h3,
body.page-template-where-are-they-now body.single body.attachment h3,
body.attachment body.page-template-where-are-they-now body.single h3,
body.single body.page:not(.home) h3.entry-title,
body.single body.page:not(.home) body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.single body.page:not(.home) h3,
body.single body.page:not(.home) body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.single body.page:not(.home) h3,
body.single body.page:not(.home) body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.single body.page:not(.home) h3,
body.single body.page:not(.home) h3,
body.single body.page:not(.home) body.blog h3,
body.blog body.single body.page:not(.home) h3,
body.single body.page:not(.home) h3,
body.single body.page:not(.home) body.attachment h3,
body.attachment body.single body.page:not(.home) h3,
body.page:not(.home) body.single h3.entry-title,
body.page:not(.home) body.single body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.page:not(.home) body.single h3,
body.page:not(.home) body.single body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.page:not(.home) body.single h3,
body.page:not(.home) body.single body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.page:not(.home) body.single h3,
body.page:not(.home) body.single h3,
body.page:not(.home) body.single body.blog h3,
body.blog body.page:not(.home) body.single h3,
body.page:not(.home) body.single h3,
body.page:not(.home) body.single body.attachment h3,
body.attachment body.page:not(.home) body.single h3,
body.single body.blog h3.entry-title,
body.single body.blog body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.single body.blog h3,
body.single body.blog body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.single body.blog h3,
body.single body.blog body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.single body.blog h3,
body.single body.blog body.page:not(.home) h3,
body.page:not(.home) body.single body.blog h3,
body.single body.blog h3,
body.single body.blog h3,
body.single body.blog body.attachment h3,
body.attachment body.single body.blog h3,
body.blog body.single h3.entry-title,
body.blog body.single body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.blog body.single h3,
body.blog body.single body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.blog body.single h3,
body.blog body.single body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.blog body.single h3,
body.blog body.single body.page:not(.home) h3,
body.page:not(.home) body.blog body.single h3,
body.blog body.single h3,
body.blog body.single h3,
body.blog body.single body.attachment h3,
body.attachment body.blog body.single h3,
body.single h3.entry-title,
body.single body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.single h3,
body.single body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.single h3,
body.single body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.single h3,
body.single body.page:not(.home) h3,
body.page:not(.home) body.single h3,
body.single body.blog h3,
body.blog body.single h3,
body.single h3,
body.single body.attachment h3,
body.attachment body.single h3,
body.single body.attachment h3.entry-title,
body.single body.attachment body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.single body.attachment h3,
body.single body.attachment body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.single body.attachment h3,
body.single body.attachment body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.single body.attachment h3,
body.single body.attachment body.page:not(.home) h3,
body.page:not(.home) body.single body.attachment h3,
body.single body.attachment body.blog h3,
body.blog body.single body.attachment h3,
body.single body.attachment h3,
body.single body.attachment h3,
body.attachment body.single h3.entry-title,
body.attachment body.single body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.attachment body.single h3,
body.attachment body.single body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.attachment body.single h3,
body.attachment body.single body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.attachment body.single h3,
body.attachment body.single body.page:not(.home) h3,
body.page:not(.home) body.attachment body.single h3,
body.attachment body.single body.blog h3,
body.blog body.attachment body.single h3,
body.attachment body.single h3,
body.attachment body.single h3,
body.single body.archive.post-type-archive-events h2.entry-title,
body.single body.archive.post-type-archive-events h2,
body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.single body.archive.post-type-archive-events h2,
body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.single body.archive.post-type-archive-events h2,
body.single body.archive.post-type-archive-events body.page:not(.home) h2,
body.page:not(.home) body.single body.archive.post-type-archive-events h2,
body.single body.archive.post-type-archive-events body.blog h2,
body.blog body.single body.archive.post-type-archive-events h2,
body.single body.archive.post-type-archive-events h2,
body.single body.archive.post-type-archive-events body.attachment h2,
body.attachment body.single body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.single h2.entry-title,
body.archive.post-type-archive-events body.single h2,
body.archive.post-type-archive-events body.single body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h2,
body.archive.post-type-archive-events body.single body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h2,
body.archive.post-type-archive-events body.single body.page:not(.home) h2,
body.page:not(.home) body.archive.post-type-archive-events body.single h2,
body.archive.post-type-archive-events body.single body.blog h2,
body.blog body.archive.post-type-archive-events body.single h2,
body.archive.post-type-archive-events body.single h2,
body.archive.post-type-archive-events body.single body.attachment h2,
body.attachment body.archive.post-type-archive-events body.single h2,
body.single body.archive.post-type-archive-podcasts h2.entry-title,
body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.single body.archive.post-type-archive-podcasts h2,
body.single body.archive.post-type-archive-podcasts h2,
body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.single body.archive.post-type-archive-podcasts h2,
body.single body.archive.post-type-archive-podcasts body.page:not(.home) h2,
body.page:not(.home) body.single body.archive.post-type-archive-podcasts h2,
body.single body.archive.post-type-archive-podcasts body.blog h2,
body.blog body.single body.archive.post-type-archive-podcasts h2,
body.single body.archive.post-type-archive-podcasts h2,
body.single body.archive.post-type-archive-podcasts body.attachment h2,
body.attachment body.single body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.single h2.entry-title,
body.archive.post-type-archive-podcasts body.single body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h2,
body.archive.post-type-archive-podcasts body.single h2,
body.archive.post-type-archive-podcasts body.single body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h2,
body.archive.post-type-archive-podcasts body.single body.page:not(.home) h2,
body.page:not(.home) body.archive.post-type-archive-podcasts body.single h2,
body.archive.post-type-archive-podcasts body.single body.blog h2,
body.blog body.archive.post-type-archive-podcasts body.single h2,
body.archive.post-type-archive-podcasts body.single h2,
body.archive.post-type-archive-podcasts body.single body.attachment h2,
body.attachment body.archive.post-type-archive-podcasts body.single h2,
body.single body.page-template-where-are-they-now h2.entry-title,
body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.single body.page-template-where-are-they-now h2,
body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.single body.page-template-where-are-they-now h2,
body.single body.page-template-where-are-they-now h2,
body.single body.page-template-where-are-they-now body.page:not(.home) h2,
body.page:not(.home) body.single body.page-template-where-are-they-now h2,
body.single body.page-template-where-are-they-now body.blog h2,
body.blog body.single body.page-template-where-are-they-now h2,
body.single body.page-template-where-are-they-now h2,
body.single body.page-template-where-are-they-now body.attachment h2,
body.attachment body.single body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.single h2.entry-title,
body.page-template-where-are-they-now body.single body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h2,
body.page-template-where-are-they-now body.single body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h2,
body.page-template-where-are-they-now body.single h2,
body.page-template-where-are-they-now body.single body.page:not(.home) h2,
body.page:not(.home) body.page-template-where-are-they-now body.single h2,
body.page-template-where-are-they-now body.single body.blog h2,
body.blog body.page-template-where-are-they-now body.single h2,
body.page-template-where-are-they-now body.single h2,
body.page-template-where-are-they-now body.single body.attachment h2,
body.attachment body.page-template-where-are-they-now body.single h2,
body.single body.page:not(.home) h2.entry-title,
body.single body.page:not(.home) body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.single body.page:not(.home) h2,
body.single body.page:not(.home) body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.single body.page:not(.home) h2,
body.single body.page:not(.home) body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.single body.page:not(.home) h2,
body.single body.page:not(.home) h2,
body.single body.page:not(.home) body.blog h2,
body.blog body.single body.page:not(.home) h2,
body.single body.page:not(.home) h2,
body.single body.page:not(.home) body.attachment h2,
body.attachment body.single body.page:not(.home) h2,
body.page:not(.home) body.single h2.entry-title,
body.page:not(.home) body.single body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.page:not(.home) body.single h2,
body.page:not(.home) body.single body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.page:not(.home) body.single h2,
body.page:not(.home) body.single body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.page:not(.home) body.single h2,
body.page:not(.home) body.single h2,
body.page:not(.home) body.single body.blog h2,
body.blog body.page:not(.home) body.single h2,
body.page:not(.home) body.single h2,
body.page:not(.home) body.single body.attachment h2,
body.attachment body.page:not(.home) body.single h2,
body.single body.blog h2.entry-title,
body.single body.blog body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.single body.blog h2,
body.single body.blog body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.single body.blog h2,
body.single body.blog body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.single body.blog h2,
body.single body.blog body.page:not(.home) h2,
body.page:not(.home) body.single body.blog h2,
body.single body.blog h2,
body.single body.blog h2,
body.single body.blog body.attachment h2,
body.attachment body.single body.blog h2,
body.blog body.single h2.entry-title,
body.blog body.single body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.blog body.single h2,
body.blog body.single body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.blog body.single h2,
body.blog body.single body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.blog body.single h2,
body.blog body.single body.page:not(.home) h2,
body.page:not(.home) body.blog body.single h2,
body.blog body.single h2,
body.blog body.single h2,
body.blog body.single body.attachment h2,
body.attachment body.blog body.single h2,
body.single h2.entry-title,
body.single body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.single h2,
body.single body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.single h2,
body.single body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.single h2,
body.single body.page:not(.home) h2,
body.page:not(.home) body.single h2,
body.single body.blog h2,
body.blog body.single h2,
body.single h2,
body.single body.attachment h2,
body.attachment body.single h2,
body.single body.attachment h2.entry-title,
body.single body.attachment body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.single body.attachment h2,
body.single body.attachment body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.single body.attachment h2,
body.single body.attachment body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.single body.attachment h2,
body.single body.attachment body.page:not(.home) h2,
body.page:not(.home) body.single body.attachment h2,
body.single body.attachment body.blog h2,
body.blog body.single body.attachment h2,
body.single body.attachment h2,
body.single body.attachment h2,
body.attachment body.single h2.entry-title,
body.attachment body.single body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.attachment body.single h2,
body.attachment body.single body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.attachment body.single h2,
body.attachment body.single body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.attachment body.single h2,
body.attachment body.single body.page:not(.home) h2,
body.page:not(.home) body.attachment body.single h2,
body.attachment body.single body.blog h2,
body.blog body.attachment body.single h2,
body.attachment body.single h2,
body.attachment body.single h2,
body.single h1.page-title,
body.single body.archive.post-type-archive-events h3.page-title,
body.archive.post-type-archive-events body.single h3.page-title,
body.single body.archive.post-type-archive-podcasts h3.page-title,
body.archive.post-type-archive-podcasts body.single h3.page-title,
body.single body.page-template-where-are-they-now h3.page-title,
body.page-template-where-are-they-now body.single h3.page-title,
body.single body.page:not(.home) h3.page-title,
body.page:not(.home) body.single h3.page-title,
body.single body.blog h3.page-title,
body.blog body.single h3.page-title,
body.single h3.page-title,
body.single body.attachment h3.page-title,
body.attachment body.single h3.page-title,
body.single body.archive.post-type-archive-events h2.page-title,
body.archive.post-type-archive-events body.single h2.page-title,
body.single body.archive.post-type-archive-podcasts h2.page-title,
body.archive.post-type-archive-podcasts body.single h2.page-title,
body.single body.page-template-where-are-they-now h2.page-title,
body.page-template-where-are-they-now body.single h2.page-title,
body.single body.page:not(.home) h2.page-title,
body.page:not(.home) body.single h2.page-title,
body.single body.blog h2.page-title,
body.blog body.single h2.page-title,
body.single h2.page-title,
body.single body.attachment h2.page-title,
body.attachment body.single h2.page-title,
body.attachment h1.entry-title,
body.attachment body.archive.post-type-archive-events h3.entry-title,
body.attachment body.archive.post-type-archive-events h3,
body.attachment body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.attachment body.archive.post-type-archive-events h3,
body.attachment body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-events h3,
body.attachment body.archive.post-type-archive-events body.page:not(.home) h3,
body.page:not(.home) body.attachment body.archive.post-type-archive-events h3,
body.attachment body.archive.post-type-archive-events body.blog h3,
body.blog body.attachment body.archive.post-type-archive-events h3,
body.attachment body.archive.post-type-archive-events body.single h3,
body.single body.attachment body.archive.post-type-archive-events h3,
body.attachment body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.attachment h3.entry-title,
body.archive.post-type-archive-events body.attachment h3,
body.archive.post-type-archive-events body.attachment body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.attachment h3,
body.archive.post-type-archive-events body.attachment body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.attachment h3,
body.archive.post-type-archive-events body.attachment body.page:not(.home) h3,
body.page:not(.home) body.archive.post-type-archive-events body.attachment h3,
body.archive.post-type-archive-events body.attachment body.blog h3,
body.blog body.archive.post-type-archive-events body.attachment h3,
body.archive.post-type-archive-events body.attachment body.single h3,
body.single body.archive.post-type-archive-events body.attachment h3,
body.archive.post-type-archive-events body.attachment h3,
body.attachment body.archive.post-type-archive-podcasts h3.entry-title,
body.attachment body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.attachment body.archive.post-type-archive-podcasts h3,
body.attachment body.archive.post-type-archive-podcasts h3,
body.attachment body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-podcasts h3,
body.attachment body.archive.post-type-archive-podcasts body.page:not(.home) h3,
body.page:not(.home) body.attachment body.archive.post-type-archive-podcasts h3,
body.attachment body.archive.post-type-archive-podcasts body.blog h3,
body.blog body.attachment body.archive.post-type-archive-podcasts h3,
body.attachment body.archive.post-type-archive-podcasts body.single h3,
body.single body.attachment body.archive.post-type-archive-podcasts h3,
body.attachment body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.attachment h3.entry-title,
body.archive.post-type-archive-podcasts body.attachment body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.attachment h3,
body.archive.post-type-archive-podcasts body.attachment h3,
body.archive.post-type-archive-podcasts body.attachment body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.attachment h3,
body.archive.post-type-archive-podcasts body.attachment body.page:not(.home) h3,
body.page:not(.home) body.archive.post-type-archive-podcasts body.attachment h3,
body.archive.post-type-archive-podcasts body.attachment body.blog h3,
body.blog body.archive.post-type-archive-podcasts body.attachment h3,
body.archive.post-type-archive-podcasts body.attachment body.single h3,
body.single body.archive.post-type-archive-podcasts body.attachment h3,
body.archive.post-type-archive-podcasts body.attachment h3,
body.attachment body.page-template-where-are-they-now h3.entry-title,
body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.attachment body.page-template-where-are-they-now h3,
body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.attachment body.page-template-where-are-they-now h3,
body.attachment body.page-template-where-are-they-now h3,
body.attachment body.page-template-where-are-they-now body.page:not(.home) h3,
body.page:not(.home) body.attachment body.page-template-where-are-they-now h3,
body.attachment body.page-template-where-are-they-now body.blog h3,
body.blog body.attachment body.page-template-where-are-they-now h3,
body.attachment body.page-template-where-are-they-now body.single h3,
body.single body.attachment body.page-template-where-are-they-now h3,
body.attachment body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.attachment h3.entry-title,
body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.attachment h3,
body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.attachment h3,
body.page-template-where-are-they-now body.attachment h3,
body.page-template-where-are-they-now body.attachment body.page:not(.home) h3,
body.page:not(.home) body.page-template-where-are-they-now body.attachment h3,
body.page-template-where-are-they-now body.attachment body.blog h3,
body.blog body.page-template-where-are-they-now body.attachment h3,
body.page-template-where-are-they-now body.attachment body.single h3,
body.single body.page-template-where-are-they-now body.attachment h3,
body.page-template-where-are-they-now body.attachment h3,
body.attachment body.page:not(.home) h3.entry-title,
body.attachment body.page:not(.home) body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.attachment body.page:not(.home) h3,
body.attachment body.page:not(.home) body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.attachment body.page:not(.home) h3,
body.attachment body.page:not(.home) body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.attachment body.page:not(.home) h3,
body.attachment body.page:not(.home) h3,
body.attachment body.page:not(.home) body.blog h3,
body.blog body.attachment body.page:not(.home) h3,
body.attachment body.page:not(.home) body.single h3,
body.single body.attachment body.page:not(.home) h3,
body.attachment body.page:not(.home) h3,
body.page:not(.home) body.attachment h3.entry-title,
body.page:not(.home) body.attachment body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.page:not(.home) body.attachment h3,
body.page:not(.home) body.attachment body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.page:not(.home) body.attachment h3,
body.page:not(.home) body.attachment body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.page:not(.home) body.attachment h3,
body.page:not(.home) body.attachment h3,
body.page:not(.home) body.attachment body.blog h3,
body.blog body.page:not(.home) body.attachment h3,
body.page:not(.home) body.attachment body.single h3,
body.single body.page:not(.home) body.attachment h3,
body.page:not(.home) body.attachment h3,
body.attachment body.blog h3.entry-title,
body.attachment body.blog body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.attachment body.blog h3,
body.attachment body.blog body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.attachment body.blog h3,
body.attachment body.blog body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.attachment body.blog h3,
body.attachment body.blog body.page:not(.home) h3,
body.page:not(.home) body.attachment body.blog h3,
body.attachment body.blog h3,
body.attachment body.blog body.single h3,
body.single body.attachment body.blog h3,
body.attachment body.blog h3,
body.blog body.attachment h3.entry-title,
body.blog body.attachment body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.blog body.attachment h3,
body.blog body.attachment body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.blog body.attachment h3,
body.blog body.attachment body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.blog body.attachment h3,
body.blog body.attachment body.page:not(.home) h3,
body.page:not(.home) body.blog body.attachment h3,
body.blog body.attachment h3,
body.blog body.attachment body.single h3,
body.single body.blog body.attachment h3,
body.blog body.attachment h3,
body.attachment body.single h3.entry-title,
body.attachment body.single body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.attachment body.single h3,
body.attachment body.single body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.attachment body.single h3,
body.attachment body.single body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.attachment body.single h3,
body.attachment body.single body.page:not(.home) h3,
body.page:not(.home) body.attachment body.single h3,
body.attachment body.single body.blog h3,
body.blog body.attachment body.single h3,
body.attachment body.single h3,
body.attachment body.single h3,
body.single body.attachment h3.entry-title,
body.single body.attachment body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.single body.attachment h3,
body.single body.attachment body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.single body.attachment h3,
body.single body.attachment body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.single body.attachment h3,
body.single body.attachment body.page:not(.home) h3,
body.page:not(.home) body.single body.attachment h3,
body.single body.attachment body.blog h3,
body.blog body.single body.attachment h3,
body.single body.attachment h3,
body.single body.attachment h3,
body.attachment h3.entry-title,
body.attachment body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.attachment h3,
body.attachment body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.attachment h3,
body.attachment body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.attachment h3,
body.attachment body.page:not(.home) h3,
body.page:not(.home) body.attachment h3,
body.attachment body.blog h3,
body.blog body.attachment h3,
body.attachment body.single h3,
body.single body.attachment h3,
body.attachment h3,
body.attachment body.archive.post-type-archive-events h2.entry-title,
body.attachment body.archive.post-type-archive-events h2,
body.attachment body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.attachment body.archive.post-type-archive-events h2,
body.attachment body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-events h2,
body.attachment body.archive.post-type-archive-events body.page:not(.home) h2,
body.page:not(.home) body.attachment body.archive.post-type-archive-events h2,
body.attachment body.archive.post-type-archive-events body.blog h2,
body.blog body.attachment body.archive.post-type-archive-events h2,
body.attachment body.archive.post-type-archive-events body.single h2,
body.single body.attachment body.archive.post-type-archive-events h2,
body.attachment body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.attachment h2.entry-title,
body.archive.post-type-archive-events body.attachment h2,
body.archive.post-type-archive-events body.attachment body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.attachment h2,
body.archive.post-type-archive-events body.attachment body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.attachment h2,
body.archive.post-type-archive-events body.attachment body.page:not(.home) h2,
body.page:not(.home) body.archive.post-type-archive-events body.attachment h2,
body.archive.post-type-archive-events body.attachment body.blog h2,
body.blog body.archive.post-type-archive-events body.attachment h2,
body.archive.post-type-archive-events body.attachment body.single h2,
body.single body.archive.post-type-archive-events body.attachment h2,
body.archive.post-type-archive-events body.attachment h2,
body.attachment body.archive.post-type-archive-podcasts h2.entry-title,
body.attachment body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.attachment body.archive.post-type-archive-podcasts h2,
body.attachment body.archive.post-type-archive-podcasts h2,
body.attachment body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-podcasts h2,
body.attachment body.archive.post-type-archive-podcasts body.page:not(.home) h2,
body.page:not(.home) body.attachment body.archive.post-type-archive-podcasts h2,
body.attachment body.archive.post-type-archive-podcasts body.blog h2,
body.blog body.attachment body.archive.post-type-archive-podcasts h2,
body.attachment body.archive.post-type-archive-podcasts body.single h2,
body.single body.attachment body.archive.post-type-archive-podcasts h2,
body.attachment body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.attachment h2.entry-title,
body.archive.post-type-archive-podcasts body.attachment body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.attachment h2,
body.archive.post-type-archive-podcasts body.attachment h2,
body.archive.post-type-archive-podcasts body.attachment body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.attachment h2,
body.archive.post-type-archive-podcasts body.attachment body.page:not(.home) h2,
body.page:not(.home) body.archive.post-type-archive-podcasts body.attachment h2,
body.archive.post-type-archive-podcasts body.attachment body.blog h2,
body.blog body.archive.post-type-archive-podcasts body.attachment h2,
body.archive.post-type-archive-podcasts body.attachment body.single h2,
body.single body.archive.post-type-archive-podcasts body.attachment h2,
body.archive.post-type-archive-podcasts body.attachment h2,
body.attachment body.page-template-where-are-they-now h2.entry-title,
body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.attachment body.page-template-where-are-they-now h2,
body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.attachment body.page-template-where-are-they-now h2,
body.attachment body.page-template-where-are-they-now h2,
body.attachment body.page-template-where-are-they-now body.page:not(.home) h2,
body.page:not(.home) body.attachment body.page-template-where-are-they-now h2,
body.attachment body.page-template-where-are-they-now body.blog h2,
body.blog body.attachment body.page-template-where-are-they-now h2,
body.attachment body.page-template-where-are-they-now body.single h2,
body.single body.attachment body.page-template-where-are-they-now h2,
body.attachment body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.attachment h2.entry-title,
body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.attachment h2,
body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.attachment h2,
body.page-template-where-are-they-now body.attachment h2,
body.page-template-where-are-they-now body.attachment body.page:not(.home) h2,
body.page:not(.home) body.page-template-where-are-they-now body.attachment h2,
body.page-template-where-are-they-now body.attachment body.blog h2,
body.blog body.page-template-where-are-they-now body.attachment h2,
body.page-template-where-are-they-now body.attachment body.single h2,
body.single body.page-template-where-are-they-now body.attachment h2,
body.page-template-where-are-they-now body.attachment h2,
body.attachment body.page:not(.home) h2.entry-title,
body.attachment body.page:not(.home) body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.attachment body.page:not(.home) h2,
body.attachment body.page:not(.home) body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.attachment body.page:not(.home) h2,
body.attachment body.page:not(.home) body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.attachment body.page:not(.home) h2,
body.attachment body.page:not(.home) h2,
body.attachment body.page:not(.home) body.blog h2,
body.blog body.attachment body.page:not(.home) h2,
body.attachment body.page:not(.home) body.single h2,
body.single body.attachment body.page:not(.home) h2,
body.attachment body.page:not(.home) h2,
body.page:not(.home) body.attachment h2.entry-title,
body.page:not(.home) body.attachment body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.page:not(.home) body.attachment h2,
body.page:not(.home) body.attachment body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.page:not(.home) body.attachment h2,
body.page:not(.home) body.attachment body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.page:not(.home) body.attachment h2,
body.page:not(.home) body.attachment h2,
body.page:not(.home) body.attachment body.blog h2,
body.blog body.page:not(.home) body.attachment h2,
body.page:not(.home) body.attachment body.single h2,
body.single body.page:not(.home) body.attachment h2,
body.page:not(.home) body.attachment h2,
body.attachment body.blog h2.entry-title,
body.attachment body.blog body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.attachment body.blog h2,
body.attachment body.blog body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.attachment body.blog h2,
body.attachment body.blog body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.attachment body.blog h2,
body.attachment body.blog body.page:not(.home) h2,
body.page:not(.home) body.attachment body.blog h2,
body.attachment body.blog h2,
body.attachment body.blog body.single h2,
body.single body.attachment body.blog h2,
body.attachment body.blog h2,
body.blog body.attachment h2.entry-title,
body.blog body.attachment body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.blog body.attachment h2,
body.blog body.attachment body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.blog body.attachment h2,
body.blog body.attachment body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.blog body.attachment h2,
body.blog body.attachment body.page:not(.home) h2,
body.page:not(.home) body.blog body.attachment h2,
body.blog body.attachment h2,
body.blog body.attachment body.single h2,
body.single body.blog body.attachment h2,
body.blog body.attachment h2,
body.attachment body.single h2.entry-title,
body.attachment body.single body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.attachment body.single h2,
body.attachment body.single body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.attachment body.single h2,
body.attachment body.single body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.attachment body.single h2,
body.attachment body.single body.page:not(.home) h2,
body.page:not(.home) body.attachment body.single h2,
body.attachment body.single body.blog h2,
body.blog body.attachment body.single h2,
body.attachment body.single h2,
body.attachment body.single h2,
body.single body.attachment h2.entry-title,
body.single body.attachment body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.single body.attachment h2,
body.single body.attachment body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.single body.attachment h2,
body.single body.attachment body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.single body.attachment h2,
body.single body.attachment body.page:not(.home) h2,
body.page:not(.home) body.single body.attachment h2,
body.single body.attachment body.blog h2,
body.blog body.single body.attachment h2,
body.single body.attachment h2,
body.single body.attachment h2,
body.attachment h2.entry-title,
body.attachment body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.attachment h2,
body.attachment body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.attachment h2,
body.attachment body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.attachment h2,
body.attachment body.page:not(.home) h2,
body.page:not(.home) body.attachment h2,
body.attachment body.blog h2,
body.blog body.attachment h2,
body.attachment body.single h2,
body.single body.attachment h2,
body.attachment h2,
body.attachment h1.page-title,
body.attachment body.archive.post-type-archive-events h3.page-title,
body.archive.post-type-archive-events body.attachment h3.page-title,
body.attachment body.archive.post-type-archive-podcasts h3.page-title,
body.archive.post-type-archive-podcasts body.attachment h3.page-title,
body.attachment body.page-template-where-are-they-now h3.page-title,
body.page-template-where-are-they-now body.attachment h3.page-title,
body.attachment body.page:not(.home) h3.page-title,
body.page:not(.home) body.attachment h3.page-title,
body.attachment body.blog h3.page-title,
body.blog body.attachment h3.page-title,
body.attachment body.single h3.page-title,
body.single body.attachment h3.page-title,
body.attachment h3.page-title,
body.attachment body.archive.post-type-archive-events h2.page-title,
body.archive.post-type-archive-events body.attachment h2.page-title,
body.attachment body.archive.post-type-archive-podcasts h2.page-title,
body.archive.post-type-archive-podcasts body.attachment h2.page-title,
body.attachment body.page-template-where-are-they-now h2.page-title,
body.page-template-where-are-they-now body.attachment h2.page-title,
body.attachment body.page:not(.home) h2.page-title,
body.page:not(.home) body.attachment h2.page-title,
body.attachment body.blog h2.page-title,
body.blog body.attachment h2.page-title,
body.attachment body.single h2.page-title,
body.single body.attachment h2.page-title,
body.attachment h2.page-title {
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  color: #003087;
  font-size: 64px;
  line-height: 60px;
  margin-top: 60px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  body.archive.post-type-archive-events h1.entry-title, body.archive.post-type-archive-events h3.entry-title, body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.blog h3,
  body.blog body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.attachment h3,
  body.attachment body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3.entry-title,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.blog h3,
  body.blog body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h3,
  body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.attachment h3,
  body.attachment body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3.entry-title,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.blog h3,
  body.blog body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.attachment h3,
  body.attachment body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h3.entry-title,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.blog h3,
  body.blog body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h3,
  body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.attachment h3,
  body.attachment body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h3.entry-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.page:not(.home) h3,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.blog h3,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h3,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.attachment h3,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page:not(.home) h3.entry-title,
  body.archive.post-type-archive-events body.page:not(.home) h3,
  body.archive.post-type-archive-events body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page:not(.home) h3,
  body.archive.post-type-archive-events body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.page:not(.home) h3,
  body.archive.post-type-archive-events body.page:not(.home) h3,
  body.archive.post-type-archive-events body.page:not(.home) body.blog h3,
  body.blog body.archive.post-type-archive-events body.page:not(.home) h3,
  body.archive.post-type-archive-events body.page:not(.home) body.single h3,
  body.single body.archive.post-type-archive-events body.page:not(.home) h3,
  body.archive.post-type-archive-events body.page:not(.home) body.attachment h3,
  body.attachment body.archive.post-type-archive-events body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-events h3.entry-title,
  body.page:not(.home) body.archive.post-type-archive-events h3,
  body.page:not(.home) body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.archive.post-type-archive-events h3,
  body.page:not(.home) body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-events h3,
  body.page:not(.home) body.archive.post-type-archive-events h3,
  body.page:not(.home) body.archive.post-type-archive-events body.blog h3,
  body.blog body.page:not(.home) body.archive.post-type-archive-events h3,
  body.page:not(.home) body.archive.post-type-archive-events body.single h3,
  body.single body.page:not(.home) body.archive.post-type-archive-events h3,
  body.page:not(.home) body.archive.post-type-archive-events body.attachment h3,
  body.attachment body.page:not(.home) body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.blog h3.entry-title,
  body.archive.post-type-archive-events body.blog h3,
  body.archive.post-type-archive-events body.blog body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.blog h3,
  body.archive.post-type-archive-events body.blog body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.blog h3,
  body.archive.post-type-archive-events body.blog body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-events body.blog h3,
  body.archive.post-type-archive-events body.blog h3,
  body.archive.post-type-archive-events body.blog body.single h3,
  body.single body.archive.post-type-archive-events body.blog h3,
  body.archive.post-type-archive-events body.blog body.attachment h3,
  body.attachment body.archive.post-type-archive-events body.blog h3,
  body.blog body.archive.post-type-archive-events h3.entry-title,
  body.blog body.archive.post-type-archive-events h3,
  body.blog body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.blog body.archive.post-type-archive-events h3,
  body.blog body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-events h3,
  body.blog body.archive.post-type-archive-events body.page:not(.home) h3,
  body.page:not(.home) body.blog body.archive.post-type-archive-events h3,
  body.blog body.archive.post-type-archive-events h3,
  body.blog body.archive.post-type-archive-events body.single h3,
  body.single body.blog body.archive.post-type-archive-events h3,
  body.blog body.archive.post-type-archive-events body.attachment h3,
  body.attachment body.blog body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single h3.entry-title,
  body.archive.post-type-archive-events body.single h3,
  body.archive.post-type-archive-events body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h3,
  body.archive.post-type-archive-events body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h3,
  body.archive.post-type-archive-events body.single body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-events body.single h3,
  body.archive.post-type-archive-events body.single body.blog h3,
  body.blog body.archive.post-type-archive-events body.single h3,
  body.archive.post-type-archive-events body.single h3,
  body.archive.post-type-archive-events body.single body.attachment h3,
  body.attachment body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-events h3.entry-title,
  body.single body.archive.post-type-archive-events h3,
  body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single body.archive.post-type-archive-events h3,
  body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-events h3,
  body.single body.archive.post-type-archive-events body.page:not(.home) h3,
  body.page:not(.home) body.single body.archive.post-type-archive-events h3,
  body.single body.archive.post-type-archive-events body.blog h3,
  body.blog body.single body.archive.post-type-archive-events h3,
  body.single body.archive.post-type-archive-events h3,
  body.single body.archive.post-type-archive-events body.attachment h3,
  body.attachment body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.attachment h3.entry-title,
  body.archive.post-type-archive-events body.attachment h3,
  body.archive.post-type-archive-events body.attachment body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.attachment h3,
  body.archive.post-type-archive-events body.attachment body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.attachment h3,
  body.archive.post-type-archive-events body.attachment body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-events body.attachment h3,
  body.archive.post-type-archive-events body.attachment body.blog h3,
  body.blog body.archive.post-type-archive-events body.attachment h3,
  body.archive.post-type-archive-events body.attachment body.single h3,
  body.single body.archive.post-type-archive-events body.attachment h3,
  body.archive.post-type-archive-events body.attachment h3,
  body.attachment body.archive.post-type-archive-events h3.entry-title,
  body.attachment body.archive.post-type-archive-events h3,
  body.attachment body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.attachment body.archive.post-type-archive-events h3,
  body.attachment body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-events h3,
  body.attachment body.archive.post-type-archive-events body.page:not(.home) h3,
  body.page:not(.home) body.attachment body.archive.post-type-archive-events h3,
  body.attachment body.archive.post-type-archive-events body.blog h3,
  body.blog body.attachment body.archive.post-type-archive-events h3,
  body.attachment body.archive.post-type-archive-events body.single h3,
  body.single body.attachment body.archive.post-type-archive-events h3,
  body.attachment body.archive.post-type-archive-events h3, body.archive.post-type-archive-events h2.entry-title, body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.blog h2,
  body.blog body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.attachment h2,
  body.attachment body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2.entry-title,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.blog h2,
  body.blog body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h2,
  body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.attachment h2,
  body.attachment body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2.entry-title,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.blog h2,
  body.blog body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.attachment h2,
  body.attachment body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h2.entry-title,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.blog h2,
  body.blog body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h2,
  body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.attachment h2,
  body.attachment body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h2.entry-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.page:not(.home) h2,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.blog h2,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h2,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.attachment h2,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page:not(.home) h2.entry-title,
  body.archive.post-type-archive-events body.page:not(.home) h2,
  body.archive.post-type-archive-events body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page:not(.home) h2,
  body.archive.post-type-archive-events body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.page:not(.home) h2,
  body.archive.post-type-archive-events body.page:not(.home) h2,
  body.archive.post-type-archive-events body.page:not(.home) body.blog h2,
  body.blog body.archive.post-type-archive-events body.page:not(.home) h2,
  body.archive.post-type-archive-events body.page:not(.home) body.single h2,
  body.single body.archive.post-type-archive-events body.page:not(.home) h2,
  body.archive.post-type-archive-events body.page:not(.home) body.attachment h2,
  body.attachment body.archive.post-type-archive-events body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-events h2.entry-title,
  body.page:not(.home) body.archive.post-type-archive-events h2,
  body.page:not(.home) body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.archive.post-type-archive-events h2,
  body.page:not(.home) body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-events h2,
  body.page:not(.home) body.archive.post-type-archive-events h2,
  body.page:not(.home) body.archive.post-type-archive-events body.blog h2,
  body.blog body.page:not(.home) body.archive.post-type-archive-events h2,
  body.page:not(.home) body.archive.post-type-archive-events body.single h2,
  body.single body.page:not(.home) body.archive.post-type-archive-events h2,
  body.page:not(.home) body.archive.post-type-archive-events body.attachment h2,
  body.attachment body.page:not(.home) body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.blog h2.entry-title,
  body.archive.post-type-archive-events body.blog h2,
  body.archive.post-type-archive-events body.blog body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.blog h2,
  body.archive.post-type-archive-events body.blog body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.blog h2,
  body.archive.post-type-archive-events body.blog body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-events body.blog h2,
  body.archive.post-type-archive-events body.blog h2,
  body.archive.post-type-archive-events body.blog body.single h2,
  body.single body.archive.post-type-archive-events body.blog h2,
  body.archive.post-type-archive-events body.blog body.attachment h2,
  body.attachment body.archive.post-type-archive-events body.blog h2,
  body.blog body.archive.post-type-archive-events h2.entry-title,
  body.blog body.archive.post-type-archive-events h2,
  body.blog body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.blog body.archive.post-type-archive-events h2,
  body.blog body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-events h2,
  body.blog body.archive.post-type-archive-events body.page:not(.home) h2,
  body.page:not(.home) body.blog body.archive.post-type-archive-events h2,
  body.blog body.archive.post-type-archive-events h2,
  body.blog body.archive.post-type-archive-events body.single h2,
  body.single body.blog body.archive.post-type-archive-events h2,
  body.blog body.archive.post-type-archive-events body.attachment h2,
  body.attachment body.blog body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single h2.entry-title,
  body.archive.post-type-archive-events body.single h2,
  body.archive.post-type-archive-events body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h2,
  body.archive.post-type-archive-events body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h2,
  body.archive.post-type-archive-events body.single body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-events body.single h2,
  body.archive.post-type-archive-events body.single body.blog h2,
  body.blog body.archive.post-type-archive-events body.single h2,
  body.archive.post-type-archive-events body.single h2,
  body.archive.post-type-archive-events body.single body.attachment h2,
  body.attachment body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-events h2.entry-title,
  body.single body.archive.post-type-archive-events h2,
  body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single body.archive.post-type-archive-events h2,
  body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-events h2,
  body.single body.archive.post-type-archive-events body.page:not(.home) h2,
  body.page:not(.home) body.single body.archive.post-type-archive-events h2,
  body.single body.archive.post-type-archive-events body.blog h2,
  body.blog body.single body.archive.post-type-archive-events h2,
  body.single body.archive.post-type-archive-events h2,
  body.single body.archive.post-type-archive-events body.attachment h2,
  body.attachment body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.attachment h2.entry-title,
  body.archive.post-type-archive-events body.attachment h2,
  body.archive.post-type-archive-events body.attachment body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.attachment h2,
  body.archive.post-type-archive-events body.attachment body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.attachment h2,
  body.archive.post-type-archive-events body.attachment body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-events body.attachment h2,
  body.archive.post-type-archive-events body.attachment body.blog h2,
  body.blog body.archive.post-type-archive-events body.attachment h2,
  body.archive.post-type-archive-events body.attachment body.single h2,
  body.single body.archive.post-type-archive-events body.attachment h2,
  body.archive.post-type-archive-events body.attachment h2,
  body.attachment body.archive.post-type-archive-events h2.entry-title,
  body.attachment body.archive.post-type-archive-events h2,
  body.attachment body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.attachment body.archive.post-type-archive-events h2,
  body.attachment body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-events h2,
  body.attachment body.archive.post-type-archive-events body.page:not(.home) h2,
  body.page:not(.home) body.attachment body.archive.post-type-archive-events h2,
  body.attachment body.archive.post-type-archive-events body.blog h2,
  body.blog body.attachment body.archive.post-type-archive-events h2,
  body.attachment body.archive.post-type-archive-events body.single h2,
  body.single body.attachment body.archive.post-type-archive-events h2,
  body.attachment body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events h1.page-title,
  body.archive.post-type-archive-events h3.page-title,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3.page-title,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3.page-title,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h3.page-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h3.page-title,
  body.archive.post-type-archive-events body.page:not(.home) h3.page-title,
  body.page:not(.home) body.archive.post-type-archive-events h3.page-title,
  body.archive.post-type-archive-events body.blog h3.page-title,
  body.blog body.archive.post-type-archive-events h3.page-title,
  body.archive.post-type-archive-events body.single h3.page-title,
  body.single body.archive.post-type-archive-events h3.page-title,
  body.archive.post-type-archive-events body.attachment h3.page-title,
  body.attachment body.archive.post-type-archive-events h3.page-title,
  body.archive.post-type-archive-events h2.page-title,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2.page-title,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2.page-title,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h2.page-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h2.page-title,
  body.archive.post-type-archive-events body.page:not(.home) h2.page-title,
  body.page:not(.home) body.archive.post-type-archive-events h2.page-title,
  body.archive.post-type-archive-events body.blog h2.page-title,
  body.blog body.archive.post-type-archive-events h2.page-title,
  body.archive.post-type-archive-events body.single h2.page-title,
  body.single body.archive.post-type-archive-events h2.page-title,
  body.archive.post-type-archive-events body.attachment h2.page-title,
  body.attachment body.archive.post-type-archive-events h2.page-title,
  body.archive.post-type-archive-podcasts h1.entry-title,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3.entry-title,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.blog h3,
  body.blog body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.attachment h3,
  body.attachment body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3.entry-title,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.blog h3,
  body.blog body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h3,
  body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.attachment h3,
  body.attachment body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts h3.entry-title,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.blog h3,
  body.blog body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single h3,
  body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.attachment h3,
  body.attachment body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3.entry-title,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.blog h3,
  body.blog body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h3,
  body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.attachment h3,
  body.attachment body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3.entry-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.blog h3,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h3,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.attachment h3,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) h3.entry-title,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.blog h3,
  body.blog body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.single h3,
  body.single body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.attachment h3,
  body.attachment body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts h3.entry-title,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.blog h3,
  body.blog body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.single h3,
  body.single body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.attachment h3,
  body.attachment body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.blog h3.entry-title,
  body.archive.post-type-archive-podcasts body.blog body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.blog h3,
  body.archive.post-type-archive-podcasts body.blog h3,
  body.archive.post-type-archive-podcasts body.blog body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.blog h3,
  body.archive.post-type-archive-podcasts body.blog body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.blog h3,
  body.archive.post-type-archive-podcasts body.blog h3,
  body.archive.post-type-archive-podcasts body.blog body.single h3,
  body.single body.archive.post-type-archive-podcasts body.blog h3,
  body.archive.post-type-archive-podcasts body.blog body.attachment h3,
  body.attachment body.archive.post-type-archive-podcasts body.blog h3,
  body.blog body.archive.post-type-archive-podcasts h3.entry-title,
  body.blog body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.blog body.archive.post-type-archive-podcasts h3,
  body.blog body.archive.post-type-archive-podcasts h3,
  body.blog body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-podcasts h3,
  body.blog body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.page:not(.home) body.blog body.archive.post-type-archive-podcasts h3,
  body.blog body.archive.post-type-archive-podcasts h3,
  body.blog body.archive.post-type-archive-podcasts body.single h3,
  body.single body.blog body.archive.post-type-archive-podcasts h3,
  body.blog body.archive.post-type-archive-podcasts body.attachment h3,
  body.attachment body.blog body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single h3.entry-title,
  body.archive.post-type-archive-podcasts body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h3,
  body.archive.post-type-archive-podcasts body.single h3,
  body.archive.post-type-archive-podcasts body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h3,
  body.archive.post-type-archive-podcasts body.single body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.single h3,
  body.archive.post-type-archive-podcasts body.single body.blog h3,
  body.blog body.archive.post-type-archive-podcasts body.single h3,
  body.archive.post-type-archive-podcasts body.single h3,
  body.archive.post-type-archive-podcasts body.single body.attachment h3,
  body.attachment body.archive.post-type-archive-podcasts body.single h3,
  body.single body.archive.post-type-archive-podcasts h3.entry-title,
  body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single body.archive.post-type-archive-podcasts h3,
  body.single body.archive.post-type-archive-podcasts h3,
  body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-podcasts h3,
  body.single body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.page:not(.home) body.single body.archive.post-type-archive-podcasts h3,
  body.single body.archive.post-type-archive-podcasts body.blog h3,
  body.blog body.single body.archive.post-type-archive-podcasts h3,
  body.single body.archive.post-type-archive-podcasts h3,
  body.single body.archive.post-type-archive-podcasts body.attachment h3,
  body.attachment body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.attachment h3.entry-title,
  body.archive.post-type-archive-podcasts body.attachment body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.attachment h3,
  body.archive.post-type-archive-podcasts body.attachment h3,
  body.archive.post-type-archive-podcasts body.attachment body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.attachment h3,
  body.archive.post-type-archive-podcasts body.attachment body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.attachment h3,
  body.archive.post-type-archive-podcasts body.attachment body.blog h3,
  body.blog body.archive.post-type-archive-podcasts body.attachment h3,
  body.archive.post-type-archive-podcasts body.attachment body.single h3,
  body.single body.archive.post-type-archive-podcasts body.attachment h3,
  body.archive.post-type-archive-podcasts body.attachment h3,
  body.attachment body.archive.post-type-archive-podcasts h3.entry-title,
  body.attachment body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.attachment body.archive.post-type-archive-podcasts h3,
  body.attachment body.archive.post-type-archive-podcasts h3,
  body.attachment body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-podcasts h3,
  body.attachment body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.page:not(.home) body.attachment body.archive.post-type-archive-podcasts h3,
  body.attachment body.archive.post-type-archive-podcasts body.blog h3,
  body.blog body.attachment body.archive.post-type-archive-podcasts h3,
  body.attachment body.archive.post-type-archive-podcasts body.single h3,
  body.single body.attachment body.archive.post-type-archive-podcasts h3,
  body.attachment body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2.entry-title,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.blog h2,
  body.blog body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.attachment h2,
  body.attachment body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2.entry-title,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.blog h2,
  body.blog body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h2,
  body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.attachment h2,
  body.attachment body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts h2.entry-title,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.blog h2,
  body.blog body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single h2,
  body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.attachment h2,
  body.attachment body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2.entry-title,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.blog h2,
  body.blog body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h2,
  body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.attachment h2,
  body.attachment body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2.entry-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.blog h2,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h2,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.attachment h2,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) h2.entry-title,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.blog h2,
  body.blog body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.single h2,
  body.single body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.attachment h2,
  body.attachment body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts h2.entry-title,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.blog h2,
  body.blog body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.single h2,
  body.single body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.attachment h2,
  body.attachment body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.blog h2.entry-title,
  body.archive.post-type-archive-podcasts body.blog body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.blog h2,
  body.archive.post-type-archive-podcasts body.blog h2,
  body.archive.post-type-archive-podcasts body.blog body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.blog h2,
  body.archive.post-type-archive-podcasts body.blog body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.blog h2,
  body.archive.post-type-archive-podcasts body.blog h2,
  body.archive.post-type-archive-podcasts body.blog body.single h2,
  body.single body.archive.post-type-archive-podcasts body.blog h2,
  body.archive.post-type-archive-podcasts body.blog body.attachment h2,
  body.attachment body.archive.post-type-archive-podcasts body.blog h2,
  body.blog body.archive.post-type-archive-podcasts h2.entry-title,
  body.blog body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.blog body.archive.post-type-archive-podcasts h2,
  body.blog body.archive.post-type-archive-podcasts h2,
  body.blog body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-podcasts h2,
  body.blog body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.page:not(.home) body.blog body.archive.post-type-archive-podcasts h2,
  body.blog body.archive.post-type-archive-podcasts h2,
  body.blog body.archive.post-type-archive-podcasts body.single h2,
  body.single body.blog body.archive.post-type-archive-podcasts h2,
  body.blog body.archive.post-type-archive-podcasts body.attachment h2,
  body.attachment body.blog body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single h2.entry-title,
  body.archive.post-type-archive-podcasts body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h2,
  body.archive.post-type-archive-podcasts body.single h2,
  body.archive.post-type-archive-podcasts body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h2,
  body.archive.post-type-archive-podcasts body.single body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.single h2,
  body.archive.post-type-archive-podcasts body.single body.blog h2,
  body.blog body.archive.post-type-archive-podcasts body.single h2,
  body.archive.post-type-archive-podcasts body.single h2,
  body.archive.post-type-archive-podcasts body.single body.attachment h2,
  body.attachment body.archive.post-type-archive-podcasts body.single h2,
  body.single body.archive.post-type-archive-podcasts h2.entry-title,
  body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single body.archive.post-type-archive-podcasts h2,
  body.single body.archive.post-type-archive-podcasts h2,
  body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-podcasts h2,
  body.single body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.page:not(.home) body.single body.archive.post-type-archive-podcasts h2,
  body.single body.archive.post-type-archive-podcasts body.blog h2,
  body.blog body.single body.archive.post-type-archive-podcasts h2,
  body.single body.archive.post-type-archive-podcasts h2,
  body.single body.archive.post-type-archive-podcasts body.attachment h2,
  body.attachment body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.attachment h2.entry-title,
  body.archive.post-type-archive-podcasts body.attachment body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.attachment h2,
  body.archive.post-type-archive-podcasts body.attachment h2,
  body.archive.post-type-archive-podcasts body.attachment body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.attachment h2,
  body.archive.post-type-archive-podcasts body.attachment body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.attachment h2,
  body.archive.post-type-archive-podcasts body.attachment body.blog h2,
  body.blog body.archive.post-type-archive-podcasts body.attachment h2,
  body.archive.post-type-archive-podcasts body.attachment body.single h2,
  body.single body.archive.post-type-archive-podcasts body.attachment h2,
  body.archive.post-type-archive-podcasts body.attachment h2,
  body.attachment body.archive.post-type-archive-podcasts h2.entry-title,
  body.attachment body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.attachment body.archive.post-type-archive-podcasts h2,
  body.attachment body.archive.post-type-archive-podcasts h2,
  body.attachment body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-podcasts h2,
  body.attachment body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.page:not(.home) body.attachment body.archive.post-type-archive-podcasts h2,
  body.attachment body.archive.post-type-archive-podcasts body.blog h2,
  body.blog body.attachment body.archive.post-type-archive-podcasts h2,
  body.attachment body.archive.post-type-archive-podcasts body.single h2,
  body.single body.attachment body.archive.post-type-archive-podcasts h2,
  body.attachment body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts h1.page-title,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3.page-title,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3.page-title,
  body.archive.post-type-archive-podcasts h3.page-title,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3.page-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3.page-title,
  body.archive.post-type-archive-podcasts body.page:not(.home) h3.page-title,
  body.page:not(.home) body.archive.post-type-archive-podcasts h3.page-title,
  body.archive.post-type-archive-podcasts body.blog h3.page-title,
  body.blog body.archive.post-type-archive-podcasts h3.page-title,
  body.archive.post-type-archive-podcasts body.single h3.page-title,
  body.single body.archive.post-type-archive-podcasts h3.page-title,
  body.archive.post-type-archive-podcasts body.attachment h3.page-title,
  body.attachment body.archive.post-type-archive-podcasts h3.page-title,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2.page-title,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2.page-title,
  body.archive.post-type-archive-podcasts h2.page-title,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2.page-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2.page-title,
  body.archive.post-type-archive-podcasts body.page:not(.home) h2.page-title,
  body.page:not(.home) body.archive.post-type-archive-podcasts h2.page-title,
  body.archive.post-type-archive-podcasts body.blog h2.page-title,
  body.blog body.archive.post-type-archive-podcasts h2.page-title,
  body.archive.post-type-archive-podcasts body.single h2.page-title,
  body.single body.archive.post-type-archive-podcasts h2.page-title,
  body.archive.post-type-archive-podcasts body.attachment h2.page-title,
  body.attachment body.archive.post-type-archive-podcasts h2.page-title,
  body.page-template-where-are-they-now h1.entry-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h3.entry-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.page:not(.home) h3,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.blog h3,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h3,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.attachment h3,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h3.entry-title,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.blog h3,
  body.blog body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h3,
  body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.attachment h3,
  body.attachment body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3.entry-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.blog h3,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h3,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.attachment h3,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3.entry-title,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.blog h3,
  body.blog body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h3,
  body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.attachment h3,
  body.attachment body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now h3.entry-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.blog h3,
  body.blog body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single h3,
  body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.attachment h3,
  body.attachment body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.page:not(.home) h3.entry-title,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page-template-where-are-they-now body.page:not(.home) body.blog h3,
  body.blog body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page-template-where-are-they-now body.page:not(.home) body.single h3,
  body.single body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page-template-where-are-they-now body.page:not(.home) body.attachment h3,
  body.attachment body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page:not(.home) body.page-template-where-are-they-now h3.entry-title,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page:not(.home) body.page-template-where-are-they-now body.blog h3,
  body.blog body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page:not(.home) body.page-template-where-are-they-now body.single h3,
  body.single body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page:not(.home) body.page-template-where-are-they-now body.attachment h3,
  body.attachment body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.blog h3.entry-title,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.blog h3,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.blog h3,
  body.page-template-where-are-they-now body.blog h3,
  body.page-template-where-are-they-now body.blog body.page:not(.home) h3,
  body.page:not(.home) body.page-template-where-are-they-now body.blog h3,
  body.page-template-where-are-they-now body.blog h3,
  body.page-template-where-are-they-now body.blog body.single h3,
  body.single body.page-template-where-are-they-now body.blog h3,
  body.page-template-where-are-they-now body.blog body.attachment h3,
  body.attachment body.page-template-where-are-they-now body.blog h3,
  body.blog body.page-template-where-are-they-now h3.entry-title,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.blog body.page-template-where-are-they-now h3,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.blog body.page-template-where-are-they-now h3,
  body.blog body.page-template-where-are-they-now h3,
  body.blog body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page:not(.home) body.blog body.page-template-where-are-they-now h3,
  body.blog body.page-template-where-are-they-now h3,
  body.blog body.page-template-where-are-they-now body.single h3,
  body.single body.blog body.page-template-where-are-they-now h3,
  body.blog body.page-template-where-are-they-now body.attachment h3,
  body.attachment body.blog body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single h3.entry-title,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h3,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h3,
  body.page-template-where-are-they-now body.single h3,
  body.page-template-where-are-they-now body.single body.page:not(.home) h3,
  body.page:not(.home) body.page-template-where-are-they-now body.single h3,
  body.page-template-where-are-they-now body.single body.blog h3,
  body.blog body.page-template-where-are-they-now body.single h3,
  body.page-template-where-are-they-now body.single h3,
  body.page-template-where-are-they-now body.single body.attachment h3,
  body.attachment body.page-template-where-are-they-now body.single h3,
  body.single body.page-template-where-are-they-now h3.entry-title,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single body.page-template-where-are-they-now h3,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single body.page-template-where-are-they-now h3,
  body.single body.page-template-where-are-they-now h3,
  body.single body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page:not(.home) body.single body.page-template-where-are-they-now h3,
  body.single body.page-template-where-are-they-now body.blog h3,
  body.blog body.single body.page-template-where-are-they-now h3,
  body.single body.page-template-where-are-they-now h3,
  body.single body.page-template-where-are-they-now body.attachment h3,
  body.attachment body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.attachment h3.entry-title,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.attachment h3,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.attachment h3,
  body.page-template-where-are-they-now body.attachment h3,
  body.page-template-where-are-they-now body.attachment body.page:not(.home) h3,
  body.page:not(.home) body.page-template-where-are-they-now body.attachment h3,
  body.page-template-where-are-they-now body.attachment body.blog h3,
  body.blog body.page-template-where-are-they-now body.attachment h3,
  body.page-template-where-are-they-now body.attachment body.single h3,
  body.single body.page-template-where-are-they-now body.attachment h3,
  body.page-template-where-are-they-now body.attachment h3,
  body.attachment body.page-template-where-are-they-now h3.entry-title,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.attachment body.page-template-where-are-they-now h3,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.attachment body.page-template-where-are-they-now h3,
  body.attachment body.page-template-where-are-they-now h3,
  body.attachment body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page:not(.home) body.attachment body.page-template-where-are-they-now h3,
  body.attachment body.page-template-where-are-they-now body.blog h3,
  body.blog body.attachment body.page-template-where-are-they-now h3,
  body.attachment body.page-template-where-are-they-now body.single h3,
  body.single body.attachment body.page-template-where-are-they-now h3,
  body.attachment body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h2.entry-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.page:not(.home) h2,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.blog h2,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h2,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.attachment h2,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h2.entry-title,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.blog h2,
  body.blog body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h2,
  body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.attachment h2,
  body.attachment body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2.entry-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.blog h2,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h2,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.attachment h2,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2.entry-title,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.blog h2,
  body.blog body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h2,
  body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.attachment h2,
  body.attachment body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now h2.entry-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.blog h2,
  body.blog body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single h2,
  body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.attachment h2,
  body.attachment body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.page:not(.home) h2.entry-title,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page-template-where-are-they-now body.page:not(.home) body.blog h2,
  body.blog body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page-template-where-are-they-now body.page:not(.home) body.single h2,
  body.single body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page-template-where-are-they-now body.page:not(.home) body.attachment h2,
  body.attachment body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page:not(.home) body.page-template-where-are-they-now h2.entry-title,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page:not(.home) body.page-template-where-are-they-now body.blog h2,
  body.blog body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page:not(.home) body.page-template-where-are-they-now body.single h2,
  body.single body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page:not(.home) body.page-template-where-are-they-now body.attachment h2,
  body.attachment body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.blog h2.entry-title,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.blog h2,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.blog h2,
  body.page-template-where-are-they-now body.blog h2,
  body.page-template-where-are-they-now body.blog body.page:not(.home) h2,
  body.page:not(.home) body.page-template-where-are-they-now body.blog h2,
  body.page-template-where-are-they-now body.blog h2,
  body.page-template-where-are-they-now body.blog body.single h2,
  body.single body.page-template-where-are-they-now body.blog h2,
  body.page-template-where-are-they-now body.blog body.attachment h2,
  body.attachment body.page-template-where-are-they-now body.blog h2,
  body.blog body.page-template-where-are-they-now h2.entry-title,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.blog body.page-template-where-are-they-now h2,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.blog body.page-template-where-are-they-now h2,
  body.blog body.page-template-where-are-they-now h2,
  body.blog body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page:not(.home) body.blog body.page-template-where-are-they-now h2,
  body.blog body.page-template-where-are-they-now h2,
  body.blog body.page-template-where-are-they-now body.single h2,
  body.single body.blog body.page-template-where-are-they-now h2,
  body.blog body.page-template-where-are-they-now body.attachment h2,
  body.attachment body.blog body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single h2.entry-title,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h2,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h2,
  body.page-template-where-are-they-now body.single h2,
  body.page-template-where-are-they-now body.single body.page:not(.home) h2,
  body.page:not(.home) body.page-template-where-are-they-now body.single h2,
  body.page-template-where-are-they-now body.single body.blog h2,
  body.blog body.page-template-where-are-they-now body.single h2,
  body.page-template-where-are-they-now body.single h2,
  body.page-template-where-are-they-now body.single body.attachment h2,
  body.attachment body.page-template-where-are-they-now body.single h2,
  body.single body.page-template-where-are-they-now h2.entry-title,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single body.page-template-where-are-they-now h2,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single body.page-template-where-are-they-now h2,
  body.single body.page-template-where-are-they-now h2,
  body.single body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page:not(.home) body.single body.page-template-where-are-they-now h2,
  body.single body.page-template-where-are-they-now body.blog h2,
  body.blog body.single body.page-template-where-are-they-now h2,
  body.single body.page-template-where-are-they-now h2,
  body.single body.page-template-where-are-they-now body.attachment h2,
  body.attachment body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.attachment h2.entry-title,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.attachment h2,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.attachment h2,
  body.page-template-where-are-they-now body.attachment h2,
  body.page-template-where-are-they-now body.attachment body.page:not(.home) h2,
  body.page:not(.home) body.page-template-where-are-they-now body.attachment h2,
  body.page-template-where-are-they-now body.attachment body.blog h2,
  body.blog body.page-template-where-are-they-now body.attachment h2,
  body.page-template-where-are-they-now body.attachment body.single h2,
  body.single body.page-template-where-are-they-now body.attachment h2,
  body.page-template-where-are-they-now body.attachment h2,
  body.attachment body.page-template-where-are-they-now h2.entry-title,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.attachment body.page-template-where-are-they-now h2,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.attachment body.page-template-where-are-they-now h2,
  body.attachment body.page-template-where-are-they-now h2,
  body.attachment body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page:not(.home) body.attachment body.page-template-where-are-they-now h2,
  body.attachment body.page-template-where-are-they-now body.blog h2,
  body.blog body.attachment body.page-template-where-are-they-now h2,
  body.attachment body.page-template-where-are-they-now body.single h2,
  body.single body.attachment body.page-template-where-are-they-now h2,
  body.attachment body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now h1.page-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h3.page-title,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h3.page-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3.page-title,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3.page-title,
  body.page-template-where-are-they-now h3.page-title,
  body.page-template-where-are-they-now body.page:not(.home) h3.page-title,
  body.page:not(.home) body.page-template-where-are-they-now h3.page-title,
  body.page-template-where-are-they-now body.blog h3.page-title,
  body.blog body.page-template-where-are-they-now h3.page-title,
  body.page-template-where-are-they-now body.single h3.page-title,
  body.single body.page-template-where-are-they-now h3.page-title,
  body.page-template-where-are-they-now body.attachment h3.page-title,
  body.attachment body.page-template-where-are-they-now h3.page-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h2.page-title,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h2.page-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2.page-title,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2.page-title,
  body.page-template-where-are-they-now h2.page-title,
  body.page-template-where-are-they-now body.page:not(.home) h2.page-title,
  body.page:not(.home) body.page-template-where-are-they-now h2.page-title,
  body.page-template-where-are-they-now body.blog h2.page-title,
  body.blog body.page-template-where-are-they-now h2.page-title,
  body.page-template-where-are-they-now body.single h2.page-title,
  body.single body.page-template-where-are-they-now h2.page-title,
  body.page-template-where-are-they-now body.attachment h2.page-title,
  body.attachment body.page-template-where-are-they-now h2.page-title,
  body.page:not(.home) h1.entry-title,
  body.page:not(.home) body.archive.post-type-archive-events h3.entry-title,
  body.page:not(.home) body.archive.post-type-archive-events h3,
  body.page:not(.home) body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.archive.post-type-archive-events h3,
  body.page:not(.home) body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-events h3,
  body.page:not(.home) body.archive.post-type-archive-events h3,
  body.page:not(.home) body.archive.post-type-archive-events body.blog h3,
  body.blog body.page:not(.home) body.archive.post-type-archive-events h3,
  body.page:not(.home) body.archive.post-type-archive-events body.single h3,
  body.single body.page:not(.home) body.archive.post-type-archive-events h3,
  body.page:not(.home) body.archive.post-type-archive-events body.attachment h3,
  body.attachment body.page:not(.home) body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page:not(.home) h3.entry-title,
  body.archive.post-type-archive-events body.page:not(.home) h3,
  body.archive.post-type-archive-events body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page:not(.home) h3,
  body.archive.post-type-archive-events body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.page:not(.home) h3,
  body.archive.post-type-archive-events body.page:not(.home) h3,
  body.archive.post-type-archive-events body.page:not(.home) body.blog h3,
  body.blog body.archive.post-type-archive-events body.page:not(.home) h3,
  body.archive.post-type-archive-events body.page:not(.home) body.single h3,
  body.single body.archive.post-type-archive-events body.page:not(.home) h3,
  body.archive.post-type-archive-events body.page:not(.home) body.attachment h3,
  body.attachment body.archive.post-type-archive-events body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts h3.entry-title,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.blog h3,
  body.blog body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.single h3,
  body.single body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.attachment h3,
  body.attachment body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) h3.entry-title,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.blog h3,
  body.blog body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.single h3,
  body.single body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.attachment h3,
  body.attachment body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.page:not(.home) body.page-template-where-are-they-now h3.entry-title,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page:not(.home) body.page-template-where-are-they-now body.blog h3,
  body.blog body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page:not(.home) body.page-template-where-are-they-now body.single h3,
  body.single body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page:not(.home) body.page-template-where-are-they-now body.attachment h3,
  body.attachment body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.page:not(.home) h3.entry-title,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page-template-where-are-they-now body.page:not(.home) body.blog h3,
  body.blog body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page-template-where-are-they-now body.page:not(.home) body.single h3,
  body.single body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page-template-where-are-they-now body.page:not(.home) body.attachment h3,
  body.attachment body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page:not(.home) h3.entry-title,
  body.page:not(.home) body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page:not(.home) h3,
  body.page:not(.home) body.blog h3,
  body.blog body.page:not(.home) h3,
  body.page:not(.home) body.single h3,
  body.single body.page:not(.home) h3,
  body.page:not(.home) body.attachment h3,
  body.attachment body.page:not(.home) h3,
  body.page:not(.home) body.blog h3.entry-title,
  body.page:not(.home) body.blog body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page:not(.home) body.blog h3,
  body.page:not(.home) body.blog body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.blog h3,
  body.page:not(.home) body.blog body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.page:not(.home) body.blog h3,
  body.page:not(.home) body.blog h3,
  body.page:not(.home) body.blog h3,
  body.page:not(.home) body.blog body.single h3,
  body.single body.page:not(.home) body.blog h3,
  body.page:not(.home) body.blog body.attachment h3,
  body.attachment body.page:not(.home) body.blog h3,
  body.blog body.page:not(.home) h3.entry-title,
  body.blog body.page:not(.home) body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.blog body.page:not(.home) h3,
  body.blog body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.blog body.page:not(.home) h3,
  body.blog body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.blog body.page:not(.home) h3,
  body.blog body.page:not(.home) h3,
  body.blog body.page:not(.home) h3,
  body.blog body.page:not(.home) body.single h3,
  body.single body.blog body.page:not(.home) h3,
  body.blog body.page:not(.home) body.attachment h3,
  body.attachment body.blog body.page:not(.home) h3,
  body.page:not(.home) body.single h3.entry-title,
  body.page:not(.home) body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page:not(.home) body.single h3,
  body.page:not(.home) body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.single h3,
  body.page:not(.home) body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.page:not(.home) body.single h3,
  body.page:not(.home) body.single h3,
  body.page:not(.home) body.single body.blog h3,
  body.blog body.page:not(.home) body.single h3,
  body.page:not(.home) body.single h3,
  body.page:not(.home) body.single body.attachment h3,
  body.attachment body.page:not(.home) body.single h3,
  body.single body.page:not(.home) h3.entry-title,
  body.single body.page:not(.home) body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single body.page:not(.home) h3,
  body.single body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single body.page:not(.home) h3,
  body.single body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single body.page:not(.home) h3,
  body.single body.page:not(.home) h3,
  body.single body.page:not(.home) body.blog h3,
  body.blog body.single body.page:not(.home) h3,
  body.single body.page:not(.home) h3,
  body.single body.page:not(.home) body.attachment h3,
  body.attachment body.single body.page:not(.home) h3,
  body.page:not(.home) body.attachment h3.entry-title,
  body.page:not(.home) body.attachment body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page:not(.home) body.attachment h3,
  body.page:not(.home) body.attachment body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.attachment h3,
  body.page:not(.home) body.attachment body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.page:not(.home) body.attachment h3,
  body.page:not(.home) body.attachment h3,
  body.page:not(.home) body.attachment body.blog h3,
  body.blog body.page:not(.home) body.attachment h3,
  body.page:not(.home) body.attachment body.single h3,
  body.single body.page:not(.home) body.attachment h3,
  body.page:not(.home) body.attachment h3,
  body.attachment body.page:not(.home) h3.entry-title,
  body.attachment body.page:not(.home) body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.attachment body.page:not(.home) h3,
  body.attachment body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.attachment body.page:not(.home) h3,
  body.attachment body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.attachment body.page:not(.home) h3,
  body.attachment body.page:not(.home) h3,
  body.attachment body.page:not(.home) body.blog h3,
  body.blog body.attachment body.page:not(.home) h3,
  body.attachment body.page:not(.home) body.single h3,
  body.single body.attachment body.page:not(.home) h3,
  body.attachment body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-events h2.entry-title,
  body.page:not(.home) body.archive.post-type-archive-events h2,
  body.page:not(.home) body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.archive.post-type-archive-events h2,
  body.page:not(.home) body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-events h2,
  body.page:not(.home) body.archive.post-type-archive-events h2,
  body.page:not(.home) body.archive.post-type-archive-events body.blog h2,
  body.blog body.page:not(.home) body.archive.post-type-archive-events h2,
  body.page:not(.home) body.archive.post-type-archive-events body.single h2,
  body.single body.page:not(.home) body.archive.post-type-archive-events h2,
  body.page:not(.home) body.archive.post-type-archive-events body.attachment h2,
  body.attachment body.page:not(.home) body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page:not(.home) h2.entry-title,
  body.archive.post-type-archive-events body.page:not(.home) h2,
  body.archive.post-type-archive-events body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page:not(.home) h2,
  body.archive.post-type-archive-events body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.page:not(.home) h2,
  body.archive.post-type-archive-events body.page:not(.home) h2,
  body.archive.post-type-archive-events body.page:not(.home) body.blog h2,
  body.blog body.archive.post-type-archive-events body.page:not(.home) h2,
  body.archive.post-type-archive-events body.page:not(.home) body.single h2,
  body.single body.archive.post-type-archive-events body.page:not(.home) h2,
  body.archive.post-type-archive-events body.page:not(.home) body.attachment h2,
  body.attachment body.archive.post-type-archive-events body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts h2.entry-title,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.blog h2,
  body.blog body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.single h2,
  body.single body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.attachment h2,
  body.attachment body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) h2.entry-title,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.blog h2,
  body.blog body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.single h2,
  body.single body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.attachment h2,
  body.attachment body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.page:not(.home) body.page-template-where-are-they-now h2.entry-title,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page:not(.home) body.page-template-where-are-they-now body.blog h2,
  body.blog body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page:not(.home) body.page-template-where-are-they-now body.single h2,
  body.single body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page:not(.home) body.page-template-where-are-they-now body.attachment h2,
  body.attachment body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.page:not(.home) h2.entry-title,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page-template-where-are-they-now body.page:not(.home) body.blog h2,
  body.blog body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page-template-where-are-they-now body.page:not(.home) body.single h2,
  body.single body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page-template-where-are-they-now body.page:not(.home) body.attachment h2,
  body.attachment body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page:not(.home) h2.entry-title,
  body.page:not(.home) body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page:not(.home) h2,
  body.page:not(.home) body.blog h2,
  body.blog body.page:not(.home) h2,
  body.page:not(.home) body.single h2,
  body.single body.page:not(.home) h2,
  body.page:not(.home) body.attachment h2,
  body.attachment body.page:not(.home) h2,
  body.page:not(.home) body.blog h2.entry-title,
  body.page:not(.home) body.blog body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page:not(.home) body.blog h2,
  body.page:not(.home) body.blog body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.blog h2,
  body.page:not(.home) body.blog body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.page:not(.home) body.blog h2,
  body.page:not(.home) body.blog h2,
  body.page:not(.home) body.blog h2,
  body.page:not(.home) body.blog body.single h2,
  body.single body.page:not(.home) body.blog h2,
  body.page:not(.home) body.blog body.attachment h2,
  body.attachment body.page:not(.home) body.blog h2,
  body.blog body.page:not(.home) h2.entry-title,
  body.blog body.page:not(.home) body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.blog body.page:not(.home) h2,
  body.blog body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.blog body.page:not(.home) h2,
  body.blog body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.blog body.page:not(.home) h2,
  body.blog body.page:not(.home) h2,
  body.blog body.page:not(.home) h2,
  body.blog body.page:not(.home) body.single h2,
  body.single body.blog body.page:not(.home) h2,
  body.blog body.page:not(.home) body.attachment h2,
  body.attachment body.blog body.page:not(.home) h2,
  body.page:not(.home) body.single h2.entry-title,
  body.page:not(.home) body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page:not(.home) body.single h2,
  body.page:not(.home) body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.single h2,
  body.page:not(.home) body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.page:not(.home) body.single h2,
  body.page:not(.home) body.single h2,
  body.page:not(.home) body.single body.blog h2,
  body.blog body.page:not(.home) body.single h2,
  body.page:not(.home) body.single h2,
  body.page:not(.home) body.single body.attachment h2,
  body.attachment body.page:not(.home) body.single h2,
  body.single body.page:not(.home) h2.entry-title,
  body.single body.page:not(.home) body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single body.page:not(.home) h2,
  body.single body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single body.page:not(.home) h2,
  body.single body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single body.page:not(.home) h2,
  body.single body.page:not(.home) h2,
  body.single body.page:not(.home) body.blog h2,
  body.blog body.single body.page:not(.home) h2,
  body.single body.page:not(.home) h2,
  body.single body.page:not(.home) body.attachment h2,
  body.attachment body.single body.page:not(.home) h2,
  body.page:not(.home) body.attachment h2.entry-title,
  body.page:not(.home) body.attachment body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page:not(.home) body.attachment h2,
  body.page:not(.home) body.attachment body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.attachment h2,
  body.page:not(.home) body.attachment body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.page:not(.home) body.attachment h2,
  body.page:not(.home) body.attachment h2,
  body.page:not(.home) body.attachment body.blog h2,
  body.blog body.page:not(.home) body.attachment h2,
  body.page:not(.home) body.attachment body.single h2,
  body.single body.page:not(.home) body.attachment h2,
  body.page:not(.home) body.attachment h2,
  body.attachment body.page:not(.home) h2.entry-title,
  body.attachment body.page:not(.home) body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.attachment body.page:not(.home) h2,
  body.attachment body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.attachment body.page:not(.home) h2,
  body.attachment body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.attachment body.page:not(.home) h2,
  body.attachment body.page:not(.home) h2,
  body.attachment body.page:not(.home) body.blog h2,
  body.blog body.attachment body.page:not(.home) h2,
  body.attachment body.page:not(.home) body.single h2,
  body.single body.attachment body.page:not(.home) h2,
  body.attachment body.page:not(.home) h2,
  body.page:not(.home) h1.page-title,
  body.page:not(.home) body.archive.post-type-archive-events h3.page-title,
  body.archive.post-type-archive-events body.page:not(.home) h3.page-title,
  body.page:not(.home) body.archive.post-type-archive-podcasts h3.page-title,
  body.archive.post-type-archive-podcasts body.page:not(.home) h3.page-title,
  body.page:not(.home) body.page-template-where-are-they-now h3.page-title,
  body.page-template-where-are-they-now body.page:not(.home) h3.page-title,
  body.page:not(.home) h3.page-title,
  body.page:not(.home) body.blog h3.page-title,
  body.blog body.page:not(.home) h3.page-title,
  body.page:not(.home) body.single h3.page-title,
  body.single body.page:not(.home) h3.page-title,
  body.page:not(.home) body.attachment h3.page-title,
  body.attachment body.page:not(.home) h3.page-title,
  body.page:not(.home) body.archive.post-type-archive-events h2.page-title,
  body.archive.post-type-archive-events body.page:not(.home) h2.page-title,
  body.page:not(.home) body.archive.post-type-archive-podcasts h2.page-title,
  body.archive.post-type-archive-podcasts body.page:not(.home) h2.page-title,
  body.page:not(.home) body.page-template-where-are-they-now h2.page-title,
  body.page-template-where-are-they-now body.page:not(.home) h2.page-title,
  body.page:not(.home) h2.page-title,
  body.page:not(.home) body.blog h2.page-title,
  body.blog body.page:not(.home) h2.page-title,
  body.page:not(.home) body.single h2.page-title,
  body.single body.page:not(.home) h2.page-title,
  body.page:not(.home) body.attachment h2.page-title,
  body.attachment body.page:not(.home) h2.page-title,
  body.blog h1.entry-title,
  body.blog body.archive.post-type-archive-events h3.entry-title,
  body.blog body.archive.post-type-archive-events h3,
  body.blog body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.blog body.archive.post-type-archive-events h3,
  body.blog body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-events h3,
  body.blog body.archive.post-type-archive-events body.page:not(.home) h3,
  body.page:not(.home) body.blog body.archive.post-type-archive-events h3,
  body.blog body.archive.post-type-archive-events h3,
  body.blog body.archive.post-type-archive-events body.single h3,
  body.single body.blog body.archive.post-type-archive-events h3,
  body.blog body.archive.post-type-archive-events body.attachment h3,
  body.attachment body.blog body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.blog h3.entry-title,
  body.archive.post-type-archive-events body.blog h3,
  body.archive.post-type-archive-events body.blog body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.blog h3,
  body.archive.post-type-archive-events body.blog body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.blog h3,
  body.archive.post-type-archive-events body.blog body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-events body.blog h3,
  body.archive.post-type-archive-events body.blog h3,
  body.archive.post-type-archive-events body.blog body.single h3,
  body.single body.archive.post-type-archive-events body.blog h3,
  body.archive.post-type-archive-events body.blog body.attachment h3,
  body.attachment body.archive.post-type-archive-events body.blog h3,
  body.blog body.archive.post-type-archive-podcasts h3.entry-title,
  body.blog body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.blog body.archive.post-type-archive-podcasts h3,
  body.blog body.archive.post-type-archive-podcasts h3,
  body.blog body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-podcasts h3,
  body.blog body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.page:not(.home) body.blog body.archive.post-type-archive-podcasts h3,
  body.blog body.archive.post-type-archive-podcasts h3,
  body.blog body.archive.post-type-archive-podcasts body.single h3,
  body.single body.blog body.archive.post-type-archive-podcasts h3,
  body.blog body.archive.post-type-archive-podcasts body.attachment h3,
  body.attachment body.blog body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.blog h3.entry-title,
  body.archive.post-type-archive-podcasts body.blog body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.blog h3,
  body.archive.post-type-archive-podcasts body.blog h3,
  body.archive.post-type-archive-podcasts body.blog body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.blog h3,
  body.archive.post-type-archive-podcasts body.blog body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.blog h3,
  body.archive.post-type-archive-podcasts body.blog h3,
  body.archive.post-type-archive-podcasts body.blog body.single h3,
  body.single body.archive.post-type-archive-podcasts body.blog h3,
  body.archive.post-type-archive-podcasts body.blog body.attachment h3,
  body.attachment body.archive.post-type-archive-podcasts body.blog h3,
  body.blog body.page-template-where-are-they-now h3.entry-title,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.blog body.page-template-where-are-they-now h3,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.blog body.page-template-where-are-they-now h3,
  body.blog body.page-template-where-are-they-now h3,
  body.blog body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page:not(.home) body.blog body.page-template-where-are-they-now h3,
  body.blog body.page-template-where-are-they-now h3,
  body.blog body.page-template-where-are-they-now body.single h3,
  body.single body.blog body.page-template-where-are-they-now h3,
  body.blog body.page-template-where-are-they-now body.attachment h3,
  body.attachment body.blog body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.blog h3.entry-title,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.blog h3,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.blog h3,
  body.page-template-where-are-they-now body.blog h3,
  body.page-template-where-are-they-now body.blog body.page:not(.home) h3,
  body.page:not(.home) body.page-template-where-are-they-now body.blog h3,
  body.page-template-where-are-they-now body.blog h3,
  body.page-template-where-are-they-now body.blog body.single h3,
  body.single body.page-template-where-are-they-now body.blog h3,
  body.page-template-where-are-they-now body.blog body.attachment h3,
  body.attachment body.page-template-where-are-they-now body.blog h3,
  body.blog body.page:not(.home) h3.entry-title,
  body.blog body.page:not(.home) body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.blog body.page:not(.home) h3,
  body.blog body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.blog body.page:not(.home) h3,
  body.blog body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.blog body.page:not(.home) h3,
  body.blog body.page:not(.home) h3,
  body.blog body.page:not(.home) h3,
  body.blog body.page:not(.home) body.single h3,
  body.single body.blog body.page:not(.home) h3,
  body.blog body.page:not(.home) body.attachment h3,
  body.attachment body.blog body.page:not(.home) h3,
  body.page:not(.home) body.blog h3.entry-title,
  body.page:not(.home) body.blog body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page:not(.home) body.blog h3,
  body.page:not(.home) body.blog body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.blog h3,
  body.page:not(.home) body.blog body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.page:not(.home) body.blog h3,
  body.page:not(.home) body.blog h3,
  body.page:not(.home) body.blog h3,
  body.page:not(.home) body.blog body.single h3,
  body.single body.page:not(.home) body.blog h3,
  body.page:not(.home) body.blog body.attachment h3,
  body.attachment body.page:not(.home) body.blog h3,
  body.blog h3.entry-title,
  body.blog body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.blog h3,
  body.blog body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.blog h3,
  body.blog body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.blog h3,
  body.blog body.page:not(.home) h3,
  body.page:not(.home) body.blog h3,
  body.blog h3,
  body.blog body.single h3,
  body.single body.blog h3,
  body.blog body.attachment h3,
  body.attachment body.blog h3,
  body.blog body.single h3.entry-title,
  body.blog body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.blog body.single h3,
  body.blog body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.blog body.single h3,
  body.blog body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.blog body.single h3,
  body.blog body.single body.page:not(.home) h3,
  body.page:not(.home) body.blog body.single h3,
  body.blog body.single h3,
  body.blog body.single h3,
  body.blog body.single body.attachment h3,
  body.attachment body.blog body.single h3,
  body.single body.blog h3.entry-title,
  body.single body.blog body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single body.blog h3,
  body.single body.blog body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single body.blog h3,
  body.single body.blog body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single body.blog h3,
  body.single body.blog body.page:not(.home) h3,
  body.page:not(.home) body.single body.blog h3,
  body.single body.blog h3,
  body.single body.blog h3,
  body.single body.blog body.attachment h3,
  body.attachment body.single body.blog h3,
  body.blog body.attachment h3.entry-title,
  body.blog body.attachment body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.blog body.attachment h3,
  body.blog body.attachment body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.blog body.attachment h3,
  body.blog body.attachment body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.blog body.attachment h3,
  body.blog body.attachment body.page:not(.home) h3,
  body.page:not(.home) body.blog body.attachment h3,
  body.blog body.attachment h3,
  body.blog body.attachment body.single h3,
  body.single body.blog body.attachment h3,
  body.blog body.attachment h3,
  body.attachment body.blog h3.entry-title,
  body.attachment body.blog body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.attachment body.blog h3,
  body.attachment body.blog body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.attachment body.blog h3,
  body.attachment body.blog body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.attachment body.blog h3,
  body.attachment body.blog body.page:not(.home) h3,
  body.page:not(.home) body.attachment body.blog h3,
  body.attachment body.blog h3,
  body.attachment body.blog body.single h3,
  body.single body.attachment body.blog h3,
  body.attachment body.blog h3,
  body.blog body.archive.post-type-archive-events h2.entry-title,
  body.blog body.archive.post-type-archive-events h2,
  body.blog body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.blog body.archive.post-type-archive-events h2,
  body.blog body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-events h2,
  body.blog body.archive.post-type-archive-events body.page:not(.home) h2,
  body.page:not(.home) body.blog body.archive.post-type-archive-events h2,
  body.blog body.archive.post-type-archive-events h2,
  body.blog body.archive.post-type-archive-events body.single h2,
  body.single body.blog body.archive.post-type-archive-events h2,
  body.blog body.archive.post-type-archive-events body.attachment h2,
  body.attachment body.blog body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.blog h2.entry-title,
  body.archive.post-type-archive-events body.blog h2,
  body.archive.post-type-archive-events body.blog body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.blog h2,
  body.archive.post-type-archive-events body.blog body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.blog h2,
  body.archive.post-type-archive-events body.blog body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-events body.blog h2,
  body.archive.post-type-archive-events body.blog h2,
  body.archive.post-type-archive-events body.blog body.single h2,
  body.single body.archive.post-type-archive-events body.blog h2,
  body.archive.post-type-archive-events body.blog body.attachment h2,
  body.attachment body.archive.post-type-archive-events body.blog h2,
  body.blog body.archive.post-type-archive-podcasts h2.entry-title,
  body.blog body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.blog body.archive.post-type-archive-podcasts h2,
  body.blog body.archive.post-type-archive-podcasts h2,
  body.blog body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-podcasts h2,
  body.blog body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.page:not(.home) body.blog body.archive.post-type-archive-podcasts h2,
  body.blog body.archive.post-type-archive-podcasts h2,
  body.blog body.archive.post-type-archive-podcasts body.single h2,
  body.single body.blog body.archive.post-type-archive-podcasts h2,
  body.blog body.archive.post-type-archive-podcasts body.attachment h2,
  body.attachment body.blog body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.blog h2.entry-title,
  body.archive.post-type-archive-podcasts body.blog body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.blog h2,
  body.archive.post-type-archive-podcasts body.blog h2,
  body.archive.post-type-archive-podcasts body.blog body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.blog h2,
  body.archive.post-type-archive-podcasts body.blog body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.blog h2,
  body.archive.post-type-archive-podcasts body.blog h2,
  body.archive.post-type-archive-podcasts body.blog body.single h2,
  body.single body.archive.post-type-archive-podcasts body.blog h2,
  body.archive.post-type-archive-podcasts body.blog body.attachment h2,
  body.attachment body.archive.post-type-archive-podcasts body.blog h2,
  body.blog body.page-template-where-are-they-now h2.entry-title,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.blog body.page-template-where-are-they-now h2,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.blog body.page-template-where-are-they-now h2,
  body.blog body.page-template-where-are-they-now h2,
  body.blog body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page:not(.home) body.blog body.page-template-where-are-they-now h2,
  body.blog body.page-template-where-are-they-now h2,
  body.blog body.page-template-where-are-they-now body.single h2,
  body.single body.blog body.page-template-where-are-they-now h2,
  body.blog body.page-template-where-are-they-now body.attachment h2,
  body.attachment body.blog body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.blog h2.entry-title,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.blog h2,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.blog h2,
  body.page-template-where-are-they-now body.blog h2,
  body.page-template-where-are-they-now body.blog body.page:not(.home) h2,
  body.page:not(.home) body.page-template-where-are-they-now body.blog h2,
  body.page-template-where-are-they-now body.blog h2,
  body.page-template-where-are-they-now body.blog body.single h2,
  body.single body.page-template-where-are-they-now body.blog h2,
  body.page-template-where-are-they-now body.blog body.attachment h2,
  body.attachment body.page-template-where-are-they-now body.blog h2,
  body.blog body.page:not(.home) h2.entry-title,
  body.blog body.page:not(.home) body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.blog body.page:not(.home) h2,
  body.blog body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.blog body.page:not(.home) h2,
  body.blog body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.blog body.page:not(.home) h2,
  body.blog body.page:not(.home) h2,
  body.blog body.page:not(.home) h2,
  body.blog body.page:not(.home) body.single h2,
  body.single body.blog body.page:not(.home) h2,
  body.blog body.page:not(.home) body.attachment h2,
  body.attachment body.blog body.page:not(.home) h2,
  body.page:not(.home) body.blog h2.entry-title,
  body.page:not(.home) body.blog body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page:not(.home) body.blog h2,
  body.page:not(.home) body.blog body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.blog h2,
  body.page:not(.home) body.blog body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.page:not(.home) body.blog h2,
  body.page:not(.home) body.blog h2,
  body.page:not(.home) body.blog h2,
  body.page:not(.home) body.blog body.single h2,
  body.single body.page:not(.home) body.blog h2,
  body.page:not(.home) body.blog body.attachment h2,
  body.attachment body.page:not(.home) body.blog h2,
  body.blog h2.entry-title,
  body.blog body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.blog h2,
  body.blog body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.blog h2,
  body.blog body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.blog h2,
  body.blog body.page:not(.home) h2,
  body.page:not(.home) body.blog h2,
  body.blog h2,
  body.blog body.single h2,
  body.single body.blog h2,
  body.blog body.attachment h2,
  body.attachment body.blog h2,
  body.blog body.single h2.entry-title,
  body.blog body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.blog body.single h2,
  body.blog body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.blog body.single h2,
  body.blog body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.blog body.single h2,
  body.blog body.single body.page:not(.home) h2,
  body.page:not(.home) body.blog body.single h2,
  body.blog body.single h2,
  body.blog body.single h2,
  body.blog body.single body.attachment h2,
  body.attachment body.blog body.single h2,
  body.single body.blog h2.entry-title,
  body.single body.blog body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single body.blog h2,
  body.single body.blog body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single body.blog h2,
  body.single body.blog body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single body.blog h2,
  body.single body.blog body.page:not(.home) h2,
  body.page:not(.home) body.single body.blog h2,
  body.single body.blog h2,
  body.single body.blog h2,
  body.single body.blog body.attachment h2,
  body.attachment body.single body.blog h2,
  body.blog body.attachment h2.entry-title,
  body.blog body.attachment body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.blog body.attachment h2,
  body.blog body.attachment body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.blog body.attachment h2,
  body.blog body.attachment body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.blog body.attachment h2,
  body.blog body.attachment body.page:not(.home) h2,
  body.page:not(.home) body.blog body.attachment h2,
  body.blog body.attachment h2,
  body.blog body.attachment body.single h2,
  body.single body.blog body.attachment h2,
  body.blog body.attachment h2,
  body.attachment body.blog h2.entry-title,
  body.attachment body.blog body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.attachment body.blog h2,
  body.attachment body.blog body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.attachment body.blog h2,
  body.attachment body.blog body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.attachment body.blog h2,
  body.attachment body.blog body.page:not(.home) h2,
  body.page:not(.home) body.attachment body.blog h2,
  body.attachment body.blog h2,
  body.attachment body.blog body.single h2,
  body.single body.attachment body.blog h2,
  body.attachment body.blog h2,
  body.blog h1.page-title,
  body.blog body.archive.post-type-archive-events h3.page-title,
  body.archive.post-type-archive-events body.blog h3.page-title,
  body.blog body.archive.post-type-archive-podcasts h3.page-title,
  body.archive.post-type-archive-podcasts body.blog h3.page-title,
  body.blog body.page-template-where-are-they-now h3.page-title,
  body.page-template-where-are-they-now body.blog h3.page-title,
  body.blog body.page:not(.home) h3.page-title,
  body.page:not(.home) body.blog h3.page-title,
  body.blog h3.page-title,
  body.blog body.single h3.page-title,
  body.single body.blog h3.page-title,
  body.blog body.attachment h3.page-title,
  body.attachment body.blog h3.page-title,
  body.blog body.archive.post-type-archive-events h2.page-title,
  body.archive.post-type-archive-events body.blog h2.page-title,
  body.blog body.archive.post-type-archive-podcasts h2.page-title,
  body.archive.post-type-archive-podcasts body.blog h2.page-title,
  body.blog body.page-template-where-are-they-now h2.page-title,
  body.page-template-where-are-they-now body.blog h2.page-title,
  body.blog body.page:not(.home) h2.page-title,
  body.page:not(.home) body.blog h2.page-title,
  body.blog h2.page-title,
  body.blog body.single h2.page-title,
  body.single body.blog h2.page-title,
  body.blog body.attachment h2.page-title,
  body.attachment body.blog h2.page-title,
  body.single h1.entry-title,
  body.single body.archive.post-type-archive-events h3.entry-title,
  body.single body.archive.post-type-archive-events h3,
  body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single body.archive.post-type-archive-events h3,
  body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-events h3,
  body.single body.archive.post-type-archive-events body.page:not(.home) h3,
  body.page:not(.home) body.single body.archive.post-type-archive-events h3,
  body.single body.archive.post-type-archive-events body.blog h3,
  body.blog body.single body.archive.post-type-archive-events h3,
  body.single body.archive.post-type-archive-events h3,
  body.single body.archive.post-type-archive-events body.attachment h3,
  body.attachment body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single h3.entry-title,
  body.archive.post-type-archive-events body.single h3,
  body.archive.post-type-archive-events body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h3,
  body.archive.post-type-archive-events body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h3,
  body.archive.post-type-archive-events body.single body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-events body.single h3,
  body.archive.post-type-archive-events body.single body.blog h3,
  body.blog body.archive.post-type-archive-events body.single h3,
  body.archive.post-type-archive-events body.single h3,
  body.archive.post-type-archive-events body.single body.attachment h3,
  body.attachment body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-podcasts h3.entry-title,
  body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single body.archive.post-type-archive-podcasts h3,
  body.single body.archive.post-type-archive-podcasts h3,
  body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-podcasts h3,
  body.single body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.page:not(.home) body.single body.archive.post-type-archive-podcasts h3,
  body.single body.archive.post-type-archive-podcasts body.blog h3,
  body.blog body.single body.archive.post-type-archive-podcasts h3,
  body.single body.archive.post-type-archive-podcasts h3,
  body.single body.archive.post-type-archive-podcasts body.attachment h3,
  body.attachment body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single h3.entry-title,
  body.archive.post-type-archive-podcasts body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h3,
  body.archive.post-type-archive-podcasts body.single h3,
  body.archive.post-type-archive-podcasts body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h3,
  body.archive.post-type-archive-podcasts body.single body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.single h3,
  body.archive.post-type-archive-podcasts body.single body.blog h3,
  body.blog body.archive.post-type-archive-podcasts body.single h3,
  body.archive.post-type-archive-podcasts body.single h3,
  body.archive.post-type-archive-podcasts body.single body.attachment h3,
  body.attachment body.archive.post-type-archive-podcasts body.single h3,
  body.single body.page-template-where-are-they-now h3.entry-title,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single body.page-template-where-are-they-now h3,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single body.page-template-where-are-they-now h3,
  body.single body.page-template-where-are-they-now h3,
  body.single body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page:not(.home) body.single body.page-template-where-are-they-now h3,
  body.single body.page-template-where-are-they-now body.blog h3,
  body.blog body.single body.page-template-where-are-they-now h3,
  body.single body.page-template-where-are-they-now h3,
  body.single body.page-template-where-are-they-now body.attachment h3,
  body.attachment body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single h3.entry-title,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h3,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h3,
  body.page-template-where-are-they-now body.single h3,
  body.page-template-where-are-they-now body.single body.page:not(.home) h3,
  body.page:not(.home) body.page-template-where-are-they-now body.single h3,
  body.page-template-where-are-they-now body.single body.blog h3,
  body.blog body.page-template-where-are-they-now body.single h3,
  body.page-template-where-are-they-now body.single h3,
  body.page-template-where-are-they-now body.single body.attachment h3,
  body.attachment body.page-template-where-are-they-now body.single h3,
  body.single body.page:not(.home) h3.entry-title,
  body.single body.page:not(.home) body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single body.page:not(.home) h3,
  body.single body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single body.page:not(.home) h3,
  body.single body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single body.page:not(.home) h3,
  body.single body.page:not(.home) h3,
  body.single body.page:not(.home) body.blog h3,
  body.blog body.single body.page:not(.home) h3,
  body.single body.page:not(.home) h3,
  body.single body.page:not(.home) body.attachment h3,
  body.attachment body.single body.page:not(.home) h3,
  body.page:not(.home) body.single h3.entry-title,
  body.page:not(.home) body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page:not(.home) body.single h3,
  body.page:not(.home) body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.single h3,
  body.page:not(.home) body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.page:not(.home) body.single h3,
  body.page:not(.home) body.single h3,
  body.page:not(.home) body.single body.blog h3,
  body.blog body.page:not(.home) body.single h3,
  body.page:not(.home) body.single h3,
  body.page:not(.home) body.single body.attachment h3,
  body.attachment body.page:not(.home) body.single h3,
  body.single body.blog h3.entry-title,
  body.single body.blog body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single body.blog h3,
  body.single body.blog body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single body.blog h3,
  body.single body.blog body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single body.blog h3,
  body.single body.blog body.page:not(.home) h3,
  body.page:not(.home) body.single body.blog h3,
  body.single body.blog h3,
  body.single body.blog h3,
  body.single body.blog body.attachment h3,
  body.attachment body.single body.blog h3,
  body.blog body.single h3.entry-title,
  body.blog body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.blog body.single h3,
  body.blog body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.blog body.single h3,
  body.blog body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.blog body.single h3,
  body.blog body.single body.page:not(.home) h3,
  body.page:not(.home) body.blog body.single h3,
  body.blog body.single h3,
  body.blog body.single h3,
  body.blog body.single body.attachment h3,
  body.attachment body.blog body.single h3,
  body.single h3.entry-title,
  body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single h3,
  body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single h3,
  body.single body.page:not(.home) h3,
  body.page:not(.home) body.single h3,
  body.single body.blog h3,
  body.blog body.single h3,
  body.single h3,
  body.single body.attachment h3,
  body.attachment body.single h3,
  body.single body.attachment h3.entry-title,
  body.single body.attachment body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single body.attachment h3,
  body.single body.attachment body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single body.attachment h3,
  body.single body.attachment body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single body.attachment h3,
  body.single body.attachment body.page:not(.home) h3,
  body.page:not(.home) body.single body.attachment h3,
  body.single body.attachment body.blog h3,
  body.blog body.single body.attachment h3,
  body.single body.attachment h3,
  body.single body.attachment h3,
  body.attachment body.single h3.entry-title,
  body.attachment body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.attachment body.single h3,
  body.attachment body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.attachment body.single h3,
  body.attachment body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.attachment body.single h3,
  body.attachment body.single body.page:not(.home) h3,
  body.page:not(.home) body.attachment body.single h3,
  body.attachment body.single body.blog h3,
  body.blog body.attachment body.single h3,
  body.attachment body.single h3,
  body.attachment body.single h3,
  body.single body.archive.post-type-archive-events h2.entry-title,
  body.single body.archive.post-type-archive-events h2,
  body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single body.archive.post-type-archive-events h2,
  body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-events h2,
  body.single body.archive.post-type-archive-events body.page:not(.home) h2,
  body.page:not(.home) body.single body.archive.post-type-archive-events h2,
  body.single body.archive.post-type-archive-events body.blog h2,
  body.blog body.single body.archive.post-type-archive-events h2,
  body.single body.archive.post-type-archive-events h2,
  body.single body.archive.post-type-archive-events body.attachment h2,
  body.attachment body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single h2.entry-title,
  body.archive.post-type-archive-events body.single h2,
  body.archive.post-type-archive-events body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h2,
  body.archive.post-type-archive-events body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h2,
  body.archive.post-type-archive-events body.single body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-events body.single h2,
  body.archive.post-type-archive-events body.single body.blog h2,
  body.blog body.archive.post-type-archive-events body.single h2,
  body.archive.post-type-archive-events body.single h2,
  body.archive.post-type-archive-events body.single body.attachment h2,
  body.attachment body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-podcasts h2.entry-title,
  body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single body.archive.post-type-archive-podcasts h2,
  body.single body.archive.post-type-archive-podcasts h2,
  body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-podcasts h2,
  body.single body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.page:not(.home) body.single body.archive.post-type-archive-podcasts h2,
  body.single body.archive.post-type-archive-podcasts body.blog h2,
  body.blog body.single body.archive.post-type-archive-podcasts h2,
  body.single body.archive.post-type-archive-podcasts h2,
  body.single body.archive.post-type-archive-podcasts body.attachment h2,
  body.attachment body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single h2.entry-title,
  body.archive.post-type-archive-podcasts body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h2,
  body.archive.post-type-archive-podcasts body.single h2,
  body.archive.post-type-archive-podcasts body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h2,
  body.archive.post-type-archive-podcasts body.single body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.single h2,
  body.archive.post-type-archive-podcasts body.single body.blog h2,
  body.blog body.archive.post-type-archive-podcasts body.single h2,
  body.archive.post-type-archive-podcasts body.single h2,
  body.archive.post-type-archive-podcasts body.single body.attachment h2,
  body.attachment body.archive.post-type-archive-podcasts body.single h2,
  body.single body.page-template-where-are-they-now h2.entry-title,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single body.page-template-where-are-they-now h2,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single body.page-template-where-are-they-now h2,
  body.single body.page-template-where-are-they-now h2,
  body.single body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page:not(.home) body.single body.page-template-where-are-they-now h2,
  body.single body.page-template-where-are-they-now body.blog h2,
  body.blog body.single body.page-template-where-are-they-now h2,
  body.single body.page-template-where-are-they-now h2,
  body.single body.page-template-where-are-they-now body.attachment h2,
  body.attachment body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single h2.entry-title,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h2,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h2,
  body.page-template-where-are-they-now body.single h2,
  body.page-template-where-are-they-now body.single body.page:not(.home) h2,
  body.page:not(.home) body.page-template-where-are-they-now body.single h2,
  body.page-template-where-are-they-now body.single body.blog h2,
  body.blog body.page-template-where-are-they-now body.single h2,
  body.page-template-where-are-they-now body.single h2,
  body.page-template-where-are-they-now body.single body.attachment h2,
  body.attachment body.page-template-where-are-they-now body.single h2,
  body.single body.page:not(.home) h2.entry-title,
  body.single body.page:not(.home) body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single body.page:not(.home) h2,
  body.single body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single body.page:not(.home) h2,
  body.single body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single body.page:not(.home) h2,
  body.single body.page:not(.home) h2,
  body.single body.page:not(.home) body.blog h2,
  body.blog body.single body.page:not(.home) h2,
  body.single body.page:not(.home) h2,
  body.single body.page:not(.home) body.attachment h2,
  body.attachment body.single body.page:not(.home) h2,
  body.page:not(.home) body.single h2.entry-title,
  body.page:not(.home) body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page:not(.home) body.single h2,
  body.page:not(.home) body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.single h2,
  body.page:not(.home) body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.page:not(.home) body.single h2,
  body.page:not(.home) body.single h2,
  body.page:not(.home) body.single body.blog h2,
  body.blog body.page:not(.home) body.single h2,
  body.page:not(.home) body.single h2,
  body.page:not(.home) body.single body.attachment h2,
  body.attachment body.page:not(.home) body.single h2,
  body.single body.blog h2.entry-title,
  body.single body.blog body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single body.blog h2,
  body.single body.blog body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single body.blog h2,
  body.single body.blog body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single body.blog h2,
  body.single body.blog body.page:not(.home) h2,
  body.page:not(.home) body.single body.blog h2,
  body.single body.blog h2,
  body.single body.blog h2,
  body.single body.blog body.attachment h2,
  body.attachment body.single body.blog h2,
  body.blog body.single h2.entry-title,
  body.blog body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.blog body.single h2,
  body.blog body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.blog body.single h2,
  body.blog body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.blog body.single h2,
  body.blog body.single body.page:not(.home) h2,
  body.page:not(.home) body.blog body.single h2,
  body.blog body.single h2,
  body.blog body.single h2,
  body.blog body.single body.attachment h2,
  body.attachment body.blog body.single h2,
  body.single h2.entry-title,
  body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single h2,
  body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single h2,
  body.single body.page:not(.home) h2,
  body.page:not(.home) body.single h2,
  body.single body.blog h2,
  body.blog body.single h2,
  body.single h2,
  body.single body.attachment h2,
  body.attachment body.single h2,
  body.single body.attachment h2.entry-title,
  body.single body.attachment body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single body.attachment h2,
  body.single body.attachment body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single body.attachment h2,
  body.single body.attachment body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single body.attachment h2,
  body.single body.attachment body.page:not(.home) h2,
  body.page:not(.home) body.single body.attachment h2,
  body.single body.attachment body.blog h2,
  body.blog body.single body.attachment h2,
  body.single body.attachment h2,
  body.single body.attachment h2,
  body.attachment body.single h2.entry-title,
  body.attachment body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.attachment body.single h2,
  body.attachment body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.attachment body.single h2,
  body.attachment body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.attachment body.single h2,
  body.attachment body.single body.page:not(.home) h2,
  body.page:not(.home) body.attachment body.single h2,
  body.attachment body.single body.blog h2,
  body.blog body.attachment body.single h2,
  body.attachment body.single h2,
  body.attachment body.single h2,
  body.single h1.page-title,
  body.single body.archive.post-type-archive-events h3.page-title,
  body.archive.post-type-archive-events body.single h3.page-title,
  body.single body.archive.post-type-archive-podcasts h3.page-title,
  body.archive.post-type-archive-podcasts body.single h3.page-title,
  body.single body.page-template-where-are-they-now h3.page-title,
  body.page-template-where-are-they-now body.single h3.page-title,
  body.single body.page:not(.home) h3.page-title,
  body.page:not(.home) body.single h3.page-title,
  body.single body.blog h3.page-title,
  body.blog body.single h3.page-title,
  body.single h3.page-title,
  body.single body.attachment h3.page-title,
  body.attachment body.single h3.page-title,
  body.single body.archive.post-type-archive-events h2.page-title,
  body.archive.post-type-archive-events body.single h2.page-title,
  body.single body.archive.post-type-archive-podcasts h2.page-title,
  body.archive.post-type-archive-podcasts body.single h2.page-title,
  body.single body.page-template-where-are-they-now h2.page-title,
  body.page-template-where-are-they-now body.single h2.page-title,
  body.single body.page:not(.home) h2.page-title,
  body.page:not(.home) body.single h2.page-title,
  body.single body.blog h2.page-title,
  body.blog body.single h2.page-title,
  body.single h2.page-title,
  body.single body.attachment h2.page-title,
  body.attachment body.single h2.page-title,
  body.attachment h1.entry-title,
  body.attachment body.archive.post-type-archive-events h3.entry-title,
  body.attachment body.archive.post-type-archive-events h3,
  body.attachment body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.attachment body.archive.post-type-archive-events h3,
  body.attachment body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-events h3,
  body.attachment body.archive.post-type-archive-events body.page:not(.home) h3,
  body.page:not(.home) body.attachment body.archive.post-type-archive-events h3,
  body.attachment body.archive.post-type-archive-events body.blog h3,
  body.blog body.attachment body.archive.post-type-archive-events h3,
  body.attachment body.archive.post-type-archive-events body.single h3,
  body.single body.attachment body.archive.post-type-archive-events h3,
  body.attachment body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.attachment h3.entry-title,
  body.archive.post-type-archive-events body.attachment h3,
  body.archive.post-type-archive-events body.attachment body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.attachment h3,
  body.archive.post-type-archive-events body.attachment body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.attachment h3,
  body.archive.post-type-archive-events body.attachment body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-events body.attachment h3,
  body.archive.post-type-archive-events body.attachment body.blog h3,
  body.blog body.archive.post-type-archive-events body.attachment h3,
  body.archive.post-type-archive-events body.attachment body.single h3,
  body.single body.archive.post-type-archive-events body.attachment h3,
  body.archive.post-type-archive-events body.attachment h3,
  body.attachment body.archive.post-type-archive-podcasts h3.entry-title,
  body.attachment body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.attachment body.archive.post-type-archive-podcasts h3,
  body.attachment body.archive.post-type-archive-podcasts h3,
  body.attachment body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-podcasts h3,
  body.attachment body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.page:not(.home) body.attachment body.archive.post-type-archive-podcasts h3,
  body.attachment body.archive.post-type-archive-podcasts body.blog h3,
  body.blog body.attachment body.archive.post-type-archive-podcasts h3,
  body.attachment body.archive.post-type-archive-podcasts body.single h3,
  body.single body.attachment body.archive.post-type-archive-podcasts h3,
  body.attachment body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.attachment h3.entry-title,
  body.archive.post-type-archive-podcasts body.attachment body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.attachment h3,
  body.archive.post-type-archive-podcasts body.attachment h3,
  body.archive.post-type-archive-podcasts body.attachment body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.attachment h3,
  body.archive.post-type-archive-podcasts body.attachment body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.attachment h3,
  body.archive.post-type-archive-podcasts body.attachment body.blog h3,
  body.blog body.archive.post-type-archive-podcasts body.attachment h3,
  body.archive.post-type-archive-podcasts body.attachment body.single h3,
  body.single body.archive.post-type-archive-podcasts body.attachment h3,
  body.archive.post-type-archive-podcasts body.attachment h3,
  body.attachment body.page-template-where-are-they-now h3.entry-title,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.attachment body.page-template-where-are-they-now h3,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.attachment body.page-template-where-are-they-now h3,
  body.attachment body.page-template-where-are-they-now h3,
  body.attachment body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page:not(.home) body.attachment body.page-template-where-are-they-now h3,
  body.attachment body.page-template-where-are-they-now body.blog h3,
  body.blog body.attachment body.page-template-where-are-they-now h3,
  body.attachment body.page-template-where-are-they-now body.single h3,
  body.single body.attachment body.page-template-where-are-they-now h3,
  body.attachment body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.attachment h3.entry-title,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.attachment h3,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.attachment h3,
  body.page-template-where-are-they-now body.attachment h3,
  body.page-template-where-are-they-now body.attachment body.page:not(.home) h3,
  body.page:not(.home) body.page-template-where-are-they-now body.attachment h3,
  body.page-template-where-are-they-now body.attachment body.blog h3,
  body.blog body.page-template-where-are-they-now body.attachment h3,
  body.page-template-where-are-they-now body.attachment body.single h3,
  body.single body.page-template-where-are-they-now body.attachment h3,
  body.page-template-where-are-they-now body.attachment h3,
  body.attachment body.page:not(.home) h3.entry-title,
  body.attachment body.page:not(.home) body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.attachment body.page:not(.home) h3,
  body.attachment body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.attachment body.page:not(.home) h3,
  body.attachment body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.attachment body.page:not(.home) h3,
  body.attachment body.page:not(.home) h3,
  body.attachment body.page:not(.home) body.blog h3,
  body.blog body.attachment body.page:not(.home) h3,
  body.attachment body.page:not(.home) body.single h3,
  body.single body.attachment body.page:not(.home) h3,
  body.attachment body.page:not(.home) h3,
  body.page:not(.home) body.attachment h3.entry-title,
  body.page:not(.home) body.attachment body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page:not(.home) body.attachment h3,
  body.page:not(.home) body.attachment body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.attachment h3,
  body.page:not(.home) body.attachment body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.page:not(.home) body.attachment h3,
  body.page:not(.home) body.attachment h3,
  body.page:not(.home) body.attachment body.blog h3,
  body.blog body.page:not(.home) body.attachment h3,
  body.page:not(.home) body.attachment body.single h3,
  body.single body.page:not(.home) body.attachment h3,
  body.page:not(.home) body.attachment h3,
  body.attachment body.blog h3.entry-title,
  body.attachment body.blog body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.attachment body.blog h3,
  body.attachment body.blog body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.attachment body.blog h3,
  body.attachment body.blog body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.attachment body.blog h3,
  body.attachment body.blog body.page:not(.home) h3,
  body.page:not(.home) body.attachment body.blog h3,
  body.attachment body.blog h3,
  body.attachment body.blog body.single h3,
  body.single body.attachment body.blog h3,
  body.attachment body.blog h3,
  body.blog body.attachment h3.entry-title,
  body.blog body.attachment body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.blog body.attachment h3,
  body.blog body.attachment body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.blog body.attachment h3,
  body.blog body.attachment body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.blog body.attachment h3,
  body.blog body.attachment body.page:not(.home) h3,
  body.page:not(.home) body.blog body.attachment h3,
  body.blog body.attachment h3,
  body.blog body.attachment body.single h3,
  body.single body.blog body.attachment h3,
  body.blog body.attachment h3,
  body.attachment body.single h3.entry-title,
  body.attachment body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.attachment body.single h3,
  body.attachment body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.attachment body.single h3,
  body.attachment body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.attachment body.single h3,
  body.attachment body.single body.page:not(.home) h3,
  body.page:not(.home) body.attachment body.single h3,
  body.attachment body.single body.blog h3,
  body.blog body.attachment body.single h3,
  body.attachment body.single h3,
  body.attachment body.single h3,
  body.single body.attachment h3.entry-title,
  body.single body.attachment body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single body.attachment h3,
  body.single body.attachment body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single body.attachment h3,
  body.single body.attachment body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single body.attachment h3,
  body.single body.attachment body.page:not(.home) h3,
  body.page:not(.home) body.single body.attachment h3,
  body.single body.attachment body.blog h3,
  body.blog body.single body.attachment h3,
  body.single body.attachment h3,
  body.single body.attachment h3,
  body.attachment h3.entry-title,
  body.attachment body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.attachment h3,
  body.attachment body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.attachment h3,
  body.attachment body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.attachment h3,
  body.attachment body.page:not(.home) h3,
  body.page:not(.home) body.attachment h3,
  body.attachment body.blog h3,
  body.blog body.attachment h3,
  body.attachment body.single h3,
  body.single body.attachment h3,
  body.attachment h3,
  body.attachment body.archive.post-type-archive-events h2.entry-title,
  body.attachment body.archive.post-type-archive-events h2,
  body.attachment body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.attachment body.archive.post-type-archive-events h2,
  body.attachment body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-events h2,
  body.attachment body.archive.post-type-archive-events body.page:not(.home) h2,
  body.page:not(.home) body.attachment body.archive.post-type-archive-events h2,
  body.attachment body.archive.post-type-archive-events body.blog h2,
  body.blog body.attachment body.archive.post-type-archive-events h2,
  body.attachment body.archive.post-type-archive-events body.single h2,
  body.single body.attachment body.archive.post-type-archive-events h2,
  body.attachment body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.attachment h2.entry-title,
  body.archive.post-type-archive-events body.attachment h2,
  body.archive.post-type-archive-events body.attachment body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.attachment h2,
  body.archive.post-type-archive-events body.attachment body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.attachment h2,
  body.archive.post-type-archive-events body.attachment body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-events body.attachment h2,
  body.archive.post-type-archive-events body.attachment body.blog h2,
  body.blog body.archive.post-type-archive-events body.attachment h2,
  body.archive.post-type-archive-events body.attachment body.single h2,
  body.single body.archive.post-type-archive-events body.attachment h2,
  body.archive.post-type-archive-events body.attachment h2,
  body.attachment body.archive.post-type-archive-podcasts h2.entry-title,
  body.attachment body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.attachment body.archive.post-type-archive-podcasts h2,
  body.attachment body.archive.post-type-archive-podcasts h2,
  body.attachment body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-podcasts h2,
  body.attachment body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.page:not(.home) body.attachment body.archive.post-type-archive-podcasts h2,
  body.attachment body.archive.post-type-archive-podcasts body.blog h2,
  body.blog body.attachment body.archive.post-type-archive-podcasts h2,
  body.attachment body.archive.post-type-archive-podcasts body.single h2,
  body.single body.attachment body.archive.post-type-archive-podcasts h2,
  body.attachment body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.attachment h2.entry-title,
  body.archive.post-type-archive-podcasts body.attachment body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.attachment h2,
  body.archive.post-type-archive-podcasts body.attachment h2,
  body.archive.post-type-archive-podcasts body.attachment body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.attachment h2,
  body.archive.post-type-archive-podcasts body.attachment body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.attachment h2,
  body.archive.post-type-archive-podcasts body.attachment body.blog h2,
  body.blog body.archive.post-type-archive-podcasts body.attachment h2,
  body.archive.post-type-archive-podcasts body.attachment body.single h2,
  body.single body.archive.post-type-archive-podcasts body.attachment h2,
  body.archive.post-type-archive-podcasts body.attachment h2,
  body.attachment body.page-template-where-are-they-now h2.entry-title,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.attachment body.page-template-where-are-they-now h2,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.attachment body.page-template-where-are-they-now h2,
  body.attachment body.page-template-where-are-they-now h2,
  body.attachment body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page:not(.home) body.attachment body.page-template-where-are-they-now h2,
  body.attachment body.page-template-where-are-they-now body.blog h2,
  body.blog body.attachment body.page-template-where-are-they-now h2,
  body.attachment body.page-template-where-are-they-now body.single h2,
  body.single body.attachment body.page-template-where-are-they-now h2,
  body.attachment body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.attachment h2.entry-title,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.attachment h2,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.attachment h2,
  body.page-template-where-are-they-now body.attachment h2,
  body.page-template-where-are-they-now body.attachment body.page:not(.home) h2,
  body.page:not(.home) body.page-template-where-are-they-now body.attachment h2,
  body.page-template-where-are-they-now body.attachment body.blog h2,
  body.blog body.page-template-where-are-they-now body.attachment h2,
  body.page-template-where-are-they-now body.attachment body.single h2,
  body.single body.page-template-where-are-they-now body.attachment h2,
  body.page-template-where-are-they-now body.attachment h2,
  body.attachment body.page:not(.home) h2.entry-title,
  body.attachment body.page:not(.home) body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.attachment body.page:not(.home) h2,
  body.attachment body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.attachment body.page:not(.home) h2,
  body.attachment body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.attachment body.page:not(.home) h2,
  body.attachment body.page:not(.home) h2,
  body.attachment body.page:not(.home) body.blog h2,
  body.blog body.attachment body.page:not(.home) h2,
  body.attachment body.page:not(.home) body.single h2,
  body.single body.attachment body.page:not(.home) h2,
  body.attachment body.page:not(.home) h2,
  body.page:not(.home) body.attachment h2.entry-title,
  body.page:not(.home) body.attachment body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page:not(.home) body.attachment h2,
  body.page:not(.home) body.attachment body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.attachment h2,
  body.page:not(.home) body.attachment body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.page:not(.home) body.attachment h2,
  body.page:not(.home) body.attachment h2,
  body.page:not(.home) body.attachment body.blog h2,
  body.blog body.page:not(.home) body.attachment h2,
  body.page:not(.home) body.attachment body.single h2,
  body.single body.page:not(.home) body.attachment h2,
  body.page:not(.home) body.attachment h2,
  body.attachment body.blog h2.entry-title,
  body.attachment body.blog body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.attachment body.blog h2,
  body.attachment body.blog body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.attachment body.blog h2,
  body.attachment body.blog body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.attachment body.blog h2,
  body.attachment body.blog body.page:not(.home) h2,
  body.page:not(.home) body.attachment body.blog h2,
  body.attachment body.blog h2,
  body.attachment body.blog body.single h2,
  body.single body.attachment body.blog h2,
  body.attachment body.blog h2,
  body.blog body.attachment h2.entry-title,
  body.blog body.attachment body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.blog body.attachment h2,
  body.blog body.attachment body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.blog body.attachment h2,
  body.blog body.attachment body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.blog body.attachment h2,
  body.blog body.attachment body.page:not(.home) h2,
  body.page:not(.home) body.blog body.attachment h2,
  body.blog body.attachment h2,
  body.blog body.attachment body.single h2,
  body.single body.blog body.attachment h2,
  body.blog body.attachment h2,
  body.attachment body.single h2.entry-title,
  body.attachment body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.attachment body.single h2,
  body.attachment body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.attachment body.single h2,
  body.attachment body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.attachment body.single h2,
  body.attachment body.single body.page:not(.home) h2,
  body.page:not(.home) body.attachment body.single h2,
  body.attachment body.single body.blog h2,
  body.blog body.attachment body.single h2,
  body.attachment body.single h2,
  body.attachment body.single h2,
  body.single body.attachment h2.entry-title,
  body.single body.attachment body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single body.attachment h2,
  body.single body.attachment body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single body.attachment h2,
  body.single body.attachment body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single body.attachment h2,
  body.single body.attachment body.page:not(.home) h2,
  body.page:not(.home) body.single body.attachment h2,
  body.single body.attachment body.blog h2,
  body.blog body.single body.attachment h2,
  body.single body.attachment h2,
  body.single body.attachment h2,
  body.attachment h2.entry-title,
  body.attachment body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.attachment h2,
  body.attachment body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.attachment h2,
  body.attachment body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.attachment h2,
  body.attachment body.page:not(.home) h2,
  body.page:not(.home) body.attachment h2,
  body.attachment body.blog h2,
  body.blog body.attachment h2,
  body.attachment body.single h2,
  body.single body.attachment h2,
  body.attachment h2,
  body.attachment h1.page-title,
  body.attachment body.archive.post-type-archive-events h3.page-title,
  body.archive.post-type-archive-events body.attachment h3.page-title,
  body.attachment body.archive.post-type-archive-podcasts h3.page-title,
  body.archive.post-type-archive-podcasts body.attachment h3.page-title,
  body.attachment body.page-template-where-are-they-now h3.page-title,
  body.page-template-where-are-they-now body.attachment h3.page-title,
  body.attachment body.page:not(.home) h3.page-title,
  body.page:not(.home) body.attachment h3.page-title,
  body.attachment body.blog h3.page-title,
  body.blog body.attachment h3.page-title,
  body.attachment body.single h3.page-title,
  body.single body.attachment h3.page-title,
  body.attachment h3.page-title,
  body.attachment body.archive.post-type-archive-events h2.page-title,
  body.archive.post-type-archive-events body.attachment h2.page-title,
  body.attachment body.archive.post-type-archive-podcasts h2.page-title,
  body.archive.post-type-archive-podcasts body.attachment h2.page-title,
  body.attachment body.page-template-where-are-they-now h2.page-title,
  body.page-template-where-are-they-now body.attachment h2.page-title,
  body.attachment body.page:not(.home) h2.page-title,
  body.page:not(.home) body.attachment h2.page-title,
  body.attachment body.blog h2.page-title,
  body.blog body.attachment h2.page-title,
  body.attachment body.single h2.page-title,
  body.single body.attachment h2.page-title,
  body.attachment h2.page-title {
    font-size: 45px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 480px) {
  body.archive.post-type-archive-events h1.entry-title, body.archive.post-type-archive-events h3.entry-title, body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.blog h3,
  body.blog body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.attachment h3,
  body.attachment body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3.entry-title,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.blog h3,
  body.blog body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h3,
  body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.attachment h3,
  body.attachment body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3.entry-title,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.blog h3,
  body.blog body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.attachment h3,
  body.attachment body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h3.entry-title,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.blog h3,
  body.blog body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h3,
  body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.attachment h3,
  body.attachment body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h3.entry-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.page:not(.home) h3,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.blog h3,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h3,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.attachment h3,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page:not(.home) h3.entry-title,
  body.archive.post-type-archive-events body.page:not(.home) h3,
  body.archive.post-type-archive-events body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page:not(.home) h3,
  body.archive.post-type-archive-events body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.page:not(.home) h3,
  body.archive.post-type-archive-events body.page:not(.home) h3,
  body.archive.post-type-archive-events body.page:not(.home) body.blog h3,
  body.blog body.archive.post-type-archive-events body.page:not(.home) h3,
  body.archive.post-type-archive-events body.page:not(.home) body.single h3,
  body.single body.archive.post-type-archive-events body.page:not(.home) h3,
  body.archive.post-type-archive-events body.page:not(.home) body.attachment h3,
  body.attachment body.archive.post-type-archive-events body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-events h3.entry-title,
  body.page:not(.home) body.archive.post-type-archive-events h3,
  body.page:not(.home) body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.archive.post-type-archive-events h3,
  body.page:not(.home) body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-events h3,
  body.page:not(.home) body.archive.post-type-archive-events h3,
  body.page:not(.home) body.archive.post-type-archive-events body.blog h3,
  body.blog body.page:not(.home) body.archive.post-type-archive-events h3,
  body.page:not(.home) body.archive.post-type-archive-events body.single h3,
  body.single body.page:not(.home) body.archive.post-type-archive-events h3,
  body.page:not(.home) body.archive.post-type-archive-events body.attachment h3,
  body.attachment body.page:not(.home) body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.blog h3.entry-title,
  body.archive.post-type-archive-events body.blog h3,
  body.archive.post-type-archive-events body.blog body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.blog h3,
  body.archive.post-type-archive-events body.blog body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.blog h3,
  body.archive.post-type-archive-events body.blog body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-events body.blog h3,
  body.archive.post-type-archive-events body.blog h3,
  body.archive.post-type-archive-events body.blog body.single h3,
  body.single body.archive.post-type-archive-events body.blog h3,
  body.archive.post-type-archive-events body.blog body.attachment h3,
  body.attachment body.archive.post-type-archive-events body.blog h3,
  body.blog body.archive.post-type-archive-events h3.entry-title,
  body.blog body.archive.post-type-archive-events h3,
  body.blog body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.blog body.archive.post-type-archive-events h3,
  body.blog body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-events h3,
  body.blog body.archive.post-type-archive-events body.page:not(.home) h3,
  body.page:not(.home) body.blog body.archive.post-type-archive-events h3,
  body.blog body.archive.post-type-archive-events h3,
  body.blog body.archive.post-type-archive-events body.single h3,
  body.single body.blog body.archive.post-type-archive-events h3,
  body.blog body.archive.post-type-archive-events body.attachment h3,
  body.attachment body.blog body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single h3.entry-title,
  body.archive.post-type-archive-events body.single h3,
  body.archive.post-type-archive-events body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h3,
  body.archive.post-type-archive-events body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h3,
  body.archive.post-type-archive-events body.single body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-events body.single h3,
  body.archive.post-type-archive-events body.single body.blog h3,
  body.blog body.archive.post-type-archive-events body.single h3,
  body.archive.post-type-archive-events body.single h3,
  body.archive.post-type-archive-events body.single body.attachment h3,
  body.attachment body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-events h3.entry-title,
  body.single body.archive.post-type-archive-events h3,
  body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single body.archive.post-type-archive-events h3,
  body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-events h3,
  body.single body.archive.post-type-archive-events body.page:not(.home) h3,
  body.page:not(.home) body.single body.archive.post-type-archive-events h3,
  body.single body.archive.post-type-archive-events body.blog h3,
  body.blog body.single body.archive.post-type-archive-events h3,
  body.single body.archive.post-type-archive-events h3,
  body.single body.archive.post-type-archive-events body.attachment h3,
  body.attachment body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.attachment h3.entry-title,
  body.archive.post-type-archive-events body.attachment h3,
  body.archive.post-type-archive-events body.attachment body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.attachment h3,
  body.archive.post-type-archive-events body.attachment body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.attachment h3,
  body.archive.post-type-archive-events body.attachment body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-events body.attachment h3,
  body.archive.post-type-archive-events body.attachment body.blog h3,
  body.blog body.archive.post-type-archive-events body.attachment h3,
  body.archive.post-type-archive-events body.attachment body.single h3,
  body.single body.archive.post-type-archive-events body.attachment h3,
  body.archive.post-type-archive-events body.attachment h3,
  body.attachment body.archive.post-type-archive-events h3.entry-title,
  body.attachment body.archive.post-type-archive-events h3,
  body.attachment body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.attachment body.archive.post-type-archive-events h3,
  body.attachment body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-events h3,
  body.attachment body.archive.post-type-archive-events body.page:not(.home) h3,
  body.page:not(.home) body.attachment body.archive.post-type-archive-events h3,
  body.attachment body.archive.post-type-archive-events body.blog h3,
  body.blog body.attachment body.archive.post-type-archive-events h3,
  body.attachment body.archive.post-type-archive-events body.single h3,
  body.single body.attachment body.archive.post-type-archive-events h3,
  body.attachment body.archive.post-type-archive-events h3, body.archive.post-type-archive-events h2.entry-title, body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.blog h2,
  body.blog body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.attachment h2,
  body.attachment body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2.entry-title,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.blog h2,
  body.blog body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h2,
  body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.attachment h2,
  body.attachment body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2.entry-title,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.blog h2,
  body.blog body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.attachment h2,
  body.attachment body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h2.entry-title,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.blog h2,
  body.blog body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h2,
  body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.attachment h2,
  body.attachment body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h2.entry-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.page:not(.home) h2,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.blog h2,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h2,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.attachment h2,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page:not(.home) h2.entry-title,
  body.archive.post-type-archive-events body.page:not(.home) h2,
  body.archive.post-type-archive-events body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page:not(.home) h2,
  body.archive.post-type-archive-events body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.page:not(.home) h2,
  body.archive.post-type-archive-events body.page:not(.home) h2,
  body.archive.post-type-archive-events body.page:not(.home) body.blog h2,
  body.blog body.archive.post-type-archive-events body.page:not(.home) h2,
  body.archive.post-type-archive-events body.page:not(.home) body.single h2,
  body.single body.archive.post-type-archive-events body.page:not(.home) h2,
  body.archive.post-type-archive-events body.page:not(.home) body.attachment h2,
  body.attachment body.archive.post-type-archive-events body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-events h2.entry-title,
  body.page:not(.home) body.archive.post-type-archive-events h2,
  body.page:not(.home) body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.archive.post-type-archive-events h2,
  body.page:not(.home) body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-events h2,
  body.page:not(.home) body.archive.post-type-archive-events h2,
  body.page:not(.home) body.archive.post-type-archive-events body.blog h2,
  body.blog body.page:not(.home) body.archive.post-type-archive-events h2,
  body.page:not(.home) body.archive.post-type-archive-events body.single h2,
  body.single body.page:not(.home) body.archive.post-type-archive-events h2,
  body.page:not(.home) body.archive.post-type-archive-events body.attachment h2,
  body.attachment body.page:not(.home) body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.blog h2.entry-title,
  body.archive.post-type-archive-events body.blog h2,
  body.archive.post-type-archive-events body.blog body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.blog h2,
  body.archive.post-type-archive-events body.blog body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.blog h2,
  body.archive.post-type-archive-events body.blog body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-events body.blog h2,
  body.archive.post-type-archive-events body.blog h2,
  body.archive.post-type-archive-events body.blog body.single h2,
  body.single body.archive.post-type-archive-events body.blog h2,
  body.archive.post-type-archive-events body.blog body.attachment h2,
  body.attachment body.archive.post-type-archive-events body.blog h2,
  body.blog body.archive.post-type-archive-events h2.entry-title,
  body.blog body.archive.post-type-archive-events h2,
  body.blog body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.blog body.archive.post-type-archive-events h2,
  body.blog body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-events h2,
  body.blog body.archive.post-type-archive-events body.page:not(.home) h2,
  body.page:not(.home) body.blog body.archive.post-type-archive-events h2,
  body.blog body.archive.post-type-archive-events h2,
  body.blog body.archive.post-type-archive-events body.single h2,
  body.single body.blog body.archive.post-type-archive-events h2,
  body.blog body.archive.post-type-archive-events body.attachment h2,
  body.attachment body.blog body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single h2.entry-title,
  body.archive.post-type-archive-events body.single h2,
  body.archive.post-type-archive-events body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h2,
  body.archive.post-type-archive-events body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h2,
  body.archive.post-type-archive-events body.single body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-events body.single h2,
  body.archive.post-type-archive-events body.single body.blog h2,
  body.blog body.archive.post-type-archive-events body.single h2,
  body.archive.post-type-archive-events body.single h2,
  body.archive.post-type-archive-events body.single body.attachment h2,
  body.attachment body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-events h2.entry-title,
  body.single body.archive.post-type-archive-events h2,
  body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single body.archive.post-type-archive-events h2,
  body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-events h2,
  body.single body.archive.post-type-archive-events body.page:not(.home) h2,
  body.page:not(.home) body.single body.archive.post-type-archive-events h2,
  body.single body.archive.post-type-archive-events body.blog h2,
  body.blog body.single body.archive.post-type-archive-events h2,
  body.single body.archive.post-type-archive-events h2,
  body.single body.archive.post-type-archive-events body.attachment h2,
  body.attachment body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.attachment h2.entry-title,
  body.archive.post-type-archive-events body.attachment h2,
  body.archive.post-type-archive-events body.attachment body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.attachment h2,
  body.archive.post-type-archive-events body.attachment body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.attachment h2,
  body.archive.post-type-archive-events body.attachment body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-events body.attachment h2,
  body.archive.post-type-archive-events body.attachment body.blog h2,
  body.blog body.archive.post-type-archive-events body.attachment h2,
  body.archive.post-type-archive-events body.attachment body.single h2,
  body.single body.archive.post-type-archive-events body.attachment h2,
  body.archive.post-type-archive-events body.attachment h2,
  body.attachment body.archive.post-type-archive-events h2.entry-title,
  body.attachment body.archive.post-type-archive-events h2,
  body.attachment body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.attachment body.archive.post-type-archive-events h2,
  body.attachment body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-events h2,
  body.attachment body.archive.post-type-archive-events body.page:not(.home) h2,
  body.page:not(.home) body.attachment body.archive.post-type-archive-events h2,
  body.attachment body.archive.post-type-archive-events body.blog h2,
  body.blog body.attachment body.archive.post-type-archive-events h2,
  body.attachment body.archive.post-type-archive-events body.single h2,
  body.single body.attachment body.archive.post-type-archive-events h2,
  body.attachment body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events h1.page-title,
  body.archive.post-type-archive-events h3.page-title,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3.page-title,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3.page-title,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h3.page-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h3.page-title,
  body.archive.post-type-archive-events body.page:not(.home) h3.page-title,
  body.page:not(.home) body.archive.post-type-archive-events h3.page-title,
  body.archive.post-type-archive-events body.blog h3.page-title,
  body.blog body.archive.post-type-archive-events h3.page-title,
  body.archive.post-type-archive-events body.single h3.page-title,
  body.single body.archive.post-type-archive-events h3.page-title,
  body.archive.post-type-archive-events body.attachment h3.page-title,
  body.attachment body.archive.post-type-archive-events h3.page-title,
  body.archive.post-type-archive-events h2.page-title,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2.page-title,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2.page-title,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h2.page-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h2.page-title,
  body.archive.post-type-archive-events body.page:not(.home) h2.page-title,
  body.page:not(.home) body.archive.post-type-archive-events h2.page-title,
  body.archive.post-type-archive-events body.blog h2.page-title,
  body.blog body.archive.post-type-archive-events h2.page-title,
  body.archive.post-type-archive-events body.single h2.page-title,
  body.single body.archive.post-type-archive-events h2.page-title,
  body.archive.post-type-archive-events body.attachment h2.page-title,
  body.attachment body.archive.post-type-archive-events h2.page-title,
  body.archive.post-type-archive-podcasts h1.entry-title,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3.entry-title,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.blog h3,
  body.blog body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.attachment h3,
  body.attachment body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3.entry-title,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.blog h3,
  body.blog body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h3,
  body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.attachment h3,
  body.attachment body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts h3.entry-title,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.blog h3,
  body.blog body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single h3,
  body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.attachment h3,
  body.attachment body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3.entry-title,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.blog h3,
  body.blog body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h3,
  body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.attachment h3,
  body.attachment body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3.entry-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.blog h3,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h3,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.attachment h3,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) h3.entry-title,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.blog h3,
  body.blog body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.single h3,
  body.single body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.attachment h3,
  body.attachment body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts h3.entry-title,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.blog h3,
  body.blog body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.single h3,
  body.single body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.attachment h3,
  body.attachment body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.blog h3.entry-title,
  body.archive.post-type-archive-podcasts body.blog body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.blog h3,
  body.archive.post-type-archive-podcasts body.blog h3,
  body.archive.post-type-archive-podcasts body.blog body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.blog h3,
  body.archive.post-type-archive-podcasts body.blog body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.blog h3,
  body.archive.post-type-archive-podcasts body.blog h3,
  body.archive.post-type-archive-podcasts body.blog body.single h3,
  body.single body.archive.post-type-archive-podcasts body.blog h3,
  body.archive.post-type-archive-podcasts body.blog body.attachment h3,
  body.attachment body.archive.post-type-archive-podcasts body.blog h3,
  body.blog body.archive.post-type-archive-podcasts h3.entry-title,
  body.blog body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.blog body.archive.post-type-archive-podcasts h3,
  body.blog body.archive.post-type-archive-podcasts h3,
  body.blog body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-podcasts h3,
  body.blog body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.page:not(.home) body.blog body.archive.post-type-archive-podcasts h3,
  body.blog body.archive.post-type-archive-podcasts h3,
  body.blog body.archive.post-type-archive-podcasts body.single h3,
  body.single body.blog body.archive.post-type-archive-podcasts h3,
  body.blog body.archive.post-type-archive-podcasts body.attachment h3,
  body.attachment body.blog body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single h3.entry-title,
  body.archive.post-type-archive-podcasts body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h3,
  body.archive.post-type-archive-podcasts body.single h3,
  body.archive.post-type-archive-podcasts body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h3,
  body.archive.post-type-archive-podcasts body.single body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.single h3,
  body.archive.post-type-archive-podcasts body.single body.blog h3,
  body.blog body.archive.post-type-archive-podcasts body.single h3,
  body.archive.post-type-archive-podcasts body.single h3,
  body.archive.post-type-archive-podcasts body.single body.attachment h3,
  body.attachment body.archive.post-type-archive-podcasts body.single h3,
  body.single body.archive.post-type-archive-podcasts h3.entry-title,
  body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single body.archive.post-type-archive-podcasts h3,
  body.single body.archive.post-type-archive-podcasts h3,
  body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-podcasts h3,
  body.single body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.page:not(.home) body.single body.archive.post-type-archive-podcasts h3,
  body.single body.archive.post-type-archive-podcasts body.blog h3,
  body.blog body.single body.archive.post-type-archive-podcasts h3,
  body.single body.archive.post-type-archive-podcasts h3,
  body.single body.archive.post-type-archive-podcasts body.attachment h3,
  body.attachment body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.attachment h3.entry-title,
  body.archive.post-type-archive-podcasts body.attachment body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.attachment h3,
  body.archive.post-type-archive-podcasts body.attachment h3,
  body.archive.post-type-archive-podcasts body.attachment body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.attachment h3,
  body.archive.post-type-archive-podcasts body.attachment body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.attachment h3,
  body.archive.post-type-archive-podcasts body.attachment body.blog h3,
  body.blog body.archive.post-type-archive-podcasts body.attachment h3,
  body.archive.post-type-archive-podcasts body.attachment body.single h3,
  body.single body.archive.post-type-archive-podcasts body.attachment h3,
  body.archive.post-type-archive-podcasts body.attachment h3,
  body.attachment body.archive.post-type-archive-podcasts h3.entry-title,
  body.attachment body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.attachment body.archive.post-type-archive-podcasts h3,
  body.attachment body.archive.post-type-archive-podcasts h3,
  body.attachment body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-podcasts h3,
  body.attachment body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.page:not(.home) body.attachment body.archive.post-type-archive-podcasts h3,
  body.attachment body.archive.post-type-archive-podcasts body.blog h3,
  body.blog body.attachment body.archive.post-type-archive-podcasts h3,
  body.attachment body.archive.post-type-archive-podcasts body.single h3,
  body.single body.attachment body.archive.post-type-archive-podcasts h3,
  body.attachment body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2.entry-title,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.blog h2,
  body.blog body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.attachment h2,
  body.attachment body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2.entry-title,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.blog h2,
  body.blog body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h2,
  body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.attachment h2,
  body.attachment body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts h2.entry-title,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.blog h2,
  body.blog body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single h2,
  body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.attachment h2,
  body.attachment body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2.entry-title,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.blog h2,
  body.blog body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h2,
  body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.attachment h2,
  body.attachment body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2.entry-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.blog h2,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h2,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.attachment h2,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) h2.entry-title,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.blog h2,
  body.blog body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.single h2,
  body.single body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.attachment h2,
  body.attachment body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts h2.entry-title,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.blog h2,
  body.blog body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.single h2,
  body.single body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.attachment h2,
  body.attachment body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.blog h2.entry-title,
  body.archive.post-type-archive-podcasts body.blog body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.blog h2,
  body.archive.post-type-archive-podcasts body.blog h2,
  body.archive.post-type-archive-podcasts body.blog body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.blog h2,
  body.archive.post-type-archive-podcasts body.blog body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.blog h2,
  body.archive.post-type-archive-podcasts body.blog h2,
  body.archive.post-type-archive-podcasts body.blog body.single h2,
  body.single body.archive.post-type-archive-podcasts body.blog h2,
  body.archive.post-type-archive-podcasts body.blog body.attachment h2,
  body.attachment body.archive.post-type-archive-podcasts body.blog h2,
  body.blog body.archive.post-type-archive-podcasts h2.entry-title,
  body.blog body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.blog body.archive.post-type-archive-podcasts h2,
  body.blog body.archive.post-type-archive-podcasts h2,
  body.blog body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-podcasts h2,
  body.blog body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.page:not(.home) body.blog body.archive.post-type-archive-podcasts h2,
  body.blog body.archive.post-type-archive-podcasts h2,
  body.blog body.archive.post-type-archive-podcasts body.single h2,
  body.single body.blog body.archive.post-type-archive-podcasts h2,
  body.blog body.archive.post-type-archive-podcasts body.attachment h2,
  body.attachment body.blog body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single h2.entry-title,
  body.archive.post-type-archive-podcasts body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h2,
  body.archive.post-type-archive-podcasts body.single h2,
  body.archive.post-type-archive-podcasts body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h2,
  body.archive.post-type-archive-podcasts body.single body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.single h2,
  body.archive.post-type-archive-podcasts body.single body.blog h2,
  body.blog body.archive.post-type-archive-podcasts body.single h2,
  body.archive.post-type-archive-podcasts body.single h2,
  body.archive.post-type-archive-podcasts body.single body.attachment h2,
  body.attachment body.archive.post-type-archive-podcasts body.single h2,
  body.single body.archive.post-type-archive-podcasts h2.entry-title,
  body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single body.archive.post-type-archive-podcasts h2,
  body.single body.archive.post-type-archive-podcasts h2,
  body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-podcasts h2,
  body.single body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.page:not(.home) body.single body.archive.post-type-archive-podcasts h2,
  body.single body.archive.post-type-archive-podcasts body.blog h2,
  body.blog body.single body.archive.post-type-archive-podcasts h2,
  body.single body.archive.post-type-archive-podcasts h2,
  body.single body.archive.post-type-archive-podcasts body.attachment h2,
  body.attachment body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.attachment h2.entry-title,
  body.archive.post-type-archive-podcasts body.attachment body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.attachment h2,
  body.archive.post-type-archive-podcasts body.attachment h2,
  body.archive.post-type-archive-podcasts body.attachment body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.attachment h2,
  body.archive.post-type-archive-podcasts body.attachment body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.attachment h2,
  body.archive.post-type-archive-podcasts body.attachment body.blog h2,
  body.blog body.archive.post-type-archive-podcasts body.attachment h2,
  body.archive.post-type-archive-podcasts body.attachment body.single h2,
  body.single body.archive.post-type-archive-podcasts body.attachment h2,
  body.archive.post-type-archive-podcasts body.attachment h2,
  body.attachment body.archive.post-type-archive-podcasts h2.entry-title,
  body.attachment body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.attachment body.archive.post-type-archive-podcasts h2,
  body.attachment body.archive.post-type-archive-podcasts h2,
  body.attachment body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-podcasts h2,
  body.attachment body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.page:not(.home) body.attachment body.archive.post-type-archive-podcasts h2,
  body.attachment body.archive.post-type-archive-podcasts body.blog h2,
  body.blog body.attachment body.archive.post-type-archive-podcasts h2,
  body.attachment body.archive.post-type-archive-podcasts body.single h2,
  body.single body.attachment body.archive.post-type-archive-podcasts h2,
  body.attachment body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts h1.page-title,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3.page-title,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3.page-title,
  body.archive.post-type-archive-podcasts h3.page-title,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3.page-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3.page-title,
  body.archive.post-type-archive-podcasts body.page:not(.home) h3.page-title,
  body.page:not(.home) body.archive.post-type-archive-podcasts h3.page-title,
  body.archive.post-type-archive-podcasts body.blog h3.page-title,
  body.blog body.archive.post-type-archive-podcasts h3.page-title,
  body.archive.post-type-archive-podcasts body.single h3.page-title,
  body.single body.archive.post-type-archive-podcasts h3.page-title,
  body.archive.post-type-archive-podcasts body.attachment h3.page-title,
  body.attachment body.archive.post-type-archive-podcasts h3.page-title,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2.page-title,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2.page-title,
  body.archive.post-type-archive-podcasts h2.page-title,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2.page-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2.page-title,
  body.archive.post-type-archive-podcasts body.page:not(.home) h2.page-title,
  body.page:not(.home) body.archive.post-type-archive-podcasts h2.page-title,
  body.archive.post-type-archive-podcasts body.blog h2.page-title,
  body.blog body.archive.post-type-archive-podcasts h2.page-title,
  body.archive.post-type-archive-podcasts body.single h2.page-title,
  body.single body.archive.post-type-archive-podcasts h2.page-title,
  body.archive.post-type-archive-podcasts body.attachment h2.page-title,
  body.attachment body.archive.post-type-archive-podcasts h2.page-title,
  body.page-template-where-are-they-now h1.entry-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h3.entry-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.page:not(.home) h3,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.blog h3,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h3,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.attachment h3,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h3.entry-title,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.blog h3,
  body.blog body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h3,
  body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.attachment h3,
  body.attachment body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3.entry-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.blog h3,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h3,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.attachment h3,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3.entry-title,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.blog h3,
  body.blog body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h3,
  body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.attachment h3,
  body.attachment body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now h3.entry-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.blog h3,
  body.blog body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single h3,
  body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.attachment h3,
  body.attachment body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.page:not(.home) h3.entry-title,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page-template-where-are-they-now body.page:not(.home) body.blog h3,
  body.blog body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page-template-where-are-they-now body.page:not(.home) body.single h3,
  body.single body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page-template-where-are-they-now body.page:not(.home) body.attachment h3,
  body.attachment body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page:not(.home) body.page-template-where-are-they-now h3.entry-title,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page:not(.home) body.page-template-where-are-they-now body.blog h3,
  body.blog body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page:not(.home) body.page-template-where-are-they-now body.single h3,
  body.single body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page:not(.home) body.page-template-where-are-they-now body.attachment h3,
  body.attachment body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.blog h3.entry-title,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.blog h3,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.blog h3,
  body.page-template-where-are-they-now body.blog h3,
  body.page-template-where-are-they-now body.blog body.page:not(.home) h3,
  body.page:not(.home) body.page-template-where-are-they-now body.blog h3,
  body.page-template-where-are-they-now body.blog h3,
  body.page-template-where-are-they-now body.blog body.single h3,
  body.single body.page-template-where-are-they-now body.blog h3,
  body.page-template-where-are-they-now body.blog body.attachment h3,
  body.attachment body.page-template-where-are-they-now body.blog h3,
  body.blog body.page-template-where-are-they-now h3.entry-title,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.blog body.page-template-where-are-they-now h3,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.blog body.page-template-where-are-they-now h3,
  body.blog body.page-template-where-are-they-now h3,
  body.blog body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page:not(.home) body.blog body.page-template-where-are-they-now h3,
  body.blog body.page-template-where-are-they-now h3,
  body.blog body.page-template-where-are-they-now body.single h3,
  body.single body.blog body.page-template-where-are-they-now h3,
  body.blog body.page-template-where-are-they-now body.attachment h3,
  body.attachment body.blog body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single h3.entry-title,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h3,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h3,
  body.page-template-where-are-they-now body.single h3,
  body.page-template-where-are-they-now body.single body.page:not(.home) h3,
  body.page:not(.home) body.page-template-where-are-they-now body.single h3,
  body.page-template-where-are-they-now body.single body.blog h3,
  body.blog body.page-template-where-are-they-now body.single h3,
  body.page-template-where-are-they-now body.single h3,
  body.page-template-where-are-they-now body.single body.attachment h3,
  body.attachment body.page-template-where-are-they-now body.single h3,
  body.single body.page-template-where-are-they-now h3.entry-title,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single body.page-template-where-are-they-now h3,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single body.page-template-where-are-they-now h3,
  body.single body.page-template-where-are-they-now h3,
  body.single body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page:not(.home) body.single body.page-template-where-are-they-now h3,
  body.single body.page-template-where-are-they-now body.blog h3,
  body.blog body.single body.page-template-where-are-they-now h3,
  body.single body.page-template-where-are-they-now h3,
  body.single body.page-template-where-are-they-now body.attachment h3,
  body.attachment body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.attachment h3.entry-title,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.attachment h3,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.attachment h3,
  body.page-template-where-are-they-now body.attachment h3,
  body.page-template-where-are-they-now body.attachment body.page:not(.home) h3,
  body.page:not(.home) body.page-template-where-are-they-now body.attachment h3,
  body.page-template-where-are-they-now body.attachment body.blog h3,
  body.blog body.page-template-where-are-they-now body.attachment h3,
  body.page-template-where-are-they-now body.attachment body.single h3,
  body.single body.page-template-where-are-they-now body.attachment h3,
  body.page-template-where-are-they-now body.attachment h3,
  body.attachment body.page-template-where-are-they-now h3.entry-title,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.attachment body.page-template-where-are-they-now h3,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.attachment body.page-template-where-are-they-now h3,
  body.attachment body.page-template-where-are-they-now h3,
  body.attachment body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page:not(.home) body.attachment body.page-template-where-are-they-now h3,
  body.attachment body.page-template-where-are-they-now body.blog h3,
  body.blog body.attachment body.page-template-where-are-they-now h3,
  body.attachment body.page-template-where-are-they-now body.single h3,
  body.single body.attachment body.page-template-where-are-they-now h3,
  body.attachment body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h2.entry-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.page:not(.home) h2,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.blog h2,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h2,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.attachment h2,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h2.entry-title,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.blog h2,
  body.blog body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h2,
  body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.attachment h2,
  body.attachment body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2.entry-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.blog h2,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h2,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.attachment h2,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2.entry-title,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.blog h2,
  body.blog body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h2,
  body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.attachment h2,
  body.attachment body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now h2.entry-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.blog h2,
  body.blog body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single h2,
  body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.attachment h2,
  body.attachment body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.page:not(.home) h2.entry-title,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page-template-where-are-they-now body.page:not(.home) body.blog h2,
  body.blog body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page-template-where-are-they-now body.page:not(.home) body.single h2,
  body.single body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page-template-where-are-they-now body.page:not(.home) body.attachment h2,
  body.attachment body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page:not(.home) body.page-template-where-are-they-now h2.entry-title,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page:not(.home) body.page-template-where-are-they-now body.blog h2,
  body.blog body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page:not(.home) body.page-template-where-are-they-now body.single h2,
  body.single body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page:not(.home) body.page-template-where-are-they-now body.attachment h2,
  body.attachment body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.blog h2.entry-title,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.blog h2,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.blog h2,
  body.page-template-where-are-they-now body.blog h2,
  body.page-template-where-are-they-now body.blog body.page:not(.home) h2,
  body.page:not(.home) body.page-template-where-are-they-now body.blog h2,
  body.page-template-where-are-they-now body.blog h2,
  body.page-template-where-are-they-now body.blog body.single h2,
  body.single body.page-template-where-are-they-now body.blog h2,
  body.page-template-where-are-they-now body.blog body.attachment h2,
  body.attachment body.page-template-where-are-they-now body.blog h2,
  body.blog body.page-template-where-are-they-now h2.entry-title,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.blog body.page-template-where-are-they-now h2,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.blog body.page-template-where-are-they-now h2,
  body.blog body.page-template-where-are-they-now h2,
  body.blog body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page:not(.home) body.blog body.page-template-where-are-they-now h2,
  body.blog body.page-template-where-are-they-now h2,
  body.blog body.page-template-where-are-they-now body.single h2,
  body.single body.blog body.page-template-where-are-they-now h2,
  body.blog body.page-template-where-are-they-now body.attachment h2,
  body.attachment body.blog body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single h2.entry-title,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h2,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h2,
  body.page-template-where-are-they-now body.single h2,
  body.page-template-where-are-they-now body.single body.page:not(.home) h2,
  body.page:not(.home) body.page-template-where-are-they-now body.single h2,
  body.page-template-where-are-they-now body.single body.blog h2,
  body.blog body.page-template-where-are-they-now body.single h2,
  body.page-template-where-are-they-now body.single h2,
  body.page-template-where-are-they-now body.single body.attachment h2,
  body.attachment body.page-template-where-are-they-now body.single h2,
  body.single body.page-template-where-are-they-now h2.entry-title,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single body.page-template-where-are-they-now h2,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single body.page-template-where-are-they-now h2,
  body.single body.page-template-where-are-they-now h2,
  body.single body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page:not(.home) body.single body.page-template-where-are-they-now h2,
  body.single body.page-template-where-are-they-now body.blog h2,
  body.blog body.single body.page-template-where-are-they-now h2,
  body.single body.page-template-where-are-they-now h2,
  body.single body.page-template-where-are-they-now body.attachment h2,
  body.attachment body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.attachment h2.entry-title,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.attachment h2,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.attachment h2,
  body.page-template-where-are-they-now body.attachment h2,
  body.page-template-where-are-they-now body.attachment body.page:not(.home) h2,
  body.page:not(.home) body.page-template-where-are-they-now body.attachment h2,
  body.page-template-where-are-they-now body.attachment body.blog h2,
  body.blog body.page-template-where-are-they-now body.attachment h2,
  body.page-template-where-are-they-now body.attachment body.single h2,
  body.single body.page-template-where-are-they-now body.attachment h2,
  body.page-template-where-are-they-now body.attachment h2,
  body.attachment body.page-template-where-are-they-now h2.entry-title,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.attachment body.page-template-where-are-they-now h2,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.attachment body.page-template-where-are-they-now h2,
  body.attachment body.page-template-where-are-they-now h2,
  body.attachment body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page:not(.home) body.attachment body.page-template-where-are-they-now h2,
  body.attachment body.page-template-where-are-they-now body.blog h2,
  body.blog body.attachment body.page-template-where-are-they-now h2,
  body.attachment body.page-template-where-are-they-now body.single h2,
  body.single body.attachment body.page-template-where-are-they-now h2,
  body.attachment body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now h1.page-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h3.page-title,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h3.page-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3.page-title,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3.page-title,
  body.page-template-where-are-they-now h3.page-title,
  body.page-template-where-are-they-now body.page:not(.home) h3.page-title,
  body.page:not(.home) body.page-template-where-are-they-now h3.page-title,
  body.page-template-where-are-they-now body.blog h3.page-title,
  body.blog body.page-template-where-are-they-now h3.page-title,
  body.page-template-where-are-they-now body.single h3.page-title,
  body.single body.page-template-where-are-they-now h3.page-title,
  body.page-template-where-are-they-now body.attachment h3.page-title,
  body.attachment body.page-template-where-are-they-now h3.page-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-events h2.page-title,
  body.archive.post-type-archive-events body.page-template-where-are-they-now h2.page-title,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2.page-title,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2.page-title,
  body.page-template-where-are-they-now h2.page-title,
  body.page-template-where-are-they-now body.page:not(.home) h2.page-title,
  body.page:not(.home) body.page-template-where-are-they-now h2.page-title,
  body.page-template-where-are-they-now body.blog h2.page-title,
  body.blog body.page-template-where-are-they-now h2.page-title,
  body.page-template-where-are-they-now body.single h2.page-title,
  body.single body.page-template-where-are-they-now h2.page-title,
  body.page-template-where-are-they-now body.attachment h2.page-title,
  body.attachment body.page-template-where-are-they-now h2.page-title,
  body.page:not(.home) h1.entry-title,
  body.page:not(.home) body.archive.post-type-archive-events h3.entry-title,
  body.page:not(.home) body.archive.post-type-archive-events h3,
  body.page:not(.home) body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.archive.post-type-archive-events h3,
  body.page:not(.home) body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-events h3,
  body.page:not(.home) body.archive.post-type-archive-events h3,
  body.page:not(.home) body.archive.post-type-archive-events body.blog h3,
  body.blog body.page:not(.home) body.archive.post-type-archive-events h3,
  body.page:not(.home) body.archive.post-type-archive-events body.single h3,
  body.single body.page:not(.home) body.archive.post-type-archive-events h3,
  body.page:not(.home) body.archive.post-type-archive-events body.attachment h3,
  body.attachment body.page:not(.home) body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page:not(.home) h3.entry-title,
  body.archive.post-type-archive-events body.page:not(.home) h3,
  body.archive.post-type-archive-events body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page:not(.home) h3,
  body.archive.post-type-archive-events body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.page:not(.home) h3,
  body.archive.post-type-archive-events body.page:not(.home) h3,
  body.archive.post-type-archive-events body.page:not(.home) body.blog h3,
  body.blog body.archive.post-type-archive-events body.page:not(.home) h3,
  body.archive.post-type-archive-events body.page:not(.home) body.single h3,
  body.single body.archive.post-type-archive-events body.page:not(.home) h3,
  body.archive.post-type-archive-events body.page:not(.home) body.attachment h3,
  body.attachment body.archive.post-type-archive-events body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts h3.entry-title,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.blog h3,
  body.blog body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.single h3,
  body.single body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.attachment h3,
  body.attachment body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) h3.entry-title,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.blog h3,
  body.blog body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.single h3,
  body.single body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.attachment h3,
  body.attachment body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.page:not(.home) body.page-template-where-are-they-now h3.entry-title,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page:not(.home) body.page-template-where-are-they-now body.blog h3,
  body.blog body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page:not(.home) body.page-template-where-are-they-now body.single h3,
  body.single body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page:not(.home) body.page-template-where-are-they-now body.attachment h3,
  body.attachment body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.page:not(.home) h3.entry-title,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page-template-where-are-they-now body.page:not(.home) body.blog h3,
  body.blog body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page-template-where-are-they-now body.page:not(.home) body.single h3,
  body.single body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page-template-where-are-they-now body.page:not(.home) body.attachment h3,
  body.attachment body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page:not(.home) h3.entry-title,
  body.page:not(.home) body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page:not(.home) h3,
  body.page:not(.home) body.blog h3,
  body.blog body.page:not(.home) h3,
  body.page:not(.home) body.single h3,
  body.single body.page:not(.home) h3,
  body.page:not(.home) body.attachment h3,
  body.attachment body.page:not(.home) h3,
  body.page:not(.home) body.blog h3.entry-title,
  body.page:not(.home) body.blog body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page:not(.home) body.blog h3,
  body.page:not(.home) body.blog body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.blog h3,
  body.page:not(.home) body.blog body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.page:not(.home) body.blog h3,
  body.page:not(.home) body.blog h3,
  body.page:not(.home) body.blog h3,
  body.page:not(.home) body.blog body.single h3,
  body.single body.page:not(.home) body.blog h3,
  body.page:not(.home) body.blog body.attachment h3,
  body.attachment body.page:not(.home) body.blog h3,
  body.blog body.page:not(.home) h3.entry-title,
  body.blog body.page:not(.home) body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.blog body.page:not(.home) h3,
  body.blog body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.blog body.page:not(.home) h3,
  body.blog body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.blog body.page:not(.home) h3,
  body.blog body.page:not(.home) h3,
  body.blog body.page:not(.home) h3,
  body.blog body.page:not(.home) body.single h3,
  body.single body.blog body.page:not(.home) h3,
  body.blog body.page:not(.home) body.attachment h3,
  body.attachment body.blog body.page:not(.home) h3,
  body.page:not(.home) body.single h3.entry-title,
  body.page:not(.home) body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page:not(.home) body.single h3,
  body.page:not(.home) body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.single h3,
  body.page:not(.home) body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.page:not(.home) body.single h3,
  body.page:not(.home) body.single h3,
  body.page:not(.home) body.single body.blog h3,
  body.blog body.page:not(.home) body.single h3,
  body.page:not(.home) body.single h3,
  body.page:not(.home) body.single body.attachment h3,
  body.attachment body.page:not(.home) body.single h3,
  body.single body.page:not(.home) h3.entry-title,
  body.single body.page:not(.home) body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single body.page:not(.home) h3,
  body.single body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single body.page:not(.home) h3,
  body.single body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single body.page:not(.home) h3,
  body.single body.page:not(.home) h3,
  body.single body.page:not(.home) body.blog h3,
  body.blog body.single body.page:not(.home) h3,
  body.single body.page:not(.home) h3,
  body.single body.page:not(.home) body.attachment h3,
  body.attachment body.single body.page:not(.home) h3,
  body.page:not(.home) body.attachment h3.entry-title,
  body.page:not(.home) body.attachment body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page:not(.home) body.attachment h3,
  body.page:not(.home) body.attachment body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.attachment h3,
  body.page:not(.home) body.attachment body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.page:not(.home) body.attachment h3,
  body.page:not(.home) body.attachment h3,
  body.page:not(.home) body.attachment body.blog h3,
  body.blog body.page:not(.home) body.attachment h3,
  body.page:not(.home) body.attachment body.single h3,
  body.single body.page:not(.home) body.attachment h3,
  body.page:not(.home) body.attachment h3,
  body.attachment body.page:not(.home) h3.entry-title,
  body.attachment body.page:not(.home) body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.attachment body.page:not(.home) h3,
  body.attachment body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.attachment body.page:not(.home) h3,
  body.attachment body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.attachment body.page:not(.home) h3,
  body.attachment body.page:not(.home) h3,
  body.attachment body.page:not(.home) body.blog h3,
  body.blog body.attachment body.page:not(.home) h3,
  body.attachment body.page:not(.home) body.single h3,
  body.single body.attachment body.page:not(.home) h3,
  body.attachment body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-events h2.entry-title,
  body.page:not(.home) body.archive.post-type-archive-events h2,
  body.page:not(.home) body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.archive.post-type-archive-events h2,
  body.page:not(.home) body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-events h2,
  body.page:not(.home) body.archive.post-type-archive-events h2,
  body.page:not(.home) body.archive.post-type-archive-events body.blog h2,
  body.blog body.page:not(.home) body.archive.post-type-archive-events h2,
  body.page:not(.home) body.archive.post-type-archive-events body.single h2,
  body.single body.page:not(.home) body.archive.post-type-archive-events h2,
  body.page:not(.home) body.archive.post-type-archive-events body.attachment h2,
  body.attachment body.page:not(.home) body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page:not(.home) h2.entry-title,
  body.archive.post-type-archive-events body.page:not(.home) h2,
  body.archive.post-type-archive-events body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.page:not(.home) h2,
  body.archive.post-type-archive-events body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.page:not(.home) h2,
  body.archive.post-type-archive-events body.page:not(.home) h2,
  body.archive.post-type-archive-events body.page:not(.home) body.blog h2,
  body.blog body.archive.post-type-archive-events body.page:not(.home) h2,
  body.archive.post-type-archive-events body.page:not(.home) body.single h2,
  body.single body.archive.post-type-archive-events body.page:not(.home) h2,
  body.archive.post-type-archive-events body.page:not(.home) body.attachment h2,
  body.attachment body.archive.post-type-archive-events body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts h2.entry-title,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.blog h2,
  body.blog body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.single h2,
  body.single body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.attachment h2,
  body.attachment body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) h2.entry-title,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.blog h2,
  body.blog body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.single h2,
  body.single body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.attachment h2,
  body.attachment body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.page:not(.home) body.page-template-where-are-they-now h2.entry-title,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page:not(.home) body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page:not(.home) body.page-template-where-are-they-now body.blog h2,
  body.blog body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page:not(.home) body.page-template-where-are-they-now body.single h2,
  body.single body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page:not(.home) body.page-template-where-are-they-now body.attachment h2,
  body.attachment body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.page:not(.home) h2.entry-title,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page-template-where-are-they-now body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page-template-where-are-they-now body.page:not(.home) body.blog h2,
  body.blog body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page-template-where-are-they-now body.page:not(.home) body.single h2,
  body.single body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page-template-where-are-they-now body.page:not(.home) body.attachment h2,
  body.attachment body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page:not(.home) h2.entry-title,
  body.page:not(.home) body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page:not(.home) h2,
  body.page:not(.home) body.blog h2,
  body.blog body.page:not(.home) h2,
  body.page:not(.home) body.single h2,
  body.single body.page:not(.home) h2,
  body.page:not(.home) body.attachment h2,
  body.attachment body.page:not(.home) h2,
  body.page:not(.home) body.blog h2.entry-title,
  body.page:not(.home) body.blog body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page:not(.home) body.blog h2,
  body.page:not(.home) body.blog body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.blog h2,
  body.page:not(.home) body.blog body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.page:not(.home) body.blog h2,
  body.page:not(.home) body.blog h2,
  body.page:not(.home) body.blog h2,
  body.page:not(.home) body.blog body.single h2,
  body.single body.page:not(.home) body.blog h2,
  body.page:not(.home) body.blog body.attachment h2,
  body.attachment body.page:not(.home) body.blog h2,
  body.blog body.page:not(.home) h2.entry-title,
  body.blog body.page:not(.home) body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.blog body.page:not(.home) h2,
  body.blog body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.blog body.page:not(.home) h2,
  body.blog body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.blog body.page:not(.home) h2,
  body.blog body.page:not(.home) h2,
  body.blog body.page:not(.home) h2,
  body.blog body.page:not(.home) body.single h2,
  body.single body.blog body.page:not(.home) h2,
  body.blog body.page:not(.home) body.attachment h2,
  body.attachment body.blog body.page:not(.home) h2,
  body.page:not(.home) body.single h2.entry-title,
  body.page:not(.home) body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page:not(.home) body.single h2,
  body.page:not(.home) body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.single h2,
  body.page:not(.home) body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.page:not(.home) body.single h2,
  body.page:not(.home) body.single h2,
  body.page:not(.home) body.single body.blog h2,
  body.blog body.page:not(.home) body.single h2,
  body.page:not(.home) body.single h2,
  body.page:not(.home) body.single body.attachment h2,
  body.attachment body.page:not(.home) body.single h2,
  body.single body.page:not(.home) h2.entry-title,
  body.single body.page:not(.home) body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single body.page:not(.home) h2,
  body.single body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single body.page:not(.home) h2,
  body.single body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single body.page:not(.home) h2,
  body.single body.page:not(.home) h2,
  body.single body.page:not(.home) body.blog h2,
  body.blog body.single body.page:not(.home) h2,
  body.single body.page:not(.home) h2,
  body.single body.page:not(.home) body.attachment h2,
  body.attachment body.single body.page:not(.home) h2,
  body.page:not(.home) body.attachment h2.entry-title,
  body.page:not(.home) body.attachment body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page:not(.home) body.attachment h2,
  body.page:not(.home) body.attachment body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.attachment h2,
  body.page:not(.home) body.attachment body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.page:not(.home) body.attachment h2,
  body.page:not(.home) body.attachment h2,
  body.page:not(.home) body.attachment body.blog h2,
  body.blog body.page:not(.home) body.attachment h2,
  body.page:not(.home) body.attachment body.single h2,
  body.single body.page:not(.home) body.attachment h2,
  body.page:not(.home) body.attachment h2,
  body.attachment body.page:not(.home) h2.entry-title,
  body.attachment body.page:not(.home) body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.attachment body.page:not(.home) h2,
  body.attachment body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.attachment body.page:not(.home) h2,
  body.attachment body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.attachment body.page:not(.home) h2,
  body.attachment body.page:not(.home) h2,
  body.attachment body.page:not(.home) body.blog h2,
  body.blog body.attachment body.page:not(.home) h2,
  body.attachment body.page:not(.home) body.single h2,
  body.single body.attachment body.page:not(.home) h2,
  body.attachment body.page:not(.home) h2,
  body.page:not(.home) h1.page-title,
  body.page:not(.home) body.archive.post-type-archive-events h3.page-title,
  body.archive.post-type-archive-events body.page:not(.home) h3.page-title,
  body.page:not(.home) body.archive.post-type-archive-podcasts h3.page-title,
  body.archive.post-type-archive-podcasts body.page:not(.home) h3.page-title,
  body.page:not(.home) body.page-template-where-are-they-now h3.page-title,
  body.page-template-where-are-they-now body.page:not(.home) h3.page-title,
  body.page:not(.home) h3.page-title,
  body.page:not(.home) body.blog h3.page-title,
  body.blog body.page:not(.home) h3.page-title,
  body.page:not(.home) body.single h3.page-title,
  body.single body.page:not(.home) h3.page-title,
  body.page:not(.home) body.attachment h3.page-title,
  body.attachment body.page:not(.home) h3.page-title,
  body.page:not(.home) body.archive.post-type-archive-events h2.page-title,
  body.archive.post-type-archive-events body.page:not(.home) h2.page-title,
  body.page:not(.home) body.archive.post-type-archive-podcasts h2.page-title,
  body.archive.post-type-archive-podcasts body.page:not(.home) h2.page-title,
  body.page:not(.home) body.page-template-where-are-they-now h2.page-title,
  body.page-template-where-are-they-now body.page:not(.home) h2.page-title,
  body.page:not(.home) h2.page-title,
  body.page:not(.home) body.blog h2.page-title,
  body.blog body.page:not(.home) h2.page-title,
  body.page:not(.home) body.single h2.page-title,
  body.single body.page:not(.home) h2.page-title,
  body.page:not(.home) body.attachment h2.page-title,
  body.attachment body.page:not(.home) h2.page-title,
  body.blog h1.entry-title,
  body.blog body.archive.post-type-archive-events h3.entry-title,
  body.blog body.archive.post-type-archive-events h3,
  body.blog body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.blog body.archive.post-type-archive-events h3,
  body.blog body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-events h3,
  body.blog body.archive.post-type-archive-events body.page:not(.home) h3,
  body.page:not(.home) body.blog body.archive.post-type-archive-events h3,
  body.blog body.archive.post-type-archive-events h3,
  body.blog body.archive.post-type-archive-events body.single h3,
  body.single body.blog body.archive.post-type-archive-events h3,
  body.blog body.archive.post-type-archive-events body.attachment h3,
  body.attachment body.blog body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.blog h3.entry-title,
  body.archive.post-type-archive-events body.blog h3,
  body.archive.post-type-archive-events body.blog body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.blog h3,
  body.archive.post-type-archive-events body.blog body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.blog h3,
  body.archive.post-type-archive-events body.blog body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-events body.blog h3,
  body.archive.post-type-archive-events body.blog h3,
  body.archive.post-type-archive-events body.blog body.single h3,
  body.single body.archive.post-type-archive-events body.blog h3,
  body.archive.post-type-archive-events body.blog body.attachment h3,
  body.attachment body.archive.post-type-archive-events body.blog h3,
  body.blog body.archive.post-type-archive-podcasts h3.entry-title,
  body.blog body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.blog body.archive.post-type-archive-podcasts h3,
  body.blog body.archive.post-type-archive-podcasts h3,
  body.blog body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-podcasts h3,
  body.blog body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.page:not(.home) body.blog body.archive.post-type-archive-podcasts h3,
  body.blog body.archive.post-type-archive-podcasts h3,
  body.blog body.archive.post-type-archive-podcasts body.single h3,
  body.single body.blog body.archive.post-type-archive-podcasts h3,
  body.blog body.archive.post-type-archive-podcasts body.attachment h3,
  body.attachment body.blog body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.blog h3.entry-title,
  body.archive.post-type-archive-podcasts body.blog body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.blog h3,
  body.archive.post-type-archive-podcasts body.blog h3,
  body.archive.post-type-archive-podcasts body.blog body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.blog h3,
  body.archive.post-type-archive-podcasts body.blog body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.blog h3,
  body.archive.post-type-archive-podcasts body.blog h3,
  body.archive.post-type-archive-podcasts body.blog body.single h3,
  body.single body.archive.post-type-archive-podcasts body.blog h3,
  body.archive.post-type-archive-podcasts body.blog body.attachment h3,
  body.attachment body.archive.post-type-archive-podcasts body.blog h3,
  body.blog body.page-template-where-are-they-now h3.entry-title,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.blog body.page-template-where-are-they-now h3,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.blog body.page-template-where-are-they-now h3,
  body.blog body.page-template-where-are-they-now h3,
  body.blog body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page:not(.home) body.blog body.page-template-where-are-they-now h3,
  body.blog body.page-template-where-are-they-now h3,
  body.blog body.page-template-where-are-they-now body.single h3,
  body.single body.blog body.page-template-where-are-they-now h3,
  body.blog body.page-template-where-are-they-now body.attachment h3,
  body.attachment body.blog body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.blog h3.entry-title,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.blog h3,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.blog h3,
  body.page-template-where-are-they-now body.blog h3,
  body.page-template-where-are-they-now body.blog body.page:not(.home) h3,
  body.page:not(.home) body.page-template-where-are-they-now body.blog h3,
  body.page-template-where-are-they-now body.blog h3,
  body.page-template-where-are-they-now body.blog body.single h3,
  body.single body.page-template-where-are-they-now body.blog h3,
  body.page-template-where-are-they-now body.blog body.attachment h3,
  body.attachment body.page-template-where-are-they-now body.blog h3,
  body.blog body.page:not(.home) h3.entry-title,
  body.blog body.page:not(.home) body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.blog body.page:not(.home) h3,
  body.blog body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.blog body.page:not(.home) h3,
  body.blog body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.blog body.page:not(.home) h3,
  body.blog body.page:not(.home) h3,
  body.blog body.page:not(.home) h3,
  body.blog body.page:not(.home) body.single h3,
  body.single body.blog body.page:not(.home) h3,
  body.blog body.page:not(.home) body.attachment h3,
  body.attachment body.blog body.page:not(.home) h3,
  body.page:not(.home) body.blog h3.entry-title,
  body.page:not(.home) body.blog body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page:not(.home) body.blog h3,
  body.page:not(.home) body.blog body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.blog h3,
  body.page:not(.home) body.blog body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.page:not(.home) body.blog h3,
  body.page:not(.home) body.blog h3,
  body.page:not(.home) body.blog h3,
  body.page:not(.home) body.blog body.single h3,
  body.single body.page:not(.home) body.blog h3,
  body.page:not(.home) body.blog body.attachment h3,
  body.attachment body.page:not(.home) body.blog h3,
  body.blog h3.entry-title,
  body.blog body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.blog h3,
  body.blog body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.blog h3,
  body.blog body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.blog h3,
  body.blog body.page:not(.home) h3,
  body.page:not(.home) body.blog h3,
  body.blog h3,
  body.blog body.single h3,
  body.single body.blog h3,
  body.blog body.attachment h3,
  body.attachment body.blog h3,
  body.blog body.single h3.entry-title,
  body.blog body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.blog body.single h3,
  body.blog body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.blog body.single h3,
  body.blog body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.blog body.single h3,
  body.blog body.single body.page:not(.home) h3,
  body.page:not(.home) body.blog body.single h3,
  body.blog body.single h3,
  body.blog body.single h3,
  body.blog body.single body.attachment h3,
  body.attachment body.blog body.single h3,
  body.single body.blog h3.entry-title,
  body.single body.blog body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single body.blog h3,
  body.single body.blog body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single body.blog h3,
  body.single body.blog body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single body.blog h3,
  body.single body.blog body.page:not(.home) h3,
  body.page:not(.home) body.single body.blog h3,
  body.single body.blog h3,
  body.single body.blog h3,
  body.single body.blog body.attachment h3,
  body.attachment body.single body.blog h3,
  body.blog body.attachment h3.entry-title,
  body.blog body.attachment body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.blog body.attachment h3,
  body.blog body.attachment body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.blog body.attachment h3,
  body.blog body.attachment body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.blog body.attachment h3,
  body.blog body.attachment body.page:not(.home) h3,
  body.page:not(.home) body.blog body.attachment h3,
  body.blog body.attachment h3,
  body.blog body.attachment body.single h3,
  body.single body.blog body.attachment h3,
  body.blog body.attachment h3,
  body.attachment body.blog h3.entry-title,
  body.attachment body.blog body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.attachment body.blog h3,
  body.attachment body.blog body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.attachment body.blog h3,
  body.attachment body.blog body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.attachment body.blog h3,
  body.attachment body.blog body.page:not(.home) h3,
  body.page:not(.home) body.attachment body.blog h3,
  body.attachment body.blog h3,
  body.attachment body.blog body.single h3,
  body.single body.attachment body.blog h3,
  body.attachment body.blog h3,
  body.blog body.archive.post-type-archive-events h2.entry-title,
  body.blog body.archive.post-type-archive-events h2,
  body.blog body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.blog body.archive.post-type-archive-events h2,
  body.blog body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-events h2,
  body.blog body.archive.post-type-archive-events body.page:not(.home) h2,
  body.page:not(.home) body.blog body.archive.post-type-archive-events h2,
  body.blog body.archive.post-type-archive-events h2,
  body.blog body.archive.post-type-archive-events body.single h2,
  body.single body.blog body.archive.post-type-archive-events h2,
  body.blog body.archive.post-type-archive-events body.attachment h2,
  body.attachment body.blog body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.blog h2.entry-title,
  body.archive.post-type-archive-events body.blog h2,
  body.archive.post-type-archive-events body.blog body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.blog h2,
  body.archive.post-type-archive-events body.blog body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.blog h2,
  body.archive.post-type-archive-events body.blog body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-events body.blog h2,
  body.archive.post-type-archive-events body.blog h2,
  body.archive.post-type-archive-events body.blog body.single h2,
  body.single body.archive.post-type-archive-events body.blog h2,
  body.archive.post-type-archive-events body.blog body.attachment h2,
  body.attachment body.archive.post-type-archive-events body.blog h2,
  body.blog body.archive.post-type-archive-podcasts h2.entry-title,
  body.blog body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.blog body.archive.post-type-archive-podcasts h2,
  body.blog body.archive.post-type-archive-podcasts h2,
  body.blog body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-podcasts h2,
  body.blog body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.page:not(.home) body.blog body.archive.post-type-archive-podcasts h2,
  body.blog body.archive.post-type-archive-podcasts h2,
  body.blog body.archive.post-type-archive-podcasts body.single h2,
  body.single body.blog body.archive.post-type-archive-podcasts h2,
  body.blog body.archive.post-type-archive-podcasts body.attachment h2,
  body.attachment body.blog body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.blog h2.entry-title,
  body.archive.post-type-archive-podcasts body.blog body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.blog h2,
  body.archive.post-type-archive-podcasts body.blog h2,
  body.archive.post-type-archive-podcasts body.blog body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.blog h2,
  body.archive.post-type-archive-podcasts body.blog body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.blog h2,
  body.archive.post-type-archive-podcasts body.blog h2,
  body.archive.post-type-archive-podcasts body.blog body.single h2,
  body.single body.archive.post-type-archive-podcasts body.blog h2,
  body.archive.post-type-archive-podcasts body.blog body.attachment h2,
  body.attachment body.archive.post-type-archive-podcasts body.blog h2,
  body.blog body.page-template-where-are-they-now h2.entry-title,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.blog body.page-template-where-are-they-now h2,
  body.blog body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.blog body.page-template-where-are-they-now h2,
  body.blog body.page-template-where-are-they-now h2,
  body.blog body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page:not(.home) body.blog body.page-template-where-are-they-now h2,
  body.blog body.page-template-where-are-they-now h2,
  body.blog body.page-template-where-are-they-now body.single h2,
  body.single body.blog body.page-template-where-are-they-now h2,
  body.blog body.page-template-where-are-they-now body.attachment h2,
  body.attachment body.blog body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.blog h2.entry-title,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.blog h2,
  body.page-template-where-are-they-now body.blog body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.blog h2,
  body.page-template-where-are-they-now body.blog h2,
  body.page-template-where-are-they-now body.blog body.page:not(.home) h2,
  body.page:not(.home) body.page-template-where-are-they-now body.blog h2,
  body.page-template-where-are-they-now body.blog h2,
  body.page-template-where-are-they-now body.blog body.single h2,
  body.single body.page-template-where-are-they-now body.blog h2,
  body.page-template-where-are-they-now body.blog body.attachment h2,
  body.attachment body.page-template-where-are-they-now body.blog h2,
  body.blog body.page:not(.home) h2.entry-title,
  body.blog body.page:not(.home) body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.blog body.page:not(.home) h2,
  body.blog body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.blog body.page:not(.home) h2,
  body.blog body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.blog body.page:not(.home) h2,
  body.blog body.page:not(.home) h2,
  body.blog body.page:not(.home) h2,
  body.blog body.page:not(.home) body.single h2,
  body.single body.blog body.page:not(.home) h2,
  body.blog body.page:not(.home) body.attachment h2,
  body.attachment body.blog body.page:not(.home) h2,
  body.page:not(.home) body.blog h2.entry-title,
  body.page:not(.home) body.blog body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page:not(.home) body.blog h2,
  body.page:not(.home) body.blog body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.blog h2,
  body.page:not(.home) body.blog body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.page:not(.home) body.blog h2,
  body.page:not(.home) body.blog h2,
  body.page:not(.home) body.blog h2,
  body.page:not(.home) body.blog body.single h2,
  body.single body.page:not(.home) body.blog h2,
  body.page:not(.home) body.blog body.attachment h2,
  body.attachment body.page:not(.home) body.blog h2,
  body.blog h2.entry-title,
  body.blog body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.blog h2,
  body.blog body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.blog h2,
  body.blog body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.blog h2,
  body.blog body.page:not(.home) h2,
  body.page:not(.home) body.blog h2,
  body.blog h2,
  body.blog body.single h2,
  body.single body.blog h2,
  body.blog body.attachment h2,
  body.attachment body.blog h2,
  body.blog body.single h2.entry-title,
  body.blog body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.blog body.single h2,
  body.blog body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.blog body.single h2,
  body.blog body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.blog body.single h2,
  body.blog body.single body.page:not(.home) h2,
  body.page:not(.home) body.blog body.single h2,
  body.blog body.single h2,
  body.blog body.single h2,
  body.blog body.single body.attachment h2,
  body.attachment body.blog body.single h2,
  body.single body.blog h2.entry-title,
  body.single body.blog body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single body.blog h2,
  body.single body.blog body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single body.blog h2,
  body.single body.blog body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single body.blog h2,
  body.single body.blog body.page:not(.home) h2,
  body.page:not(.home) body.single body.blog h2,
  body.single body.blog h2,
  body.single body.blog h2,
  body.single body.blog body.attachment h2,
  body.attachment body.single body.blog h2,
  body.blog body.attachment h2.entry-title,
  body.blog body.attachment body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.blog body.attachment h2,
  body.blog body.attachment body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.blog body.attachment h2,
  body.blog body.attachment body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.blog body.attachment h2,
  body.blog body.attachment body.page:not(.home) h2,
  body.page:not(.home) body.blog body.attachment h2,
  body.blog body.attachment h2,
  body.blog body.attachment body.single h2,
  body.single body.blog body.attachment h2,
  body.blog body.attachment h2,
  body.attachment body.blog h2.entry-title,
  body.attachment body.blog body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.attachment body.blog h2,
  body.attachment body.blog body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.attachment body.blog h2,
  body.attachment body.blog body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.attachment body.blog h2,
  body.attachment body.blog body.page:not(.home) h2,
  body.page:not(.home) body.attachment body.blog h2,
  body.attachment body.blog h2,
  body.attachment body.blog body.single h2,
  body.single body.attachment body.blog h2,
  body.attachment body.blog h2,
  body.blog h1.page-title,
  body.blog body.archive.post-type-archive-events h3.page-title,
  body.archive.post-type-archive-events body.blog h3.page-title,
  body.blog body.archive.post-type-archive-podcasts h3.page-title,
  body.archive.post-type-archive-podcasts body.blog h3.page-title,
  body.blog body.page-template-where-are-they-now h3.page-title,
  body.page-template-where-are-they-now body.blog h3.page-title,
  body.blog body.page:not(.home) h3.page-title,
  body.page:not(.home) body.blog h3.page-title,
  body.blog h3.page-title,
  body.blog body.single h3.page-title,
  body.single body.blog h3.page-title,
  body.blog body.attachment h3.page-title,
  body.attachment body.blog h3.page-title,
  body.blog body.archive.post-type-archive-events h2.page-title,
  body.archive.post-type-archive-events body.blog h2.page-title,
  body.blog body.archive.post-type-archive-podcasts h2.page-title,
  body.archive.post-type-archive-podcasts body.blog h2.page-title,
  body.blog body.page-template-where-are-they-now h2.page-title,
  body.page-template-where-are-they-now body.blog h2.page-title,
  body.blog body.page:not(.home) h2.page-title,
  body.page:not(.home) body.blog h2.page-title,
  body.blog h2.page-title,
  body.blog body.single h2.page-title,
  body.single body.blog h2.page-title,
  body.blog body.attachment h2.page-title,
  body.attachment body.blog h2.page-title,
  body.single h1.entry-title,
  body.single body.archive.post-type-archive-events h3.entry-title,
  body.single body.archive.post-type-archive-events h3,
  body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single body.archive.post-type-archive-events h3,
  body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-events h3,
  body.single body.archive.post-type-archive-events body.page:not(.home) h3,
  body.page:not(.home) body.single body.archive.post-type-archive-events h3,
  body.single body.archive.post-type-archive-events body.blog h3,
  body.blog body.single body.archive.post-type-archive-events h3,
  body.single body.archive.post-type-archive-events h3,
  body.single body.archive.post-type-archive-events body.attachment h3,
  body.attachment body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single h3.entry-title,
  body.archive.post-type-archive-events body.single h3,
  body.archive.post-type-archive-events body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h3,
  body.archive.post-type-archive-events body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h3,
  body.archive.post-type-archive-events body.single body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-events body.single h3,
  body.archive.post-type-archive-events body.single body.blog h3,
  body.blog body.archive.post-type-archive-events body.single h3,
  body.archive.post-type-archive-events body.single h3,
  body.archive.post-type-archive-events body.single body.attachment h3,
  body.attachment body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-podcasts h3.entry-title,
  body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single body.archive.post-type-archive-podcasts h3,
  body.single body.archive.post-type-archive-podcasts h3,
  body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-podcasts h3,
  body.single body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.page:not(.home) body.single body.archive.post-type-archive-podcasts h3,
  body.single body.archive.post-type-archive-podcasts body.blog h3,
  body.blog body.single body.archive.post-type-archive-podcasts h3,
  body.single body.archive.post-type-archive-podcasts h3,
  body.single body.archive.post-type-archive-podcasts body.attachment h3,
  body.attachment body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single h3.entry-title,
  body.archive.post-type-archive-podcasts body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h3,
  body.archive.post-type-archive-podcasts body.single h3,
  body.archive.post-type-archive-podcasts body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h3,
  body.archive.post-type-archive-podcasts body.single body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.single h3,
  body.archive.post-type-archive-podcasts body.single body.blog h3,
  body.blog body.archive.post-type-archive-podcasts body.single h3,
  body.archive.post-type-archive-podcasts body.single h3,
  body.archive.post-type-archive-podcasts body.single body.attachment h3,
  body.attachment body.archive.post-type-archive-podcasts body.single h3,
  body.single body.page-template-where-are-they-now h3.entry-title,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single body.page-template-where-are-they-now h3,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single body.page-template-where-are-they-now h3,
  body.single body.page-template-where-are-they-now h3,
  body.single body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page:not(.home) body.single body.page-template-where-are-they-now h3,
  body.single body.page-template-where-are-they-now body.blog h3,
  body.blog body.single body.page-template-where-are-they-now h3,
  body.single body.page-template-where-are-they-now h3,
  body.single body.page-template-where-are-they-now body.attachment h3,
  body.attachment body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single h3.entry-title,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h3,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h3,
  body.page-template-where-are-they-now body.single h3,
  body.page-template-where-are-they-now body.single body.page:not(.home) h3,
  body.page:not(.home) body.page-template-where-are-they-now body.single h3,
  body.page-template-where-are-they-now body.single body.blog h3,
  body.blog body.page-template-where-are-they-now body.single h3,
  body.page-template-where-are-they-now body.single h3,
  body.page-template-where-are-they-now body.single body.attachment h3,
  body.attachment body.page-template-where-are-they-now body.single h3,
  body.single body.page:not(.home) h3.entry-title,
  body.single body.page:not(.home) body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single body.page:not(.home) h3,
  body.single body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single body.page:not(.home) h3,
  body.single body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single body.page:not(.home) h3,
  body.single body.page:not(.home) h3,
  body.single body.page:not(.home) body.blog h3,
  body.blog body.single body.page:not(.home) h3,
  body.single body.page:not(.home) h3,
  body.single body.page:not(.home) body.attachment h3,
  body.attachment body.single body.page:not(.home) h3,
  body.page:not(.home) body.single h3.entry-title,
  body.page:not(.home) body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page:not(.home) body.single h3,
  body.page:not(.home) body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.single h3,
  body.page:not(.home) body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.page:not(.home) body.single h3,
  body.page:not(.home) body.single h3,
  body.page:not(.home) body.single body.blog h3,
  body.blog body.page:not(.home) body.single h3,
  body.page:not(.home) body.single h3,
  body.page:not(.home) body.single body.attachment h3,
  body.attachment body.page:not(.home) body.single h3,
  body.single body.blog h3.entry-title,
  body.single body.blog body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single body.blog h3,
  body.single body.blog body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single body.blog h3,
  body.single body.blog body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single body.blog h3,
  body.single body.blog body.page:not(.home) h3,
  body.page:not(.home) body.single body.blog h3,
  body.single body.blog h3,
  body.single body.blog h3,
  body.single body.blog body.attachment h3,
  body.attachment body.single body.blog h3,
  body.blog body.single h3.entry-title,
  body.blog body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.blog body.single h3,
  body.blog body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.blog body.single h3,
  body.blog body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.blog body.single h3,
  body.blog body.single body.page:not(.home) h3,
  body.page:not(.home) body.blog body.single h3,
  body.blog body.single h3,
  body.blog body.single h3,
  body.blog body.single body.attachment h3,
  body.attachment body.blog body.single h3,
  body.single h3.entry-title,
  body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single h3,
  body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single h3,
  body.single body.page:not(.home) h3,
  body.page:not(.home) body.single h3,
  body.single body.blog h3,
  body.blog body.single h3,
  body.single h3,
  body.single body.attachment h3,
  body.attachment body.single h3,
  body.single body.attachment h3.entry-title,
  body.single body.attachment body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single body.attachment h3,
  body.single body.attachment body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single body.attachment h3,
  body.single body.attachment body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single body.attachment h3,
  body.single body.attachment body.page:not(.home) h3,
  body.page:not(.home) body.single body.attachment h3,
  body.single body.attachment body.blog h3,
  body.blog body.single body.attachment h3,
  body.single body.attachment h3,
  body.single body.attachment h3,
  body.attachment body.single h3.entry-title,
  body.attachment body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.attachment body.single h3,
  body.attachment body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.attachment body.single h3,
  body.attachment body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.attachment body.single h3,
  body.attachment body.single body.page:not(.home) h3,
  body.page:not(.home) body.attachment body.single h3,
  body.attachment body.single body.blog h3,
  body.blog body.attachment body.single h3,
  body.attachment body.single h3,
  body.attachment body.single h3,
  body.single body.archive.post-type-archive-events h2.entry-title,
  body.single body.archive.post-type-archive-events h2,
  body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single body.archive.post-type-archive-events h2,
  body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-events h2,
  body.single body.archive.post-type-archive-events body.page:not(.home) h2,
  body.page:not(.home) body.single body.archive.post-type-archive-events h2,
  body.single body.archive.post-type-archive-events body.blog h2,
  body.blog body.single body.archive.post-type-archive-events h2,
  body.single body.archive.post-type-archive-events h2,
  body.single body.archive.post-type-archive-events body.attachment h2,
  body.attachment body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single h2.entry-title,
  body.archive.post-type-archive-events body.single h2,
  body.archive.post-type-archive-events body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h2,
  body.archive.post-type-archive-events body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h2,
  body.archive.post-type-archive-events body.single body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-events body.single h2,
  body.archive.post-type-archive-events body.single body.blog h2,
  body.blog body.archive.post-type-archive-events body.single h2,
  body.archive.post-type-archive-events body.single h2,
  body.archive.post-type-archive-events body.single body.attachment h2,
  body.attachment body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-podcasts h2.entry-title,
  body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single body.archive.post-type-archive-podcasts h2,
  body.single body.archive.post-type-archive-podcasts h2,
  body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-podcasts h2,
  body.single body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.page:not(.home) body.single body.archive.post-type-archive-podcasts h2,
  body.single body.archive.post-type-archive-podcasts body.blog h2,
  body.blog body.single body.archive.post-type-archive-podcasts h2,
  body.single body.archive.post-type-archive-podcasts h2,
  body.single body.archive.post-type-archive-podcasts body.attachment h2,
  body.attachment body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single h2.entry-title,
  body.archive.post-type-archive-podcasts body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h2,
  body.archive.post-type-archive-podcasts body.single h2,
  body.archive.post-type-archive-podcasts body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h2,
  body.archive.post-type-archive-podcasts body.single body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.single h2,
  body.archive.post-type-archive-podcasts body.single body.blog h2,
  body.blog body.archive.post-type-archive-podcasts body.single h2,
  body.archive.post-type-archive-podcasts body.single h2,
  body.archive.post-type-archive-podcasts body.single body.attachment h2,
  body.attachment body.archive.post-type-archive-podcasts body.single h2,
  body.single body.page-template-where-are-they-now h2.entry-title,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single body.page-template-where-are-they-now h2,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single body.page-template-where-are-they-now h2,
  body.single body.page-template-where-are-they-now h2,
  body.single body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page:not(.home) body.single body.page-template-where-are-they-now h2,
  body.single body.page-template-where-are-they-now body.blog h2,
  body.blog body.single body.page-template-where-are-they-now h2,
  body.single body.page-template-where-are-they-now h2,
  body.single body.page-template-where-are-they-now body.attachment h2,
  body.attachment body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single h2.entry-title,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h2,
  body.page-template-where-are-they-now body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h2,
  body.page-template-where-are-they-now body.single h2,
  body.page-template-where-are-they-now body.single body.page:not(.home) h2,
  body.page:not(.home) body.page-template-where-are-they-now body.single h2,
  body.page-template-where-are-they-now body.single body.blog h2,
  body.blog body.page-template-where-are-they-now body.single h2,
  body.page-template-where-are-they-now body.single h2,
  body.page-template-where-are-they-now body.single body.attachment h2,
  body.attachment body.page-template-where-are-they-now body.single h2,
  body.single body.page:not(.home) h2.entry-title,
  body.single body.page:not(.home) body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single body.page:not(.home) h2,
  body.single body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single body.page:not(.home) h2,
  body.single body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single body.page:not(.home) h2,
  body.single body.page:not(.home) h2,
  body.single body.page:not(.home) body.blog h2,
  body.blog body.single body.page:not(.home) h2,
  body.single body.page:not(.home) h2,
  body.single body.page:not(.home) body.attachment h2,
  body.attachment body.single body.page:not(.home) h2,
  body.page:not(.home) body.single h2.entry-title,
  body.page:not(.home) body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page:not(.home) body.single h2,
  body.page:not(.home) body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.single h2,
  body.page:not(.home) body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.page:not(.home) body.single h2,
  body.page:not(.home) body.single h2,
  body.page:not(.home) body.single body.blog h2,
  body.blog body.page:not(.home) body.single h2,
  body.page:not(.home) body.single h2,
  body.page:not(.home) body.single body.attachment h2,
  body.attachment body.page:not(.home) body.single h2,
  body.single body.blog h2.entry-title,
  body.single body.blog body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single body.blog h2,
  body.single body.blog body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single body.blog h2,
  body.single body.blog body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single body.blog h2,
  body.single body.blog body.page:not(.home) h2,
  body.page:not(.home) body.single body.blog h2,
  body.single body.blog h2,
  body.single body.blog h2,
  body.single body.blog body.attachment h2,
  body.attachment body.single body.blog h2,
  body.blog body.single h2.entry-title,
  body.blog body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.blog body.single h2,
  body.blog body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.blog body.single h2,
  body.blog body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.blog body.single h2,
  body.blog body.single body.page:not(.home) h2,
  body.page:not(.home) body.blog body.single h2,
  body.blog body.single h2,
  body.blog body.single h2,
  body.blog body.single body.attachment h2,
  body.attachment body.blog body.single h2,
  body.single h2.entry-title,
  body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single h2,
  body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single h2,
  body.single body.page:not(.home) h2,
  body.page:not(.home) body.single h2,
  body.single body.blog h2,
  body.blog body.single h2,
  body.single h2,
  body.single body.attachment h2,
  body.attachment body.single h2,
  body.single body.attachment h2.entry-title,
  body.single body.attachment body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single body.attachment h2,
  body.single body.attachment body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single body.attachment h2,
  body.single body.attachment body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single body.attachment h2,
  body.single body.attachment body.page:not(.home) h2,
  body.page:not(.home) body.single body.attachment h2,
  body.single body.attachment body.blog h2,
  body.blog body.single body.attachment h2,
  body.single body.attachment h2,
  body.single body.attachment h2,
  body.attachment body.single h2.entry-title,
  body.attachment body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.attachment body.single h2,
  body.attachment body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.attachment body.single h2,
  body.attachment body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.attachment body.single h2,
  body.attachment body.single body.page:not(.home) h2,
  body.page:not(.home) body.attachment body.single h2,
  body.attachment body.single body.blog h2,
  body.blog body.attachment body.single h2,
  body.attachment body.single h2,
  body.attachment body.single h2,
  body.single h1.page-title,
  body.single body.archive.post-type-archive-events h3.page-title,
  body.archive.post-type-archive-events body.single h3.page-title,
  body.single body.archive.post-type-archive-podcasts h3.page-title,
  body.archive.post-type-archive-podcasts body.single h3.page-title,
  body.single body.page-template-where-are-they-now h3.page-title,
  body.page-template-where-are-they-now body.single h3.page-title,
  body.single body.page:not(.home) h3.page-title,
  body.page:not(.home) body.single h3.page-title,
  body.single body.blog h3.page-title,
  body.blog body.single h3.page-title,
  body.single h3.page-title,
  body.single body.attachment h3.page-title,
  body.attachment body.single h3.page-title,
  body.single body.archive.post-type-archive-events h2.page-title,
  body.archive.post-type-archive-events body.single h2.page-title,
  body.single body.archive.post-type-archive-podcasts h2.page-title,
  body.archive.post-type-archive-podcasts body.single h2.page-title,
  body.single body.page-template-where-are-they-now h2.page-title,
  body.page-template-where-are-they-now body.single h2.page-title,
  body.single body.page:not(.home) h2.page-title,
  body.page:not(.home) body.single h2.page-title,
  body.single body.blog h2.page-title,
  body.blog body.single h2.page-title,
  body.single h2.page-title,
  body.single body.attachment h2.page-title,
  body.attachment body.single h2.page-title,
  body.attachment h1.entry-title,
  body.attachment body.archive.post-type-archive-events h3.entry-title,
  body.attachment body.archive.post-type-archive-events h3,
  body.attachment body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.attachment body.archive.post-type-archive-events h3,
  body.attachment body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-events h3,
  body.attachment body.archive.post-type-archive-events body.page:not(.home) h3,
  body.page:not(.home) body.attachment body.archive.post-type-archive-events h3,
  body.attachment body.archive.post-type-archive-events body.blog h3,
  body.blog body.attachment body.archive.post-type-archive-events h3,
  body.attachment body.archive.post-type-archive-events body.single h3,
  body.single body.attachment body.archive.post-type-archive-events h3,
  body.attachment body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.attachment h3.entry-title,
  body.archive.post-type-archive-events body.attachment h3,
  body.archive.post-type-archive-events body.attachment body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.attachment h3,
  body.archive.post-type-archive-events body.attachment body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.attachment h3,
  body.archive.post-type-archive-events body.attachment body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-events body.attachment h3,
  body.archive.post-type-archive-events body.attachment body.blog h3,
  body.blog body.archive.post-type-archive-events body.attachment h3,
  body.archive.post-type-archive-events body.attachment body.single h3,
  body.single body.archive.post-type-archive-events body.attachment h3,
  body.archive.post-type-archive-events body.attachment h3,
  body.attachment body.archive.post-type-archive-podcasts h3.entry-title,
  body.attachment body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.attachment body.archive.post-type-archive-podcasts h3,
  body.attachment body.archive.post-type-archive-podcasts h3,
  body.attachment body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-podcasts h3,
  body.attachment body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.page:not(.home) body.attachment body.archive.post-type-archive-podcasts h3,
  body.attachment body.archive.post-type-archive-podcasts body.blog h3,
  body.blog body.attachment body.archive.post-type-archive-podcasts h3,
  body.attachment body.archive.post-type-archive-podcasts body.single h3,
  body.single body.attachment body.archive.post-type-archive-podcasts h3,
  body.attachment body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.attachment h3.entry-title,
  body.archive.post-type-archive-podcasts body.attachment body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.attachment h3,
  body.archive.post-type-archive-podcasts body.attachment h3,
  body.archive.post-type-archive-podcasts body.attachment body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.attachment h3,
  body.archive.post-type-archive-podcasts body.attachment body.page:not(.home) h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.attachment h3,
  body.archive.post-type-archive-podcasts body.attachment body.blog h3,
  body.blog body.archive.post-type-archive-podcasts body.attachment h3,
  body.archive.post-type-archive-podcasts body.attachment body.single h3,
  body.single body.archive.post-type-archive-podcasts body.attachment h3,
  body.archive.post-type-archive-podcasts body.attachment h3,
  body.attachment body.page-template-where-are-they-now h3.entry-title,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.attachment body.page-template-where-are-they-now h3,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.attachment body.page-template-where-are-they-now h3,
  body.attachment body.page-template-where-are-they-now h3,
  body.attachment body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page:not(.home) body.attachment body.page-template-where-are-they-now h3,
  body.attachment body.page-template-where-are-they-now body.blog h3,
  body.blog body.attachment body.page-template-where-are-they-now h3,
  body.attachment body.page-template-where-are-they-now body.single h3,
  body.single body.attachment body.page-template-where-are-they-now h3,
  body.attachment body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.attachment h3.entry-title,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.attachment h3,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.attachment h3,
  body.page-template-where-are-they-now body.attachment h3,
  body.page-template-where-are-they-now body.attachment body.page:not(.home) h3,
  body.page:not(.home) body.page-template-where-are-they-now body.attachment h3,
  body.page-template-where-are-they-now body.attachment body.blog h3,
  body.blog body.page-template-where-are-they-now body.attachment h3,
  body.page-template-where-are-they-now body.attachment body.single h3,
  body.single body.page-template-where-are-they-now body.attachment h3,
  body.page-template-where-are-they-now body.attachment h3,
  body.attachment body.page:not(.home) h3.entry-title,
  body.attachment body.page:not(.home) body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.attachment body.page:not(.home) h3,
  body.attachment body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.attachment body.page:not(.home) h3,
  body.attachment body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.attachment body.page:not(.home) h3,
  body.attachment body.page:not(.home) h3,
  body.attachment body.page:not(.home) body.blog h3,
  body.blog body.attachment body.page:not(.home) h3,
  body.attachment body.page:not(.home) body.single h3,
  body.single body.attachment body.page:not(.home) h3,
  body.attachment body.page:not(.home) h3,
  body.page:not(.home) body.attachment h3.entry-title,
  body.page:not(.home) body.attachment body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.page:not(.home) body.attachment h3,
  body.page:not(.home) body.attachment body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.attachment h3,
  body.page:not(.home) body.attachment body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.page:not(.home) body.attachment h3,
  body.page:not(.home) body.attachment h3,
  body.page:not(.home) body.attachment body.blog h3,
  body.blog body.page:not(.home) body.attachment h3,
  body.page:not(.home) body.attachment body.single h3,
  body.single body.page:not(.home) body.attachment h3,
  body.page:not(.home) body.attachment h3,
  body.attachment body.blog h3.entry-title,
  body.attachment body.blog body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.attachment body.blog h3,
  body.attachment body.blog body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.attachment body.blog h3,
  body.attachment body.blog body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.attachment body.blog h3,
  body.attachment body.blog body.page:not(.home) h3,
  body.page:not(.home) body.attachment body.blog h3,
  body.attachment body.blog h3,
  body.attachment body.blog body.single h3,
  body.single body.attachment body.blog h3,
  body.attachment body.blog h3,
  body.blog body.attachment h3.entry-title,
  body.blog body.attachment body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.blog body.attachment h3,
  body.blog body.attachment body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.blog body.attachment h3,
  body.blog body.attachment body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.blog body.attachment h3,
  body.blog body.attachment body.page:not(.home) h3,
  body.page:not(.home) body.blog body.attachment h3,
  body.blog body.attachment h3,
  body.blog body.attachment body.single h3,
  body.single body.blog body.attachment h3,
  body.blog body.attachment h3,
  body.attachment body.single h3.entry-title,
  body.attachment body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.attachment body.single h3,
  body.attachment body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.attachment body.single h3,
  body.attachment body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.attachment body.single h3,
  body.attachment body.single body.page:not(.home) h3,
  body.page:not(.home) body.attachment body.single h3,
  body.attachment body.single body.blog h3,
  body.blog body.attachment body.single h3,
  body.attachment body.single h3,
  body.attachment body.single h3,
  body.single body.attachment h3.entry-title,
  body.single body.attachment body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single body.attachment h3,
  body.single body.attachment body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single body.attachment h3,
  body.single body.attachment body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single body.attachment h3,
  body.single body.attachment body.page:not(.home) h3,
  body.page:not(.home) body.single body.attachment h3,
  body.single body.attachment body.blog h3,
  body.blog body.single body.attachment h3,
  body.single body.attachment h3,
  body.single body.attachment h3,
  body.attachment h3.entry-title,
  body.attachment body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.attachment h3,
  body.attachment body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.attachment h3,
  body.attachment body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.attachment h3,
  body.attachment body.page:not(.home) h3,
  body.page:not(.home) body.attachment h3,
  body.attachment body.blog h3,
  body.blog body.attachment h3,
  body.attachment body.single h3,
  body.single body.attachment h3,
  body.attachment h3,
  body.attachment body.archive.post-type-archive-events h2.entry-title,
  body.attachment body.archive.post-type-archive-events h2,
  body.attachment body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.attachment body.archive.post-type-archive-events h2,
  body.attachment body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-events h2,
  body.attachment body.archive.post-type-archive-events body.page:not(.home) h2,
  body.page:not(.home) body.attachment body.archive.post-type-archive-events h2,
  body.attachment body.archive.post-type-archive-events body.blog h2,
  body.blog body.attachment body.archive.post-type-archive-events h2,
  body.attachment body.archive.post-type-archive-events body.single h2,
  body.single body.attachment body.archive.post-type-archive-events h2,
  body.attachment body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.attachment h2.entry-title,
  body.archive.post-type-archive-events body.attachment h2,
  body.archive.post-type-archive-events body.attachment body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.attachment h2,
  body.archive.post-type-archive-events body.attachment body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.attachment h2,
  body.archive.post-type-archive-events body.attachment body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-events body.attachment h2,
  body.archive.post-type-archive-events body.attachment body.blog h2,
  body.blog body.archive.post-type-archive-events body.attachment h2,
  body.archive.post-type-archive-events body.attachment body.single h2,
  body.single body.archive.post-type-archive-events body.attachment h2,
  body.archive.post-type-archive-events body.attachment h2,
  body.attachment body.archive.post-type-archive-podcasts h2.entry-title,
  body.attachment body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.attachment body.archive.post-type-archive-podcasts h2,
  body.attachment body.archive.post-type-archive-podcasts h2,
  body.attachment body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-podcasts h2,
  body.attachment body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.page:not(.home) body.attachment body.archive.post-type-archive-podcasts h2,
  body.attachment body.archive.post-type-archive-podcasts body.blog h2,
  body.blog body.attachment body.archive.post-type-archive-podcasts h2,
  body.attachment body.archive.post-type-archive-podcasts body.single h2,
  body.single body.attachment body.archive.post-type-archive-podcasts h2,
  body.attachment body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.attachment h2.entry-title,
  body.archive.post-type-archive-podcasts body.attachment body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.attachment h2,
  body.archive.post-type-archive-podcasts body.attachment h2,
  body.archive.post-type-archive-podcasts body.attachment body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.attachment h2,
  body.archive.post-type-archive-podcasts body.attachment body.page:not(.home) h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.attachment h2,
  body.archive.post-type-archive-podcasts body.attachment body.blog h2,
  body.blog body.archive.post-type-archive-podcasts body.attachment h2,
  body.archive.post-type-archive-podcasts body.attachment body.single h2,
  body.single body.archive.post-type-archive-podcasts body.attachment h2,
  body.archive.post-type-archive-podcasts body.attachment h2,
  body.attachment body.page-template-where-are-they-now h2.entry-title,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.attachment body.page-template-where-are-they-now h2,
  body.attachment body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.attachment body.page-template-where-are-they-now h2,
  body.attachment body.page-template-where-are-they-now h2,
  body.attachment body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page:not(.home) body.attachment body.page-template-where-are-they-now h2,
  body.attachment body.page-template-where-are-they-now body.blog h2,
  body.blog body.attachment body.page-template-where-are-they-now h2,
  body.attachment body.page-template-where-are-they-now body.single h2,
  body.single body.attachment body.page-template-where-are-they-now h2,
  body.attachment body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.attachment h2.entry-title,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.attachment h2,
  body.page-template-where-are-they-now body.attachment body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.attachment h2,
  body.page-template-where-are-they-now body.attachment h2,
  body.page-template-where-are-they-now body.attachment body.page:not(.home) h2,
  body.page:not(.home) body.page-template-where-are-they-now body.attachment h2,
  body.page-template-where-are-they-now body.attachment body.blog h2,
  body.blog body.page-template-where-are-they-now body.attachment h2,
  body.page-template-where-are-they-now body.attachment body.single h2,
  body.single body.page-template-where-are-they-now body.attachment h2,
  body.page-template-where-are-they-now body.attachment h2,
  body.attachment body.page:not(.home) h2.entry-title,
  body.attachment body.page:not(.home) body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.attachment body.page:not(.home) h2,
  body.attachment body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.attachment body.page:not(.home) h2,
  body.attachment body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.attachment body.page:not(.home) h2,
  body.attachment body.page:not(.home) h2,
  body.attachment body.page:not(.home) body.blog h2,
  body.blog body.attachment body.page:not(.home) h2,
  body.attachment body.page:not(.home) body.single h2,
  body.single body.attachment body.page:not(.home) h2,
  body.attachment body.page:not(.home) h2,
  body.page:not(.home) body.attachment h2.entry-title,
  body.page:not(.home) body.attachment body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.page:not(.home) body.attachment h2,
  body.page:not(.home) body.attachment body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.attachment h2,
  body.page:not(.home) body.attachment body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.page:not(.home) body.attachment h2,
  body.page:not(.home) body.attachment h2,
  body.page:not(.home) body.attachment body.blog h2,
  body.blog body.page:not(.home) body.attachment h2,
  body.page:not(.home) body.attachment body.single h2,
  body.single body.page:not(.home) body.attachment h2,
  body.page:not(.home) body.attachment h2,
  body.attachment body.blog h2.entry-title,
  body.attachment body.blog body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.attachment body.blog h2,
  body.attachment body.blog body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.attachment body.blog h2,
  body.attachment body.blog body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.attachment body.blog h2,
  body.attachment body.blog body.page:not(.home) h2,
  body.page:not(.home) body.attachment body.blog h2,
  body.attachment body.blog h2,
  body.attachment body.blog body.single h2,
  body.single body.attachment body.blog h2,
  body.attachment body.blog h2,
  body.blog body.attachment h2.entry-title,
  body.blog body.attachment body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.blog body.attachment h2,
  body.blog body.attachment body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.blog body.attachment h2,
  body.blog body.attachment body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.blog body.attachment h2,
  body.blog body.attachment body.page:not(.home) h2,
  body.page:not(.home) body.blog body.attachment h2,
  body.blog body.attachment h2,
  body.blog body.attachment body.single h2,
  body.single body.blog body.attachment h2,
  body.blog body.attachment h2,
  body.attachment body.single h2.entry-title,
  body.attachment body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.attachment body.single h2,
  body.attachment body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.attachment body.single h2,
  body.attachment body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.attachment body.single h2,
  body.attachment body.single body.page:not(.home) h2,
  body.page:not(.home) body.attachment body.single h2,
  body.attachment body.single body.blog h2,
  body.blog body.attachment body.single h2,
  body.attachment body.single h2,
  body.attachment body.single h2,
  body.single body.attachment h2.entry-title,
  body.single body.attachment body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single body.attachment h2,
  body.single body.attachment body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single body.attachment h2,
  body.single body.attachment body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single body.attachment h2,
  body.single body.attachment body.page:not(.home) h2,
  body.page:not(.home) body.single body.attachment h2,
  body.single body.attachment body.blog h2,
  body.blog body.single body.attachment h2,
  body.single body.attachment h2,
  body.single body.attachment h2,
  body.attachment h2.entry-title,
  body.attachment body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.attachment h2,
  body.attachment body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.attachment h2,
  body.attachment body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.attachment h2,
  body.attachment body.page:not(.home) h2,
  body.page:not(.home) body.attachment h2,
  body.attachment body.blog h2,
  body.blog body.attachment h2,
  body.attachment body.single h2,
  body.single body.attachment h2,
  body.attachment h2,
  body.attachment h1.page-title,
  body.attachment body.archive.post-type-archive-events h3.page-title,
  body.archive.post-type-archive-events body.attachment h3.page-title,
  body.attachment body.archive.post-type-archive-podcasts h3.page-title,
  body.archive.post-type-archive-podcasts body.attachment h3.page-title,
  body.attachment body.page-template-where-are-they-now h3.page-title,
  body.page-template-where-are-they-now body.attachment h3.page-title,
  body.attachment body.page:not(.home) h3.page-title,
  body.page:not(.home) body.attachment h3.page-title,
  body.attachment body.blog h3.page-title,
  body.blog body.attachment h3.page-title,
  body.attachment body.single h3.page-title,
  body.single body.attachment h3.page-title,
  body.attachment h3.page-title,
  body.attachment body.archive.post-type-archive-events h2.page-title,
  body.archive.post-type-archive-events body.attachment h2.page-title,
  body.attachment body.archive.post-type-archive-podcasts h2.page-title,
  body.archive.post-type-archive-podcasts body.attachment h2.page-title,
  body.attachment body.page-template-where-are-they-now h2.page-title,
  body.page-template-where-are-they-now body.attachment h2.page-title,
  body.attachment body.page:not(.home) h2.page-title,
  body.page:not(.home) body.attachment h2.page-title,
  body.attachment body.blog h2.page-title,
  body.blog body.attachment h2.page-title,
  body.attachment body.single h2.page-title,
  body.single body.attachment h2.page-title,
  body.attachment h2.page-title {
    margin-top: 40px;
  }
}
body.archive.post-type-archive-events h2,
body.archive.post-type-archive-podcasts h2,
body.page-template-where-are-they-now h2,
body.page:not(.home) h2,
body.blog h2,
body.single h2,
body.attachment h2 {
  font-size: 40px;
  line-height: 38px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now h2,
  body.page:not(.home) h2,
  body.blog h2,
  body.single h2,
  body.attachment h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
body.archive.post-type-archive-events h3,
body.archive.post-type-archive-podcasts h3,
body.page-template-where-are-they-now h3,
body.page:not(.home) h3,
body.blog h3,
body.single h3,
body.attachment h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now h3,
  body.page:not(.home) h3,
  body.blog h3,
  body.single h3,
  body.attachment h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
body.archive.post-type-archive-events p, body.archive.post-type-archive-events td,
body.archive.post-type-archive-podcasts p,
body.archive.post-type-archive-podcasts td,
body.page-template-where-are-they-now p,
body.page-template-where-are-they-now td,
body.page:not(.home) p,
body.page:not(.home) td,
body.blog p,
body.blog td,
body.single p,
body.single td,
body.attachment p,
body.attachment td {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.2px;
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  margin-bottom: 20px;
}
body.archive.post-type-archive-events p.twkmedia_intro_text, body.archive.post-type-archive-events p.twkmedia_blue_intro_text, body.archive.post-type-archive-events td.twkmedia_intro_text, body.archive.post-type-archive-events td.twkmedia_blue_intro_text,
body.archive.post-type-archive-podcasts p.twkmedia_intro_text,
body.archive.post-type-archive-podcasts p.twkmedia_blue_intro_text,
body.archive.post-type-archive-podcasts td.twkmedia_intro_text,
body.archive.post-type-archive-podcasts td.twkmedia_blue_intro_text,
body.page-template-where-are-they-now p.twkmedia_intro_text,
body.page-template-where-are-they-now p.twkmedia_blue_intro_text,
body.page-template-where-are-they-now td.twkmedia_intro_text,
body.page-template-where-are-they-now td.twkmedia_blue_intro_text,
body.page:not(.home) p.twkmedia_intro_text,
body.page:not(.home) p.twkmedia_blue_intro_text,
body.page:not(.home) td.twkmedia_intro_text,
body.page:not(.home) td.twkmedia_blue_intro_text,
body.blog p.twkmedia_intro_text,
body.blog p.twkmedia_blue_intro_text,
body.blog td.twkmedia_intro_text,
body.blog td.twkmedia_blue_intro_text,
body.single p.twkmedia_intro_text,
body.single p.twkmedia_blue_intro_text,
body.single td.twkmedia_intro_text,
body.single td.twkmedia_blue_intro_text,
body.attachment p.twkmedia_intro_text,
body.attachment p.twkmedia_blue_intro_text,
body.attachment td.twkmedia_intro_text,
body.attachment td.twkmedia_blue_intro_text {
  font-family: "GillSansMTStd-Book", "prenton", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #6aa6d9;
}
body.archive.post-type-archive-events p span.twkmedia_first_letter, body.archive.post-type-archive-events td span.twkmedia_first_letter,
body.archive.post-type-archive-podcasts p span.twkmedia_first_letter,
body.archive.post-type-archive-podcasts td span.twkmedia_first_letter,
body.page-template-where-are-they-now p span.twkmedia_first_letter,
body.page-template-where-are-they-now td span.twkmedia_first_letter,
body.page:not(.home) p span.twkmedia_first_letter,
body.page:not(.home) td span.twkmedia_first_letter,
body.blog p span.twkmedia_first_letter,
body.blog td span.twkmedia_first_letter,
body.single p span.twkmedia_first_letter,
body.single td span.twkmedia_first_letter,
body.attachment p span.twkmedia_first_letter,
body.attachment td span.twkmedia_first_letter {
  background: transparent;
  color: #003087;
  font-size: 115px;
  line-height: 70px;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  padding-left: 0;
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  float: none;
  margin-right: 0;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  body.archive.post-type-archive-events p,
  body.archive.post-type-archive-podcasts p,
  body.page-template-where-are-they-now p,
  body.page:not(.home) p,
  body.blog p,
  body.single p,
  body.attachment p {
    font-size: 18px;
    line-height: 30px;
  }
}
body.archive.post-type-archive-events blockquote,
body.archive.post-type-archive-podcasts blockquote,
body.page-template-where-are-they-now blockquote,
body.page:not(.home) blockquote,
body.blog blockquote,
body.single blockquote,
body.attachment blockquote {
  float: right;
  max-width: 290px;
  border-left: 0;
  margin-right: 0;
  padding-right: 0;
}
body.archive.post-type-archive-events blockquote p,
body.archive.post-type-archive-podcasts blockquote p,
body.page-template-where-are-they-now blockquote p,
body.page:not(.home) blockquote p,
body.blog blockquote p,
body.single blockquote p,
body.attachment blockquote p {
  color: #003087;
  font-size: 28px;
  line-height: 35px;
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  margin-bottom: 0;
}
body.archive.post-type-archive-events blockquote footer::before,
body.archive.post-type-archive-podcasts blockquote footer::before,
body.page-template-where-are-they-now blockquote footer::before,
body.page:not(.home) blockquote footer::before,
body.blog blockquote footer::before,
body.single blockquote footer::before,
body.attachment blockquote footer::before {
  content: "";
}
body.archive.post-type-archive-events blockquote.inline,
body.archive.post-type-archive-podcasts blockquote.inline,
body.page-template-where-are-they-now blockquote.inline,
body.page:not(.home) blockquote.inline,
body.blog blockquote.inline,
body.single blockquote.inline,
body.attachment blockquote.inline {
  max-width: none;
  float: none;
  border-left: 0;
  margin-right: 0;
  margin-bottom: 13px;
  padding-right: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body.archive.post-type-archive-events blockquote,
  body.archive.post-type-archive-podcasts blockquote,
  body.page-template-where-are-they-now blockquote,
  body.page:not(.home) blockquote,
  body.blog blockquote,
  body.single blockquote,
  body.attachment blockquote {
    float: none;
    max-width: initial;
    margin: 0;
  }
  body.archive.post-type-archive-events blockquote p,
  body.archive.post-type-archive-podcasts blockquote p,
  body.page-template-where-are-they-now blockquote p,
  body.page:not(.home) blockquote p,
  body.blog blockquote p,
  body.single blockquote p,
  body.attachment blockquote p {
    font-size: 23px;
    line-height: 28px;
  }
}
body.archive.post-type-archive-events .navigation-arrow-prev,
body.archive.post-type-archive-events .navigation-arrow-next,
body.archive.post-type-archive-podcasts .navigation-arrow-prev,
body.archive.post-type-archive-podcasts .navigation-arrow-next,
body.page-template-where-are-they-now .navigation-arrow-prev,
body.page-template-where-are-they-now .navigation-arrow-next,
body.page:not(.home) .navigation-arrow-prev,
body.page:not(.home) .navigation-arrow-next,
body.blog .navigation-arrow-prev,
body.blog .navigation-arrow-next,
body.single .navigation-arrow-prev,
body.single .navigation-arrow-next,
body.attachment .navigation-arrow-prev,
body.attachment .navigation-arrow-next {
  width: 48%;
  display: inline-block;
  font-size: 18px;
  line-height: 45px;
  text-transform: uppercase;
  margin-top: calc(55px - 1.5em);
}
body.archive.post-type-archive-events .navigation-arrow-prev .arrow, body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-prev .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events body.blog .navigation-arrow-prev .arrow-right,
body.blog body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-prev body.blog .navigation-arrow-next .arrow-right,
body.blog .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events body.single .navigation-arrow-prev .arrow-right,
body.single body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-prev body.single .navigation-arrow-next .arrow-right,
body.single .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events body.attachment .navigation-arrow-prev .arrow-right,
body.attachment body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-prev body.attachment .navigation-arrow-next .arrow-right,
body.attachment .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right, body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-prev .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events body.blog .navigation-arrow-prev .arrow-left,
body.blog body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-prev body.blog .navigation-arrow-next .arrow-left,
body.blog .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events body.single .navigation-arrow-prev .arrow-left,
body.single body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-prev body.single .navigation-arrow-next .arrow-left,
body.single .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events body.attachment .navigation-arrow-prev .arrow-left,
body.attachment body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-prev body.attachment .navigation-arrow-next .arrow-left,
body.attachment .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next .arrow,
body.archive.post-type-archive-events .navigation-arrow-next .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-prev .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next body.blog .navigation-arrow-prev .arrow-right,
body.blog .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events body.blog .navigation-arrow-next .arrow-right,
body.blog body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next body.single .navigation-arrow-prev .arrow-right,
body.single .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events body.single .navigation-arrow-next .arrow-right,
body.single body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next body.attachment .navigation-arrow-prev .arrow-right,
body.attachment .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events body.attachment .navigation-arrow-next .arrow-right,
body.attachment body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-prev .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next body.blog .navigation-arrow-prev .arrow-left,
body.blog .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events body.blog .navigation-arrow-next .arrow-left,
body.blog body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next body.single .navigation-arrow-prev .arrow-left,
body.single .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events body.single .navigation-arrow-next .arrow-left,
body.single body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next body.attachment .navigation-arrow-prev .arrow-left,
body.attachment .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events body.attachment .navigation-arrow-next .arrow-left,
body.attachment body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts body.blog .navigation-arrow-prev .arrow-right,
body.blog body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.blog .navigation-arrow-next .arrow-right,
body.blog .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts body.single .navigation-arrow-prev .arrow-right,
body.single body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.single .navigation-arrow-next .arrow-right,
body.single .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts body.attachment .navigation-arrow-prev .arrow-right,
body.attachment body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.attachment .navigation-arrow-next .arrow-right,
body.attachment .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts body.blog .navigation-arrow-prev .arrow-left,
body.blog body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.blog .navigation-arrow-next .arrow-left,
body.blog .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts body.single .navigation-arrow-prev .arrow-left,
body.single body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.single .navigation-arrow-next .arrow-left,
body.single .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts body.attachment .navigation-arrow-prev .arrow-left,
body.attachment body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.attachment .navigation-arrow-next .arrow-left,
body.attachment .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.blog .navigation-arrow-prev .arrow-right,
body.blog .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts body.blog .navigation-arrow-next .arrow-right,
body.blog body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.single .navigation-arrow-prev .arrow-right,
body.single .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts body.single .navigation-arrow-next .arrow-right,
body.single body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.attachment .navigation-arrow-prev .arrow-right,
body.attachment .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts body.attachment .navigation-arrow-next .arrow-right,
body.attachment body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.blog .navigation-arrow-prev .arrow-left,
body.blog .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts body.blog .navigation-arrow-next .arrow-left,
body.blog body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.single .navigation-arrow-prev .arrow-left,
body.single .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts body.single .navigation-arrow-next .arrow-left,
body.single body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.attachment .navigation-arrow-prev .arrow-left,
body.attachment .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts body.attachment .navigation-arrow-next .arrow-left,
body.attachment body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev .arrow,
body.page-template-where-are-they-now body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now body.blog .navigation-arrow-prev .arrow-right,
body.blog body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev body.blog .navigation-arrow-next .arrow-right,
body.blog .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now body.single .navigation-arrow-prev .arrow-right,
body.single body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev body.single .navigation-arrow-next .arrow-right,
body.single .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now body.attachment .navigation-arrow-prev .arrow-right,
body.attachment body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev body.attachment .navigation-arrow-next .arrow-right,
body.attachment .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now body.blog .navigation-arrow-prev .arrow-left,
body.blog body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev body.blog .navigation-arrow-next .arrow-left,
body.blog .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now body.single .navigation-arrow-prev .arrow-left,
body.single body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev body.single .navigation-arrow-next .arrow-left,
body.single .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now body.attachment .navigation-arrow-prev .arrow-left,
body.attachment body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev body.attachment .navigation-arrow-next .arrow-left,
body.attachment .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next .arrow,
body.page-template-where-are-they-now .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next body.blog .navigation-arrow-prev .arrow-right,
body.blog .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now body.blog .navigation-arrow-next .arrow-right,
body.blog body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next body.single .navigation-arrow-prev .arrow-right,
body.single .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now body.single .navigation-arrow-next .arrow-right,
body.single body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next body.attachment .navigation-arrow-prev .arrow-right,
body.attachment .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now body.attachment .navigation-arrow-next .arrow-right,
body.attachment body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next body.blog .navigation-arrow-prev .arrow-left,
body.blog .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now body.blog .navigation-arrow-next .arrow-left,
body.blog body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next body.single .navigation-arrow-prev .arrow-left,
body.single .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now body.single .navigation-arrow-next .arrow-left,
body.single body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next body.attachment .navigation-arrow-prev .arrow-left,
body.attachment .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now body.attachment .navigation-arrow-next .arrow-left,
body.attachment body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page:not(.home) .navigation-arrow-prev .arrow,
body.page:not(.home) body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) .navigation-arrow-prev .navigation-arrow-next .arrow-right,
body.page:not(.home) .navigation-arrow-next .navigation-arrow-prev .arrow-right,
body.page:not(.home) body.blog .navigation-arrow-prev .arrow-right,
body.blog body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) .navigation-arrow-prev body.blog .navigation-arrow-next .arrow-right,
body.blog .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) body.single .navigation-arrow-prev .arrow-right,
body.single body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) .navigation-arrow-prev body.single .navigation-arrow-next .arrow-right,
body.single .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) body.attachment .navigation-arrow-prev .arrow-right,
body.attachment body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) .navigation-arrow-prev body.attachment .navigation-arrow-next .arrow-right,
body.attachment .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) .navigation-arrow-prev .navigation-arrow-next .arrow-left,
body.page:not(.home) .navigation-arrow-next .navigation-arrow-prev .arrow-left,
body.page:not(.home) body.blog .navigation-arrow-prev .arrow-left,
body.blog body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) .navigation-arrow-prev body.blog .navigation-arrow-next .arrow-left,
body.blog .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) body.single .navigation-arrow-prev .arrow-left,
body.single body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) .navigation-arrow-prev body.single .navigation-arrow-next .arrow-left,
body.single .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) body.attachment .navigation-arrow-prev .arrow-left,
body.attachment body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) .navigation-arrow-prev body.attachment .navigation-arrow-next .arrow-left,
body.attachment .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) .navigation-arrow-next .arrow,
body.page:not(.home) .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) .navigation-arrow-next .navigation-arrow-prev .arrow-right,
body.page:not(.home) .navigation-arrow-prev .navigation-arrow-next .arrow-right,
body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) .navigation-arrow-next body.blog .navigation-arrow-prev .arrow-right,
body.blog .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) body.blog .navigation-arrow-next .arrow-right,
body.blog body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) .navigation-arrow-next body.single .navigation-arrow-prev .arrow-right,
body.single .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) body.single .navigation-arrow-next .arrow-right,
body.single body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) .navigation-arrow-next body.attachment .navigation-arrow-prev .arrow-right,
body.attachment .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) body.attachment .navigation-arrow-next .arrow-right,
body.attachment body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) .navigation-arrow-next .navigation-arrow-prev .arrow-left,
body.page:not(.home) .navigation-arrow-prev .navigation-arrow-next .arrow-left,
body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) .navigation-arrow-next body.blog .navigation-arrow-prev .arrow-left,
body.blog .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) body.blog .navigation-arrow-next .arrow-left,
body.blog body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) .navigation-arrow-next body.single .navigation-arrow-prev .arrow-left,
body.single .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) body.single .navigation-arrow-next .arrow-left,
body.single body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) .navigation-arrow-next body.attachment .navigation-arrow-prev .arrow-left,
body.attachment .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) body.attachment .navigation-arrow-next .arrow-left,
body.attachment body.page:not(.home) .navigation-arrow-next .arrow-left,
body.blog .navigation-arrow-prev .arrow,
body.blog body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events body.blog .navigation-arrow-prev .arrow-right,
body.blog .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next body.blog .navigation-arrow-prev .arrow-right,
body.blog body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts body.blog .navigation-arrow-prev .arrow-right,
body.blog .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.blog .navigation-arrow-prev .arrow-right,
body.blog body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now body.blog .navigation-arrow-prev .arrow-right,
body.blog .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next body.blog .navigation-arrow-prev .arrow-right,
body.blog body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) body.blog .navigation-arrow-prev .arrow-right,
body.blog .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) .navigation-arrow-next body.blog .navigation-arrow-prev .arrow-right,
body.blog .navigation-arrow-prev .arrow-right,
body.blog .navigation-arrow-prev .navigation-arrow-next .arrow-right,
body.blog .navigation-arrow-next .navigation-arrow-prev .arrow-right,
body.blog body.single .navigation-arrow-prev .arrow-right,
body.single body.blog .navigation-arrow-prev .arrow-right,
body.blog .navigation-arrow-prev body.single .navigation-arrow-next .arrow-right,
body.single .navigation-arrow-next body.blog .navigation-arrow-prev .arrow-right,
body.blog body.attachment .navigation-arrow-prev .arrow-right,
body.attachment body.blog .navigation-arrow-prev .arrow-right,
body.blog .navigation-arrow-prev body.attachment .navigation-arrow-next .arrow-right,
body.attachment .navigation-arrow-next body.blog .navigation-arrow-prev .arrow-right,
body.blog body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events body.blog .navigation-arrow-prev .arrow-left,
body.blog .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next body.blog .navigation-arrow-prev .arrow-left,
body.blog body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts body.blog .navigation-arrow-prev .arrow-left,
body.blog .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.blog .navigation-arrow-prev .arrow-left,
body.blog body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now body.blog .navigation-arrow-prev .arrow-left,
body.blog .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next body.blog .navigation-arrow-prev .arrow-left,
body.blog body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) body.blog .navigation-arrow-prev .arrow-left,
body.blog .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) .navigation-arrow-next body.blog .navigation-arrow-prev .arrow-left,
body.blog .navigation-arrow-prev .arrow-left,
body.blog .navigation-arrow-prev .navigation-arrow-next .arrow-left,
body.blog .navigation-arrow-next .navigation-arrow-prev .arrow-left,
body.blog body.single .navigation-arrow-prev .arrow-left,
body.single body.blog .navigation-arrow-prev .arrow-left,
body.blog .navigation-arrow-prev body.single .navigation-arrow-next .arrow-left,
body.single .navigation-arrow-next body.blog .navigation-arrow-prev .arrow-left,
body.blog body.attachment .navigation-arrow-prev .arrow-left,
body.attachment body.blog .navigation-arrow-prev .arrow-left,
body.blog .navigation-arrow-prev body.attachment .navigation-arrow-next .arrow-left,
body.attachment .navigation-arrow-next body.blog .navigation-arrow-prev .arrow-left,
body.blog .navigation-arrow-next .arrow,
body.blog .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-prev body.blog .navigation-arrow-next .arrow-right,
body.blog body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events body.blog .navigation-arrow-next .arrow-right,
body.blog .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.blog .navigation-arrow-next .arrow-right,
body.blog body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts body.blog .navigation-arrow-next .arrow-right,
body.blog .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev body.blog .navigation-arrow-next .arrow-right,
body.blog body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now body.blog .navigation-arrow-next .arrow-right,
body.blog .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) .navigation-arrow-prev body.blog .navigation-arrow-next .arrow-right,
body.blog body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) body.blog .navigation-arrow-next .arrow-right,
body.blog .navigation-arrow-next .navigation-arrow-prev .arrow-right,
body.blog .navigation-arrow-prev .navigation-arrow-next .arrow-right,
body.blog .navigation-arrow-next .arrow-right,
body.blog .navigation-arrow-next body.single .navigation-arrow-prev .arrow-right,
body.single .navigation-arrow-prev body.blog .navigation-arrow-next .arrow-right,
body.blog body.single .navigation-arrow-next .arrow-right,
body.single body.blog .navigation-arrow-next .arrow-right,
body.blog .navigation-arrow-next body.attachment .navigation-arrow-prev .arrow-right,
body.attachment .navigation-arrow-prev body.blog .navigation-arrow-next .arrow-right,
body.blog body.attachment .navigation-arrow-next .arrow-right,
body.attachment body.blog .navigation-arrow-next .arrow-right,
body.blog .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-prev body.blog .navigation-arrow-next .arrow-left,
body.blog body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events body.blog .navigation-arrow-next .arrow-left,
body.blog .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.blog .navigation-arrow-next .arrow-left,
body.blog body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts body.blog .navigation-arrow-next .arrow-left,
body.blog .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev body.blog .navigation-arrow-next .arrow-left,
body.blog body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now body.blog .navigation-arrow-next .arrow-left,
body.blog .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) .navigation-arrow-prev body.blog .navigation-arrow-next .arrow-left,
body.blog body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) body.blog .navigation-arrow-next .arrow-left,
body.blog .navigation-arrow-next .navigation-arrow-prev .arrow-left,
body.blog .navigation-arrow-prev .navigation-arrow-next .arrow-left,
body.blog .navigation-arrow-next .arrow-left,
body.blog .navigation-arrow-next body.single .navigation-arrow-prev .arrow-left,
body.single .navigation-arrow-prev body.blog .navigation-arrow-next .arrow-left,
body.blog body.single .navigation-arrow-next .arrow-left,
body.single body.blog .navigation-arrow-next .arrow-left,
body.blog .navigation-arrow-next body.attachment .navigation-arrow-prev .arrow-left,
body.attachment .navigation-arrow-prev body.blog .navigation-arrow-next .arrow-left,
body.blog body.attachment .navigation-arrow-next .arrow-left,
body.attachment body.blog .navigation-arrow-next .arrow-left,
body.single .navigation-arrow-prev .arrow,
body.single body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events body.single .navigation-arrow-prev .arrow-right,
body.single .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next body.single .navigation-arrow-prev .arrow-right,
body.single body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts body.single .navigation-arrow-prev .arrow-right,
body.single .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.single .navigation-arrow-prev .arrow-right,
body.single body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now body.single .navigation-arrow-prev .arrow-right,
body.single .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next body.single .navigation-arrow-prev .arrow-right,
body.single body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) body.single .navigation-arrow-prev .arrow-right,
body.single .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) .navigation-arrow-next body.single .navigation-arrow-prev .arrow-right,
body.single body.blog .navigation-arrow-prev .arrow-right,
body.blog body.single .navigation-arrow-prev .arrow-right,
body.single .navigation-arrow-prev body.blog .navigation-arrow-next .arrow-right,
body.blog .navigation-arrow-next body.single .navigation-arrow-prev .arrow-right,
body.single .navigation-arrow-prev .arrow-right,
body.single .navigation-arrow-prev .navigation-arrow-next .arrow-right,
body.single .navigation-arrow-next .navigation-arrow-prev .arrow-right,
body.single body.attachment .navigation-arrow-prev .arrow-right,
body.attachment body.single .navigation-arrow-prev .arrow-right,
body.single .navigation-arrow-prev body.attachment .navigation-arrow-next .arrow-right,
body.attachment .navigation-arrow-next body.single .navigation-arrow-prev .arrow-right,
body.single body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events body.single .navigation-arrow-prev .arrow-left,
body.single .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next body.single .navigation-arrow-prev .arrow-left,
body.single body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts body.single .navigation-arrow-prev .arrow-left,
body.single .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.single .navigation-arrow-prev .arrow-left,
body.single body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now body.single .navigation-arrow-prev .arrow-left,
body.single .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next body.single .navigation-arrow-prev .arrow-left,
body.single body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) body.single .navigation-arrow-prev .arrow-left,
body.single .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) .navigation-arrow-next body.single .navigation-arrow-prev .arrow-left,
body.single body.blog .navigation-arrow-prev .arrow-left,
body.blog body.single .navigation-arrow-prev .arrow-left,
body.single .navigation-arrow-prev body.blog .navigation-arrow-next .arrow-left,
body.blog .navigation-arrow-next body.single .navigation-arrow-prev .arrow-left,
body.single .navigation-arrow-prev .arrow-left,
body.single .navigation-arrow-prev .navigation-arrow-next .arrow-left,
body.single .navigation-arrow-next .navigation-arrow-prev .arrow-left,
body.single body.attachment .navigation-arrow-prev .arrow-left,
body.attachment body.single .navigation-arrow-prev .arrow-left,
body.single .navigation-arrow-prev body.attachment .navigation-arrow-next .arrow-left,
body.attachment .navigation-arrow-next body.single .navigation-arrow-prev .arrow-left,
body.single .navigation-arrow-next .arrow,
body.single .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-prev body.single .navigation-arrow-next .arrow-right,
body.single body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events body.single .navigation-arrow-next .arrow-right,
body.single .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.single .navigation-arrow-next .arrow-right,
body.single body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts body.single .navigation-arrow-next .arrow-right,
body.single .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev body.single .navigation-arrow-next .arrow-right,
body.single body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now body.single .navigation-arrow-next .arrow-right,
body.single .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) .navigation-arrow-prev body.single .navigation-arrow-next .arrow-right,
body.single body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) body.single .navigation-arrow-next .arrow-right,
body.single .navigation-arrow-next body.blog .navigation-arrow-prev .arrow-right,
body.blog .navigation-arrow-prev body.single .navigation-arrow-next .arrow-right,
body.single body.blog .navigation-arrow-next .arrow-right,
body.blog body.single .navigation-arrow-next .arrow-right,
body.single .navigation-arrow-next .navigation-arrow-prev .arrow-right,
body.single .navigation-arrow-prev .navigation-arrow-next .arrow-right,
body.single .navigation-arrow-next .arrow-right,
body.single .navigation-arrow-next body.attachment .navigation-arrow-prev .arrow-right,
body.attachment .navigation-arrow-prev body.single .navigation-arrow-next .arrow-right,
body.single body.attachment .navigation-arrow-next .arrow-right,
body.attachment body.single .navigation-arrow-next .arrow-right,
body.single .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-prev body.single .navigation-arrow-next .arrow-left,
body.single body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events body.single .navigation-arrow-next .arrow-left,
body.single .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.single .navigation-arrow-next .arrow-left,
body.single body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts body.single .navigation-arrow-next .arrow-left,
body.single .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev body.single .navigation-arrow-next .arrow-left,
body.single body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now body.single .navigation-arrow-next .arrow-left,
body.single .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) .navigation-arrow-prev body.single .navigation-arrow-next .arrow-left,
body.single body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) body.single .navigation-arrow-next .arrow-left,
body.single .navigation-arrow-next body.blog .navigation-arrow-prev .arrow-left,
body.blog .navigation-arrow-prev body.single .navigation-arrow-next .arrow-left,
body.single body.blog .navigation-arrow-next .arrow-left,
body.blog body.single .navigation-arrow-next .arrow-left,
body.single .navigation-arrow-next .navigation-arrow-prev .arrow-left,
body.single .navigation-arrow-prev .navigation-arrow-next .arrow-left,
body.single .navigation-arrow-next .arrow-left,
body.single .navigation-arrow-next body.attachment .navigation-arrow-prev .arrow-left,
body.attachment .navigation-arrow-prev body.single .navigation-arrow-next .arrow-left,
body.single body.attachment .navigation-arrow-next .arrow-left,
body.attachment body.single .navigation-arrow-next .arrow-left,
body.attachment .navigation-arrow-prev .arrow,
body.attachment body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events body.attachment .navigation-arrow-prev .arrow-right,
body.attachment .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next body.attachment .navigation-arrow-prev .arrow-right,
body.attachment body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts body.attachment .navigation-arrow-prev .arrow-right,
body.attachment .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.attachment .navigation-arrow-prev .arrow-right,
body.attachment body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now body.attachment .navigation-arrow-prev .arrow-right,
body.attachment .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next body.attachment .navigation-arrow-prev .arrow-right,
body.attachment body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) body.attachment .navigation-arrow-prev .arrow-right,
body.attachment .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) .navigation-arrow-next body.attachment .navigation-arrow-prev .arrow-right,
body.attachment body.blog .navigation-arrow-prev .arrow-right,
body.blog body.attachment .navigation-arrow-prev .arrow-right,
body.attachment .navigation-arrow-prev body.blog .navigation-arrow-next .arrow-right,
body.blog .navigation-arrow-next body.attachment .navigation-arrow-prev .arrow-right,
body.attachment body.single .navigation-arrow-prev .arrow-right,
body.single body.attachment .navigation-arrow-prev .arrow-right,
body.attachment .navigation-arrow-prev body.single .navigation-arrow-next .arrow-right,
body.single .navigation-arrow-next body.attachment .navigation-arrow-prev .arrow-right,
body.attachment .navigation-arrow-prev .arrow-right,
body.attachment .navigation-arrow-prev .navigation-arrow-next .arrow-right,
body.attachment .navigation-arrow-next .navigation-arrow-prev .arrow-right,
body.attachment body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events body.attachment .navigation-arrow-prev .arrow-left,
body.attachment .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next body.attachment .navigation-arrow-prev .arrow-left,
body.attachment body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts body.attachment .navigation-arrow-prev .arrow-left,
body.attachment .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.attachment .navigation-arrow-prev .arrow-left,
body.attachment body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now body.attachment .navigation-arrow-prev .arrow-left,
body.attachment .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next body.attachment .navigation-arrow-prev .arrow-left,
body.attachment body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) body.attachment .navigation-arrow-prev .arrow-left,
body.attachment .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) .navigation-arrow-next body.attachment .navigation-arrow-prev .arrow-left,
body.attachment body.blog .navigation-arrow-prev .arrow-left,
body.blog body.attachment .navigation-arrow-prev .arrow-left,
body.attachment .navigation-arrow-prev body.blog .navigation-arrow-next .arrow-left,
body.blog .navigation-arrow-next body.attachment .navigation-arrow-prev .arrow-left,
body.attachment body.single .navigation-arrow-prev .arrow-left,
body.single body.attachment .navigation-arrow-prev .arrow-left,
body.attachment .navigation-arrow-prev body.single .navigation-arrow-next .arrow-left,
body.single .navigation-arrow-next body.attachment .navigation-arrow-prev .arrow-left,
body.attachment .navigation-arrow-prev .arrow-left,
body.attachment .navigation-arrow-prev .navigation-arrow-next .arrow-left,
body.attachment .navigation-arrow-next .navigation-arrow-prev .arrow-left,
body.attachment .navigation-arrow-next .arrow,
body.attachment .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-prev body.attachment .navigation-arrow-next .arrow-right,
body.attachment body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events body.attachment .navigation-arrow-next .arrow-right,
body.attachment .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.attachment .navigation-arrow-next .arrow-right,
body.attachment body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts body.attachment .navigation-arrow-next .arrow-right,
body.attachment .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev body.attachment .navigation-arrow-next .arrow-right,
body.attachment body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now body.attachment .navigation-arrow-next .arrow-right,
body.attachment .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) .navigation-arrow-prev body.attachment .navigation-arrow-next .arrow-right,
body.attachment body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) body.attachment .navigation-arrow-next .arrow-right,
body.attachment .navigation-arrow-next body.blog .navigation-arrow-prev .arrow-right,
body.blog .navigation-arrow-prev body.attachment .navigation-arrow-next .arrow-right,
body.attachment body.blog .navigation-arrow-next .arrow-right,
body.blog body.attachment .navigation-arrow-next .arrow-right,
body.attachment .navigation-arrow-next body.single .navigation-arrow-prev .arrow-right,
body.single .navigation-arrow-prev body.attachment .navigation-arrow-next .arrow-right,
body.attachment body.single .navigation-arrow-next .arrow-right,
body.single body.attachment .navigation-arrow-next .arrow-right,
body.attachment .navigation-arrow-next .navigation-arrow-prev .arrow-right,
body.attachment .navigation-arrow-prev .navigation-arrow-next .arrow-right,
body.attachment .navigation-arrow-next .arrow-right,
body.attachment .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-prev body.attachment .navigation-arrow-next .arrow-left,
body.attachment body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events body.attachment .navigation-arrow-next .arrow-left,
body.attachment .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.attachment .navigation-arrow-next .arrow-left,
body.attachment body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts body.attachment .navigation-arrow-next .arrow-left,
body.attachment .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev body.attachment .navigation-arrow-next .arrow-left,
body.attachment body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now body.attachment .navigation-arrow-next .arrow-left,
body.attachment .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) .navigation-arrow-prev body.attachment .navigation-arrow-next .arrow-left,
body.attachment body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) body.attachment .navigation-arrow-next .arrow-left,
body.attachment .navigation-arrow-next body.blog .navigation-arrow-prev .arrow-left,
body.blog .navigation-arrow-prev body.attachment .navigation-arrow-next .arrow-left,
body.attachment body.blog .navigation-arrow-next .arrow-left,
body.blog body.attachment .navigation-arrow-next .arrow-left,
body.attachment .navigation-arrow-next body.single .navigation-arrow-prev .arrow-left,
body.single .navigation-arrow-prev body.attachment .navigation-arrow-next .arrow-left,
body.attachment body.single .navigation-arrow-next .arrow-left,
body.single body.attachment .navigation-arrow-next .arrow-left,
body.attachment .navigation-arrow-next .navigation-arrow-prev .arrow-left,
body.attachment .navigation-arrow-prev .navigation-arrow-next .arrow-left,
body.attachment .navigation-arrow-next .arrow-left {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #6aa6d9;
  border-bottom: 2px solid #6aa6d9;
}
body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) .navigation-arrow-next .arrow-left,
body.blog .navigation-arrow-prev .arrow-left,
body.blog .navigation-arrow-next .arrow-left,
body.single .navigation-arrow-prev .arrow-left,
body.single .navigation-arrow-next .arrow-left,
body.attachment .navigation-arrow-prev .arrow-left,
body.attachment .navigation-arrow-next .arrow-left {
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
}
body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) .navigation-arrow-next .arrow-right,
body.blog .navigation-arrow-prev .arrow-right,
body.blog .navigation-arrow-next .arrow-right,
body.single .navigation-arrow-prev .arrow-right,
body.single .navigation-arrow-next .arrow-right,
body.attachment .navigation-arrow-prev .arrow-right,
body.attachment .navigation-arrow-next .arrow-right {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body.archive.post-type-archive-events .navigation-arrow-prev a,
body.archive.post-type-archive-events .navigation-arrow-next a,
body.archive.post-type-archive-podcasts .navigation-arrow-prev a,
body.archive.post-type-archive-podcasts .navigation-arrow-next a,
body.page-template-where-are-they-now .navigation-arrow-prev a,
body.page-template-where-are-they-now .navigation-arrow-next a,
body.page:not(.home) .navigation-arrow-prev a,
body.page:not(.home) .navigation-arrow-next a,
body.blog .navigation-arrow-prev a,
body.blog .navigation-arrow-next a,
body.single .navigation-arrow-prev a,
body.single .navigation-arrow-next a,
body.attachment .navigation-arrow-prev a,
body.attachment .navigation-arrow-next a {
  border: 2px solid #6aa6d9;
  border-radius: 31px;
  padding: 20px 30px;
  -webkit-transition: all 0.66s ease;
  transition: all 0.66s ease;
}
body.archive.post-type-archive-events .navigation-arrow-prev a:hover,
body.archive.post-type-archive-events .navigation-arrow-next a:hover,
body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover,
body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover,
body.page-template-where-are-they-now .navigation-arrow-prev a:hover,
body.page-template-where-are-they-now .navigation-arrow-next a:hover,
body.page:not(.home) .navigation-arrow-prev a:hover,
body.page:not(.home) .navigation-arrow-next a:hover,
body.blog .navigation-arrow-prev a:hover,
body.blog .navigation-arrow-next a:hover,
body.single .navigation-arrow-prev a:hover,
body.single .navigation-arrow-next a:hover,
body.attachment .navigation-arrow-prev a:hover,
body.attachment .navigation-arrow-next a:hover {
  border-color: #003087;
  background: #003087;
  color: white;
}
body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow, body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-prev a:hover .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-prev a:hover body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-events body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-left,
body.page-template-where-are-they-now body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-prev a:hover body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-events body.page:not(.home) .navigation-arrow-prev a:hover .arrow-left,
body.page:not(.home) body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-prev a:hover body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-events body.blog .navigation-arrow-prev a:hover .arrow-left,
body.blog body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-prev a:hover body.blog .navigation-arrow-next .arrow-left,
body.blog .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-events body.single .navigation-arrow-prev a:hover .arrow-left,
body.single body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-prev a:hover body.single .navigation-arrow-next .arrow-left,
body.single .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-events body.attachment .navigation-arrow-prev a:hover .arrow-left,
body.attachment body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-prev a:hover body.attachment .navigation-arrow-next .arrow-left,
body.attachment .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-left, body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-prev a:hover .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-prev a:hover body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-events body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-right,
body.page-template-where-are-they-now body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-prev a:hover body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-events body.page:not(.home) .navigation-arrow-prev a:hover .arrow-right,
body.page:not(.home) body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-prev a:hover body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-events body.blog .navigation-arrow-prev a:hover .arrow-right,
body.blog body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-prev a:hover body.blog .navigation-arrow-next .arrow-right,
body.blog .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-events body.single .navigation-arrow-prev a:hover .arrow-right,
body.single body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-prev a:hover body.single .navigation-arrow-next .arrow-right,
body.single .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-events body.attachment .navigation-arrow-prev a:hover .arrow-right,
body.attachment body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-prev a:hover body.attachment .navigation-arrow-next .arrow-right,
body.attachment .navigation-arrow-next body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow,
body.archive.post-type-archive-events .navigation-arrow-next a:hover .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-prev .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next a:hover body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next a:hover body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-events body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-left,
body.page-template-where-are-they-now body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next a:hover body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-events body.page:not(.home) .navigation-arrow-next a:hover .arrow-left,
body.page:not(.home) body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next a:hover body.blog .navigation-arrow-prev .arrow-left,
body.blog .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-events body.blog .navigation-arrow-next a:hover .arrow-left,
body.blog body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next a:hover body.single .navigation-arrow-prev .arrow-left,
body.single .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-events body.single .navigation-arrow-next a:hover .arrow-left,
body.single body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next a:hover body.attachment .navigation-arrow-prev .arrow-left,
body.attachment .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-events body.attachment .navigation-arrow-next a:hover .arrow-left,
body.attachment body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next a:hover .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-prev .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next a:hover body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next a:hover body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-events body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-right,
body.page-template-where-are-they-now body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next a:hover body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-events body.page:not(.home) .navigation-arrow-next a:hover .arrow-right,
body.page:not(.home) body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next a:hover body.blog .navigation-arrow-prev .arrow-right,
body.blog .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-events body.blog .navigation-arrow-next a:hover .arrow-right,
body.blog body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next a:hover body.single .navigation-arrow-prev .arrow-right,
body.single .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-events body.single .navigation-arrow-next a:hover .arrow-right,
body.single body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next a:hover body.attachment .navigation-arrow-prev .arrow-right,
body.attachment .navigation-arrow-prev body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-events body.attachment .navigation-arrow-next a:hover .arrow-right,
body.attachment body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-left,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-podcasts body.page:not(.home) .navigation-arrow-prev a:hover .arrow-left,
body.page:not(.home) body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-podcasts body.blog .navigation-arrow-prev a:hover .arrow-left,
body.blog body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover body.blog .navigation-arrow-next .arrow-left,
body.blog .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-podcasts body.single .navigation-arrow-prev a:hover .arrow-left,
body.single body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover body.single .navigation-arrow-next .arrow-left,
body.single .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-podcasts body.attachment .navigation-arrow-prev a:hover .arrow-left,
body.attachment body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover body.attachment .navigation-arrow-next .arrow-left,
body.attachment .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-right,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-podcasts body.page:not(.home) .navigation-arrow-prev a:hover .arrow-right,
body.page:not(.home) body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-podcasts body.blog .navigation-arrow-prev a:hover .arrow-right,
body.blog body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover body.blog .navigation-arrow-next .arrow-right,
body.blog .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-podcasts body.single .navigation-arrow-prev a:hover .arrow-right,
body.single body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover body.single .navigation-arrow-next .arrow-right,
body.single .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-podcasts body.attachment .navigation-arrow-prev a:hover .arrow-right,
body.attachment body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover body.attachment .navigation-arrow-next .arrow-right,
body.attachment .navigation-arrow-next body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow,
body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-left,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-podcasts body.page:not(.home) .navigation-arrow-next a:hover .arrow-left,
body.page:not(.home) body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover body.blog .navigation-arrow-prev .arrow-left,
body.blog .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-podcasts body.blog .navigation-arrow-next a:hover .arrow-left,
body.blog body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover body.single .navigation-arrow-prev .arrow-left,
body.single .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-podcasts body.single .navigation-arrow-next a:hover .arrow-left,
body.single body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover body.attachment .navigation-arrow-prev .arrow-left,
body.attachment .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-podcasts body.attachment .navigation-arrow-next a:hover .arrow-left,
body.attachment body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-right,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-podcasts body.page:not(.home) .navigation-arrow-next a:hover .arrow-right,
body.page:not(.home) body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover body.blog .navigation-arrow-prev .arrow-right,
body.blog .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-podcasts body.blog .navigation-arrow-next a:hover .arrow-right,
body.blog body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover body.single .navigation-arrow-prev .arrow-right,
body.single .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-podcasts body.single .navigation-arrow-next a:hover .arrow-right,
body.single body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover body.attachment .navigation-arrow-prev .arrow-right,
body.attachment .navigation-arrow-prev body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-podcasts body.attachment .navigation-arrow-next a:hover .arrow-right,
body.attachment body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow,
body.page-template-where-are-they-now body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-events body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev a:hover body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-left,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev a:hover body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev a:hover .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next .navigation-arrow-prev a:hover .arrow-left,
body.page-template-where-are-they-now body.page:not(.home) .navigation-arrow-prev a:hover .arrow-left,
body.page:not(.home) body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev a:hover body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-left,
body.page-template-where-are-they-now body.blog .navigation-arrow-prev a:hover .arrow-left,
body.blog body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev a:hover body.blog .navigation-arrow-next .arrow-left,
body.blog .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-left,
body.page-template-where-are-they-now body.single .navigation-arrow-prev a:hover .arrow-left,
body.single body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev a:hover body.single .navigation-arrow-next .arrow-left,
body.single .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-left,
body.page-template-where-are-they-now body.attachment .navigation-arrow-prev a:hover .arrow-left,
body.attachment body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev a:hover body.attachment .navigation-arrow-next .arrow-left,
body.attachment .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-left,
body.page-template-where-are-they-now body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-events body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev a:hover body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-right,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev a:hover body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev a:hover .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next .navigation-arrow-prev a:hover .arrow-right,
body.page-template-where-are-they-now body.page:not(.home) .navigation-arrow-prev a:hover .arrow-right,
body.page:not(.home) body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev a:hover body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-right,
body.page-template-where-are-they-now body.blog .navigation-arrow-prev a:hover .arrow-right,
body.blog body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev a:hover body.blog .navigation-arrow-next .arrow-right,
body.blog .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-right,
body.page-template-where-are-they-now body.single .navigation-arrow-prev a:hover .arrow-right,
body.single body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev a:hover body.single .navigation-arrow-next .arrow-right,
body.single .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-right,
body.page-template-where-are-they-now body.attachment .navigation-arrow-prev a:hover .arrow-right,
body.attachment body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev a:hover body.attachment .navigation-arrow-next .arrow-right,
body.attachment .navigation-arrow-next body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow,
body.page-template-where-are-they-now .navigation-arrow-next a:hover body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-left,
body.page-template-where-are-they-now body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-events body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next a:hover body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-left,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next a:hover .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev .navigation-arrow-next a:hover .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next a:hover body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-left,
body.page-template-where-are-they-now body.page:not(.home) .navigation-arrow-next a:hover .arrow-left,
body.page:not(.home) body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next a:hover body.blog .navigation-arrow-prev .arrow-left,
body.blog .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-left,
body.page-template-where-are-they-now body.blog .navigation-arrow-next a:hover .arrow-left,
body.blog body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next a:hover body.single .navigation-arrow-prev .arrow-left,
body.single .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-left,
body.page-template-where-are-they-now body.single .navigation-arrow-next a:hover .arrow-left,
body.single body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next a:hover body.attachment .navigation-arrow-prev .arrow-left,
body.attachment .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-left,
body.page-template-where-are-they-now body.attachment .navigation-arrow-next a:hover .arrow-left,
body.attachment body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next a:hover body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-right,
body.page-template-where-are-they-now body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-events body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next a:hover body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-right,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next a:hover .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev .navigation-arrow-next a:hover .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next a:hover body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-right,
body.page-template-where-are-they-now body.page:not(.home) .navigation-arrow-next a:hover .arrow-right,
body.page:not(.home) body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next a:hover body.blog .navigation-arrow-prev .arrow-right,
body.blog .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-right,
body.page-template-where-are-they-now body.blog .navigation-arrow-next a:hover .arrow-right,
body.blog body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next a:hover body.single .navigation-arrow-prev .arrow-right,
body.single .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-right,
body.page-template-where-are-they-now body.single .navigation-arrow-next a:hover .arrow-right,
body.single body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next a:hover body.attachment .navigation-arrow-prev .arrow-right,
body.attachment .navigation-arrow-prev body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-right,
body.page-template-where-are-they-now body.attachment .navigation-arrow-next a:hover .arrow-right,
body.attachment body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-right,
body.page:not(.home) .navigation-arrow-prev a:hover .arrow,
body.page:not(.home) body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-events body.page:not(.home) .navigation-arrow-prev a:hover .arrow-left,
body.page:not(.home) .navigation-arrow-prev a:hover body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev a:hover .arrow-left,
body.page:not(.home) body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-podcasts body.page:not(.home) .navigation-arrow-prev a:hover .arrow-left,
body.page:not(.home) .navigation-arrow-prev a:hover body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev a:hover .arrow-left,
body.page:not(.home) body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-left,
body.page-template-where-are-they-now body.page:not(.home) .navigation-arrow-prev a:hover .arrow-left,
body.page:not(.home) .navigation-arrow-prev a:hover body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev a:hover .arrow-left,
body.page:not(.home) .navigation-arrow-prev a:hover .arrow-left,
body.page:not(.home) .navigation-arrow-prev a:hover .navigation-arrow-next .arrow-left,
body.page:not(.home) .navigation-arrow-next .navigation-arrow-prev a:hover .arrow-left,
body.page:not(.home) body.blog .navigation-arrow-prev a:hover .arrow-left,
body.blog body.page:not(.home) .navigation-arrow-prev a:hover .arrow-left,
body.page:not(.home) .navigation-arrow-prev a:hover body.blog .navigation-arrow-next .arrow-left,
body.blog .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev a:hover .arrow-left,
body.page:not(.home) body.single .navigation-arrow-prev a:hover .arrow-left,
body.single body.page:not(.home) .navigation-arrow-prev a:hover .arrow-left,
body.page:not(.home) .navigation-arrow-prev a:hover body.single .navigation-arrow-next .arrow-left,
body.single .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev a:hover .arrow-left,
body.page:not(.home) body.attachment .navigation-arrow-prev a:hover .arrow-left,
body.attachment body.page:not(.home) .navigation-arrow-prev a:hover .arrow-left,
body.page:not(.home) .navigation-arrow-prev a:hover body.attachment .navigation-arrow-next .arrow-left,
body.attachment .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev a:hover .arrow-left,
body.page:not(.home) body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-events body.page:not(.home) .navigation-arrow-prev a:hover .arrow-right,
body.page:not(.home) .navigation-arrow-prev a:hover body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev a:hover .arrow-right,
body.page:not(.home) body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-podcasts body.page:not(.home) .navigation-arrow-prev a:hover .arrow-right,
body.page:not(.home) .navigation-arrow-prev a:hover body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev a:hover .arrow-right,
body.page:not(.home) body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-right,
body.page-template-where-are-they-now body.page:not(.home) .navigation-arrow-prev a:hover .arrow-right,
body.page:not(.home) .navigation-arrow-prev a:hover body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev a:hover .arrow-right,
body.page:not(.home) .navigation-arrow-prev a:hover .arrow-right,
body.page:not(.home) .navigation-arrow-prev a:hover .navigation-arrow-next .arrow-right,
body.page:not(.home) .navigation-arrow-next .navigation-arrow-prev a:hover .arrow-right,
body.page:not(.home) body.blog .navigation-arrow-prev a:hover .arrow-right,
body.blog body.page:not(.home) .navigation-arrow-prev a:hover .arrow-right,
body.page:not(.home) .navigation-arrow-prev a:hover body.blog .navigation-arrow-next .arrow-right,
body.blog .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev a:hover .arrow-right,
body.page:not(.home) body.single .navigation-arrow-prev a:hover .arrow-right,
body.single body.page:not(.home) .navigation-arrow-prev a:hover .arrow-right,
body.page:not(.home) .navigation-arrow-prev a:hover body.single .navigation-arrow-next .arrow-right,
body.single .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev a:hover .arrow-right,
body.page:not(.home) body.attachment .navigation-arrow-prev a:hover .arrow-right,
body.attachment body.page:not(.home) .navigation-arrow-prev a:hover .arrow-right,
body.page:not(.home) .navigation-arrow-prev a:hover body.attachment .navigation-arrow-next .arrow-right,
body.attachment .navigation-arrow-next body.page:not(.home) .navigation-arrow-prev a:hover .arrow-right,
body.page:not(.home) .navigation-arrow-next a:hover .arrow,
body.page:not(.home) .navigation-arrow-next a:hover body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next a:hover .arrow-left,
body.page:not(.home) body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-events body.page:not(.home) .navigation-arrow-next a:hover .arrow-left,
body.page:not(.home) .navigation-arrow-next a:hover body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next a:hover .arrow-left,
body.page:not(.home) body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-podcasts body.page:not(.home) .navigation-arrow-next a:hover .arrow-left,
body.page:not(.home) .navigation-arrow-next a:hover body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next a:hover .arrow-left,
body.page:not(.home) body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-left,
body.page-template-where-are-they-now body.page:not(.home) .navigation-arrow-next a:hover .arrow-left,
body.page:not(.home) .navigation-arrow-next a:hover .navigation-arrow-prev .arrow-left,
body.page:not(.home) .navigation-arrow-prev .navigation-arrow-next a:hover .arrow-left,
body.page:not(.home) .navigation-arrow-next a:hover .arrow-left,
body.page:not(.home) .navigation-arrow-next a:hover body.blog .navigation-arrow-prev .arrow-left,
body.blog .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next a:hover .arrow-left,
body.page:not(.home) body.blog .navigation-arrow-next a:hover .arrow-left,
body.blog body.page:not(.home) .navigation-arrow-next a:hover .arrow-left,
body.page:not(.home) .navigation-arrow-next a:hover body.single .navigation-arrow-prev .arrow-left,
body.single .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next a:hover .arrow-left,
body.page:not(.home) body.single .navigation-arrow-next a:hover .arrow-left,
body.single body.page:not(.home) .navigation-arrow-next a:hover .arrow-left,
body.page:not(.home) .navigation-arrow-next a:hover body.attachment .navigation-arrow-prev .arrow-left,
body.attachment .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next a:hover .arrow-left,
body.page:not(.home) body.attachment .navigation-arrow-next a:hover .arrow-left,
body.attachment body.page:not(.home) .navigation-arrow-next a:hover .arrow-left,
body.page:not(.home) .navigation-arrow-next a:hover body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next a:hover .arrow-right,
body.page:not(.home) body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-events body.page:not(.home) .navigation-arrow-next a:hover .arrow-right,
body.page:not(.home) .navigation-arrow-next a:hover body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next a:hover .arrow-right,
body.page:not(.home) body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-podcasts body.page:not(.home) .navigation-arrow-next a:hover .arrow-right,
body.page:not(.home) .navigation-arrow-next a:hover body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next a:hover .arrow-right,
body.page:not(.home) body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-right,
body.page-template-where-are-they-now body.page:not(.home) .navigation-arrow-next a:hover .arrow-right,
body.page:not(.home) .navigation-arrow-next a:hover .navigation-arrow-prev .arrow-right,
body.page:not(.home) .navigation-arrow-prev .navigation-arrow-next a:hover .arrow-right,
body.page:not(.home) .navigation-arrow-next a:hover .arrow-right,
body.page:not(.home) .navigation-arrow-next a:hover body.blog .navigation-arrow-prev .arrow-right,
body.blog .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next a:hover .arrow-right,
body.page:not(.home) body.blog .navigation-arrow-next a:hover .arrow-right,
body.blog body.page:not(.home) .navigation-arrow-next a:hover .arrow-right,
body.page:not(.home) .navigation-arrow-next a:hover body.single .navigation-arrow-prev .arrow-right,
body.single .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next a:hover .arrow-right,
body.page:not(.home) body.single .navigation-arrow-next a:hover .arrow-right,
body.single body.page:not(.home) .navigation-arrow-next a:hover .arrow-right,
body.page:not(.home) .navigation-arrow-next a:hover body.attachment .navigation-arrow-prev .arrow-right,
body.attachment .navigation-arrow-prev body.page:not(.home) .navigation-arrow-next a:hover .arrow-right,
body.page:not(.home) body.attachment .navigation-arrow-next a:hover .arrow-right,
body.attachment body.page:not(.home) .navigation-arrow-next a:hover .arrow-right,
body.blog .navigation-arrow-prev a:hover .arrow,
body.blog body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-events body.blog .navigation-arrow-prev a:hover .arrow-left,
body.blog .navigation-arrow-prev a:hover body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next body.blog .navigation-arrow-prev a:hover .arrow-left,
body.blog body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-podcasts body.blog .navigation-arrow-prev a:hover .arrow-left,
body.blog .navigation-arrow-prev a:hover body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.blog .navigation-arrow-prev a:hover .arrow-left,
body.blog body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-left,
body.page-template-where-are-they-now body.blog .navigation-arrow-prev a:hover .arrow-left,
body.blog .navigation-arrow-prev a:hover body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next body.blog .navigation-arrow-prev a:hover .arrow-left,
body.blog body.page:not(.home) .navigation-arrow-prev a:hover .arrow-left,
body.page:not(.home) body.blog .navigation-arrow-prev a:hover .arrow-left,
body.blog .navigation-arrow-prev a:hover body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) .navigation-arrow-next body.blog .navigation-arrow-prev a:hover .arrow-left,
body.blog .navigation-arrow-prev a:hover .arrow-left,
body.blog .navigation-arrow-prev a:hover .navigation-arrow-next .arrow-left,
body.blog .navigation-arrow-next .navigation-arrow-prev a:hover .arrow-left,
body.blog body.single .navigation-arrow-prev a:hover .arrow-left,
body.single body.blog .navigation-arrow-prev a:hover .arrow-left,
body.blog .navigation-arrow-prev a:hover body.single .navigation-arrow-next .arrow-left,
body.single .navigation-arrow-next body.blog .navigation-arrow-prev a:hover .arrow-left,
body.blog body.attachment .navigation-arrow-prev a:hover .arrow-left,
body.attachment body.blog .navigation-arrow-prev a:hover .arrow-left,
body.blog .navigation-arrow-prev a:hover body.attachment .navigation-arrow-next .arrow-left,
body.attachment .navigation-arrow-next body.blog .navigation-arrow-prev a:hover .arrow-left,
body.blog body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-events body.blog .navigation-arrow-prev a:hover .arrow-right,
body.blog .navigation-arrow-prev a:hover body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next body.blog .navigation-arrow-prev a:hover .arrow-right,
body.blog body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-podcasts body.blog .navigation-arrow-prev a:hover .arrow-right,
body.blog .navigation-arrow-prev a:hover body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.blog .navigation-arrow-prev a:hover .arrow-right,
body.blog body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-right,
body.page-template-where-are-they-now body.blog .navigation-arrow-prev a:hover .arrow-right,
body.blog .navigation-arrow-prev a:hover body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next body.blog .navigation-arrow-prev a:hover .arrow-right,
body.blog body.page:not(.home) .navigation-arrow-prev a:hover .arrow-right,
body.page:not(.home) body.blog .navigation-arrow-prev a:hover .arrow-right,
body.blog .navigation-arrow-prev a:hover body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) .navigation-arrow-next body.blog .navigation-arrow-prev a:hover .arrow-right,
body.blog .navigation-arrow-prev a:hover .arrow-right,
body.blog .navigation-arrow-prev a:hover .navigation-arrow-next .arrow-right,
body.blog .navigation-arrow-next .navigation-arrow-prev a:hover .arrow-right,
body.blog body.single .navigation-arrow-prev a:hover .arrow-right,
body.single body.blog .navigation-arrow-prev a:hover .arrow-right,
body.blog .navigation-arrow-prev a:hover body.single .navigation-arrow-next .arrow-right,
body.single .navigation-arrow-next body.blog .navigation-arrow-prev a:hover .arrow-right,
body.blog body.attachment .navigation-arrow-prev a:hover .arrow-right,
body.attachment body.blog .navigation-arrow-prev a:hover .arrow-right,
body.blog .navigation-arrow-prev a:hover body.attachment .navigation-arrow-next .arrow-right,
body.attachment .navigation-arrow-next body.blog .navigation-arrow-prev a:hover .arrow-right,
body.blog .navigation-arrow-next a:hover .arrow,
body.blog .navigation-arrow-next a:hover body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-prev body.blog .navigation-arrow-next a:hover .arrow-left,
body.blog body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-events body.blog .navigation-arrow-next a:hover .arrow-left,
body.blog .navigation-arrow-next a:hover body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.blog .navigation-arrow-next a:hover .arrow-left,
body.blog body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-podcasts body.blog .navigation-arrow-next a:hover .arrow-left,
body.blog .navigation-arrow-next a:hover body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev body.blog .navigation-arrow-next a:hover .arrow-left,
body.blog body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-left,
body.page-template-where-are-they-now body.blog .navigation-arrow-next a:hover .arrow-left,
body.blog .navigation-arrow-next a:hover body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) .navigation-arrow-prev body.blog .navigation-arrow-next a:hover .arrow-left,
body.blog body.page:not(.home) .navigation-arrow-next a:hover .arrow-left,
body.page:not(.home) body.blog .navigation-arrow-next a:hover .arrow-left,
body.blog .navigation-arrow-next a:hover .navigation-arrow-prev .arrow-left,
body.blog .navigation-arrow-prev .navigation-arrow-next a:hover .arrow-left,
body.blog .navigation-arrow-next a:hover .arrow-left,
body.blog .navigation-arrow-next a:hover body.single .navigation-arrow-prev .arrow-left,
body.single .navigation-arrow-prev body.blog .navigation-arrow-next a:hover .arrow-left,
body.blog body.single .navigation-arrow-next a:hover .arrow-left,
body.single body.blog .navigation-arrow-next a:hover .arrow-left,
body.blog .navigation-arrow-next a:hover body.attachment .navigation-arrow-prev .arrow-left,
body.attachment .navigation-arrow-prev body.blog .navigation-arrow-next a:hover .arrow-left,
body.blog body.attachment .navigation-arrow-next a:hover .arrow-left,
body.attachment body.blog .navigation-arrow-next a:hover .arrow-left,
body.blog .navigation-arrow-next a:hover body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-prev body.blog .navigation-arrow-next a:hover .arrow-right,
body.blog body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-events body.blog .navigation-arrow-next a:hover .arrow-right,
body.blog .navigation-arrow-next a:hover body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.blog .navigation-arrow-next a:hover .arrow-right,
body.blog body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-podcasts body.blog .navigation-arrow-next a:hover .arrow-right,
body.blog .navigation-arrow-next a:hover body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev body.blog .navigation-arrow-next a:hover .arrow-right,
body.blog body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-right,
body.page-template-where-are-they-now body.blog .navigation-arrow-next a:hover .arrow-right,
body.blog .navigation-arrow-next a:hover body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) .navigation-arrow-prev body.blog .navigation-arrow-next a:hover .arrow-right,
body.blog body.page:not(.home) .navigation-arrow-next a:hover .arrow-right,
body.page:not(.home) body.blog .navigation-arrow-next a:hover .arrow-right,
body.blog .navigation-arrow-next a:hover .navigation-arrow-prev .arrow-right,
body.blog .navigation-arrow-prev .navigation-arrow-next a:hover .arrow-right,
body.blog .navigation-arrow-next a:hover .arrow-right,
body.blog .navigation-arrow-next a:hover body.single .navigation-arrow-prev .arrow-right,
body.single .navigation-arrow-prev body.blog .navigation-arrow-next a:hover .arrow-right,
body.blog body.single .navigation-arrow-next a:hover .arrow-right,
body.single body.blog .navigation-arrow-next a:hover .arrow-right,
body.blog .navigation-arrow-next a:hover body.attachment .navigation-arrow-prev .arrow-right,
body.attachment .navigation-arrow-prev body.blog .navigation-arrow-next a:hover .arrow-right,
body.blog body.attachment .navigation-arrow-next a:hover .arrow-right,
body.attachment body.blog .navigation-arrow-next a:hover .arrow-right,
body.single .navigation-arrow-prev a:hover .arrow,
body.single body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-events body.single .navigation-arrow-prev a:hover .arrow-left,
body.single .navigation-arrow-prev a:hover body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next body.single .navigation-arrow-prev a:hover .arrow-left,
body.single body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-podcasts body.single .navigation-arrow-prev a:hover .arrow-left,
body.single .navigation-arrow-prev a:hover body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.single .navigation-arrow-prev a:hover .arrow-left,
body.single body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-left,
body.page-template-where-are-they-now body.single .navigation-arrow-prev a:hover .arrow-left,
body.single .navigation-arrow-prev a:hover body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next body.single .navigation-arrow-prev a:hover .arrow-left,
body.single body.page:not(.home) .navigation-arrow-prev a:hover .arrow-left,
body.page:not(.home) body.single .navigation-arrow-prev a:hover .arrow-left,
body.single .navigation-arrow-prev a:hover body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) .navigation-arrow-next body.single .navigation-arrow-prev a:hover .arrow-left,
body.single body.blog .navigation-arrow-prev a:hover .arrow-left,
body.blog body.single .navigation-arrow-prev a:hover .arrow-left,
body.single .navigation-arrow-prev a:hover body.blog .navigation-arrow-next .arrow-left,
body.blog .navigation-arrow-next body.single .navigation-arrow-prev a:hover .arrow-left,
body.single .navigation-arrow-prev a:hover .arrow-left,
body.single .navigation-arrow-prev a:hover .navigation-arrow-next .arrow-left,
body.single .navigation-arrow-next .navigation-arrow-prev a:hover .arrow-left,
body.single body.attachment .navigation-arrow-prev a:hover .arrow-left,
body.attachment body.single .navigation-arrow-prev a:hover .arrow-left,
body.single .navigation-arrow-prev a:hover body.attachment .navigation-arrow-next .arrow-left,
body.attachment .navigation-arrow-next body.single .navigation-arrow-prev a:hover .arrow-left,
body.single body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-events body.single .navigation-arrow-prev a:hover .arrow-right,
body.single .navigation-arrow-prev a:hover body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next body.single .navigation-arrow-prev a:hover .arrow-right,
body.single body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-podcasts body.single .navigation-arrow-prev a:hover .arrow-right,
body.single .navigation-arrow-prev a:hover body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.single .navigation-arrow-prev a:hover .arrow-right,
body.single body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-right,
body.page-template-where-are-they-now body.single .navigation-arrow-prev a:hover .arrow-right,
body.single .navigation-arrow-prev a:hover body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next body.single .navigation-arrow-prev a:hover .arrow-right,
body.single body.page:not(.home) .navigation-arrow-prev a:hover .arrow-right,
body.page:not(.home) body.single .navigation-arrow-prev a:hover .arrow-right,
body.single .navigation-arrow-prev a:hover body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) .navigation-arrow-next body.single .navigation-arrow-prev a:hover .arrow-right,
body.single body.blog .navigation-arrow-prev a:hover .arrow-right,
body.blog body.single .navigation-arrow-prev a:hover .arrow-right,
body.single .navigation-arrow-prev a:hover body.blog .navigation-arrow-next .arrow-right,
body.blog .navigation-arrow-next body.single .navigation-arrow-prev a:hover .arrow-right,
body.single .navigation-arrow-prev a:hover .arrow-right,
body.single .navigation-arrow-prev a:hover .navigation-arrow-next .arrow-right,
body.single .navigation-arrow-next .navigation-arrow-prev a:hover .arrow-right,
body.single body.attachment .navigation-arrow-prev a:hover .arrow-right,
body.attachment body.single .navigation-arrow-prev a:hover .arrow-right,
body.single .navigation-arrow-prev a:hover body.attachment .navigation-arrow-next .arrow-right,
body.attachment .navigation-arrow-next body.single .navigation-arrow-prev a:hover .arrow-right,
body.single .navigation-arrow-next a:hover .arrow,
body.single .navigation-arrow-next a:hover body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-prev body.single .navigation-arrow-next a:hover .arrow-left,
body.single body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-events body.single .navigation-arrow-next a:hover .arrow-left,
body.single .navigation-arrow-next a:hover body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.single .navigation-arrow-next a:hover .arrow-left,
body.single body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-podcasts body.single .navigation-arrow-next a:hover .arrow-left,
body.single .navigation-arrow-next a:hover body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev body.single .navigation-arrow-next a:hover .arrow-left,
body.single body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-left,
body.page-template-where-are-they-now body.single .navigation-arrow-next a:hover .arrow-left,
body.single .navigation-arrow-next a:hover body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) .navigation-arrow-prev body.single .navigation-arrow-next a:hover .arrow-left,
body.single body.page:not(.home) .navigation-arrow-next a:hover .arrow-left,
body.page:not(.home) body.single .navigation-arrow-next a:hover .arrow-left,
body.single .navigation-arrow-next a:hover body.blog .navigation-arrow-prev .arrow-left,
body.blog .navigation-arrow-prev body.single .navigation-arrow-next a:hover .arrow-left,
body.single body.blog .navigation-arrow-next a:hover .arrow-left,
body.blog body.single .navigation-arrow-next a:hover .arrow-left,
body.single .navigation-arrow-next a:hover .navigation-arrow-prev .arrow-left,
body.single .navigation-arrow-prev .navigation-arrow-next a:hover .arrow-left,
body.single .navigation-arrow-next a:hover .arrow-left,
body.single .navigation-arrow-next a:hover body.attachment .navigation-arrow-prev .arrow-left,
body.attachment .navigation-arrow-prev body.single .navigation-arrow-next a:hover .arrow-left,
body.single body.attachment .navigation-arrow-next a:hover .arrow-left,
body.attachment body.single .navigation-arrow-next a:hover .arrow-left,
body.single .navigation-arrow-next a:hover body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-prev body.single .navigation-arrow-next a:hover .arrow-right,
body.single body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-events body.single .navigation-arrow-next a:hover .arrow-right,
body.single .navigation-arrow-next a:hover body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.single .navigation-arrow-next a:hover .arrow-right,
body.single body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-podcasts body.single .navigation-arrow-next a:hover .arrow-right,
body.single .navigation-arrow-next a:hover body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev body.single .navigation-arrow-next a:hover .arrow-right,
body.single body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-right,
body.page-template-where-are-they-now body.single .navigation-arrow-next a:hover .arrow-right,
body.single .navigation-arrow-next a:hover body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) .navigation-arrow-prev body.single .navigation-arrow-next a:hover .arrow-right,
body.single body.page:not(.home) .navigation-arrow-next a:hover .arrow-right,
body.page:not(.home) body.single .navigation-arrow-next a:hover .arrow-right,
body.single .navigation-arrow-next a:hover body.blog .navigation-arrow-prev .arrow-right,
body.blog .navigation-arrow-prev body.single .navigation-arrow-next a:hover .arrow-right,
body.single body.blog .navigation-arrow-next a:hover .arrow-right,
body.blog body.single .navigation-arrow-next a:hover .arrow-right,
body.single .navigation-arrow-next a:hover .navigation-arrow-prev .arrow-right,
body.single .navigation-arrow-prev .navigation-arrow-next a:hover .arrow-right,
body.single .navigation-arrow-next a:hover .arrow-right,
body.single .navigation-arrow-next a:hover body.attachment .navigation-arrow-prev .arrow-right,
body.attachment .navigation-arrow-prev body.single .navigation-arrow-next a:hover .arrow-right,
body.single body.attachment .navigation-arrow-next a:hover .arrow-right,
body.attachment body.single .navigation-arrow-next a:hover .arrow-right,
body.attachment .navigation-arrow-prev a:hover .arrow,
body.attachment body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-events body.attachment .navigation-arrow-prev a:hover .arrow-left,
body.attachment .navigation-arrow-prev a:hover body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next body.attachment .navigation-arrow-prev a:hover .arrow-left,
body.attachment body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-left,
body.archive.post-type-archive-podcasts body.attachment .navigation-arrow-prev a:hover .arrow-left,
body.attachment .navigation-arrow-prev a:hover body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.attachment .navigation-arrow-prev a:hover .arrow-left,
body.attachment body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-left,
body.page-template-where-are-they-now body.attachment .navigation-arrow-prev a:hover .arrow-left,
body.attachment .navigation-arrow-prev a:hover body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next body.attachment .navigation-arrow-prev a:hover .arrow-left,
body.attachment body.page:not(.home) .navigation-arrow-prev a:hover .arrow-left,
body.page:not(.home) body.attachment .navigation-arrow-prev a:hover .arrow-left,
body.attachment .navigation-arrow-prev a:hover body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) .navigation-arrow-next body.attachment .navigation-arrow-prev a:hover .arrow-left,
body.attachment body.blog .navigation-arrow-prev a:hover .arrow-left,
body.blog body.attachment .navigation-arrow-prev a:hover .arrow-left,
body.attachment .navigation-arrow-prev a:hover body.blog .navigation-arrow-next .arrow-left,
body.blog .navigation-arrow-next body.attachment .navigation-arrow-prev a:hover .arrow-left,
body.attachment body.single .navigation-arrow-prev a:hover .arrow-left,
body.single body.attachment .navigation-arrow-prev a:hover .arrow-left,
body.attachment .navigation-arrow-prev a:hover body.single .navigation-arrow-next .arrow-left,
body.single .navigation-arrow-next body.attachment .navigation-arrow-prev a:hover .arrow-left,
body.attachment .navigation-arrow-prev a:hover .arrow-left,
body.attachment .navigation-arrow-prev a:hover .navigation-arrow-next .arrow-left,
body.attachment .navigation-arrow-next .navigation-arrow-prev a:hover .arrow-left,
body.attachment body.archive.post-type-archive-events .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-events body.attachment .navigation-arrow-prev a:hover .arrow-right,
body.attachment .navigation-arrow-prev a:hover body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next body.attachment .navigation-arrow-prev a:hover .arrow-right,
body.attachment body.archive.post-type-archive-podcasts .navigation-arrow-prev a:hover .arrow-right,
body.archive.post-type-archive-podcasts body.attachment .navigation-arrow-prev a:hover .arrow-right,
body.attachment .navigation-arrow-prev a:hover body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next body.attachment .navigation-arrow-prev a:hover .arrow-right,
body.attachment body.page-template-where-are-they-now .navigation-arrow-prev a:hover .arrow-right,
body.page-template-where-are-they-now body.attachment .navigation-arrow-prev a:hover .arrow-right,
body.attachment .navigation-arrow-prev a:hover body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next body.attachment .navigation-arrow-prev a:hover .arrow-right,
body.attachment body.page:not(.home) .navigation-arrow-prev a:hover .arrow-right,
body.page:not(.home) body.attachment .navigation-arrow-prev a:hover .arrow-right,
body.attachment .navigation-arrow-prev a:hover body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) .navigation-arrow-next body.attachment .navigation-arrow-prev a:hover .arrow-right,
body.attachment body.blog .navigation-arrow-prev a:hover .arrow-right,
body.blog body.attachment .navigation-arrow-prev a:hover .arrow-right,
body.attachment .navigation-arrow-prev a:hover body.blog .navigation-arrow-next .arrow-right,
body.blog .navigation-arrow-next body.attachment .navigation-arrow-prev a:hover .arrow-right,
body.attachment body.single .navigation-arrow-prev a:hover .arrow-right,
body.single body.attachment .navigation-arrow-prev a:hover .arrow-right,
body.attachment .navigation-arrow-prev a:hover body.single .navigation-arrow-next .arrow-right,
body.single .navigation-arrow-next body.attachment .navigation-arrow-prev a:hover .arrow-right,
body.attachment .navigation-arrow-prev a:hover .arrow-right,
body.attachment .navigation-arrow-prev a:hover .navigation-arrow-next .arrow-right,
body.attachment .navigation-arrow-next .navigation-arrow-prev a:hover .arrow-right,
body.attachment .navigation-arrow-next a:hover .arrow,
body.attachment .navigation-arrow-next a:hover body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-prev body.attachment .navigation-arrow-next a:hover .arrow-left,
body.attachment body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-events body.attachment .navigation-arrow-next a:hover .arrow-left,
body.attachment .navigation-arrow-next a:hover body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.attachment .navigation-arrow-next a:hover .arrow-left,
body.attachment body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-left,
body.archive.post-type-archive-podcasts body.attachment .navigation-arrow-next a:hover .arrow-left,
body.attachment .navigation-arrow-next a:hover body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev body.attachment .navigation-arrow-next a:hover .arrow-left,
body.attachment body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-left,
body.page-template-where-are-they-now body.attachment .navigation-arrow-next a:hover .arrow-left,
body.attachment .navigation-arrow-next a:hover body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) .navigation-arrow-prev body.attachment .navigation-arrow-next a:hover .arrow-left,
body.attachment body.page:not(.home) .navigation-arrow-next a:hover .arrow-left,
body.page:not(.home) body.attachment .navigation-arrow-next a:hover .arrow-left,
body.attachment .navigation-arrow-next a:hover body.blog .navigation-arrow-prev .arrow-left,
body.blog .navigation-arrow-prev body.attachment .navigation-arrow-next a:hover .arrow-left,
body.attachment body.blog .navigation-arrow-next a:hover .arrow-left,
body.blog body.attachment .navigation-arrow-next a:hover .arrow-left,
body.attachment .navigation-arrow-next a:hover body.single .navigation-arrow-prev .arrow-left,
body.single .navigation-arrow-prev body.attachment .navigation-arrow-next a:hover .arrow-left,
body.attachment body.single .navigation-arrow-next a:hover .arrow-left,
body.single body.attachment .navigation-arrow-next a:hover .arrow-left,
body.attachment .navigation-arrow-next a:hover .navigation-arrow-prev .arrow-left,
body.attachment .navigation-arrow-prev .navigation-arrow-next a:hover .arrow-left,
body.attachment .navigation-arrow-next a:hover .arrow-left,
body.attachment .navigation-arrow-next a:hover body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-prev body.attachment .navigation-arrow-next a:hover .arrow-right,
body.attachment body.archive.post-type-archive-events .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-events body.attachment .navigation-arrow-next a:hover .arrow-right,
body.attachment .navigation-arrow-next a:hover body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev body.attachment .navigation-arrow-next a:hover .arrow-right,
body.attachment body.archive.post-type-archive-podcasts .navigation-arrow-next a:hover .arrow-right,
body.archive.post-type-archive-podcasts body.attachment .navigation-arrow-next a:hover .arrow-right,
body.attachment .navigation-arrow-next a:hover body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev body.attachment .navigation-arrow-next a:hover .arrow-right,
body.attachment body.page-template-where-are-they-now .navigation-arrow-next a:hover .arrow-right,
body.page-template-where-are-they-now body.attachment .navigation-arrow-next a:hover .arrow-right,
body.attachment .navigation-arrow-next a:hover body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) .navigation-arrow-prev body.attachment .navigation-arrow-next a:hover .arrow-right,
body.attachment body.page:not(.home) .navigation-arrow-next a:hover .arrow-right,
body.page:not(.home) body.attachment .navigation-arrow-next a:hover .arrow-right,
body.attachment .navigation-arrow-next a:hover body.blog .navigation-arrow-prev .arrow-right,
body.blog .navigation-arrow-prev body.attachment .navigation-arrow-next a:hover .arrow-right,
body.attachment body.blog .navigation-arrow-next a:hover .arrow-right,
body.blog body.attachment .navigation-arrow-next a:hover .arrow-right,
body.attachment .navigation-arrow-next a:hover body.single .navigation-arrow-prev .arrow-right,
body.single .navigation-arrow-prev body.attachment .navigation-arrow-next a:hover .arrow-right,
body.attachment body.single .navigation-arrow-next a:hover .arrow-right,
body.single body.attachment .navigation-arrow-next a:hover .arrow-right,
body.attachment .navigation-arrow-next a:hover .navigation-arrow-prev .arrow-right,
body.attachment .navigation-arrow-prev .navigation-arrow-next a:hover .arrow-right,
body.attachment .navigation-arrow-next a:hover .arrow-right {
  border-right: 2px solid white;
  border-bottom: 2px solid white;
}
body.archive.post-type-archive-events .navigation-arrow-prev img,
body.archive.post-type-archive-events .navigation-arrow-next img,
body.archive.post-type-archive-podcasts .navigation-arrow-prev img,
body.archive.post-type-archive-podcasts .navigation-arrow-next img,
body.page-template-where-are-they-now .navigation-arrow-prev img,
body.page-template-where-are-they-now .navigation-arrow-next img,
body.page:not(.home) .navigation-arrow-prev img,
body.page:not(.home) .navigation-arrow-next img,
body.blog .navigation-arrow-prev img,
body.blog .navigation-arrow-next img,
body.single .navigation-arrow-prev img,
body.single .navigation-arrow-next img,
body.attachment .navigation-arrow-prev img,
body.attachment .navigation-arrow-next img {
  width: 18px;
}
body.archive.post-type-archive-events .navigation-arrow-prev,
body.archive.post-type-archive-podcasts .navigation-arrow-prev,
body.page-template-where-are-they-now .navigation-arrow-prev,
body.page:not(.home) .navigation-arrow-prev,
body.blog .navigation-arrow-prev,
body.single .navigation-arrow-prev,
body.attachment .navigation-arrow-prev {
  text-align: left;
}
body.archive.post-type-archive-events .navigation-arrow-prev img,
body.archive.post-type-archive-podcasts .navigation-arrow-prev img,
body.page-template-where-are-they-now .navigation-arrow-prev img,
body.page:not(.home) .navigation-arrow-prev img,
body.blog .navigation-arrow-prev img,
body.single .navigation-arrow-prev img,
body.attachment .navigation-arrow-prev img {
  margin-right: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
body.archive.post-type-archive-events .navigation-arrow-next,
body.archive.post-type-archive-podcasts .navigation-arrow-next,
body.page-template-where-are-they-now .navigation-arrow-next,
body.page:not(.home) .navigation-arrow-next,
body.blog .navigation-arrow-next,
body.single .navigation-arrow-next,
body.attachment .navigation-arrow-next {
  text-align: right;
}
body.archive.post-type-archive-events .navigation-arrow-next img,
body.archive.post-type-archive-podcasts .navigation-arrow-next img,
body.page-template-where-are-they-now .navigation-arrow-next img,
body.page:not(.home) .navigation-arrow-next img,
body.blog .navigation-arrow-next img,
body.single .navigation-arrow-next img,
body.attachment .navigation-arrow-next img {
  margin-left: 20px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 1024px) {
  body.archive.post-type-archive-events .navigation-arrow-prev,
  body.archive.post-type-archive-events .navigation-arrow-next,
  body.archive.post-type-archive-podcasts .navigation-arrow-prev,
  body.archive.post-type-archive-podcasts .navigation-arrow-next,
  body.page-template-where-are-they-now .navigation-arrow-prev,
  body.page-template-where-are-they-now .navigation-arrow-next,
  body.page:not(.home) .navigation-arrow-prev,
  body.page:not(.home) .navigation-arrow-next,
  body.blog .navigation-arrow-prev,
  body.blog .navigation-arrow-next,
  body.single .navigation-arrow-prev,
  body.single .navigation-arrow-next,
  body.attachment .navigation-arrow-prev,
  body.attachment .navigation-arrow-next {
    display: none;
  }
}
body.archive.post-type-archive-events .navigagation-full,
body.archive.post-type-archive-podcasts .navigagation-full,
body.page-template-where-are-they-now .navigagation-full,
body.page:not(.home) .navigagation-full,
body.blog .navigagation-full,
body.single .navigagation-full,
body.attachment .navigagation-full {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  body.archive.post-type-archive-events .navigation-arrow-prev,
  body.archive.post-type-archive-events .navigation-arrow-next,
  body.archive.post-type-archive-podcasts .navigation-arrow-prev,
  body.archive.post-type-archive-podcasts .navigation-arrow-next,
  body.page-template-where-are-they-now .navigation-arrow-prev,
  body.page-template-where-are-they-now .navigation-arrow-next,
  body.page:not(.home) .navigation-arrow-prev,
  body.page:not(.home) .navigation-arrow-next,
  body.blog .navigation-arrow-prev,
  body.blog .navigation-arrow-next,
  body.single .navigation-arrow-prev,
  body.single .navigation-arrow-next,
  body.attachment .navigation-arrow-prev,
  body.attachment .navigation-arrow-next {
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  body.archive.post-type-archive-events .navigation-arrow-prev,
  body.archive.post-type-archive-events .navigation-arrow-next,
  body.archive.post-type-archive-podcasts .navigation-arrow-prev,
  body.archive.post-type-archive-podcasts .navigation-arrow-next,
  body.page-template-where-are-they-now .navigation-arrow-prev,
  body.page-template-where-are-they-now .navigation-arrow-next,
  body.page:not(.home) .navigation-arrow-prev,
  body.page:not(.home) .navigation-arrow-next,
  body.blog .navigation-arrow-prev,
  body.blog .navigation-arrow-next,
  body.single .navigation-arrow-prev,
  body.single .navigation-arrow-next,
  body.attachment .navigation-arrow-prev,
  body.attachment .navigation-arrow-next {
    font-size: 13px;
  }
}
body.archive.post-type-archive-events aside,
body.archive.post-type-archive-podcasts aside,
body.page-template-where-are-they-now aside,
body.page:not(.home) aside,
body.blog aside,
body.single aside,
body.attachment aside {
  background: #f5f5f5;
  padding: 0px 50px 0px 50px;
}
body.archive.post-type-archive-events aside .aside-content,
body.archive.post-type-archive-podcasts aside .aside-content,
body.page-template-where-are-they-now aside .aside-content,
body.page:not(.home) aside .aside-content,
body.blog aside .aside-content,
body.single aside .aside-content,
body.attachment aside .aside-content {
  margin-top: 65px;
  margin-bottom: 100px;
}
body.archive.post-type-archive-events aside nav,
body.archive.post-type-archive-podcasts aside nav,
body.page-template-where-are-they-now aside nav,
body.page:not(.home) aside nav,
body.blog aside nav,
body.single aside nav,
body.attachment aside nav {
  margin-bottom: 40px;
}
body.archive.post-type-archive-events aside h3,
body.archive.post-type-archive-podcasts aside h3,
body.page-template-where-are-they-now aside h3,
body.page:not(.home) aside h3,
body.blog aside h3,
body.single aside h3,
body.attachment aside h3 {
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: normal;
}
body.archive.post-type-archive-events aside ul,
body.archive.post-type-archive-podcasts aside ul,
body.page-template-where-are-they-now aside ul,
body.page:not(.home) aside ul,
body.blog aside ul,
body.single aside ul,
body.attachment aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.archive.post-type-archive-events aside ul li,
body.archive.post-type-archive-podcasts aside ul li,
body.page-template-where-are-they-now aside ul li,
body.page:not(.home) aside ul li,
body.blog aside ul li,
body.single aside ul li,
body.attachment aside ul li {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body.archive.post-type-archive-events aside ul li a,
body.archive.post-type-archive-podcasts aside ul li a,
body.page-template-where-are-they-now aside ul li a,
body.page:not(.home) aside ul li a,
body.blog aside ul li a,
body.single aside ul li a,
body.attachment aside ul li a {
  color: #505050;
  font-size: 18px;
  line-height: 35px;
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  display: block;
}
body.archive.post-type-archive-events aside ul li a:hover,
body.archive.post-type-archive-podcasts aside ul li a:hover,
body.page-template-where-are-they-now aside ul li a:hover,
body.page:not(.home) aside ul li a:hover,
body.blog aside ul li a:hover,
body.single aside ul li a:hover,
body.attachment aside ul li a:hover {
  padding-left: 5px;
}
body.archive.post-type-archive-events aside ul li.active a,
body.archive.post-type-archive-podcasts aside ul li.active a,
body.page-template-where-are-they-now aside ul li.active a,
body.page:not(.home) aside ul li.active a,
body.blog aside ul li.active a,
body.single aside ul li.active a,
body.attachment aside ul li.active a {
  border-left: 4px solid #6aa6d9;
  font-weight: normal;
  padding-left: 10px;
  font-family: "GillSansMTStd-Book", "prenton", sans-serif;
  color: #222222;
}
body.archive.post-type-archive-events aside ul li.parent-active > a,
body.archive.post-type-archive-podcasts aside ul li.parent-active > a,
body.page-template-where-are-they-now aside ul li.parent-active > a,
body.page:not(.home) aside ul li.parent-active > a,
body.blog aside ul li.parent-active > a,
body.single aside ul li.parent-active > a,
body.attachment aside ul li.parent-active > a {
  font-family: "GillSansMTStd-Book", "prenton", sans-serif;
  font-weight: normal;
  color: #222222;
}
body.archive.post-type-archive-events aside ul li.non-active > a,
body.archive.post-type-archive-podcasts aside ul li.non-active > a,
body.page-template-where-are-they-now aside ul li.non-active > a,
body.page:not(.home) aside ul li.non-active > a,
body.blog aside ul li.non-active > a,
body.single aside ul li.non-active > a,
body.attachment aside ul li.non-active > a {
  border-left: 4px solid transparent;
}
body.archive.post-type-archive-events aside ul.sub-menu,
body.archive.post-type-archive-podcasts aside ul.sub-menu,
body.page-template-where-are-they-now aside ul.sub-menu,
body.page:not(.home) aside ul.sub-menu,
body.blog aside ul.sub-menu,
body.single aside ul.sub-menu,
body.attachment aside ul.sub-menu {
  padding-left: 15px;
}
body.archive.post-type-archive-events aside ul.sub-menu li a,
body.archive.post-type-archive-podcasts aside ul.sub-menu li a,
body.page-template-where-are-they-now aside ul.sub-menu li a,
body.page:not(.home) aside ul.sub-menu li a,
body.blog aside ul.sub-menu li a,
body.single aside ul.sub-menu li a,
body.attachment aside ul.sub-menu li a {
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
}
body.archive.post-type-archive-events aside ul.sub-menu li.active a,
body.archive.post-type-archive-podcasts aside ul.sub-menu li.active a,
body.page-template-where-are-they-now aside ul.sub-menu li.active a,
body.page:not(.home) aside ul.sub-menu li.active a,
body.blog aside ul.sub-menu li.active a,
body.single aside ul.sub-menu li.active a,
body.attachment aside ul.sub-menu li.active a {
  margin-left: -15px;
  font-family: "GillSansMTStd-Book", "prenton", sans-serif;
  font-weight: normal;
  color: #222222;
}
@media only screen and (max-width: 1024px) {
  body.archive.post-type-archive-events aside .aside-content ul li,
  body.archive.post-type-archive-podcasts aside .aside-content ul li,
  body.page-template-where-are-they-now aside .aside-content ul li,
  body.page:not(.home) aside .aside-content ul li,
  body.blog aside .aside-content ul li,
  body.single aside .aside-content ul li,
  body.attachment aside .aside-content ul li {
    margin-bottom: 11px;
  }
  body.archive.post-type-archive-events aside .aside-content ul li a,
  body.archive.post-type-archive-podcasts aside .aside-content ul li a,
  body.page-template-where-are-they-now aside .aside-content ul li a,
  body.page:not(.home) aside .aside-content ul li a,
  body.blog aside .aside-content ul li a,
  body.single aside .aside-content ul li a,
  body.attachment aside .aside-content ul li a {
    line-height: 27px;
  }
}
@media only screen and (max-width: 992px) {
  body.archive.post-type-archive-events aside,
  body.archive.post-type-archive-podcasts aside,
  body.page-template-where-are-they-now aside,
  body.page:not(.home) aside,
  body.blog aside,
  body.single aside,
  body.attachment aside {
    padding: 0px 35px 0px 35px;
  }
}
@media only screen and (max-width: 850px) {
  body.archive.post-type-archive-events aside,
  body.archive.post-type-archive-podcasts aside,
  body.page-template-where-are-they-now aside,
  body.page:not(.home) aside,
  body.blog aside,
  body.single aside,
  body.attachment aside {
    padding: 0px 30px 0px 30px;
  }
}
body.archive.post-type-archive-events .explore-rokeby, body.archive.post-type-archive-events .the-rokeby-experience, body.archive.post-type-archive-events .related-content, body.archive.post-type-archive-events .filter-categories,
body.archive.post-type-archive-podcasts .explore-rokeby,
body.archive.post-type-archive-podcasts .the-rokeby-experience,
body.archive.post-type-archive-podcasts .related-content,
body.archive.post-type-archive-podcasts .filter-categories,
body.page-template-where-are-they-now .explore-rokeby,
body.page-template-where-are-they-now .the-rokeby-experience,
body.page-template-where-are-they-now .related-content,
body.page-template-where-are-they-now .filter-categories,
body.page:not(.home) .explore-rokeby,
body.page:not(.home) .the-rokeby-experience,
body.page:not(.home) .related-content,
body.page:not(.home) .filter-categories,
body.blog .explore-rokeby,
body.blog .the-rokeby-experience,
body.blog .related-content,
body.blog .filter-categories,
body.single .explore-rokeby,
body.single .the-rokeby-experience,
body.single .related-content,
body.single .filter-categories,
body.attachment .explore-rokeby,
body.attachment .the-rokeby-experience,
body.attachment .related-content,
body.attachment .filter-categories {
  border-top: 1px solid #c2c2c2;
  margin-bottom: 40px;
  letter-spacing: 0.6px;
}
body.archive.post-type-archive-events .explore-rokeby figure, body.archive.post-type-archive-events .the-rokeby-experience figure, body.archive.post-type-archive-events .related-content figure, body.archive.post-type-archive-events .filter-categories figure,
body.archive.post-type-archive-podcasts .explore-rokeby figure,
body.archive.post-type-archive-podcasts .the-rokeby-experience figure,
body.archive.post-type-archive-podcasts .related-content figure,
body.archive.post-type-archive-podcasts .filter-categories figure,
body.page-template-where-are-they-now .explore-rokeby figure,
body.page-template-where-are-they-now .the-rokeby-experience figure,
body.page-template-where-are-they-now .related-content figure,
body.page-template-where-are-they-now .filter-categories figure,
body.page:not(.home) .explore-rokeby figure,
body.page:not(.home) .the-rokeby-experience figure,
body.page:not(.home) .related-content figure,
body.page:not(.home) .filter-categories figure,
body.blog .explore-rokeby figure,
body.blog .the-rokeby-experience figure,
body.blog .related-content figure,
body.blog .filter-categories figure,
body.single .explore-rokeby figure,
body.single .the-rokeby-experience figure,
body.single .related-content figure,
body.single .filter-categories figure,
body.attachment .explore-rokeby figure,
body.attachment .the-rokeby-experience figure,
body.attachment .related-content figure,
body.attachment .filter-categories figure {
  margin: 0;
}
body.archive.post-type-archive-events .explore-rokeby figure .image-container, body.archive.post-type-archive-events .the-rokeby-experience figure .image-container, body.archive.post-type-archive-events .related-content figure .image-container, body.archive.post-type-archive-events .filter-categories figure .image-container,
body.archive.post-type-archive-podcasts .explore-rokeby figure .image-container,
body.archive.post-type-archive-podcasts .the-rokeby-experience figure .image-container,
body.archive.post-type-archive-podcasts .related-content figure .image-container,
body.archive.post-type-archive-podcasts .filter-categories figure .image-container,
body.page-template-where-are-they-now .explore-rokeby figure .image-container,
body.page-template-where-are-they-now .the-rokeby-experience figure .image-container,
body.page-template-where-are-they-now .related-content figure .image-container,
body.page-template-where-are-they-now .filter-categories figure .image-container,
body.page:not(.home) .explore-rokeby figure .image-container,
body.page:not(.home) .the-rokeby-experience figure .image-container,
body.page:not(.home) .related-content figure .image-container,
body.page:not(.home) .filter-categories figure .image-container,
body.blog .explore-rokeby figure .image-container,
body.blog .the-rokeby-experience figure .image-container,
body.blog .related-content figure .image-container,
body.blog .filter-categories figure .image-container,
body.single .explore-rokeby figure .image-container,
body.single .the-rokeby-experience figure .image-container,
body.single .related-content figure .image-container,
body.single .filter-categories figure .image-container,
body.attachment .explore-rokeby figure .image-container,
body.attachment .the-rokeby-experience figure .image-container,
body.attachment .related-content figure .image-container,
body.attachment .filter-categories figure .image-container {
  overflow: hidden;
}
body.archive.post-type-archive-events .explore-rokeby figure .image-container img, body.archive.post-type-archive-events .the-rokeby-experience figure .image-container img, body.archive.post-type-archive-events .related-content figure .image-container img, body.archive.post-type-archive-events .filter-categories figure .image-container img,
body.archive.post-type-archive-podcasts .explore-rokeby figure .image-container img,
body.archive.post-type-archive-podcasts .the-rokeby-experience figure .image-container img,
body.archive.post-type-archive-podcasts .related-content figure .image-container img,
body.archive.post-type-archive-podcasts .filter-categories figure .image-container img,
body.page-template-where-are-they-now .explore-rokeby figure .image-container img,
body.page-template-where-are-they-now .the-rokeby-experience figure .image-container img,
body.page-template-where-are-they-now .related-content figure .image-container img,
body.page-template-where-are-they-now .filter-categories figure .image-container img,
body.page:not(.home) .explore-rokeby figure .image-container img,
body.page:not(.home) .the-rokeby-experience figure .image-container img,
body.page:not(.home) .related-content figure .image-container img,
body.page:not(.home) .filter-categories figure .image-container img,
body.blog .explore-rokeby figure .image-container img,
body.blog .the-rokeby-experience figure .image-container img,
body.blog .related-content figure .image-container img,
body.blog .filter-categories figure .image-container img,
body.single .explore-rokeby figure .image-container img,
body.single .the-rokeby-experience figure .image-container img,
body.single .related-content figure .image-container img,
body.single .filter-categories figure .image-container img,
body.attachment .explore-rokeby figure .image-container img,
body.attachment .the-rokeby-experience figure .image-container img,
body.attachment .related-content figure .image-container img,
body.attachment .filter-categories figure .image-container img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body.archive.post-type-archive-events .explore-rokeby figure figcaption, body.archive.post-type-archive-events .the-rokeby-experience figure figcaption, body.archive.post-type-archive-events .related-content figure figcaption, body.archive.post-type-archive-events .filter-categories figure figcaption,
body.archive.post-type-archive-podcasts .explore-rokeby figure figcaption,
body.archive.post-type-archive-podcasts .the-rokeby-experience figure figcaption,
body.archive.post-type-archive-podcasts .related-content figure figcaption,
body.archive.post-type-archive-podcasts .filter-categories figure figcaption,
body.page-template-where-are-they-now .explore-rokeby figure figcaption,
body.page-template-where-are-they-now .the-rokeby-experience figure figcaption,
body.page-template-where-are-they-now .related-content figure figcaption,
body.page-template-where-are-they-now .filter-categories figure figcaption,
body.page:not(.home) .explore-rokeby figure figcaption,
body.page:not(.home) .the-rokeby-experience figure figcaption,
body.page:not(.home) .related-content figure figcaption,
body.page:not(.home) .filter-categories figure figcaption,
body.blog .explore-rokeby figure figcaption,
body.blog .the-rokeby-experience figure figcaption,
body.blog .related-content figure figcaption,
body.blog .filter-categories figure figcaption,
body.single .explore-rokeby figure figcaption,
body.single .the-rokeby-experience figure figcaption,
body.single .related-content figure figcaption,
body.single .filter-categories figure figcaption,
body.attachment .explore-rokeby figure figcaption,
body.attachment .the-rokeby-experience figure figcaption,
body.attachment .related-content figure figcaption,
body.attachment .filter-categories figure figcaption {
  font-size: 17px;
  font-weight: normal;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #505050;
}
body.archive.post-type-archive-events .explore-rokeby figure:hover .image-container img, body.archive.post-type-archive-events .the-rokeby-experience figure:hover .image-container img, body.archive.post-type-archive-events .related-content figure:hover .image-container img, body.archive.post-type-archive-events .filter-categories figure:hover .image-container img,
body.archive.post-type-archive-podcasts .explore-rokeby figure:hover .image-container img,
body.archive.post-type-archive-podcasts .the-rokeby-experience figure:hover .image-container img,
body.archive.post-type-archive-podcasts .related-content figure:hover .image-container img,
body.archive.post-type-archive-podcasts .filter-categories figure:hover .image-container img,
body.page-template-where-are-they-now .explore-rokeby figure:hover .image-container img,
body.page-template-where-are-they-now .the-rokeby-experience figure:hover .image-container img,
body.page-template-where-are-they-now .related-content figure:hover .image-container img,
body.page-template-where-are-they-now .filter-categories figure:hover .image-container img,
body.page:not(.home) .explore-rokeby figure:hover .image-container img,
body.page:not(.home) .the-rokeby-experience figure:hover .image-container img,
body.page:not(.home) .related-content figure:hover .image-container img,
body.page:not(.home) .filter-categories figure:hover .image-container img,
body.blog .explore-rokeby figure:hover .image-container img,
body.blog .the-rokeby-experience figure:hover .image-container img,
body.blog .related-content figure:hover .image-container img,
body.blog .filter-categories figure:hover .image-container img,
body.single .explore-rokeby figure:hover .image-container img,
body.single .the-rokeby-experience figure:hover .image-container img,
body.single .related-content figure:hover .image-container img,
body.single .filter-categories figure:hover .image-container img,
body.attachment .explore-rokeby figure:hover .image-container img,
body.attachment .the-rokeby-experience figure:hover .image-container img,
body.attachment .related-content figure:hover .image-container img,
body.attachment .filter-categories figure:hover .image-container img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
body.archive.post-type-archive-events .filter-categories label,
body.archive.post-type-archive-podcasts .filter-categories label,
body.page-template-where-are-they-now .filter-categories label,
body.page:not(.home) .filter-categories label,
body.blog .filter-categories label,
body.single .filter-categories label,
body.attachment .filter-categories label {
  display: block;
  font-size: 18px;
  line-height: 35px;
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  color: #222222;
  font-weight: normal;
  letter-spacing: normal;
}
body.archive.post-type-archive-events .filter-categories input[type=checkbox],
body.archive.post-type-archive-podcasts .filter-categories input[type=checkbox],
body.page-template-where-are-they-now .filter-categories input[type=checkbox],
body.page:not(.home) .filter-categories input[type=checkbox],
body.blog .filter-categories input[type=checkbox],
body.single .filter-categories input[type=checkbox],
body.attachment .filter-categories input[type=checkbox] {
  display: none;
}
body.archive.post-type-archive-events .filter-categories input[type=checkbox] + .label-text:before,
body.archive.post-type-archive-podcasts .filter-categories input[type=checkbox] + .label-text:before,
body.page-template-where-are-they-now .filter-categories input[type=checkbox] + .label-text:before,
body.page:not(.home) .filter-categories input[type=checkbox] + .label-text:before,
body.blog .filter-categories input[type=checkbox] + .label-text:before,
body.single .filter-categories input[type=checkbox] + .label-text:before,
body.attachment .filter-categories input[type=checkbox] + .label-text:before {
  content: "\f096";
  font-family: "fontawesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
  color: #6f6f6f;
}
body.archive.post-type-archive-events .filter-categories input[type=checkbox]:checked + .label-text:before,
body.archive.post-type-archive-podcasts .filter-categories input[type=checkbox]:checked + .label-text:before,
body.page-template-where-are-they-now .filter-categories input[type=checkbox]:checked + .label-text:before,
body.page:not(.home) .filter-categories input[type=checkbox]:checked + .label-text:before,
body.blog .filter-categories input[type=checkbox]:checked + .label-text:before,
body.single .filter-categories input[type=checkbox]:checked + .label-text:before,
body.attachment .filter-categories input[type=checkbox]:checked + .label-text:before {
  content: "\f046";
  color: #6aa6d9;
  -webkit-animation: tick 180ms ease-in;
          animation: tick 180ms ease-in;
}
body.archive.post-type-archive-events .filter-categories input[type=checkbox]:disabled + .label-text:before,
body.archive.post-type-archive-podcasts .filter-categories input[type=checkbox]:disabled + .label-text:before,
body.page-template-where-are-they-now .filter-categories input[type=checkbox]:disabled + .label-text:before,
body.page:not(.home) .filter-categories input[type=checkbox]:disabled + .label-text:before,
body.blog .filter-categories input[type=checkbox]:disabled + .label-text:before,
body.single .filter-categories input[type=checkbox]:disabled + .label-text:before,
body.attachment .filter-categories input[type=checkbox]:disabled + .label-text:before {
  content: "\f096";
}
@-webkit-keyframes tick {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  90% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes tick {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  90% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
body.archive.post-type-archive-events aside.right .explore-rokeby, body.archive.post-type-archive-events aside.right .related-content,
body.archive.post-type-archive-podcasts aside.right .explore-rokeby,
body.archive.post-type-archive-podcasts aside.right .related-content,
body.page-template-where-are-they-now aside.right .explore-rokeby,
body.page-template-where-are-they-now aside.right .related-content,
body.page:not(.home) aside.right .explore-rokeby,
body.page:not(.home) aside.right .related-content,
body.blog aside.right .explore-rokeby,
body.blog aside.right .related-content,
body.single aside.right .explore-rokeby,
body.single aside.right .related-content,
body.attachment aside.right .explore-rokeby,
body.attachment aside.right .related-content {
  border-top: 0;
}
body.archive.post-type-archive-events .related-content figure figcaption,
body.archive.post-type-archive-podcasts .related-content figure figcaption,
body.page-template-where-are-they-now .related-content figure figcaption,
body.page:not(.home) .related-content figure figcaption,
body.blog .related-content figure figcaption,
body.single .related-content figure figcaption,
body.attachment .related-content figure figcaption {
  font-size: 21px;
  line-height: 30px;
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  color: #003087;
  text-transform: none;
  margin-top: 15px;
}
body.archive.post-type-archive-events .related-content figure figcaption .post-date,
body.archive.post-type-archive-podcasts .related-content figure figcaption .post-date,
body.page-template-where-are-they-now .related-content figure figcaption .post-date,
body.page:not(.home) .related-content figure figcaption .post-date,
body.blog .related-content figure figcaption .post-date,
body.single .related-content figure figcaption .post-date,
body.attachment .related-content figure figcaption .post-date {
  font-size: 18px;
  line-height: 28px;
  color: #6f6f6f;
}

body.page-template-activities-and-clubs .page-title,
body.archive.post-type-archive-events .page-title,
body.archive.post-type-archive-podcasts .page-title,
body.page-template-where-are-they-now .page-title,
body.blog .page-title,
body.page-template-events .page-title,
body.page-template-headmasters-blog .page-title {
  font-size: 70px;
  line-height: 100px;
  color: #003087;
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  margin-bottom: 30px;
  padding-left: 7px;
}
body.page-template-activities-and-clubs .post-grid figure,
body.archive.post-type-archive-events .post-grid figure,
body.archive.post-type-archive-podcasts .post-grid figure,
body.page-template-where-are-they-now .post-grid figure,
body.blog .post-grid figure,
body.page-template-events .post-grid figure,
body.page-template-headmasters-blog .post-grid figure {
  margin: 0;
  margin-bottom: 40px;
}
body.page-template-activities-and-clubs .post-grid figure .image-container,
body.archive.post-type-archive-events .post-grid figure .image-container,
body.archive.post-type-archive-podcasts .post-grid figure .image-container,
body.page-template-where-are-they-now .post-grid figure .image-container,
body.blog .post-grid figure .image-container,
body.page-template-events .post-grid figure .image-container,
body.page-template-headmasters-blog .post-grid figure .image-container {
  overflow: hidden;
}
body.page-template-activities-and-clubs .post-grid figure .image-container img,
body.archive.post-type-archive-events .post-grid figure .image-container img,
body.archive.post-type-archive-podcasts .post-grid figure .image-container img,
body.page-template-where-are-they-now .post-grid figure .image-container img,
body.blog .post-grid figure .image-container img,
body.page-template-events .post-grid figure .image-container img,
body.page-template-headmasters-blog .post-grid figure .image-container img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
body.page-template-activities-and-clubs .post-grid figure:hover img,
body.archive.post-type-archive-events .post-grid figure:hover img,
body.archive.post-type-archive-podcasts .post-grid figure:hover img,
body.page-template-where-are-they-now .post-grid figure:hover img,
body.blog .post-grid figure:hover img,
body.page-template-events .post-grid figure:hover img,
body.page-template-headmasters-blog .post-grid figure:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
body.page-template-activities-and-clubs .post-grid figure figcaption,
body.archive.post-type-archive-events .post-grid figure figcaption,
body.archive.post-type-archive-podcasts .post-grid figure figcaption,
body.page-template-where-are-they-now .post-grid figure figcaption,
body.blog .post-grid figure figcaption,
body.page-template-events .post-grid figure figcaption,
body.page-template-headmasters-blog .post-grid figure figcaption {
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
}
body.page-template-activities-and-clubs .post-grid figure figcaption .post-title,
body.archive.post-type-archive-events .post-grid figure figcaption .post-title,
body.archive.post-type-archive-podcasts .post-grid figure figcaption .post-title,
body.page-template-where-are-they-now .post-grid figure figcaption .post-title,
body.blog .post-grid figure figcaption .post-title,
body.page-template-events .post-grid figure figcaption .post-title,
body.page-template-headmasters-blog .post-grid figure figcaption .post-title {
  margin-top: 20px;
}
body.page-template-activities-and-clubs .post-grid figure figcaption .post-title a,
body.archive.post-type-archive-events .post-grid figure figcaption .post-title a,
body.archive.post-type-archive-podcasts .post-grid figure figcaption .post-title a,
body.page-template-where-are-they-now .post-grid figure figcaption .post-title a,
body.blog .post-grid figure figcaption .post-title a,
body.page-template-events .post-grid figure figcaption .post-title a,
body.page-template-headmasters-blog .post-grid figure figcaption .post-title a {
  font-size: 23px;
  line-height: 28px;
  color: #003087;
}
body.page-template-activities-and-clubs .post-grid figure figcaption .post-metadata,
body.archive.post-type-archive-events .post-grid figure figcaption .post-metadata,
body.archive.post-type-archive-podcasts .post-grid figure figcaption .post-metadata,
body.page-template-where-are-they-now .post-grid figure figcaption .post-metadata,
body.blog .post-grid figure figcaption .post-metadata,
body.page-template-events .post-grid figure figcaption .post-metadata,
body.page-template-headmasters-blog .post-grid figure figcaption .post-metadata {
  font-size: 18px;
  line-height: 28px;
  color: #6f6f6f;
  margin-bottom: 10px;
}
body.page-template-activities-and-clubs .post-grid figure figcaption .post-excerpt,
body.archive.post-type-archive-events .post-grid figure figcaption .post-excerpt,
body.archive.post-type-archive-podcasts .post-grid figure figcaption .post-excerpt,
body.page-template-where-are-they-now .post-grid figure figcaption .post-excerpt,
body.blog .post-grid figure figcaption .post-excerpt,
body.page-template-events .post-grid figure figcaption .post-excerpt,
body.page-template-headmasters-blog .post-grid figure figcaption .post-excerpt {
  display: none;
  font-size: 18px;
  line-height: 28px;
  color: #222222;
}
body.page-template-activities-and-clubs .post-grid figure figcaption .post-excerpt a,
body.archive.post-type-archive-events .post-grid figure figcaption .post-excerpt a,
body.archive.post-type-archive-podcasts .post-grid figure figcaption .post-excerpt a,
body.page-template-where-are-they-now .post-grid figure figcaption .post-excerpt a,
body.blog .post-grid figure figcaption .post-excerpt a,
body.page-template-events .post-grid figure figcaption .post-excerpt a,
body.page-template-headmasters-blog .post-grid figure figcaption .post-excerpt a {
  display: block;
}

body.archive.post-type-archive-events .page-title,
body.archive.post-type-archive-podcasts .page-title,
body.page-template-where-are-they-now .page-title,
body.blog .page-title,
body.page-template-events .page-title,
body.page-template-galleries .page-title,
body.page-template-headmasters-blog .page-title {
  margin-bottom: 20px !important;
}

body.page-template-activities-and-clubs .entry-content {
  margin-bottom: 40px;
}

body.single h1.entry-title, body.single body.archive.post-type-archive-events h2.entry-title, body.archive.post-type-archive-events body.single h2.entry-title,
body.single body.archive.post-type-archive-podcasts h2.entry-title,
body.archive.post-type-archive-podcasts body.single h2.entry-title,
body.single body.page-template-where-are-they-now h2.entry-title,
body.page-template-where-are-they-now body.single h2.entry-title,
body.single body.page:not(.home) h2.entry-title,
body.page:not(.home) body.single h2.entry-title,
body.single body.blog h2.entry-title,
body.blog body.single h2.entry-title,
body.single h2.entry-title,
body.single body.attachment h2.entry-title,
body.attachment body.single h2.entry-title, body.single body.archive.post-type-archive-events h3.entry-title, body.archive.post-type-archive-events body.single h3.entry-title,
body.single body.archive.post-type-archive-podcasts h3.entry-title,
body.archive.post-type-archive-podcasts body.single h3.entry-title,
body.single body.page-template-where-are-they-now h3.entry-title,
body.page-template-where-are-they-now body.single h3.entry-title,
body.single body.page:not(.home) h3.entry-title,
body.page:not(.home) body.single h3.entry-title,
body.single body.blog h3.entry-title,
body.blog body.single h3.entry-title,
body.single h3.entry-title,
body.single body.attachment h3.entry-title,
body.attachment body.single h3.entry-title, body.single body.archive.post-type-archive-events h2, body.archive.post-type-archive-events body.single h2,
body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h2,
body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h2,
body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h2,
body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h2,
body.single body.page:not(.home) body.archive.post-type-archive-events h2,
body.page:not(.home) body.archive.post-type-archive-events body.single h2,
body.single body.archive.post-type-archive-events body.page:not(.home) h2,
body.archive.post-type-archive-events body.page:not(.home) body.single h2,
body.single body.blog body.archive.post-type-archive-events h2,
body.blog body.archive.post-type-archive-events body.single h2,
body.single body.archive.post-type-archive-events body.blog h2,
body.archive.post-type-archive-events body.blog body.single h2,
body.single body.archive.post-type-archive-events h2,
body.archive.post-type-archive-events body.single h2,
body.single body.attachment body.archive.post-type-archive-events h2,
body.attachment body.archive.post-type-archive-events body.single h2,
body.single body.archive.post-type-archive-events body.attachment h2,
body.archive.post-type-archive-events body.attachment body.single h2,
body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h2,
body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h2,
body.single body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.single h2,
body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h2,
body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h2,
body.single body.page:not(.home) body.archive.post-type-archive-podcasts h2,
body.page:not(.home) body.archive.post-type-archive-podcasts body.single h2,
body.single body.archive.post-type-archive-podcasts body.page:not(.home) h2,
body.archive.post-type-archive-podcasts body.page:not(.home) body.single h2,
body.single body.blog body.archive.post-type-archive-podcasts h2,
body.blog body.archive.post-type-archive-podcasts body.single h2,
body.single body.archive.post-type-archive-podcasts body.blog h2,
body.archive.post-type-archive-podcasts body.blog body.single h2,
body.single body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.single h2,
body.single body.attachment body.archive.post-type-archive-podcasts h2,
body.attachment body.archive.post-type-archive-podcasts body.single h2,
body.single body.archive.post-type-archive-podcasts body.attachment h2,
body.archive.post-type-archive-podcasts body.attachment body.single h2,
body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h2,
body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h2,
body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h2,
body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h2,
body.single body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.single h2,
body.single body.page:not(.home) body.page-template-where-are-they-now h2,
body.page:not(.home) body.page-template-where-are-they-now body.single h2,
body.single body.page-template-where-are-they-now body.page:not(.home) h2,
body.page-template-where-are-they-now body.page:not(.home) body.single h2,
body.single body.blog body.page-template-where-are-they-now h2,
body.blog body.page-template-where-are-they-now body.single h2,
body.single body.page-template-where-are-they-now body.blog h2,
body.page-template-where-are-they-now body.blog body.single h2,
body.single body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.single h2,
body.single body.attachment body.page-template-where-are-they-now h2,
body.attachment body.page-template-where-are-they-now body.single h2,
body.single body.page-template-where-are-they-now body.attachment h2,
body.page-template-where-are-they-now body.attachment body.single h2,
body.single body.archive.post-type-archive-events body.page:not(.home) h2,
body.archive.post-type-archive-events body.page:not(.home) body.single h2,
body.single body.page:not(.home) body.archive.post-type-archive-events h2,
body.page:not(.home) body.archive.post-type-archive-events body.single h2,
body.single body.archive.post-type-archive-podcasts body.page:not(.home) h2,
body.archive.post-type-archive-podcasts body.page:not(.home) body.single h2,
body.single body.page:not(.home) body.archive.post-type-archive-podcasts h2,
body.page:not(.home) body.archive.post-type-archive-podcasts body.single h2,
body.single body.page-template-where-are-they-now body.page:not(.home) h2,
body.page-template-where-are-they-now body.page:not(.home) body.single h2,
body.single body.page:not(.home) body.page-template-where-are-they-now h2,
body.page:not(.home) body.page-template-where-are-they-now body.single h2,
body.single body.page:not(.home) h2,
body.page:not(.home) body.single h2,
body.single body.blog body.page:not(.home) h2,
body.blog body.page:not(.home) body.single h2,
body.single body.page:not(.home) body.blog h2,
body.page:not(.home) body.blog body.single h2,
body.single body.page:not(.home) h2,
body.page:not(.home) body.single h2,
body.single body.attachment body.page:not(.home) h2,
body.attachment body.page:not(.home) body.single h2,
body.single body.page:not(.home) body.attachment h2,
body.page:not(.home) body.attachment body.single h2,
body.single body.archive.post-type-archive-events body.blog h2,
body.archive.post-type-archive-events body.blog body.single h2,
body.single body.blog body.archive.post-type-archive-events h2,
body.blog body.archive.post-type-archive-events body.single h2,
body.single body.archive.post-type-archive-podcasts body.blog h2,
body.archive.post-type-archive-podcasts body.blog body.single h2,
body.single body.blog body.archive.post-type-archive-podcasts h2,
body.blog body.archive.post-type-archive-podcasts body.single h2,
body.single body.page-template-where-are-they-now body.blog h2,
body.page-template-where-are-they-now body.blog body.single h2,
body.single body.blog body.page-template-where-are-they-now h2,
body.blog body.page-template-where-are-they-now body.single h2,
body.single body.page:not(.home) body.blog h2,
body.page:not(.home) body.blog body.single h2,
body.single body.blog body.page:not(.home) h2,
body.blog body.page:not(.home) body.single h2,
body.single body.blog h2,
body.blog body.single h2,
body.single body.blog h2,
body.blog body.single h2,
body.single body.attachment body.blog h2,
body.attachment body.blog body.single h2,
body.single body.blog body.attachment h2,
body.blog body.attachment body.single h2,
body.archive.post-type-archive-events body.single h2,
body.single body.archive.post-type-archive-events h2,
body.archive.post-type-archive-podcasts body.single h2,
body.single body.archive.post-type-archive-podcasts h2,
body.page-template-where-are-they-now body.single h2,
body.single body.page-template-where-are-they-now h2,
body.page:not(.home) body.single h2,
body.single body.page:not(.home) h2,
body.blog body.single h2,
body.single body.blog h2,
body.single h2,
body.attachment body.single h2,
body.single body.attachment h2,
body.single body.archive.post-type-archive-events body.attachment h2,
body.archive.post-type-archive-events body.attachment body.single h2,
body.single body.attachment body.archive.post-type-archive-events h2,
body.attachment body.archive.post-type-archive-events body.single h2,
body.single body.archive.post-type-archive-podcasts body.attachment h2,
body.archive.post-type-archive-podcasts body.attachment body.single h2,
body.single body.attachment body.archive.post-type-archive-podcasts h2,
body.attachment body.archive.post-type-archive-podcasts body.single h2,
body.single body.page-template-where-are-they-now body.attachment h2,
body.page-template-where-are-they-now body.attachment body.single h2,
body.single body.attachment body.page-template-where-are-they-now h2,
body.attachment body.page-template-where-are-they-now body.single h2,
body.single body.page:not(.home) body.attachment h2,
body.page:not(.home) body.attachment body.single h2,
body.single body.attachment body.page:not(.home) h2,
body.attachment body.page:not(.home) body.single h2,
body.single body.blog body.attachment h2,
body.blog body.attachment body.single h2,
body.single body.attachment body.blog h2,
body.attachment body.blog body.single h2,
body.single body.attachment h2,
body.attachment body.single h2,
body.single body.attachment h2,
body.attachment body.single h2, body.single body.archive.post-type-archive-events h3, body.archive.post-type-archive-events body.single h3,
body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h3,
body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h3,
body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h3,
body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h3,
body.single body.page:not(.home) body.archive.post-type-archive-events h3,
body.page:not(.home) body.archive.post-type-archive-events body.single h3,
body.single body.archive.post-type-archive-events body.page:not(.home) h3,
body.archive.post-type-archive-events body.page:not(.home) body.single h3,
body.single body.blog body.archive.post-type-archive-events h3,
body.blog body.archive.post-type-archive-events body.single h3,
body.single body.archive.post-type-archive-events body.blog h3,
body.archive.post-type-archive-events body.blog body.single h3,
body.single body.archive.post-type-archive-events h3,
body.archive.post-type-archive-events body.single h3,
body.single body.attachment body.archive.post-type-archive-events h3,
body.attachment body.archive.post-type-archive-events body.single h3,
body.single body.archive.post-type-archive-events body.attachment h3,
body.archive.post-type-archive-events body.attachment body.single h3,
body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h3,
body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h3,
body.single body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.single h3,
body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h3,
body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h3,
body.single body.page:not(.home) body.archive.post-type-archive-podcasts h3,
body.page:not(.home) body.archive.post-type-archive-podcasts body.single h3,
body.single body.archive.post-type-archive-podcasts body.page:not(.home) h3,
body.archive.post-type-archive-podcasts body.page:not(.home) body.single h3,
body.single body.blog body.archive.post-type-archive-podcasts h3,
body.blog body.archive.post-type-archive-podcasts body.single h3,
body.single body.archive.post-type-archive-podcasts body.blog h3,
body.archive.post-type-archive-podcasts body.blog body.single h3,
body.single body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.single h3,
body.single body.attachment body.archive.post-type-archive-podcasts h3,
body.attachment body.archive.post-type-archive-podcasts body.single h3,
body.single body.archive.post-type-archive-podcasts body.attachment h3,
body.archive.post-type-archive-podcasts body.attachment body.single h3,
body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h3,
body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h3,
body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h3,
body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h3,
body.single body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.single h3,
body.single body.page:not(.home) body.page-template-where-are-they-now h3,
body.page:not(.home) body.page-template-where-are-they-now body.single h3,
body.single body.page-template-where-are-they-now body.page:not(.home) h3,
body.page-template-where-are-they-now body.page:not(.home) body.single h3,
body.single body.blog body.page-template-where-are-they-now h3,
body.blog body.page-template-where-are-they-now body.single h3,
body.single body.page-template-where-are-they-now body.blog h3,
body.page-template-where-are-they-now body.blog body.single h3,
body.single body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.single h3,
body.single body.attachment body.page-template-where-are-they-now h3,
body.attachment body.page-template-where-are-they-now body.single h3,
body.single body.page-template-where-are-they-now body.attachment h3,
body.page-template-where-are-they-now body.attachment body.single h3,
body.single body.archive.post-type-archive-events body.page:not(.home) h3,
body.archive.post-type-archive-events body.page:not(.home) body.single h3,
body.single body.page:not(.home) body.archive.post-type-archive-events h3,
body.page:not(.home) body.archive.post-type-archive-events body.single h3,
body.single body.archive.post-type-archive-podcasts body.page:not(.home) h3,
body.archive.post-type-archive-podcasts body.page:not(.home) body.single h3,
body.single body.page:not(.home) body.archive.post-type-archive-podcasts h3,
body.page:not(.home) body.archive.post-type-archive-podcasts body.single h3,
body.single body.page-template-where-are-they-now body.page:not(.home) h3,
body.page-template-where-are-they-now body.page:not(.home) body.single h3,
body.single body.page:not(.home) body.page-template-where-are-they-now h3,
body.page:not(.home) body.page-template-where-are-they-now body.single h3,
body.single body.page:not(.home) h3,
body.page:not(.home) body.single h3,
body.single body.blog body.page:not(.home) h3,
body.blog body.page:not(.home) body.single h3,
body.single body.page:not(.home) body.blog h3,
body.page:not(.home) body.blog body.single h3,
body.single body.page:not(.home) h3,
body.page:not(.home) body.single h3,
body.single body.attachment body.page:not(.home) h3,
body.attachment body.page:not(.home) body.single h3,
body.single body.page:not(.home) body.attachment h3,
body.page:not(.home) body.attachment body.single h3,
body.single body.archive.post-type-archive-events body.blog h3,
body.archive.post-type-archive-events body.blog body.single h3,
body.single body.blog body.archive.post-type-archive-events h3,
body.blog body.archive.post-type-archive-events body.single h3,
body.single body.archive.post-type-archive-podcasts body.blog h3,
body.archive.post-type-archive-podcasts body.blog body.single h3,
body.single body.blog body.archive.post-type-archive-podcasts h3,
body.blog body.archive.post-type-archive-podcasts body.single h3,
body.single body.page-template-where-are-they-now body.blog h3,
body.page-template-where-are-they-now body.blog body.single h3,
body.single body.blog body.page-template-where-are-they-now h3,
body.blog body.page-template-where-are-they-now body.single h3,
body.single body.page:not(.home) body.blog h3,
body.page:not(.home) body.blog body.single h3,
body.single body.blog body.page:not(.home) h3,
body.blog body.page:not(.home) body.single h3,
body.single body.blog h3,
body.blog body.single h3,
body.single body.blog h3,
body.blog body.single h3,
body.single body.attachment body.blog h3,
body.attachment body.blog body.single h3,
body.single body.blog body.attachment h3,
body.blog body.attachment body.single h3,
body.archive.post-type-archive-events body.single h3,
body.single body.archive.post-type-archive-events h3,
body.archive.post-type-archive-podcasts body.single h3,
body.single body.archive.post-type-archive-podcasts h3,
body.page-template-where-are-they-now body.single h3,
body.single body.page-template-where-are-they-now h3,
body.page:not(.home) body.single h3,
body.single body.page:not(.home) h3,
body.blog body.single h3,
body.single body.blog h3,
body.single h3,
body.attachment body.single h3,
body.single body.attachment h3,
body.single body.archive.post-type-archive-events body.attachment h3,
body.archive.post-type-archive-events body.attachment body.single h3,
body.single body.attachment body.archive.post-type-archive-events h3,
body.attachment body.archive.post-type-archive-events body.single h3,
body.single body.archive.post-type-archive-podcasts body.attachment h3,
body.archive.post-type-archive-podcasts body.attachment body.single h3,
body.single body.attachment body.archive.post-type-archive-podcasts h3,
body.attachment body.archive.post-type-archive-podcasts body.single h3,
body.single body.page-template-where-are-they-now body.attachment h3,
body.page-template-where-are-they-now body.attachment body.single h3,
body.single body.attachment body.page-template-where-are-they-now h3,
body.attachment body.page-template-where-are-they-now body.single h3,
body.single body.page:not(.home) body.attachment h3,
body.page:not(.home) body.attachment body.single h3,
body.single body.attachment body.page:not(.home) h3,
body.attachment body.page:not(.home) body.single h3,
body.single body.blog body.attachment h3,
body.blog body.attachment body.single h3,
body.single body.attachment body.blog h3,
body.attachment body.blog body.single h3,
body.single body.attachment h3,
body.attachment body.single h3,
body.single body.attachment h3,
body.attachment body.single h3 {
  font-size: 50px;
  line-height: 62px;
  margin-bottom: 0;
}
body.single h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}
body.single h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}
body.single .entry-meta {
  font-size: 21px;
  line-height: 28px;
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  color: #6f6f6f;
}
body.single .gallery figure {
  margin: 0;
  padding: 7.5px;
}
body.single .gallery img {
  border: 0;
}
@media only screen and (max-width: 479px) {
  body.single .gallery figure {
    margin: 0;
    padding: 5px;
  }
}

@media only screen and (max-width: 767px) {
  body.single h1.entry-title, body.single body.archive.post-type-archive-events h2.entry-title, body.archive.post-type-archive-events body.single h2.entry-title,
  body.single body.archive.post-type-archive-podcasts h2.entry-title,
  body.archive.post-type-archive-podcasts body.single h2.entry-title,
  body.single body.page-template-where-are-they-now h2.entry-title,
  body.page-template-where-are-they-now body.single h2.entry-title,
  body.single body.page:not(.home) h2.entry-title,
  body.page:not(.home) body.single h2.entry-title,
  body.single body.blog h2.entry-title,
  body.blog body.single h2.entry-title,
  body.single h2.entry-title,
  body.single body.attachment h2.entry-title,
  body.attachment body.single h2.entry-title, body.single body.archive.post-type-archive-events h3.entry-title, body.archive.post-type-archive-events body.single h3.entry-title,
  body.single body.archive.post-type-archive-podcasts h3.entry-title,
  body.archive.post-type-archive-podcasts body.single h3.entry-title,
  body.single body.page-template-where-are-they-now h3.entry-title,
  body.page-template-where-are-they-now body.single h3.entry-title,
  body.single body.page:not(.home) h3.entry-title,
  body.page:not(.home) body.single h3.entry-title,
  body.single body.blog h3.entry-title,
  body.blog body.single h3.entry-title,
  body.single h3.entry-title,
  body.single body.attachment h3.entry-title,
  body.attachment body.single h3.entry-title, body.single body.archive.post-type-archive-events h2, body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h2,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h2,
  body.single body.page:not(.home) body.archive.post-type-archive-events h2,
  body.page:not(.home) body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-events body.page:not(.home) h2,
  body.archive.post-type-archive-events body.page:not(.home) body.single h2,
  body.single body.blog body.archive.post-type-archive-events h2,
  body.blog body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-events body.blog h2,
  body.archive.post-type-archive-events body.blog body.single h2,
  body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single h2,
  body.single body.attachment body.archive.post-type-archive-events h2,
  body.attachment body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-events body.attachment h2,
  body.archive.post-type-archive-events body.attachment body.single h2,
  body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h2,
  body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single h2,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h2,
  body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h2,
  body.single body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.single h2,
  body.single body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.single h2,
  body.single body.blog body.archive.post-type-archive-podcasts h2,
  body.blog body.archive.post-type-archive-podcasts body.single h2,
  body.single body.archive.post-type-archive-podcasts body.blog h2,
  body.archive.post-type-archive-podcasts body.blog body.single h2,
  body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single h2,
  body.single body.attachment body.archive.post-type-archive-podcasts h2,
  body.attachment body.archive.post-type-archive-podcasts body.single h2,
  body.single body.archive.post-type-archive-podcasts body.attachment h2,
  body.archive.post-type-archive-podcasts body.attachment body.single h2,
  body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h2,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h2,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h2,
  body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single h2,
  body.single body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page:not(.home) body.page-template-where-are-they-now body.single h2,
  body.single body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page-template-where-are-they-now body.page:not(.home) body.single h2,
  body.single body.blog body.page-template-where-are-they-now h2,
  body.blog body.page-template-where-are-they-now body.single h2,
  body.single body.page-template-where-are-they-now body.blog h2,
  body.page-template-where-are-they-now body.blog body.single h2,
  body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single h2,
  body.single body.attachment body.page-template-where-are-they-now h2,
  body.attachment body.page-template-where-are-they-now body.single h2,
  body.single body.page-template-where-are-they-now body.attachment h2,
  body.page-template-where-are-they-now body.attachment body.single h2,
  body.single body.archive.post-type-archive-events body.page:not(.home) h2,
  body.archive.post-type-archive-events body.page:not(.home) body.single h2,
  body.single body.page:not(.home) body.archive.post-type-archive-events h2,
  body.page:not(.home) body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.single h2,
  body.single body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.single h2,
  body.single body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page-template-where-are-they-now body.page:not(.home) body.single h2,
  body.single body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page:not(.home) body.page-template-where-are-they-now body.single h2,
  body.single body.page:not(.home) h2,
  body.page:not(.home) body.single h2,
  body.single body.blog body.page:not(.home) h2,
  body.blog body.page:not(.home) body.single h2,
  body.single body.page:not(.home) body.blog h2,
  body.page:not(.home) body.blog body.single h2,
  body.single body.page:not(.home) h2,
  body.page:not(.home) body.single h2,
  body.single body.attachment body.page:not(.home) h2,
  body.attachment body.page:not(.home) body.single h2,
  body.single body.page:not(.home) body.attachment h2,
  body.page:not(.home) body.attachment body.single h2,
  body.single body.archive.post-type-archive-events body.blog h2,
  body.archive.post-type-archive-events body.blog body.single h2,
  body.single body.blog body.archive.post-type-archive-events h2,
  body.blog body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-podcasts body.blog h2,
  body.archive.post-type-archive-podcasts body.blog body.single h2,
  body.single body.blog body.archive.post-type-archive-podcasts h2,
  body.blog body.archive.post-type-archive-podcasts body.single h2,
  body.single body.page-template-where-are-they-now body.blog h2,
  body.page-template-where-are-they-now body.blog body.single h2,
  body.single body.blog body.page-template-where-are-they-now h2,
  body.blog body.page-template-where-are-they-now body.single h2,
  body.single body.page:not(.home) body.blog h2,
  body.page:not(.home) body.blog body.single h2,
  body.single body.blog body.page:not(.home) h2,
  body.blog body.page:not(.home) body.single h2,
  body.single body.blog h2,
  body.blog body.single h2,
  body.single body.blog h2,
  body.blog body.single h2,
  body.single body.attachment body.blog h2,
  body.attachment body.blog body.single h2,
  body.single body.blog body.attachment h2,
  body.blog body.attachment body.single h2,
  body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.single h2,
  body.single body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.single h2,
  body.single body.page-template-where-are-they-now h2,
  body.page:not(.home) body.single h2,
  body.single body.page:not(.home) h2,
  body.blog body.single h2,
  body.single body.blog h2,
  body.single h2,
  body.attachment body.single h2,
  body.single body.attachment h2,
  body.single body.archive.post-type-archive-events body.attachment h2,
  body.archive.post-type-archive-events body.attachment body.single h2,
  body.single body.attachment body.archive.post-type-archive-events h2,
  body.attachment body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-podcasts body.attachment h2,
  body.archive.post-type-archive-podcasts body.attachment body.single h2,
  body.single body.attachment body.archive.post-type-archive-podcasts h2,
  body.attachment body.archive.post-type-archive-podcasts body.single h2,
  body.single body.page-template-where-are-they-now body.attachment h2,
  body.page-template-where-are-they-now body.attachment body.single h2,
  body.single body.attachment body.page-template-where-are-they-now h2,
  body.attachment body.page-template-where-are-they-now body.single h2,
  body.single body.page:not(.home) body.attachment h2,
  body.page:not(.home) body.attachment body.single h2,
  body.single body.attachment body.page:not(.home) h2,
  body.attachment body.page:not(.home) body.single h2,
  body.single body.blog body.attachment h2,
  body.blog body.attachment body.single h2,
  body.single body.attachment body.blog h2,
  body.attachment body.blog body.single h2,
  body.single body.attachment h2,
  body.attachment body.single h2,
  body.single body.attachment h2,
  body.attachment body.single h2, body.single body.archive.post-type-archive-events h3, body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h3,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h3,
  body.single body.page:not(.home) body.archive.post-type-archive-events h3,
  body.page:not(.home) body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-events body.page:not(.home) h3,
  body.archive.post-type-archive-events body.page:not(.home) body.single h3,
  body.single body.blog body.archive.post-type-archive-events h3,
  body.blog body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-events body.blog h3,
  body.archive.post-type-archive-events body.blog body.single h3,
  body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single h3,
  body.single body.attachment body.archive.post-type-archive-events h3,
  body.attachment body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-events body.attachment h3,
  body.archive.post-type-archive-events body.attachment body.single h3,
  body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h3,
  body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single h3,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h3,
  body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h3,
  body.single body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.single h3,
  body.single body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.single h3,
  body.single body.blog body.archive.post-type-archive-podcasts h3,
  body.blog body.archive.post-type-archive-podcasts body.single h3,
  body.single body.archive.post-type-archive-podcasts body.blog h3,
  body.archive.post-type-archive-podcasts body.blog body.single h3,
  body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single h3,
  body.single body.attachment body.archive.post-type-archive-podcasts h3,
  body.attachment body.archive.post-type-archive-podcasts body.single h3,
  body.single body.archive.post-type-archive-podcasts body.attachment h3,
  body.archive.post-type-archive-podcasts body.attachment body.single h3,
  body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h3,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h3,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h3,
  body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single h3,
  body.single body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page:not(.home) body.page-template-where-are-they-now body.single h3,
  body.single body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page-template-where-are-they-now body.page:not(.home) body.single h3,
  body.single body.blog body.page-template-where-are-they-now h3,
  body.blog body.page-template-where-are-they-now body.single h3,
  body.single body.page-template-where-are-they-now body.blog h3,
  body.page-template-where-are-they-now body.blog body.single h3,
  body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single h3,
  body.single body.attachment body.page-template-where-are-they-now h3,
  body.attachment body.page-template-where-are-they-now body.single h3,
  body.single body.page-template-where-are-they-now body.attachment h3,
  body.page-template-where-are-they-now body.attachment body.single h3,
  body.single body.archive.post-type-archive-events body.page:not(.home) h3,
  body.archive.post-type-archive-events body.page:not(.home) body.single h3,
  body.single body.page:not(.home) body.archive.post-type-archive-events h3,
  body.page:not(.home) body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.single h3,
  body.single body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.single h3,
  body.single body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page-template-where-are-they-now body.page:not(.home) body.single h3,
  body.single body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page:not(.home) body.page-template-where-are-they-now body.single h3,
  body.single body.page:not(.home) h3,
  body.page:not(.home) body.single h3,
  body.single body.blog body.page:not(.home) h3,
  body.blog body.page:not(.home) body.single h3,
  body.single body.page:not(.home) body.blog h3,
  body.page:not(.home) body.blog body.single h3,
  body.single body.page:not(.home) h3,
  body.page:not(.home) body.single h3,
  body.single body.attachment body.page:not(.home) h3,
  body.attachment body.page:not(.home) body.single h3,
  body.single body.page:not(.home) body.attachment h3,
  body.page:not(.home) body.attachment body.single h3,
  body.single body.archive.post-type-archive-events body.blog h3,
  body.archive.post-type-archive-events body.blog body.single h3,
  body.single body.blog body.archive.post-type-archive-events h3,
  body.blog body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-podcasts body.blog h3,
  body.archive.post-type-archive-podcasts body.blog body.single h3,
  body.single body.blog body.archive.post-type-archive-podcasts h3,
  body.blog body.archive.post-type-archive-podcasts body.single h3,
  body.single body.page-template-where-are-they-now body.blog h3,
  body.page-template-where-are-they-now body.blog body.single h3,
  body.single body.blog body.page-template-where-are-they-now h3,
  body.blog body.page-template-where-are-they-now body.single h3,
  body.single body.page:not(.home) body.blog h3,
  body.page:not(.home) body.blog body.single h3,
  body.single body.blog body.page:not(.home) h3,
  body.blog body.page:not(.home) body.single h3,
  body.single body.blog h3,
  body.blog body.single h3,
  body.single body.blog h3,
  body.blog body.single h3,
  body.single body.attachment body.blog h3,
  body.attachment body.blog body.single h3,
  body.single body.blog body.attachment h3,
  body.blog body.attachment body.single h3,
  body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.single h3,
  body.single body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.single h3,
  body.single body.page-template-where-are-they-now h3,
  body.page:not(.home) body.single h3,
  body.single body.page:not(.home) h3,
  body.blog body.single h3,
  body.single body.blog h3,
  body.single h3,
  body.attachment body.single h3,
  body.single body.attachment h3,
  body.single body.archive.post-type-archive-events body.attachment h3,
  body.archive.post-type-archive-events body.attachment body.single h3,
  body.single body.attachment body.archive.post-type-archive-events h3,
  body.attachment body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-podcasts body.attachment h3,
  body.archive.post-type-archive-podcasts body.attachment body.single h3,
  body.single body.attachment body.archive.post-type-archive-podcasts h3,
  body.attachment body.archive.post-type-archive-podcasts body.single h3,
  body.single body.page-template-where-are-they-now body.attachment h3,
  body.page-template-where-are-they-now body.attachment body.single h3,
  body.single body.attachment body.page-template-where-are-they-now h3,
  body.attachment body.page-template-where-are-they-now body.single h3,
  body.single body.page:not(.home) body.attachment h3,
  body.page:not(.home) body.attachment body.single h3,
  body.single body.attachment body.page:not(.home) h3,
  body.attachment body.page:not(.home) body.single h3,
  body.single body.blog body.attachment h3,
  body.blog body.attachment body.single h3,
  body.single body.attachment body.blog h3,
  body.attachment body.blog body.single h3,
  body.single body.attachment h3,
  body.attachment body.single h3,
  body.single body.attachment h3,
  body.attachment body.single h3 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 479px) {
  body.single h1.entry-title, body.single body.archive.post-type-archive-events h2.entry-title, body.archive.post-type-archive-events body.single h2.entry-title,
  body.single body.archive.post-type-archive-podcasts h2.entry-title,
  body.archive.post-type-archive-podcasts body.single h2.entry-title,
  body.single body.page-template-where-are-they-now h2.entry-title,
  body.page-template-where-are-they-now body.single h2.entry-title,
  body.single body.page:not(.home) h2.entry-title,
  body.page:not(.home) body.single h2.entry-title,
  body.single body.blog h2.entry-title,
  body.blog body.single h2.entry-title,
  body.single h2.entry-title,
  body.single body.attachment h2.entry-title,
  body.attachment body.single h2.entry-title, body.single body.archive.post-type-archive-events h3.entry-title, body.archive.post-type-archive-events body.single h3.entry-title,
  body.single body.archive.post-type-archive-podcasts h3.entry-title,
  body.archive.post-type-archive-podcasts body.single h3.entry-title,
  body.single body.page-template-where-are-they-now h3.entry-title,
  body.page-template-where-are-they-now body.single h3.entry-title,
  body.single body.page:not(.home) h3.entry-title,
  body.page:not(.home) body.single h3.entry-title,
  body.single body.blog h3.entry-title,
  body.blog body.single h3.entry-title,
  body.single h3.entry-title,
  body.single body.attachment h3.entry-title,
  body.attachment body.single h3.entry-title, body.single body.archive.post-type-archive-events h2, body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h2,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h2,
  body.single body.page:not(.home) body.archive.post-type-archive-events h2,
  body.page:not(.home) body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-events body.page:not(.home) h2,
  body.archive.post-type-archive-events body.page:not(.home) body.single h2,
  body.single body.blog body.archive.post-type-archive-events h2,
  body.blog body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-events body.blog h2,
  body.archive.post-type-archive-events body.blog body.single h2,
  body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-events body.single h2,
  body.single body.attachment body.archive.post-type-archive-events h2,
  body.attachment body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-events body.attachment h2,
  body.archive.post-type-archive-events body.attachment body.single h2,
  body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h2,
  body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single h2,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h2,
  body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h2,
  body.single body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.single h2,
  body.single body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.single h2,
  body.single body.blog body.archive.post-type-archive-podcasts h2,
  body.blog body.archive.post-type-archive-podcasts body.single h2,
  body.single body.archive.post-type-archive-podcasts body.blog h2,
  body.archive.post-type-archive-podcasts body.blog body.single h2,
  body.single body.archive.post-type-archive-podcasts h2,
  body.archive.post-type-archive-podcasts body.single h2,
  body.single body.attachment body.archive.post-type-archive-podcasts h2,
  body.attachment body.archive.post-type-archive-podcasts body.single h2,
  body.single body.archive.post-type-archive-podcasts body.attachment h2,
  body.archive.post-type-archive-podcasts body.attachment body.single h2,
  body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h2,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h2,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h2,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h2,
  body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single h2,
  body.single body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page:not(.home) body.page-template-where-are-they-now body.single h2,
  body.single body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page-template-where-are-they-now body.page:not(.home) body.single h2,
  body.single body.blog body.page-template-where-are-they-now h2,
  body.blog body.page-template-where-are-they-now body.single h2,
  body.single body.page-template-where-are-they-now body.blog h2,
  body.page-template-where-are-they-now body.blog body.single h2,
  body.single body.page-template-where-are-they-now h2,
  body.page-template-where-are-they-now body.single h2,
  body.single body.attachment body.page-template-where-are-they-now h2,
  body.attachment body.page-template-where-are-they-now body.single h2,
  body.single body.page-template-where-are-they-now body.attachment h2,
  body.page-template-where-are-they-now body.attachment body.single h2,
  body.single body.archive.post-type-archive-events body.page:not(.home) h2,
  body.archive.post-type-archive-events body.page:not(.home) body.single h2,
  body.single body.page:not(.home) body.archive.post-type-archive-events h2,
  body.page:not(.home) body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-podcasts body.page:not(.home) h2,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.single h2,
  body.single body.page:not(.home) body.archive.post-type-archive-podcasts h2,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.single h2,
  body.single body.page-template-where-are-they-now body.page:not(.home) h2,
  body.page-template-where-are-they-now body.page:not(.home) body.single h2,
  body.single body.page:not(.home) body.page-template-where-are-they-now h2,
  body.page:not(.home) body.page-template-where-are-they-now body.single h2,
  body.single body.page:not(.home) h2,
  body.page:not(.home) body.single h2,
  body.single body.blog body.page:not(.home) h2,
  body.blog body.page:not(.home) body.single h2,
  body.single body.page:not(.home) body.blog h2,
  body.page:not(.home) body.blog body.single h2,
  body.single body.page:not(.home) h2,
  body.page:not(.home) body.single h2,
  body.single body.attachment body.page:not(.home) h2,
  body.attachment body.page:not(.home) body.single h2,
  body.single body.page:not(.home) body.attachment h2,
  body.page:not(.home) body.attachment body.single h2,
  body.single body.archive.post-type-archive-events body.blog h2,
  body.archive.post-type-archive-events body.blog body.single h2,
  body.single body.blog body.archive.post-type-archive-events h2,
  body.blog body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-podcasts body.blog h2,
  body.archive.post-type-archive-podcasts body.blog body.single h2,
  body.single body.blog body.archive.post-type-archive-podcasts h2,
  body.blog body.archive.post-type-archive-podcasts body.single h2,
  body.single body.page-template-where-are-they-now body.blog h2,
  body.page-template-where-are-they-now body.blog body.single h2,
  body.single body.blog body.page-template-where-are-they-now h2,
  body.blog body.page-template-where-are-they-now body.single h2,
  body.single body.page:not(.home) body.blog h2,
  body.page:not(.home) body.blog body.single h2,
  body.single body.blog body.page:not(.home) h2,
  body.blog body.page:not(.home) body.single h2,
  body.single body.blog h2,
  body.blog body.single h2,
  body.single body.blog h2,
  body.blog body.single h2,
  body.single body.attachment body.blog h2,
  body.attachment body.blog body.single h2,
  body.single body.blog body.attachment h2,
  body.blog body.attachment body.single h2,
  body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-events h2,
  body.archive.post-type-archive-podcasts body.single h2,
  body.single body.archive.post-type-archive-podcasts h2,
  body.page-template-where-are-they-now body.single h2,
  body.single body.page-template-where-are-they-now h2,
  body.page:not(.home) body.single h2,
  body.single body.page:not(.home) h2,
  body.blog body.single h2,
  body.single body.blog h2,
  body.single h2,
  body.attachment body.single h2,
  body.single body.attachment h2,
  body.single body.archive.post-type-archive-events body.attachment h2,
  body.archive.post-type-archive-events body.attachment body.single h2,
  body.single body.attachment body.archive.post-type-archive-events h2,
  body.attachment body.archive.post-type-archive-events body.single h2,
  body.single body.archive.post-type-archive-podcasts body.attachment h2,
  body.archive.post-type-archive-podcasts body.attachment body.single h2,
  body.single body.attachment body.archive.post-type-archive-podcasts h2,
  body.attachment body.archive.post-type-archive-podcasts body.single h2,
  body.single body.page-template-where-are-they-now body.attachment h2,
  body.page-template-where-are-they-now body.attachment body.single h2,
  body.single body.attachment body.page-template-where-are-they-now h2,
  body.attachment body.page-template-where-are-they-now body.single h2,
  body.single body.page:not(.home) body.attachment h2,
  body.page:not(.home) body.attachment body.single h2,
  body.single body.attachment body.page:not(.home) h2,
  body.attachment body.page:not(.home) body.single h2,
  body.single body.blog body.attachment h2,
  body.blog body.attachment body.single h2,
  body.single body.attachment body.blog h2,
  body.attachment body.blog body.single h2,
  body.single body.attachment h2,
  body.attachment body.single h2,
  body.single body.attachment h2,
  body.attachment body.single h2, body.single body.archive.post-type-archive-events h3, body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h3,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h3,
  body.single body.page:not(.home) body.archive.post-type-archive-events h3,
  body.page:not(.home) body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-events body.page:not(.home) h3,
  body.archive.post-type-archive-events body.page:not(.home) body.single h3,
  body.single body.blog body.archive.post-type-archive-events h3,
  body.blog body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-events body.blog h3,
  body.archive.post-type-archive-events body.blog body.single h3,
  body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-events body.single h3,
  body.single body.attachment body.archive.post-type-archive-events h3,
  body.attachment body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-events body.attachment h3,
  body.archive.post-type-archive-events body.attachment body.single h3,
  body.single body.archive.post-type-archive-events body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-events body.archive.post-type-archive-podcasts body.single h3,
  body.single body.archive.post-type-archive-podcasts body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single h3,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h3,
  body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h3,
  body.single body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.single h3,
  body.single body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.single h3,
  body.single body.blog body.archive.post-type-archive-podcasts h3,
  body.blog body.archive.post-type-archive-podcasts body.single h3,
  body.single body.archive.post-type-archive-podcasts body.blog h3,
  body.archive.post-type-archive-podcasts body.blog body.single h3,
  body.single body.archive.post-type-archive-podcasts h3,
  body.archive.post-type-archive-podcasts body.single h3,
  body.single body.attachment body.archive.post-type-archive-podcasts h3,
  body.attachment body.archive.post-type-archive-podcasts body.single h3,
  body.single body.archive.post-type-archive-podcasts body.attachment h3,
  body.archive.post-type-archive-podcasts body.attachment body.single h3,
  body.single body.archive.post-type-archive-events body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-events body.page-template-where-are-they-now body.single h3,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-events h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-podcasts body.page-template-where-are-they-now h3,
  body.archive.post-type-archive-podcasts body.page-template-where-are-they-now body.single h3,
  body.single body.page-template-where-are-they-now body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.archive.post-type-archive-podcasts body.single h3,
  body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single h3,
  body.single body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page:not(.home) body.page-template-where-are-they-now body.single h3,
  body.single body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page-template-where-are-they-now body.page:not(.home) body.single h3,
  body.single body.blog body.page-template-where-are-they-now h3,
  body.blog body.page-template-where-are-they-now body.single h3,
  body.single body.page-template-where-are-they-now body.blog h3,
  body.page-template-where-are-they-now body.blog body.single h3,
  body.single body.page-template-where-are-they-now h3,
  body.page-template-where-are-they-now body.single h3,
  body.single body.attachment body.page-template-where-are-they-now h3,
  body.attachment body.page-template-where-are-they-now body.single h3,
  body.single body.page-template-where-are-they-now body.attachment h3,
  body.page-template-where-are-they-now body.attachment body.single h3,
  body.single body.archive.post-type-archive-events body.page:not(.home) h3,
  body.archive.post-type-archive-events body.page:not(.home) body.single h3,
  body.single body.page:not(.home) body.archive.post-type-archive-events h3,
  body.page:not(.home) body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-podcasts body.page:not(.home) h3,
  body.archive.post-type-archive-podcasts body.page:not(.home) body.single h3,
  body.single body.page:not(.home) body.archive.post-type-archive-podcasts h3,
  body.page:not(.home) body.archive.post-type-archive-podcasts body.single h3,
  body.single body.page-template-where-are-they-now body.page:not(.home) h3,
  body.page-template-where-are-they-now body.page:not(.home) body.single h3,
  body.single body.page:not(.home) body.page-template-where-are-they-now h3,
  body.page:not(.home) body.page-template-where-are-they-now body.single h3,
  body.single body.page:not(.home) h3,
  body.page:not(.home) body.single h3,
  body.single body.blog body.page:not(.home) h3,
  body.blog body.page:not(.home) body.single h3,
  body.single body.page:not(.home) body.blog h3,
  body.page:not(.home) body.blog body.single h3,
  body.single body.page:not(.home) h3,
  body.page:not(.home) body.single h3,
  body.single body.attachment body.page:not(.home) h3,
  body.attachment body.page:not(.home) body.single h3,
  body.single body.page:not(.home) body.attachment h3,
  body.page:not(.home) body.attachment body.single h3,
  body.single body.archive.post-type-archive-events body.blog h3,
  body.archive.post-type-archive-events body.blog body.single h3,
  body.single body.blog body.archive.post-type-archive-events h3,
  body.blog body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-podcasts body.blog h3,
  body.archive.post-type-archive-podcasts body.blog body.single h3,
  body.single body.blog body.archive.post-type-archive-podcasts h3,
  body.blog body.archive.post-type-archive-podcasts body.single h3,
  body.single body.page-template-where-are-they-now body.blog h3,
  body.page-template-where-are-they-now body.blog body.single h3,
  body.single body.blog body.page-template-where-are-they-now h3,
  body.blog body.page-template-where-are-they-now body.single h3,
  body.single body.page:not(.home) body.blog h3,
  body.page:not(.home) body.blog body.single h3,
  body.single body.blog body.page:not(.home) h3,
  body.blog body.page:not(.home) body.single h3,
  body.single body.blog h3,
  body.blog body.single h3,
  body.single body.blog h3,
  body.blog body.single h3,
  body.single body.attachment body.blog h3,
  body.attachment body.blog body.single h3,
  body.single body.blog body.attachment h3,
  body.blog body.attachment body.single h3,
  body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-events h3,
  body.archive.post-type-archive-podcasts body.single h3,
  body.single body.archive.post-type-archive-podcasts h3,
  body.page-template-where-are-they-now body.single h3,
  body.single body.page-template-where-are-they-now h3,
  body.page:not(.home) body.single h3,
  body.single body.page:not(.home) h3,
  body.blog body.single h3,
  body.single body.blog h3,
  body.single h3,
  body.attachment body.single h3,
  body.single body.attachment h3,
  body.single body.archive.post-type-archive-events body.attachment h3,
  body.archive.post-type-archive-events body.attachment body.single h3,
  body.single body.attachment body.archive.post-type-archive-events h3,
  body.attachment body.archive.post-type-archive-events body.single h3,
  body.single body.archive.post-type-archive-podcasts body.attachment h3,
  body.archive.post-type-archive-podcasts body.attachment body.single h3,
  body.single body.attachment body.archive.post-type-archive-podcasts h3,
  body.attachment body.archive.post-type-archive-podcasts body.single h3,
  body.single body.page-template-where-are-they-now body.attachment h3,
  body.page-template-where-are-they-now body.attachment body.single h3,
  body.single body.attachment body.page-template-where-are-they-now h3,
  body.attachment body.page-template-where-are-they-now body.single h3,
  body.single body.page:not(.home) body.attachment h3,
  body.page:not(.home) body.attachment body.single h3,
  body.single body.attachment body.page:not(.home) h3,
  body.attachment body.page:not(.home) body.single h3,
  body.single body.blog body.attachment h3,
  body.blog body.attachment body.single h3,
  body.single body.attachment body.blog h3,
  body.attachment body.blog body.single h3,
  body.single body.attachment h3,
  body.attachment body.single h3,
  body.single body.attachment h3,
  body.attachment body.single h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
/* CONTACT PAGE / FORMS*/
form ul.gform_fields {
  padding-left: 0;
  margin-left: 0;
}
form ul.gfield_checkbox {
  padding-left: 0;
}
form li {
  width: 45%;
  display: inline-block;
  margin-bottom: 30px;
  vertical-align: text-top;
}
form li label, form li input, form li select {
  width: 95%;
}
form li label {
  color: #003087;
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
}
form li label span {
  color: #ee2d24;
}
form li input, form li textarea, form li select {
  padding: 15px !important;
  font-size: 22px;
  line-height: 24px;
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  color: #505050 !important;
  background: #f5f5f5;
  border: 0 !important;
}
form li input[type=checkbox] {
  background: transparent;
}
form li.fullWidth {
  width: 100% !important;
}
form li.fullWidth ul li {
  width: 100%;
}
form li.customCheckBox span.gfield_required {
  display: none;
}
form li.customCheckBox ul.gfield_checkbox li {
  width: 100%;
  margin-bottom: 0;
}
form li.customCheckBox ul.gfield_checkbox li input[type=checkbox] {
  display: inline-block;
  width: 25px;
  margin-top: 10px;
}
form li.customCheckBox ul.gfield_checkbox li label {
  display: inline-block;
  width: 88%;
  vertical-align: top;
}
form li.inlineCheckBox input[type=checkbox] {
  width: 25px;
  display: inline;
}
form li.inlineCheckBox label {
  display: inline;
}
form li.inlineCheckBox ul {
  margin-top: 10px;
}
form .gfield_select {
  height: 54px;
}
form .gfield_description {
  margin-top: 21px;
}

@media only screen and (max-width: 991px) {
  form {
    width: 100%;
  }
  form label {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  form li {
    width: 100%;
  }
}
.gform_footer {
  display: block;
  text-align: left;
  margin-bottom: 50px;
}
.gform_footer input[type=submit] {
  border-radius: 40px;
  font-size: 18px;
}
.gform_footer:active {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.validation_error {
  border-bottom: 1px solid #ee2d24;
  font-size: 22px;
  line-height: 35px;
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  margin-bottom: 40px;
}

.gfield_description.validation_message {
  color: #ee2d24;
  font-size: 1.1em;
}

.gform_confirmation_wrapper {
  font-size: 1.2em;
  padding: 15px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #6aa6d9;
  background: rgba(106, 166, 217, 0.2);
}

.gform_confirmation_message {
  padding: 0 15px;
}

.contact-sidebar h2 {
  font-size: 30px !important;
  font-family: "GillSansMTStd-Light", "prenton", sans-serif !important;
  line-height: 35px !important;
  margin-top: 35px !important;
  margin-bottom: 21px !important;
}
.contact-sidebar p, .contact-sidebar a {
  font-size: 18px !important;
  line-height: 25px !important;
  font-family: "GillSansMTStd-Light", "prenton", sans-serif !important;
  margin-bottom: 0 !important;
}
.contact-sidebar p span, .contact-sidebar a span {
  display: inline-block !important;
}
.contact-sidebar a.external-link {
  display: block !important;
  margin-top: 20px !important;
}
.contact-sidebar hr {
  margin-top: 30px !important;
  margin-bottom: -5px !important;
}

table.ui-datepicker-calendar {
  background-color: white;
  margin-bottom: 0;
}

table.ui-datepicker-calendar th, table.ui-datepicker-calendar td {
  padding: 10px;
  text-align: center;
}

.ui-datepicker-header {
  background-color: white;
  padding: 12px 11px 0px;
}

.ui-datepicker-header .ui-datepicker-next {
  float: right;
}

select.ui-datepicker-month, select.ui-datepicker-year {
  font-size: 15px;
}

select.ui-datepicker-month {
  margin-right: 8px;
}

.gf_left_half .datepicker,
.gf_right_half .datepicker {
  width: 100% !important;
}

.gform_wrapper .gsection {
  border-bottom: 0 !important;
}

.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
  font-weight: 500 !important;
}

.gform_wrapper .top_label .gfield_label {
  font-size: 18px !important;
  font-weight: 400 !important;
}

form .gfield_description {
  font-size: 16px !important;
  line-height: 24px !important;
  padding: 0 !important;
}

li.fullWidth input {
  width: 100% !important;
}

li.gchoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
li.gchoice .gfield-choice-input {
  width: auto !important;
  margin: 10px 15px !important;
}
li.gchoice label {
  width: auto !important;
  color: #505050;
}

/* Map */
#map {
  min-height: 400px;
}

#map-pin {
  width: 50px !important;
  height: auto;
}

/* Interactive Map */
.interactive-map-block {
  margin: 60px 0 30px;
}
.interactive-map-block .intro {
  font-weight: 300;
  font-size: 22px !important;
  line-height: 26px !important;
  margin-bottom: 0 !important;
}
.interactive-map-block .infographic__mob {
  display: none;
}
@media screen and (max-width: 991px) {
  .interactive-map-block .infographic__mob {
    display: block;
  }
  .interactive-map-block .infographic__desk {
    display: none;
  }
}

.interactive-map-container {
  position: relative;
  margin-top: 64px;
}
.interactive-map-container .info-window-content,
.interactive-map-container .info-window {
  position: absolute;
  left: 20px;
  width: 38%;
}
@media (max-width: 991px) {
  .interactive-map-container .info-window-content,
  .interactive-map-container .info-window {
    width: calc(100% - 40px);
  }
}
.interactive-map-container .info-window-content {
  top: 15px;
  height: 5px;
  background-color: #003087;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.interactive-map-container .info-window-content #close-info-window {
  position: absolute;
  top: 15px;
  right: 15px;
}
.interactive-map-container .info-window-content #close-info-window:hover {
  cursor: pointer;
}
.interactive-map-container .info-window-content .info-window-text {
  opacity: 0;
  color: white;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.interactive-map-container .info-window-content.active-info-window {
  height: auto;
  max-height: 100%;
  padding: 35px 45px 0 45px;
}
.interactive-map-container .info-window-content.active-info-window .info-window-text {
  opacity: 1;
}
.interactive-map-container .info-window-content.active-info-window .info-window-text h2, .interactive-map-container .info-window-content.active-info-window .info-window-text h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}
.interactive-map-container .info-window-content.active-info-window .info-window-text h2, .interactive-map-container .info-window-content.active-info-window .info-window-text h3, .interactive-map-container .info-window-content.active-info-window .info-window-text p, .interactive-map-container .info-window-content.active-info-window .info-window-text li {
  color: white;
}
.interactive-map-container .info-window-content.active-info-window .info-window-text ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.interactive-map-container .info-window-content.active-info-window .info-window-text ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: white !important;
}
.interactive-map-container .info-window-content.active-info-window .info-window-text ul li:last-child {
  border-bottom: none;
}
.interactive-map-container .info-window {
  top: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: white;
  color: black;
  padding: 35px 50px;
}
.interactive-map-container .info-window p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .interactive-map-container .info-window {
    padding: 20px;
  }
}

/* Leavers Destination TPL */
.page-template-leavers-destination .entry-title, .page-template-leavers-destination body.archive.post-type-archive-events h2, body.archive.post-type-archive-events .page-template-leavers-destination h2,
.page-template-leavers-destination body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts .page-template-leavers-destination h2,
.page-template-leavers-destination body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now .page-template-leavers-destination h2,
.page-template-leavers-destination body.page:not(.home) h2,
body.page:not(.home) .page-template-leavers-destination h2,
.page-template-leavers-destination body.blog h2,
body.blog .page-template-leavers-destination h2,
.page-template-leavers-destination body.single h2,
body.single .page-template-leavers-destination h2,
.page-template-leavers-destination body.attachment h2,
body.attachment .page-template-leavers-destination h2, .page-template-leavers-destination body.archive.post-type-archive-events h3, body.archive.post-type-archive-events .page-template-leavers-destination h3,
.page-template-leavers-destination body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts .page-template-leavers-destination h3,
.page-template-leavers-destination body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now .page-template-leavers-destination h3,
.page-template-leavers-destination body.page:not(.home) h3,
body.page:not(.home) .page-template-leavers-destination h3,
.page-template-leavers-destination body.blog h3,
body.blog .page-template-leavers-destination h3,
.page-template-leavers-destination body.single h3,
body.single .page-template-leavers-destination h3,
.page-template-leavers-destination body.attachment h3,
body.attachment .page-template-leavers-destination h3 {
  display: none;
}
.page-template-leavers-destination blockquote {
  max-width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 30px 0;
}
.page-template-leavers-destination blockquote p {
  font-size: 22px !important;
  line-height: 26px !important;
  color: #000 !important;
}
.page-template-leavers-destination blockquote footer {
  color: #DA291C;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 20px;
}
.page-template-leavers-destination .btn {
  border-radius: 0;
  border-color: #DA291C;
  color: #DA291C !important;
}
.page-template-leavers-destination .btn:hover {
  color: #fff !important;
}
.page-template-leavers-destination .btn:hover:after {
  background-color: #DA291C;
  border-radius: 0;
}

/* -----------------------------------------------------------------------------
* Academic Ethos
------------------------------------------------------------------------------*/
#page-content .teasers-grid {
  position: relative;
  margin-top: 50px;
}
#page-content .teasers-grid .teaser {
  margin-bottom: 30px;
}
#page-content .teasers-grid figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}
#page-content .teasers-grid figure img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
}
#page-content .teasers-grid figure figcaption {
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 2;
}
#page-content .teasers-grid figure figcaption p {
  color: white;
  font-size: 18px;
  font-weight: normal;
  font-family: "GillSansMTStd-Book", "prenton", sans-serif;
  text-transform: uppercase;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.52);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0;
}
#page-content .teasers-grid figure:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#page-content .teasers-grid figure:hover .overlay-light {
  background: rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 480px) {
  #page-content .teasers-grid figure figcaption p {
    font-size: 18px;
  }
}

time.single-post-published-date {
  display: block;
  font-size: 16px;
  color: #6aa6d9;
  margin: 10px 0 30px;
}

/* PODCASTS */
body.archive.post-type-archive-podcasts .banner {
  height: 380px;
  padding-top: 0;
  background-position: center !important;
}

body.single-podcasts .banner {
  height: 0;
  padding-top: 2px;
}

.podcast-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 12px;
  margin: 30px 0;
}

body.page-template-galleries .galleries {
  margin-bottom: 80px;
}
body.page-template-galleries .gallery {
  margin: 0;
  margin-bottom: 60px;
}
body.page-template-galleries .gallery img {
  border-style: solid;
  border-width: 5px;
  border-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.35);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 1px;
  -webkit-background-clip: content-box;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body.page-template-galleries .gallery img:hover {
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
}
@media (min-width: 768px) and (max-width: 1024px) {
  body.page-template-galleries .gallery img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
body.page-template-galleries .gallery .image-container {
  position: relative;
  z-index: 1;
  max-width: 280px;
  margin: auto;
}
body.page-template-galleries .gallery .image-container .stack-pictures .stack-pic-1, body.page-template-galleries .gallery .image-container .stack-pictures .stack-pic-2 {
  position: absolute;
  width: 88%;
  height: 100%;
}
body.page-template-galleries .gallery .image-container .stack-pictures .stack-pic-1 {
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  bottom: -15px;
  left: 10px;
}
body.page-template-galleries .gallery .image-container .stack-pictures .stack-pic-2 {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  bottom: -18px;
  right: 0;
}
body.page-template-galleries .gallery figcaption {
  max-width: 280px;
  margin: auto;
}
body.page-template-galleries .gallery figcaption h3 {
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 0;
  margin-top: 20px;
}
body.page-template-galleries .gallery figcaption p {
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  font-size: 19px;
  line-height: 20px;
  color: #6f6f6f;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: rgba(0, 0, 0, 0.85);
}

.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
  background-color: transparent;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
  background: url(assets/img/cross.svg) no-repeat 0px 0px;
  width: 28px;
  height: 28px;
}

.nivo-lightbox-theme-default .nivo-lightbox-next {
  background: url(assets/img/arrow-nav-next.svg) no-repeat;
  background-position: 50%;
  background-size: 25px;
}

.nivo-lightbox-theme-default .nivo-lightbox-prev {
  background: url(assets/img/arrow-nav-prev.svg) no-repeat;
  background-position: 50%;
  background-size: 25px;
}

body.single-events .event-date {
  font-size: 18px;
  line-height: 28px;
  color: #272361;
  margin-top: 15px;
}

body.page-template-home .banner-home {
  margin-bottom: 90px;
}
body.page-template-home .banner-home .img-background {
  background-size: cover !important;
  background-position: top !important;
  opacity: 0.75;
  -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
  -webkit-animation: growHeight 700ms cubic-bezier(0.6, 0.05, 0.1, 0.99) 3500ms 1 forwards;
          animation: growHeight 700ms cubic-bezier(0.6, 0.05, 0.1, 0.99) 3500ms 1 forwards;
}
body.page-template-home .banner-home .img-background--video {
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
}
body.page-template-home .banner-home .img-background--video video {
  width: 100%;
  height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: growHeight 700ms cubic-bezier(0.6, 0.05, 0.1, 0.99) 3500ms 1 forwards;
          animation: growHeight 700ms cubic-bezier(0.6, 0.05, 0.1, 0.99) 3500ms 1 forwards;
}
@-webkit-keyframes growHeight {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes growHeight {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
body.page-template-home .banner-home__picture {
  position: relative;
  height: 70vh;
  width: 80%;
  margin: 180px auto 45px;
}
@media (max-width: 991px) and (min-height: 420px) {
  body.page-template-home .banner-home__picture {
    height: 50vh;
    width: 90%;
    margin: 120px auto 30px;
  }
}
@media (max-width: 575px) {
  body.page-template-home .banner-home__picture {
    height: calc(70vh - 140px);
    width: 90%;
  }
}
@media (max-width: 991px) and (max-height: 419px) {
  body.page-template-home .banner-home__picture {
    margin: 120px auto 30px;
  }
  body.page-template-home .banner-home__picture .word {
    font-size: 80px !important;
  }
  body.page-template-home .banner-home__picture .word--1 {
    top: 30px !important;
  }
  body.page-template-home .banner-home__picture .word--2 {
    top: 90px !important;
  }
  body.page-template-home .banner-home__picture .word--3 {
    left: 50% !important;
  }
}
body.page-template-home .banner-home__picture .word {
  position: absolute;
  z-index: 200;
  color: #272361;
  font-size: 160px;
  line-height: 68px;
  font-weight: 300;
}
body.page-template-home .banner-home__picture .word--1 {
  top: 50px;
  -webkit-animation: word1 3800ms cubic-bezier(0.6, 0.05, 0.1, 0.99) 200ms 1 forwards;
          animation: word1 3800ms cubic-bezier(0.6, 0.05, 0.1, 0.99) 200ms 1 forwards;
}
body.page-template-home .banner-home__picture .word--2 {
  top: 250px;
  -webkit-animation: word2 3800ms cubic-bezier(0.6, 0.05, 0.1, 0.99) 200ms 1 forwards;
          animation: word2 3800ms cubic-bezier(0.6, 0.05, 0.1, 0.99) 200ms 1 forwards;
}
body.page-template-home .banner-home__picture .word--3 {
  top: 450px;
  -webkit-animation: word3 3800ms cubic-bezier(0.6, 0.05, 0.1, 0.99) 200ms 1 forwards;
          animation: word3 3800ms cubic-bezier(0.6, 0.05, 0.1, 0.99) 200ms 1 forwards;
}
@-webkit-keyframes word1 {
  0% {
    opacity: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  15% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    left: -85px;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes word1 {
  0% {
    opacity: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  15% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    left: -85px;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes word2 {
  0% {
    opacity: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  30% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  80% {
    top: 250px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    top: 340px;
    right: -90px;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes word2 {
  0% {
    opacity: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  30% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  80% {
    top: 250px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    top: 340px;
    right: -90px;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes word3 {
  0% {
    opacity: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  45% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    top: 450px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    top: 65vh;
    left: calc(50% - 139px);
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes word3 {
  0% {
    opacity: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  45% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    top: 450px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    top: 65vh;
    left: calc(50% - 139px);
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 991px) {
  body.page-template-home .banner-home__picture .word {
    font-size: 140px;
  }
  @-webkit-keyframes word1 {
    0% {
      opacity: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    15% {
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    100% {
      left: -25px;
      -webkit-transform: none;
              transform: none;
    }
  }
  @keyframes word1 {
    0% {
      opacity: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    15% {
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    100% {
      left: -25px;
      -webkit-transform: none;
              transform: none;
    }
  }
  @-webkit-keyframes word2 {
    0% {
      opacity: 0;
      right: 50%;
      -webkit-transform: translateX(50%);
              transform: translateX(50%);
    }
    30% {
      opacity: 0;
    }
    55% {
      opacity: 1;
    }
    80% {
      right: 50%;
      -webkit-transform: translateX(50%);
              transform: translateX(50%);
    }
    100% {
      right: -20px;
      -webkit-transform: none;
              transform: none;
    }
  }
  @keyframes word2 {
    0% {
      opacity: 0;
      right: 50%;
      -webkit-transform: translateX(50%);
              transform: translateX(50%);
    }
    30% {
      opacity: 0;
    }
    55% {
      opacity: 1;
    }
    80% {
      right: 50%;
      -webkit-transform: translateX(50%);
              transform: translateX(50%);
    }
    100% {
      right: -20px;
      -webkit-transform: none;
              transform: none;
    }
  }
  @-webkit-keyframes word3 {
    0% {
      opacity: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    45% {
      opacity: 0;
    }
    70% {
      opacity: 1;
    }
    80% {
      top: 450px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    100% {
      top: 45vh;
      left: calc(50% - 65px);
      -webkit-transform: none;
              transform: none;
    }
  }
  @keyframes word3 {
    0% {
      opacity: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    45% {
      opacity: 0;
    }
    70% {
      opacity: 1;
    }
    80% {
      top: 450px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    100% {
      top: 45vh;
      left: calc(50% - 65px);
      -webkit-transform: none;
              transform: none;
    }
  }
}
@media (max-width: 575px) {
  body.page-template-home .banner-home__picture .word {
    font-size: 80px;
  }
  body.page-template-home .banner-home__picture .word--1 {
    top: -10px;
  }
  body.page-template-home .banner-home__picture .word--2 {
    top: calc(24vh - 50px);
  }
  body.page-template-home .banner-home__picture .word--3 {
    top: auto;
    bottom: -65px;
  }
  @-webkit-keyframes word1 {
    0% {
      top: -10px;
      opacity: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    15% {
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      top: -10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    100% {
      top: 20px;
      left: -15px;
      -webkit-transform: none;
              transform: none;
    }
  }
  @keyframes word1 {
    0% {
      top: -10px;
      opacity: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    15% {
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      top: -10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    100% {
      top: 20px;
      left: -15px;
      -webkit-transform: none;
              transform: none;
    }
  }
  @-webkit-keyframes word2 {
    0% {
      top: calc(24vh - 50px);
      opacity: 0;
      right: 50%;
      -webkit-transform: translateX(50%);
              transform: translateX(50%);
    }
    30% {
      opacity: 0;
    }
    55% {
      opacity: 1;
    }
    80% {
      top: calc(24vh - 50px);
      right: 50%;
      -webkit-transform: translateX(50%);
              transform: translateX(50%);
    }
    100% {
      top: 21vh;
      right: 0;
      -webkit-transform: none;
              transform: none;
    }
  }
  @keyframes word2 {
    0% {
      top: calc(24vh - 50px);
      opacity: 0;
      right: 50%;
      -webkit-transform: translateX(50%);
              transform: translateX(50%);
    }
    30% {
      opacity: 0;
    }
    55% {
      opacity: 1;
    }
    80% {
      top: calc(24vh - 50px);
      right: 50%;
      -webkit-transform: translateX(50%);
              transform: translateX(50%);
    }
    100% {
      top: 21vh;
      right: 0;
      -webkit-transform: none;
              transform: none;
    }
  }
  @-webkit-keyframes word3 {
    0% {
      bottom: -65px;
      opacity: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    45% {
      opacity: 0;
    }
    70% {
      opacity: 1;
    }
    80% {
      bottom: -65px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    100% {
      bottom: -140px;
      left: 10%;
      -webkit-transform: none;
              transform: none;
    }
  }
  @keyframes word3 {
    0% {
      bottom: -65px;
      opacity: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    45% {
      opacity: 0;
    }
    70% {
      opacity: 1;
    }
    80% {
      bottom: -65px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    100% {
      bottom: -140px;
      left: 10%;
      -webkit-transform: none;
              transform: none;
    }
  }
}
body.page-template-home .banner-home .play-full-video {
  position: absolute;
  bottom: 20px;
  left: 30px;
  opacity: 0;
  -webkit-animation: fadeIn 1200ms cubic-bezier(0.6, 0.05, 0.1, 0.99) 5000ms 1 forwards;
          animation: fadeIn 1200ms cubic-bezier(0.6, 0.05, 0.1, 0.99) 5000ms 1 forwards;
}
body.page-template-home .banner-home .play-full-video img,
body.page-template-home .banner-home .play-full-video svg {
  height: 50px;
  margin-right: 15px;
  width: auto;
  vertical-align: middle;
}
body.page-template-home .banner-home .play-full-video a {
  color: white;
  font-size: 18px;
  text-shadow: 1px 1px 1px black;
}
@media (max-width: 575px) {
  body.page-template-home .banner-home .play-full-video {
    bottom: -100px;
    left: 0;
  }
  body.page-template-home .banner-home .play-full-video a {
    color: #6aa6d9;
    text-shadow: none;
  }
  body.page-template-home .banner-home .play-full-video svg g {
    fill: #6aa6d9;
  }
}
body.page-template-home .banner-home .anchor-link {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  color: black;
  margin-right: 50px;
}
body.page-template-home .banner-home .anchor-link::after {
  content: url("assets/img/arrow-down-red.svg");
  position: absolute;
  top: -2px;
  right: -25px;
  width: 15px;
}
body.page-template-home .banner-home .anchor-link-animate {
  opacity: 0;
  -webkit-animation: fadeIn 1200ms cubic-bezier(0.6, 0.05, 0.1, 0.99) 5000ms 1 forwards;
          animation: fadeIn 1200ms cubic-bezier(0.6, 0.05, 0.1, 0.99) 5000ms 1 forwards;
}
@media (max-width: 991px) {
  body.page-template-home .banner-home + section {
    opacity: 0;
    -webkit-animation: fadeIn 1200ms cubic-bezier(0.6, 0.05, 0.1, 0.99) 5000ms 1 forwards;
            animation: fadeIn 1200ms cubic-bezier(0.6, 0.05, 0.1, 0.99) 5000ms 1 forwards;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.page-template-home .why-rokeby {
  padding-top: 80px;
  margin-top: 100px;
  margin-bottom: 90px;
}
body.page-template-home .why-rokeby__title {
  color: #003087 !important;
  font-size: 78px !important;
  line-height: 78px !important;
  font-weight: 300;
  letter-spacing: -0.54px;
  text-align: center;
  margin-bottom: 25px !important;
}
body.page-template-home .why-rokeby__text {
  font-size: 20px !important;
  line-height: 34px !important;
  font-weight: 300;
  text-align: center;
  color: black;
  margin-bottom: 65px !important;
  padding: 0 30px;
}
body.page-template-home .why-rokeby__page {
  text-align: center;
  margin-bottom: 50px;
}
body.page-template-home .why-rokeby__page img {
  -webkit-box-shadow: 0 2.8px 2.2px 0 rgba(0, 0, 0, 0.02), 0 6.7px 5.3px 0 rgba(0, 0, 0, 0.03), 0 12.5px 10px 0 rgba(0, 0, 0, 0.03), 0 22.3px 17.9px 0 rgba(0, 0, 0, 0.04), 0 41.8px 33.4px 0 rgba(0, 0, 0, 0.05), 0 100px 80px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 2.8px 2.2px 0 rgba(0, 0, 0, 0.02), 0 6.7px 5.3px 0 rgba(0, 0, 0, 0.03), 0 12.5px 10px 0 rgba(0, 0, 0, 0.03), 0 22.3px 17.9px 0 rgba(0, 0, 0, 0.04), 0 41.8px 33.4px 0 rgba(0, 0, 0, 0.05), 0 100px 80px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 36px;
}
body.page-template-home .why-rokeby__page__title {
  font-family: "GillSansMTStd-Light", "prenton", sans-serif !important;
  font-size: 32px !important;
  line-height: 32px !important;
  font-weight: 300;
  letter-spacing: -0.22px;
  color: #003087;
  text-align: center;
  margin: 0 auto 10px !important;
}
body.page-template-home .why-rokeby__page__description {
  font-size: 20px !important;
  line-height: 31px !important;
  font-weight: 300;
  text-align: center;
  color: black;
  padding: 0 20px;
}
@media (max-width: 991px) {
  body.page-template-home .why-rokeby {
    margin-top: 100px;
    margin-bottom: 80px;
  }
}
@media (max-width: 575px) {
  body.page-template-home .why-rokeby {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  body.page-template-home .why-rokeby__title {
    font-size: 45px !important;
    line-height: 52px !important;
  }
  body.page-template-home .why-rokeby__text {
    line-height: 28px !important;
    padding: 0 15px;
  }
  body.page-template-home .why-rokeby__description {
    padding: 0 10px;
  }
}
body.page-template-home .register-son {
  position: relative;
}
body.page-template-home .register-son .img-background {
  background-size: cover !important;
  background-position: center !important;
  height: 730px;
}
body.page-template-home .register-son__data {
  position: absolute;
  bottom: 0;
  right: 112px;
  background-color: #003087;
  width: 556px;
  padding: 40px 50px;
}
body.page-template-home .register-son__title {
  font-size: 56px !important;
  line-height: 72px !important;
  font-weight: 300;
  letter-spacing: -0.5px;
  color: white !important;
  margin: 0 0 12px !important;
}
body.page-template-home .register-son__text {
  font-family: "GillSansMTStd-Light", "prenton", sans-serif !important;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 300;
  color: white;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  body.page-template-home .register-son .img-background {
    height: 400px;
  }
  body.page-template-home .register-son__data {
    position: static;
    width: 100%;
  }
}
@media (max-width: 575px) {
  body.page-template-home .register-son .img-background {
    height: 280px;
  }
  body.page-template-home .register-son__data {
    padding: 30px;
  }
  body.page-template-home .register-son__title {
    font-size: 36px !important;
    line-height: 44px !important;
  }
}
body.page-template-home .whats-on {
  margin: 150px 0 110px;
}
body.page-template-home .whats-on__title {
  font-size: 68px !important;
  letter-spacing: -0.5px;
  font-weight: 300;
  line-height: 68px !important;
  color: #003087 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 991px) {
  body.page-template-home .whats-on {
    margin: 70px 0 50px;
  }
  body.page-template-home .whats-on__title {
    font-size: 62px !important;
  }
  body.page-template-home .whats-on header .text-right {
    text-align: left !important;
    margin-bottom: 30px;
  }
  body.page-template-home .whats-on .pl-extra {
    padding-left: 15px !important;
  }
}
@media (max-width: 575px) {
  body.page-template-home .whats-on {
    margin: 40px 0 60px;
  }
  body.page-template-home .whats-on__title {
    font-size: 50px !important;
    line-height: 55px !important;
  }
}
body.page-template-home .whats-on .slick-slider {
  margin-bottom: 45px;
}
body.page-template-home .whats-on .slick-slider__slide {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  height: 450px;
  -webkit-box-shadow: 0 2.8px 2.2px 0 rgba(0, 0, 0, 0.02), 0 6.7px 5.3px 0 rgba(0, 0, 0, 0.03), 0 12.5px 10px 0 rgba(0, 0, 0, 0.03), 0 22.3px 17.9px 0 rgba(0, 0, 0, 0.04), 0 41.8px 33.4px 0 rgba(0, 0, 0, 0.05), 0 100px 80px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 2.8px 2.2px 0 rgba(0, 0, 0, 0.02), 0 6.7px 5.3px 0 rgba(0, 0, 0, 0.03), 0 12.5px 10px 0 rgba(0, 0, 0, 0.03), 0 22.3px 17.9px 0 rgba(0, 0, 0, 0.04), 0 41.8px 33.4px 0 rgba(0, 0, 0, 0.05), 0 100px 80px 0 rgba(0, 0, 0, 0.07);
}
body.page-template-home .whats-on .slick-slider__data {
  position: absolute;
  z-index: 10;
  bottom: 30px;
  left: 40px;
  width: calc(100% - 200px);
}
body.page-template-home .whats-on .slick-slider__category {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: white;
}
body.page-template-home .whats-on .slick-slider__title {
  font-size: 42px;
  line-height: 42px;
  font-weight: 300;
  letter-spacing: -0.5px;
  color: white;
  margin: 12px 0;
}
body.page-template-home .whats-on .slick-slider ul.slick-dots {
  position: absolute;
  bottom: 50px;
  right: 40px;
}
body.page-template-home .whats-on .slick-slider ul.slick-dots li button {
  background-color: transparent;
  border: 1px solid white;
}
body.page-template-home .whats-on .slick-slider ul.slick-dots li.slick-active button {
  background-color: white;
}
body.page-template-home .whats-on .slick-slider .overlay, body.page-template-home .whats-on .slick-slider .overlay-light {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.8;
  height: 60%;
  top: auto;
  bottom: 0;
}
@media (max-width: 575px) {
  body.page-template-home .whats-on .slick-slider__data {
    bottom: 40px;
    left: 30px;
    width: calc(100% - 70px);
  }
  body.page-template-home .whats-on .slick-slider__category {
    font-size: 12px;
  }
  body.page-template-home .whats-on .slick-slider__title {
    font-size: 25px;
    line-height: 36px;
  }
  body.page-template-home .whats-on .slick-slider ul.slick-dots {
    bottom: 20px;
    right: 20px;
  }
}
body.page-template-home .whats-on .latest-events {
  background-color: #003087;
  padding: 30px 40px 20px 40px;
}
body.page-template-home .whats-on .latest-events__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.page-template-home .whats-on .latest-events__title {
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: -0.5px;
  color: white;
  margin: 0 0 30px;
}
body.page-template-home .whats-on .latest-events__link {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 17px;
  color: white;
  text-transform: uppercase;
  margin: 0 0 30px;
}
body.page-template-home .whats-on .latest-events__event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
body.page-template-home .whats-on .latest-events__event:last-child {
  border-bottom-color: transparent;
}
body.page-template-home .whats-on .latest-events__event__title {
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: white;
  margin: 20px 0;
}
body.page-template-home .whats-on .latest-events__event__date {
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  color: white;
  margin: 20px 0;
}
@media (max-width: 991px) {
  body.page-template-home .whats-on .latest-events {
    margin-bottom: 45px;
  }
}
@media (max-width: 575px) {
  body.page-template-home .whats-on .latest-events {
    padding: 30px 30px 20px 30px;
  }
  body.page-template-home .whats-on .latest-events__title {
    font-size: 32px;
  }
  body.page-template-home .whats-on .latest-events__link {
    font-size: 12px;
    margin: 0 0 20px;
  }
  body.page-template-home .whats-on .latest-events__event {
    display: block;
  }
}
body.page-template-home .whats-on .twitter-card {
  -webkit-box-shadow: 0 2.8px 2.2px 0 rgba(0, 0, 0, 0.02), 0 6.7px 5.3px 0 rgba(0, 0, 0, 0.03), 0 12.5px 10px 0 rgba(0, 0, 0, 0.03), 0 22.3px 17.9px 0 rgba(0, 0, 0, 0.04), 0 41.8px 33.4px 0 rgba(0, 0, 0, 0.05), 0 100px 80px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 2.8px 2.2px 0 rgba(0, 0, 0, 0.02), 0 6.7px 5.3px 0 rgba(0, 0, 0, 0.03), 0 12.5px 10px 0 rgba(0, 0, 0, 0.03), 0 22.3px 17.9px 0 rgba(0, 0, 0, 0.04), 0 41.8px 33.4px 0 rgba(0, 0, 0, 0.05), 0 100px 80px 0 rgba(0, 0, 0, 0.07);
  padding: 30px 25px;
}
body.page-template-home .whats-on .twitter-card__image {
  height: 280px;
  margin: -30px -25px 25px;
  background-size: cover !important;
  background-position: center !important;
}
body.page-template-home .whats-on .twitter-card__tweet {
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  min-height: 210px;
}
body.page-template-home .whats-on .twitter-card__metadata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.page-template-home .whats-on .twitter-card__account {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 24px;
  color: black;
  text-transform: uppercase;
}
body.page-template-home .whats-on .twitter-card__account img {
  height: 20px;
  margin-right: 5px;
}
body.page-template-home .whats-on .twitter-card__date {
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: black;
  text-transform: uppercase;
}
body.page-template-home .whats-on .social-media__title {
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: -0.22px;
  color: #003087;
  margin-top: 48px;
  margin-bottom: 20px;
}
body.page-template-home .whats-on .social-media a {
  display: inline-block;
  margin-right: 10px;
}

body.page-template-home .where-next,
body.page-template-rokeby-experience .where-next {
  margin-bottom: 70px;
}
body.page-template-home .where-next__title,
body.page-template-rokeby-experience .where-next__title {
  font-family: "GillSansMTStd-Light", "prenton", sans-serif !important;
  font-size: 160px !important;
  line-height: 160px !important;
  font-weight: 300;
  color: #272361 !important;
  margin: 50px 0 10px !important;
}
body.page-template-home .where-next__page,
body.page-template-rokeby-experience .where-next__page {
  position: relative;
  height: 410px;
  width: 585px;
  margin: 0 22px;
  background-size: cover !important;
  background-position: center !important;
  -webkit-box-shadow: 0 2.8px 2.2px 0 rgba(0, 0, 0, 0.02), 0 6.7px 5.3px 0 rgba(0, 0, 0, 0.03), 0 12.5px 10px 0 rgba(0, 0, 0, 0.03), 0 22.3px 17.9px 0 rgba(0, 0, 0, 0.04), 0 41.8px 33.4px 0 rgba(0, 0, 0, 0.05), 0 100px 80px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 2.8px 2.2px 0 rgba(0, 0, 0, 0.02), 0 6.7px 5.3px 0 rgba(0, 0, 0, 0.03), 0 12.5px 10px 0 rgba(0, 0, 0, 0.03), 0 22.3px 17.9px 0 rgba(0, 0, 0, 0.04), 0 41.8px 33.4px 0 rgba(0, 0, 0, 0.05), 0 100px 80px 0 rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px 40px;
}
body.page-template-home .where-next__page__title,
body.page-template-rokeby-experience .where-next__page__title {
  font-family: "GillSansMTStd-Light", "prenton", sans-serif !important;
  font-size: 42px !important;
  line-height: 42px !important;
  font-weight: 300;
  letter-spacing: -0.5px;
  color: white !important;
  z-index: 10;
  width: calc(100% - 100px);
}
body.page-template-home .where-next__page a,
body.page-template-rokeby-experience .where-next__page a {
  color: inherit;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body.page-template-home .where-next__page a:hover, body.page-template-home .where-next__page a:active, body.page-template-home .where-next__page a:focus,
body.page-template-rokeby-experience .where-next__page a:hover,
body.page-template-rokeby-experience .where-next__page a:active,
body.page-template-rokeby-experience .where-next__page a:focus {
  margin-bottom: 12px;
}
body.page-template-home .where-next__page .overlay, body.page-template-home .where-next__page .overlay-light,
body.page-template-rokeby-experience .where-next__page .overlay,
body.page-template-rokeby-experience .where-next__page .overlay-light {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.8;
  height: 60%;
  top: auto;
  bottom: 0;
}
body.page-template-home .where-next .slick-slider,
body.page-template-rokeby-experience .where-next .slick-slider {
  width: 120%;
}
body.page-template-home .where-next .slick-slider .slick-list,
body.page-template-rokeby-experience .where-next .slick-slider .slick-list {
  overflow: visible;
}
body.page-template-home .where-next .slick-slider .slick-cloned,
body.page-template-rokeby-experience .where-next .slick-slider .slick-cloned {
  visibility: hidden;
}
body.page-template-home .where-next button.slick-arrow,
body.page-template-rokeby-experience .where-next button.slick-arrow {
  position: absolute;
  top: -100px;
  font-size: 0;
  background: transparent;
  border: 0;
  width: 45px;
  height: 45px;
  background-color: #003087;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body.page-template-home .where-next button.slick-arrow.slick-disabled,
body.page-template-rokeby-experience .where-next button.slick-arrow.slick-disabled {
  opacity: 0.51;
}
body.page-template-home .where-next button.slick-arrow::after,
body.page-template-rokeby-experience .where-next button.slick-arrow::after {
  content: url("../img/arrow-down.svg");
  display: block;
}
body.page-template-home .where-next button.slick-arrow:hover:not(.slick-disabled), body.page-template-home .where-next button.slick-arrow:active:not(.slick-disabled), body.page-template-home .where-next button.slick-arrow:focus:not(.slick-disabled),
body.page-template-rokeby-experience .where-next button.slick-arrow:hover:not(.slick-disabled),
body.page-template-rokeby-experience .where-next button.slick-arrow:active:not(.slick-disabled),
body.page-template-rokeby-experience .where-next button.slick-arrow:focus:not(.slick-disabled) {
  outline: none;
  opacity: 1;
}
body.page-template-home .where-next button.slick-prev.slick-arrow,
body.page-template-rokeby-experience .where-next button.slick-prev.slick-arrow {
  left: calc(100vw - 330px);
}
body.page-template-home .where-next button.slick-prev.slick-arrow::after,
body.page-template-rokeby-experience .where-next button.slick-prev.slick-arrow::after {
  -webkit-transform: scale(0.4) rotate(90deg) translateY(3px);
          transform: scale(0.4) rotate(90deg) translateY(3px);
}
body.page-template-home .where-next button.slick-next.slick-arrow,
body.page-template-rokeby-experience .where-next button.slick-next.slick-arrow {
  left: calc(100vw - 270px);
}
body.page-template-home .where-next button.slick-next.slick-arrow::after,
body.page-template-rokeby-experience .where-next button.slick-next.slick-arrow::after {
  -webkit-transform: scale(0.4) rotate(-90deg) translateY(3px);
          transform: scale(0.4) rotate(-90deg) translateY(3px);
}
@media (min-width: 1900px) {
  body.page-template-home .where-next button.slick-prev.slick-arrow,
  body.page-template-rokeby-experience .where-next button.slick-prev.slick-arrow {
    left: 1500px;
  }
  body.page-template-home .where-next button.slick-next.slick-arrow,
  body.page-template-rokeby-experience .where-next button.slick-next.slick-arrow {
    left: 1560px;
  }
}
@media (max-width: 1199px) {
  body.page-template-home .where-next__title,
  body.page-template-rokeby-experience .where-next__title {
    font-size: 120px !important;
    line-height: 140px !important;
  }
  body.page-template-home .where-next__page,
  body.page-template-rokeby-experience .where-next__page {
    height: 380px;
    width: 550px;
  }
  body.page-template-home .where-next button.slick-prev.slick-arrow,
  body.page-template-rokeby-experience .where-next button.slick-prev.slick-arrow {
    left: calc(100vw - 260px);
  }
  body.page-template-home .where-next button.slick-next.slick-arrow,
  body.page-template-rokeby-experience .where-next button.slick-next.slick-arrow {
    left: calc(100vw - 200px);
  }
}
@media (max-width: 991px) {
  body.page-template-home .where-next__title,
  body.page-template-rokeby-experience .where-next__title {
    font-size: 105px !important;
    line-height: 130px !important;
  }
  body.page-template-home .where-next__page,
  body.page-template-rokeby-experience .where-next__page {
    height: 340px;
    width: 480px;
  }
}
@media (max-width: 780px) {
  body.page-template-home .where-next button.slick-prev.slick-arrow,
  body.page-template-rokeby-experience .where-next button.slick-prev.slick-arrow {
    left: calc(100vw - 160px);
  }
  body.page-template-home .where-next button.slick-next.slick-arrow,
  body.page-template-rokeby-experience .where-next button.slick-next.slick-arrow {
    left: calc(100vw - 100px);
  }
}
@media (max-width: 767px) {
  body.page-template-home .where-next__title,
  body.page-template-rokeby-experience .where-next__title {
    font-size: 50px !important;
    line-height: 70px !important;
    margin: 0 0 30px !important;
  }
  body.page-template-home .where-next .slick-slider,
  body.page-template-rokeby-experience .where-next .slick-slider {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  body.page-template-home .where-next button.slick-arrow,
  body.page-template-rokeby-experience .where-next button.slick-arrow {
    top: -70px;
  }
  body.page-template-home .where-next button.slick-prev.slick-arrow,
  body.page-template-rokeby-experience .where-next button.slick-prev.slick-arrow {
    left: 0;
  }
  body.page-template-home .where-next button.slick-next.slick-arrow,
  body.page-template-rokeby-experience .where-next button.slick-next.slick-arrow {
    left: 60px;
  }
}
@media (max-width: 575px) {
  body.page-template-home .where-next__page,
  body.page-template-rokeby-experience .where-next__page {
    width: calc(100vw - 30px);
    height: 250px;
  }
  body.page-template-home .where-next__page__title,
  body.page-template-rokeby-experience .where-next__page__title {
    bottom: 20px;
    left: 30px;
    font-size: 32px !important;
    line-height: 32px !important;
  }
}
body.page-template-home .whats-on .top-row, body.page-template-home .whats-on .bottom-row,
body.page-template-rokeby-experience .whats-on .top-row,
body.page-template-rokeby-experience .whats-on .bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 37px;
}
body.page-template-home .whats-on .top-row > div, body.page-template-home .whats-on .bottom-row > div,
body.page-template-rokeby-experience .whats-on .top-row > div,
body.page-template-rokeby-experience .whats-on .bottom-row > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
body.page-template-home .whats-on .slick-slider,
body.page-template-rokeby-experience .whats-on .slick-slider {
  margin-bottom: 0;
  height: 100%;
}
body.page-template-home .whats-on .slick-slider .slick-list, body.page-template-home .whats-on .slick-slider .slick-track,
body.page-template-rokeby-experience .whats-on .slick-slider .slick-list,
body.page-template-rokeby-experience .whats-on .slick-slider .slick-track {
  height: 100%;
}
body.page-template-home .whats-on .slick-slider__slide,
body.page-template-rokeby-experience .whats-on .slick-slider__slide {
  height: 100%;
}
body.page-template-home .whats-on .btn,
body.page-template-rokeby-experience .whats-on .btn {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1;
  color: white;
  text-transform: uppercase;
  margin: 20px 0 30px 0;
  font-weight: 600;
  padding: 20px;
  white-space: normal;
}
body.page-template-home .whats-on .latest-events,
body.page-template-rokeby-experience .whats-on .latest-events {
  padding: 40px 40px 30px 40px;
}
body.page-template-home .whats-on .latest-events__title,
body.page-template-rokeby-experience .whats-on .latest-events__title {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-top: 20px;
}
body.page-template-home .whats-on .latest-events__title:hover,
body.page-template-rokeby-experience .whats-on .latest-events__title:hover {
  opacity: 0.8;
}
body.page-template-home .whats-on .latest-events__event,
body.page-template-rokeby-experience .whats-on .latest-events__event {
  border-bottom: 0;
}
body.page-template-home .whats-on .latest-events .btn,
body.page-template-rokeby-experience .whats-on .latest-events .btn {
  margin-top: 0;
  padding: 0;
  text-align: left;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body.page-template-home .whats-on .latest-events .btn:hover,
body.page-template-rokeby-experience .whats-on .latest-events .btn:hover {
  background-color: inherit;
  opacity: 0.8;
}
body.page-template-home .whats-on .school-calendar,
body.page-template-rokeby-experience .whats-on .school-calendar {
  -webkit-box-shadow: 0 2.8px 2.2px 0 rgba(0, 0, 0, 0.02), 0 6.7px 5.3px 0 rgba(0, 0, 0, 0.03), 0 12.5px 10px 0 rgba(0, 0, 0, 0.03), 0 22.3px 17.9px 0 rgba(0, 0, 0, 0.04), 0 41.8px 33.4px 0 rgba(0, 0, 0, 0.05), 0 100px 80px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 2.8px 2.2px 0 rgba(0, 0, 0, 0.02), 0 6.7px 5.3px 0 rgba(0, 0, 0, 0.03), 0 12.5px 10px 0 rgba(0, 0, 0, 0.03), 0 22.3px 17.9px 0 rgba(0, 0, 0, 0.04), 0 41.8px 33.4px 0 rgba(0, 0, 0, 0.05), 0 100px 80px 0 rgba(0, 0, 0, 0.07);
  padding: 40px 40px 30px 40px;
  margin-top: 37px;
}
body.page-template-home .whats-on .img-teaser,
body.page-template-rokeby-experience .whats-on .img-teaser {
  -webkit-box-shadow: 0 2.8px 2.2px 0 rgba(0, 0, 0, 0.02), 0 6.7px 5.3px 0 rgba(0, 0, 0, 0.03), 0 12.5px 10px 0 rgba(0, 0, 0, 0.03), 0 22.3px 17.9px 0 rgba(0, 0, 0, 0.04), 0 41.8px 33.4px 0 rgba(0, 0, 0, 0.05), 0 100px 80px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 2.8px 2.2px 0 rgba(0, 0, 0, 0.02), 0 6.7px 5.3px 0 rgba(0, 0, 0, 0.03), 0 12.5px 10px 0 rgba(0, 0, 0, 0.03), 0 22.3px 17.9px 0 rgba(0, 0, 0, 0.04), 0 41.8px 33.4px 0 rgba(0, 0, 0, 0.05), 0 100px 80px 0 rgba(0, 0, 0, 0.07);
  height: 100%;
  background-color: white;
  overflow: hidden;
  text-align: center;
}
body.page-template-home .whats-on .img-teaser:hover .img-teaser__feat-image img,
body.page-template-rokeby-experience .whats-on .img-teaser:hover .img-teaser__feat-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
body.page-template-home .whats-on .img-teaser__feat-image,
body.page-template-rokeby-experience .whats-on .img-teaser__feat-image {
  position: relative;
  min-height: 160px;
  overflow: hidden;
  aspect-ratio: 4/3;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  left: 50%;
}
body.page-template-home .whats-on .img-teaser__feat-image img,
body.page-template-rokeby-experience .whats-on .img-teaser__feat-image img {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body.page-template-home .whats-on .img-teaser__tag,
body.page-template-rokeby-experience .whats-on .img-teaser__tag {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1;
  color: #003087;
  text-transform: uppercase;
  margin: 20px 0 10px 0;
  font-weight: 600;
  padding: 0 30px;
  white-space: normal;
}
body.page-template-home .whats-on .img-teaser__title,
body.page-template-rokeby-experience .whats-on .img-teaser__title {
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: black;
  padding: 0 30px 40px 30px;
  margin-top: 0;
}
body.page-template-home .whats-on .social__inner,
body.page-template-rokeby-experience .whats-on .social__inner {
  -webkit-box-shadow: 0 2.8px 2.2px 0 rgba(0, 0, 0, 0.02), 0 6.7px 5.3px 0 rgba(0, 0, 0, 0.03), 0 12.5px 10px 0 rgba(0, 0, 0, 0.03), 0 22.3px 17.9px 0 rgba(0, 0, 0, 0.04), 0 41.8px 33.4px 0 rgba(0, 0, 0, 0.05), 0 100px 80px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 2.8px 2.2px 0 rgba(0, 0, 0, 0.02), 0 6.7px 5.3px 0 rgba(0, 0, 0, 0.03), 0 12.5px 10px 0 rgba(0, 0, 0, 0.03), 0 22.3px 17.9px 0 rgba(0, 0, 0, 0.04), 0 41.8px 33.4px 0 rgba(0, 0, 0, 0.05), 0 100px 80px 0 rgba(0, 0, 0, 0.07);
  height: 100%;
  background-color: white;
}
body.page-template-home .whats-on .social .social-icon,
body.page-template-rokeby-experience .whats-on .social .social-icon {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: none;
          transform: none;
}
body.page-template-home .whats-on .social__header,
body.page-template-rokeby-experience .whats-on .social__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.page-template-home .whats-on .social__title, body.page-template-home .whats-on .social__title > a,
body.page-template-rokeby-experience .whats-on .social__title,
body.page-template-rokeby-experience .whats-on .social__title > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body.page-template-home .whats-on .social__title > a:hover,
body.page-template-rokeby-experience .whats-on .social__title > a:hover {
  opacity: 0.8;
}
body.page-template-home .whats-on .social__title,
body.page-template-rokeby-experience .whats-on .social__title {
  padding: 15px 0 0 40px;
}
body.page-template-home .whats-on .social__links,
body.page-template-rokeby-experience .whats-on .social__links {
  background-color: #003087;
  padding: 20px 30px 20px 20px;
}
body.page-template-home .whats-on .social__links .social-icon__x, body.page-template-home .whats-on .social__links .social-icon__fb,
body.page-template-rokeby-experience .whats-on .social__links .social-icon__x,
body.page-template-rokeby-experience .whats-on .social__links .social-icon__fb {
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body.page-template-home .whats-on .social__links .social-icon__x:hover, body.page-template-home .whats-on .social__links .social-icon__fb:hover,
body.page-template-rokeby-experience .whats-on .social__links .social-icon__x:hover,
body.page-template-rokeby-experience .whats-on .social__links .social-icon__fb:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
body.page-template-home .whats-on .social__handle,
body.page-template-rokeby-experience .whats-on .social__handle {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1;
  color: #003087;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 20px;
  white-space: normal;
  margin: 0;
}
body.page-template-home .whats-on .social .instagram-feed,
body.page-template-rokeby-experience .whats-on .social .instagram-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  padding: 40px;
}
body.page-template-home .whats-on .social .instagram-feed__post,
body.page-template-rokeby-experience .whats-on .social .instagram-feed__post {
  aspect-ratio: 1/1;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  -ms-flex-preferred-size: calc(25% - 10px);
      flex-basis: calc(25% - 10px);
  overflow: hidden;
  position: relative;
}
body.page-template-home .whats-on .social .instagram-feed__post__image,
body.page-template-rokeby-experience .whats-on .social .instagram-feed__post__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  body.page-template-home .whats-on .img-teaser__title, body.page-template-home .whats-on .latest-events__event__title,
  body.page-template-rokeby-experience .whats-on .img-teaser__title,
  body.page-template-rokeby-experience .whats-on .latest-events__event__title {
    font-size: 18px !important;
  }
  body.page-template-home .whats-on .img-teaser__title,
  body.page-template-rokeby-experience .whats-on .img-teaser__title {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 991px) {
  body.page-template-home .whats-on .top-row, body.page-template-home .whats-on .bottom-row,
  body.page-template-rokeby-experience .whats-on .top-row,
  body.page-template-rokeby-experience .whats-on .bottom-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.page-template-home .whats-on .top-row .news-posts, body.page-template-home .whats-on .bottom-row .news-posts,
  body.page-template-rokeby-experience .whats-on .top-row .news-posts,
  body.page-template-rokeby-experience .whats-on .bottom-row .news-posts {
    margin-top: 37px;
    min-height: 400px;
    height: 400px;
  }
  body.page-template-home .whats-on .bottom-row > div,
  body.page-template-rokeby-experience .whats-on .bottom-row > div {
    margin-bottom: 37px;
  }
  body.page-template-home .whats-on .events-calendar,
  body.page-template-rokeby-experience .whats-on .events-calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 37px;
  }
  body.page-template-home .whats-on .events-calendar .latest-events, body.page-template-home .whats-on .events-calendar .school-calendar,
  body.page-template-rokeby-experience .whats-on .events-calendar .latest-events,
  body.page-template-rokeby-experience .whats-on .events-calendar .school-calendar {
    margin: 0 !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    -ms-flex-preferred-size: calc(50% - 37px);
        flex-basis: calc(50% - 37px);
  }
  body.page-template-home .whats-on .img-teaser__feat-image,
  body.page-template-rokeby-experience .whats-on .img-teaser__feat-image {
    min-height: 240px;
  }
}
@media (max-width: 767px) {
  body.page-template-home .whats-on .instagram-feed,
  body.page-template-rokeby-experience .whats-on .instagram-feed {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  body.page-template-home .whats-on .instagram-feed__post,
  body.page-template-rokeby-experience .whats-on .instagram-feed__post {
    -ms-flex-preferred-size: calc(50% - 10px) !important;
        flex-basis: calc(50% - 10px) !important;
  }
}
@media (max-width: 480px) {
  body.page-template-home .whats-on .social-icon,
  body.page-template-rokeby-experience .whats-on .social-icon {
    width: 36px !important;
    height: 36px !important;
  }
  body.page-template-home .whats-on .social-icon__ig,
  body.page-template-rokeby-experience .whats-on .social-icon__ig {
    width: 26px !important;
    height: 26px !important;
  }
  body.page-template-home .whats-on .social__handle,
  body.page-template-rokeby-experience .whats-on .social__handle {
    padding: 0 10px;
  }
  body.page-template-home .whats-on .events-calendar,
  body.page-template-rokeby-experience .whats-on .events-calendar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.page-template-home .whats-on .social__links,
  body.page-template-rokeby-experience .whats-on .social__links {
    text-align: right;
    padding: 10px;
  }
}

body.page-template-rokeby-experience main.site-main {
  margin-bottom: 0 !important;
}
body.page-template-rokeby-experience main.site-main .entry-title, body.page-template-rokeby-experience main.site-main body.archive.post-type-archive-events h2, body.archive.post-type-archive-events body.page-template-rokeby-experience main.site-main h2,
body.page-template-rokeby-experience main.site-main body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts body.page-template-rokeby-experience main.site-main h2,
body.page-template-rokeby-experience main.site-main body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now body.page-template-rokeby-experience main.site-main h2,
body.page-template-rokeby-experience main.site-main body.page:not(.home) h2,
body.page:not(.home) body.page-template-rokeby-experience main.site-main h2,
body.page-template-rokeby-experience main.site-main body.blog h2,
body.blog body.page-template-rokeby-experience main.site-main h2,
body.page-template-rokeby-experience main.site-main body.single h2,
body.single body.page-template-rokeby-experience main.site-main h2,
body.page-template-rokeby-experience main.site-main body.attachment h2,
body.attachment body.page-template-rokeby-experience main.site-main h2, body.page-template-rokeby-experience main.site-main body.archive.post-type-archive-events h3, body.archive.post-type-archive-events body.page-template-rokeby-experience main.site-main h3,
body.page-template-rokeby-experience main.site-main body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts body.page-template-rokeby-experience main.site-main h3,
body.page-template-rokeby-experience main.site-main body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now body.page-template-rokeby-experience main.site-main h3,
body.page-template-rokeby-experience main.site-main body.page:not(.home) h3,
body.page:not(.home) body.page-template-rokeby-experience main.site-main h3,
body.page-template-rokeby-experience main.site-main body.blog h3,
body.blog body.page-template-rokeby-experience main.site-main h3,
body.page-template-rokeby-experience main.site-main body.single h3,
body.single body.page-template-rokeby-experience main.site-main h3,
body.page-template-rokeby-experience main.site-main body.attachment h3,
body.attachment body.page-template-rokeby-experience main.site-main h3 {
  margin-bottom: 20px;
}
body.page-template-rokeby-experience main.site-main .entry-intro {
  margin-bottom: 50px;
}
body.page-template-rokeby-experience main.site-main p {
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.19px;
}
body.page-template-rokeby-experience main.site-main .experience-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}
body.page-template-rokeby-experience main.site-main .experience-block:last-child {
  margin-bottom: 0;
}
body.page-template-rokeby-experience main.site-main .experience-block__picture {
  position: relative;
}
body.page-template-rokeby-experience main.site-main .experience-block__picture .block {
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 70%;
  height: 100%;
  background-color: #ECF1F5;
}
body.page-template-rokeby-experience main.site-main .experience-block__picture .block--blue {
  background-color: #003087;
}
body.page-template-rokeby-experience main.site-main .experience-block__picture .block--red {
  background-color: #DA291C;
}
body.page-template-rokeby-experience main.site-main .experience-block.even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
body.page-template-rokeby-experience main.site-main .experience-block.even .block {
  right: 15px;
}
body.page-template-rokeby-experience main.site-main blockquote {
  max-width: none;
  margin: 0 48px 0 0;
}
body.page-template-rokeby-experience main.site-main blockquote img {
  width: 30px;
  margin-bottom: 20px;
}
body.page-template-rokeby-experience main.site-main blockquote p {
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 20px;
  color: black;
}
body.page-template-rokeby-experience main.site-main blockquote strong {
  font-family: "GillSansMTStd-Book", "prenton", sans-serif;
  font-style: italic;
  color: #003087;
}
body.page-template-rokeby-experience main.site-main blockquote cite {
  font-style: normal;
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.12px;
  margin-bottom: 0px;
  color: #003087;
}
@media (max-width: 1199px) {
  body.page-template-rokeby-experience main.site-main blockquote {
    margin: 0;
  }
}
@media (max-width: 991px) {
  body.page-template-rokeby-experience main.site-main .experience-block {
    display: block;
  }
  body.page-template-rokeby-experience main.site-main .experience-block__picture {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  body.page-template-rokeby-experience main.site-main blockquote {
    padding: 0;
  }
}
body.page-template-rokeby-experience .where-next {
  margin-top: 40px;
}
@media (max-width: 767px) {
  body.page-template-rokeby-experience #page-content {
    padding: 0 30px !important;
  }
}

/* FOOTER */
footer#colophon {
  background: #003087;
  clear: both;
}
footer#colophon hr {
  background-color: rgba(0, 48, 135, 0.31);
}
footer#colophon .footer-teasers {
  position: relative;
}
footer#colophon .footer-teasers a {
  color: white !important;
}
footer#colophon .footer-teasers figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}
footer#colophon .footer-teasers figure img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
}
footer#colophon .footer-teasers figure figcaption {
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 2;
}
footer#colophon .footer-teasers figure figcaption p {
  color: white !important;
  font-size: 18px;
  font-weight: normal;
  font-family: "GillSansMTStd-Book", "prenton", sans-serif;
  text-transform: uppercase;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.52);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0;
}
footer#colophon .footer-teasers figure:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
footer#colophon .footer-teasers figure:hover .overlay-light {
  background: rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 480px) {
  footer#colophon .footer-teasers figure figcaption p {
    font-size: 18px;
  }
}
footer#colophon .footer-teasers.front-page {
  background: #003087;
}
footer#colophon .footer-teasers.front-page .teasers-grid {
  margin-bottom: 100px;
}
footer#colophon .footer-teasers.front-page h2 {
  color: white;
  font-size: 43px;
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  width: 100%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 50px;
}
footer#colophon .footer-teasers.front-page figure {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  footer#colophon .footer-teasers.front-page .teaser {
    max-width: 80%;
    margin: auto;
  }
}
footer#colophon .footer-teasers.inside-pages {
  background: white;
}
footer#colophon .footer-teasers.inside-pages .teasers-grid .teaser:first-child {
  padding-right: 1.2px;
}
footer#colophon .footer-teasers.inside-pages .teasers-grid .teaser:nth-child(2) {
  padding: 0 0.6px;
}
footer#colophon .footer-teasers.inside-pages .teasers-grid .teaser:last-child {
  padding-left: 1.2px;
}
footer#colophon .footer-teasers.inside-pages .teaser {
  padding: 0;
}
footer#colophon .footer-above {
  position: relative;
  padding: 55px 50px 25px 50px;
  background: #ECF1F5;
  overflow: hidden;
}
footer#colophon .footer-above h3 {
  font-family: "GillSansMTStd-Book", "prenton", sans-serif;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.2px;
  color: black;
  margin-bottom: 12px;
  margin-top: 0;
}
footer#colophon .footer-above p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
footer#colophon .footer-above a {
  font-size: 18px;
}
footer#colophon .footer-above form.search-form {
  width: 270px;
}
footer#colophon .footer-above .block-search label {
  max-width: 96%;
}
footer#colophon .footer-above .block-search img.logo {
  max-width: 250px;
  margin-bottom: 40px;
}
footer#colophon .footer-above .block-search input.search-field {
  width: 270px;
  max-width: 100%;
}
footer#colophon .footer-above .block-search .fa {
  color: #DA291C;
}
footer#colophon .footer-above .block-links {
  margin-top: 20px;
}
footer#colophon .footer-above .block-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer#colophon .footer-above .block-links ul li {
  font-size: 18px;
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  margin-bottom: 10px;
}
footer#colophon .footer-above .block-contact {
  margin-top: 20px;
  color: #003087;
}
footer#colophon .footer-above .block-contact p, footer#colophon .footer-above .block-contact a {
  color: inherit;
}
footer#colophon .footer-above .block-contact a.email-address {
  margin-right: 8px;
}
footer#colophon .footer-above .quick-links a {
  font-family: "GillSansMTStd-Book", "prenton", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #003087;
}
footer#colophon .footer-above .social-media {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  margin-top: 35px;
}
footer#colophon .footer-above .social-media a {
  margin-right: 5px;
}
footer#colophon .footer-above .block-search, footer#colophon .footer-above .block-links, footer#colophon .footer-above .block-contact, footer#colophon .footer-above .block-text {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer#colophon .footer-above .block-links, footer#colophon .footer-above .block-text {
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  footer#colophon .footer-above .block-contact {
    padding-left: 15px !important;
    margin-top: 20px !important;
  }
}
@media (max-width: 575px) {
  footer#colophon .footer-above {
    padding: 30px 30px 20px 30px;
  }
  footer#colophon .footer-above form.search-form,
  footer#colophon .footer-above .block-search input.search-field {
    width: 220px;
  }
}
footer#colophon .affiliations-bar {
  background-color: #ECF1F5;
  padding: 20px 0 20px;
  margin-top: -2px;
}
footer#colophon .affiliations-bar__wrap {
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -20px;
}
footer#colophon .affiliations-bar__wrap a:nth-child(1) img {
  max-height: none;
  max-width: 60px;
}
footer#colophon .affiliations-bar__logo {
  margin: 30px 20px;
  width: initial;
  height: auto;
  max-height: 50px;
}
@media (max-width: 480px) {
  footer#colophon .affiliations-bar__wrap {
    display: block;
  }
  footer#colophon .affiliations-bar__wrap img {
    display: block;
    margin: 30px auto;
  }
}
footer#colophon .footer .left {
  display: inline-block;
  margin-left: 15px;
}
footer#colophon .footer .left p {
  display: inline-block;
  margin: 22px auto;
  font-size: 16px;
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  color: white;
  margin-right: 15px;
}
footer#colophon .footer .left ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
footer#colophon .footer .left ul li {
  display: inline-block;
  margin-right: 15px;
}
footer#colophon .footer .left ul li a {
  font-size: 16px;
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  color: white;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
footer#colophon .footer .left ul li a:hover {
  color: #6aa6d9;
}
footer#colophon .footer .right {
  display: inline-block;
  margin-right: 15px;
}
footer#colophon .footer .linkTWK, footer#colophon .footer .linkTWK a {
  font-size: 16px;
  color: white;
  margin: 22px auto;
}
footer#colophon .footer .linkTWK a {
  opacity: 1;
}
footer#colophon .footer .linkTWK a:hover, footer#colophon .footer .linkTWK a:active, footer#colophon .footer .linkTWK a:focus {
  color: #6aa6d9;
}
footer#colophon .footer .linkTWK span {
  opacity: 1;
}
footer#colophon .footer .linkTWK:hover, footer#colophon .footer .linkTWK a:hover {
  opacity: 1;
}
footer#colophon .footer .linkTWK:hover a, footer#colophon .footer .linkTWK a:hover a {
  opacity: 1;
}
@media (max-width: 480px) {
  footer#colophon .footer {
    text-align: center;
  }
  footer#colophon .footer .left {
    margin-left: 0;
  }
  footer#colophon .footer .left p {
    margin-right: 0;
  }
  footer#colophon .footer .right {
    float: none !important;
    margin-right: 0;
  }
}

/* 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;
}

/*--------------------------------------------------------------
## PopUPs
--------------------------------------------------------------*/
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-content button:hover,
.mfp-content input[type=button]:hover,
.mfp-content input[type=reset]:hover,
.mfp-content input[type=submit]:hover {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.wph-modal {
  z-index: 9999 !important;
}

.hustle-modal.hustle-modal-simple .hustle-modal-body .hustle-modal-content {
  max-height: initial !important;
}

.ig_popup.ig_inspire .ig_close {
  background-color: #003087 !important;
  opacity: 1 !important;
  padding: 13px;
  background-position: -761px center !important;
}

.no-paddings {
  padding-left: 0;
  padding-right: 0;
}

.carousel-gallery .mfp-content {
  background: white;
  padding: 0;
  padding-bottom: 108px;
  height: 82vh;
  width: 62vw;
  max-width: 1000px;
  min-width: 700px;
}
@media (max-width: 767px) {
  .carousel-gallery .mfp-content {
    min-width: 552px;
  }
}
@media (max-width: 575px) {
  .carousel-gallery .mfp-content {
    min-width: 308px;
    height: 90vh;
    padding-bottom: 35px;
  }
}
.carousel-gallery button.mfp-arrow {
  background-color: #f5f5f5;
  opacity: 1;
  border-radius: 0;
}
.carousel-gallery button.mfp-arrow.mfp-arrow-left.mfp-prevent-close {
  left: 0;
  bottom: 0px;
  top: auto;
  height: 108px;
  width: 50%;
  border-right: 1px solid #D0D0D0;
}
.carousel-gallery button.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
  right: 0;
  bottom: 0;
  top: auto;
  height: 108px;
  width: 50%;
  border-left: 1px solid #D0D0D0;
}
.carousel-gallery button.mfp-arrow::before, .carousel-gallery button.mfp-arrow::after {
  display: none;
}
@media (max-width: 900px) {
  .carousel-gallery button.mfp-arrow.mfp-arrow-left.mfp-prevent-close {
    bottom: -18px;
    height: 144px;
    width: 67%;
  }
  .carousel-gallery button.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
    bottom: -18px;
    height: 144px;
    width: 67%;
  }
}
@media (max-width: 575px) {
  .carousel-gallery button.mfp-arrow.mfp-arrow-left.mfp-prevent-close,
  .carousel-gallery button.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
    display: none;
  }
}
.carousel-gallery .mfp-close {
  font-size: 0;
  opacity: 1;
}
.carousel-gallery .mfp-close::after {
  content: url("assets/img/icon-close.svg");
  position: absolute;
  top: 22px;
  right: 22px;
}
@media (min-width: 1800px) {
  .carousel-gallery .mfp-content {
    max-width: 900px;
  }
}

.council-popup__data {
  height: calc(82vh - 108px);
  padding: 50px 50px 40px 40px;
  overflow: auto;
}
.council-popup__data::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.001) 80%, #fff 100%, #fff 100%);
}
.council-popup__data.scrolled::after {
  display: none;
}
.council-popup .data__name {
  font-family: "GillSansMTStd-Book", "prenton", sans-serif !important;
  font-size: 32px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  color: #003087 !important;
  margin: 0 0 5px !important;
}
.council-popup .data__title {
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 19px !important;
  color: #505050 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) {
  .council-popup__picture {
    height: 0 !important;
    width: 0;
    visibility: hidden;
  }
  .council-popup__data {
    height: calc(82vh - 118px);
    padding-top: 0px;
  }
  .council-popup .data__picture {
    margin: 30px auto;
    height: 270px;
    width: auto;
  }
}
@media (max-width: 575px) {
  .council-popup__data {
    height: calc(90vh - 28px);
  }
}
.council-popup .nav {
  pointer-events: none;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.council-popup .nav.prev-member {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1050;
  padding-right: 25px;
}
.council-popup .nav.prev-member .data {
  text-align: right;
}
.council-popup .nav.prev-member .arrow, .council-popup .nav.prev-member body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left, body.archive.post-type-archive-events .navigation-arrow-prev .council-popup .nav.prev-member .arrow-left,
.council-popup .nav.prev-member body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next .council-popup .nav.prev-member .arrow-left,
.council-popup .nav.prev-member body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev .council-popup .nav.prev-member .arrow-left,
.council-popup .nav.prev-member body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next .council-popup .nav.prev-member .arrow-left,
.council-popup .nav.prev-member body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev .council-popup .nav.prev-member .arrow-left,
.council-popup .nav.prev-member body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next .council-popup .nav.prev-member .arrow-left,
.council-popup .nav.prev-member body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) .navigation-arrow-prev .council-popup .nav.prev-member .arrow-left,
.council-popup .nav.prev-member body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) .navigation-arrow-next .council-popup .nav.prev-member .arrow-left,
.council-popup .nav.prev-member body.blog .navigation-arrow-prev .arrow-left,
body.blog .navigation-arrow-prev .council-popup .nav.prev-member .arrow-left,
.council-popup .nav.prev-member body.blog .navigation-arrow-next .arrow-left,
body.blog .navigation-arrow-next .council-popup .nav.prev-member .arrow-left,
.council-popup .nav.prev-member body.single .navigation-arrow-prev .arrow-left,
body.single .navigation-arrow-prev .council-popup .nav.prev-member .arrow-left,
.council-popup .nav.prev-member body.single .navigation-arrow-next .arrow-left,
body.single .navigation-arrow-next .council-popup .nav.prev-member .arrow-left,
.council-popup .nav.prev-member body.attachment .navigation-arrow-prev .arrow-left,
body.attachment .navigation-arrow-prev .council-popup .nav.prev-member .arrow-left,
.council-popup .nav.prev-member body.attachment .navigation-arrow-next .arrow-left,
body.attachment .navigation-arrow-next .council-popup .nav.prev-member .arrow-left, .council-popup .nav.prev-member body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right, body.archive.post-type-archive-events .navigation-arrow-prev .council-popup .nav.prev-member .arrow-right,
.council-popup .nav.prev-member body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next .council-popup .nav.prev-member .arrow-right,
.council-popup .nav.prev-member body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev .council-popup .nav.prev-member .arrow-right,
.council-popup .nav.prev-member body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next .council-popup .nav.prev-member .arrow-right,
.council-popup .nav.prev-member body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev .council-popup .nav.prev-member .arrow-right,
.council-popup .nav.prev-member body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next .council-popup .nav.prev-member .arrow-right,
.council-popup .nav.prev-member body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) .navigation-arrow-prev .council-popup .nav.prev-member .arrow-right,
.council-popup .nav.prev-member body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) .navigation-arrow-next .council-popup .nav.prev-member .arrow-right,
.council-popup .nav.prev-member body.blog .navigation-arrow-prev .arrow-right,
body.blog .navigation-arrow-prev .council-popup .nav.prev-member .arrow-right,
.council-popup .nav.prev-member body.blog .navigation-arrow-next .arrow-right,
body.blog .navigation-arrow-next .council-popup .nav.prev-member .arrow-right,
.council-popup .nav.prev-member body.single .navigation-arrow-prev .arrow-right,
body.single .navigation-arrow-prev .council-popup .nav.prev-member .arrow-right,
.council-popup .nav.prev-member body.single .navigation-arrow-next .arrow-right,
body.single .navigation-arrow-next .council-popup .nav.prev-member .arrow-right,
.council-popup .nav.prev-member body.attachment .navigation-arrow-prev .arrow-right,
body.attachment .navigation-arrow-prev .council-popup .nav.prev-member .arrow-right,
.council-popup .nav.prev-member body.attachment .navigation-arrow-next .arrow-right,
body.attachment .navigation-arrow-next .council-popup .nav.prev-member .arrow-right {
  position: absolute;
  bottom: 43px;
  left: 107px;
  width: 12px;
  height: 22px;
  background: url("assets/img/arrow-blue-prev.svg");
  background-position: center;
  background-size: cover;
}
.council-popup .nav.next-member {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1050;
  padding-left: 25px;
}
.council-popup .nav.next-member .data {
  text-align: left;
}
.council-popup .nav.next-member .arrow, .council-popup .nav.next-member body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left, body.archive.post-type-archive-events .navigation-arrow-prev .council-popup .nav.next-member .arrow-left,
.council-popup .nav.next-member body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-events .navigation-arrow-next .council-popup .nav.next-member .arrow-left,
.council-popup .nav.next-member body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-prev .council-popup .nav.next-member .arrow-left,
.council-popup .nav.next-member body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
body.archive.post-type-archive-podcasts .navigation-arrow-next .council-popup .nav.next-member .arrow-left,
.council-popup .nav.next-member body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-prev .council-popup .nav.next-member .arrow-left,
.council-popup .nav.next-member body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
body.page-template-where-are-they-now .navigation-arrow-next .council-popup .nav.next-member .arrow-left,
.council-popup .nav.next-member body.page:not(.home) .navigation-arrow-prev .arrow-left,
body.page:not(.home) .navigation-arrow-prev .council-popup .nav.next-member .arrow-left,
.council-popup .nav.next-member body.page:not(.home) .navigation-arrow-next .arrow-left,
body.page:not(.home) .navigation-arrow-next .council-popup .nav.next-member .arrow-left,
.council-popup .nav.next-member body.blog .navigation-arrow-prev .arrow-left,
body.blog .navigation-arrow-prev .council-popup .nav.next-member .arrow-left,
.council-popup .nav.next-member body.blog .navigation-arrow-next .arrow-left,
body.blog .navigation-arrow-next .council-popup .nav.next-member .arrow-left,
.council-popup .nav.next-member body.single .navigation-arrow-prev .arrow-left,
body.single .navigation-arrow-prev .council-popup .nav.next-member .arrow-left,
.council-popup .nav.next-member body.single .navigation-arrow-next .arrow-left,
body.single .navigation-arrow-next .council-popup .nav.next-member .arrow-left,
.council-popup .nav.next-member body.attachment .navigation-arrow-prev .arrow-left,
body.attachment .navigation-arrow-prev .council-popup .nav.next-member .arrow-left,
.council-popup .nav.next-member body.attachment .navigation-arrow-next .arrow-left,
body.attachment .navigation-arrow-next .council-popup .nav.next-member .arrow-left, .council-popup .nav.next-member body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right, body.archive.post-type-archive-events .navigation-arrow-prev .council-popup .nav.next-member .arrow-right,
.council-popup .nav.next-member body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-events .navigation-arrow-next .council-popup .nav.next-member .arrow-right,
.council-popup .nav.next-member body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-prev .council-popup .nav.next-member .arrow-right,
.council-popup .nav.next-member body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
body.archive.post-type-archive-podcasts .navigation-arrow-next .council-popup .nav.next-member .arrow-right,
.council-popup .nav.next-member body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-prev .council-popup .nav.next-member .arrow-right,
.council-popup .nav.next-member body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
body.page-template-where-are-they-now .navigation-arrow-next .council-popup .nav.next-member .arrow-right,
.council-popup .nav.next-member body.page:not(.home) .navigation-arrow-prev .arrow-right,
body.page:not(.home) .navigation-arrow-prev .council-popup .nav.next-member .arrow-right,
.council-popup .nav.next-member body.page:not(.home) .navigation-arrow-next .arrow-right,
body.page:not(.home) .navigation-arrow-next .council-popup .nav.next-member .arrow-right,
.council-popup .nav.next-member body.blog .navigation-arrow-prev .arrow-right,
body.blog .navigation-arrow-prev .council-popup .nav.next-member .arrow-right,
.council-popup .nav.next-member body.blog .navigation-arrow-next .arrow-right,
body.blog .navigation-arrow-next .council-popup .nav.next-member .arrow-right,
.council-popup .nav.next-member body.single .navigation-arrow-prev .arrow-right,
body.single .navigation-arrow-prev .council-popup .nav.next-member .arrow-right,
.council-popup .nav.next-member body.single .navigation-arrow-next .arrow-right,
body.single .navigation-arrow-next .council-popup .nav.next-member .arrow-right,
.council-popup .nav.next-member body.attachment .navigation-arrow-prev .arrow-right,
body.attachment .navigation-arrow-prev .council-popup .nav.next-member .arrow-right,
.council-popup .nav.next-member body.attachment .navigation-arrow-next .arrow-right,
body.attachment .navigation-arrow-next .council-popup .nav.next-member .arrow-right {
  position: absolute;
  bottom: 43px;
  right: 107px;
  width: 12px;
  height: 22px;
  background: url("assets/img/arrow-blue-next.svg");
  background-position: center;
  background-size: cover;
}
.council-popup .nav .picture {
  height: 108px;
  width: 72px;
  background-size: cover !important;
  background-position: center !important;
}
.council-popup .nav .data {
  width: calc(100% - 72px);
  text-align: right;
}
.council-popup .nav .data .name {
  color: #003087;
  font-family: "GillSansMTStd-Book", "prenton", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 10px;
}
.council-popup .nav .data .title {
  color: #505050;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  margin: 0;
}
@media (max-width: 767px) {
  .council-popup .nav.prev-member .arrow, .council-popup .nav.prev-member body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left, body.archive.post-type-archive-events .navigation-arrow-prev .council-popup .nav.prev-member .arrow-left,
  .council-popup .nav.prev-member body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
  body.archive.post-type-archive-events .navigation-arrow-next .council-popup .nav.prev-member .arrow-left,
  .council-popup .nav.prev-member body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
  body.archive.post-type-archive-podcasts .navigation-arrow-prev .council-popup .nav.prev-member .arrow-left,
  .council-popup .nav.prev-member body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
  body.archive.post-type-archive-podcasts .navigation-arrow-next .council-popup .nav.prev-member .arrow-left,
  .council-popup .nav.prev-member body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
  body.page-template-where-are-they-now .navigation-arrow-prev .council-popup .nav.prev-member .arrow-left,
  .council-popup .nav.prev-member body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
  body.page-template-where-are-they-now .navigation-arrow-next .council-popup .nav.prev-member .arrow-left,
  .council-popup .nav.prev-member body.page:not(.home) .navigation-arrow-prev .arrow-left,
  body.page:not(.home) .navigation-arrow-prev .council-popup .nav.prev-member .arrow-left,
  .council-popup .nav.prev-member body.page:not(.home) .navigation-arrow-next .arrow-left,
  body.page:not(.home) .navigation-arrow-next .council-popup .nav.prev-member .arrow-left,
  .council-popup .nav.prev-member body.blog .navigation-arrow-prev .arrow-left,
  body.blog .navigation-arrow-prev .council-popup .nav.prev-member .arrow-left,
  .council-popup .nav.prev-member body.blog .navigation-arrow-next .arrow-left,
  body.blog .navigation-arrow-next .council-popup .nav.prev-member .arrow-left,
  .council-popup .nav.prev-member body.single .navigation-arrow-prev .arrow-left,
  body.single .navigation-arrow-prev .council-popup .nav.prev-member .arrow-left,
  .council-popup .nav.prev-member body.single .navigation-arrow-next .arrow-left,
  body.single .navigation-arrow-next .council-popup .nav.prev-member .arrow-left,
  .council-popup .nav.prev-member body.attachment .navigation-arrow-prev .arrow-left,
  body.attachment .navigation-arrow-prev .council-popup .nav.prev-member .arrow-left,
  .council-popup .nav.prev-member body.attachment .navigation-arrow-next .arrow-left,
  body.attachment .navigation-arrow-next .council-popup .nav.prev-member .arrow-left, .council-popup .nav.prev-member body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right, body.archive.post-type-archive-events .navigation-arrow-prev .council-popup .nav.prev-member .arrow-right,
  .council-popup .nav.prev-member body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
  body.archive.post-type-archive-events .navigation-arrow-next .council-popup .nav.prev-member .arrow-right,
  .council-popup .nav.prev-member body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
  body.archive.post-type-archive-podcasts .navigation-arrow-prev .council-popup .nav.prev-member .arrow-right,
  .council-popup .nav.prev-member body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
  body.archive.post-type-archive-podcasts .navigation-arrow-next .council-popup .nav.prev-member .arrow-right,
  .council-popup .nav.prev-member body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
  body.page-template-where-are-they-now .navigation-arrow-prev .council-popup .nav.prev-member .arrow-right,
  .council-popup .nav.prev-member body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
  body.page-template-where-are-they-now .navigation-arrow-next .council-popup .nav.prev-member .arrow-right,
  .council-popup .nav.prev-member body.page:not(.home) .navigation-arrow-prev .arrow-right,
  body.page:not(.home) .navigation-arrow-prev .council-popup .nav.prev-member .arrow-right,
  .council-popup .nav.prev-member body.page:not(.home) .navigation-arrow-next .arrow-right,
  body.page:not(.home) .navigation-arrow-next .council-popup .nav.prev-member .arrow-right,
  .council-popup .nav.prev-member body.blog .navigation-arrow-prev .arrow-right,
  body.blog .navigation-arrow-prev .council-popup .nav.prev-member .arrow-right,
  .council-popup .nav.prev-member body.blog .navigation-arrow-next .arrow-right,
  body.blog .navigation-arrow-next .council-popup .nav.prev-member .arrow-right,
  .council-popup .nav.prev-member body.single .navigation-arrow-prev .arrow-right,
  body.single .navigation-arrow-prev .council-popup .nav.prev-member .arrow-right,
  .council-popup .nav.prev-member body.single .navigation-arrow-next .arrow-right,
  body.single .navigation-arrow-next .council-popup .nav.prev-member .arrow-right,
  .council-popup .nav.prev-member body.attachment .navigation-arrow-prev .arrow-right,
  body.attachment .navigation-arrow-prev .council-popup .nav.prev-member .arrow-right,
  .council-popup .nav.prev-member body.attachment .navigation-arrow-next .arrow-right,
  body.attachment .navigation-arrow-next .council-popup .nav.prev-member .arrow-right {
    bottom: 60px;
  }
  .council-popup .nav.next-member .arrow, .council-popup .nav.next-member body.archive.post-type-archive-events .navigation-arrow-prev .arrow-left, body.archive.post-type-archive-events .navigation-arrow-prev .council-popup .nav.next-member .arrow-left,
  .council-popup .nav.next-member body.archive.post-type-archive-events .navigation-arrow-next .arrow-left,
  body.archive.post-type-archive-events .navigation-arrow-next .council-popup .nav.next-member .arrow-left,
  .council-popup .nav.next-member body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-left,
  body.archive.post-type-archive-podcasts .navigation-arrow-prev .council-popup .nav.next-member .arrow-left,
  .council-popup .nav.next-member body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-left,
  body.archive.post-type-archive-podcasts .navigation-arrow-next .council-popup .nav.next-member .arrow-left,
  .council-popup .nav.next-member body.page-template-where-are-they-now .navigation-arrow-prev .arrow-left,
  body.page-template-where-are-they-now .navigation-arrow-prev .council-popup .nav.next-member .arrow-left,
  .council-popup .nav.next-member body.page-template-where-are-they-now .navigation-arrow-next .arrow-left,
  body.page-template-where-are-they-now .navigation-arrow-next .council-popup .nav.next-member .arrow-left,
  .council-popup .nav.next-member body.page:not(.home) .navigation-arrow-prev .arrow-left,
  body.page:not(.home) .navigation-arrow-prev .council-popup .nav.next-member .arrow-left,
  .council-popup .nav.next-member body.page:not(.home) .navigation-arrow-next .arrow-left,
  body.page:not(.home) .navigation-arrow-next .council-popup .nav.next-member .arrow-left,
  .council-popup .nav.next-member body.blog .navigation-arrow-prev .arrow-left,
  body.blog .navigation-arrow-prev .council-popup .nav.next-member .arrow-left,
  .council-popup .nav.next-member body.blog .navigation-arrow-next .arrow-left,
  body.blog .navigation-arrow-next .council-popup .nav.next-member .arrow-left,
  .council-popup .nav.next-member body.single .navigation-arrow-prev .arrow-left,
  body.single .navigation-arrow-prev .council-popup .nav.next-member .arrow-left,
  .council-popup .nav.next-member body.single .navigation-arrow-next .arrow-left,
  body.single .navigation-arrow-next .council-popup .nav.next-member .arrow-left,
  .council-popup .nav.next-member body.attachment .navigation-arrow-prev .arrow-left,
  body.attachment .navigation-arrow-prev .council-popup .nav.next-member .arrow-left,
  .council-popup .nav.next-member body.attachment .navigation-arrow-next .arrow-left,
  body.attachment .navigation-arrow-next .council-popup .nav.next-member .arrow-left, .council-popup .nav.next-member body.archive.post-type-archive-events .navigation-arrow-prev .arrow-right, body.archive.post-type-archive-events .navigation-arrow-prev .council-popup .nav.next-member .arrow-right,
  .council-popup .nav.next-member body.archive.post-type-archive-events .navigation-arrow-next .arrow-right,
  body.archive.post-type-archive-events .navigation-arrow-next .council-popup .nav.next-member .arrow-right,
  .council-popup .nav.next-member body.archive.post-type-archive-podcasts .navigation-arrow-prev .arrow-right,
  body.archive.post-type-archive-podcasts .navigation-arrow-prev .council-popup .nav.next-member .arrow-right,
  .council-popup .nav.next-member body.archive.post-type-archive-podcasts .navigation-arrow-next .arrow-right,
  body.archive.post-type-archive-podcasts .navigation-arrow-next .council-popup .nav.next-member .arrow-right,
  .council-popup .nav.next-member body.page-template-where-are-they-now .navigation-arrow-prev .arrow-right,
  body.page-template-where-are-they-now .navigation-arrow-prev .council-popup .nav.next-member .arrow-right,
  .council-popup .nav.next-member body.page-template-where-are-they-now .navigation-arrow-next .arrow-right,
  body.page-template-where-are-they-now .navigation-arrow-next .council-popup .nav.next-member .arrow-right,
  .council-popup .nav.next-member body.page:not(.home) .navigation-arrow-prev .arrow-right,
  body.page:not(.home) .navigation-arrow-prev .council-popup .nav.next-member .arrow-right,
  .council-popup .nav.next-member body.page:not(.home) .navigation-arrow-next .arrow-right,
  body.page:not(.home) .navigation-arrow-next .council-popup .nav.next-member .arrow-right,
  .council-popup .nav.next-member body.blog .navigation-arrow-prev .arrow-right,
  body.blog .navigation-arrow-prev .council-popup .nav.next-member .arrow-right,
  .council-popup .nav.next-member body.blog .navigation-arrow-next .arrow-right,
  body.blog .navigation-arrow-next .council-popup .nav.next-member .arrow-right,
  .council-popup .nav.next-member body.single .navigation-arrow-prev .arrow-right,
  body.single .navigation-arrow-prev .council-popup .nav.next-member .arrow-right,
  .council-popup .nav.next-member body.single .navigation-arrow-next .arrow-right,
  body.single .navigation-arrow-next .council-popup .nav.next-member .arrow-right,
  .council-popup .nav.next-member body.attachment .navigation-arrow-prev .arrow-right,
  body.attachment .navigation-arrow-prev .council-popup .nav.next-member .arrow-right,
  .council-popup .nav.next-member body.attachment .navigation-arrow-next .arrow-right,
  body.attachment .navigation-arrow-next .council-popup .nav.next-member .arrow-right {
    bottom: 60px;
  }
}
@media (max-width: 575px) {
  .council-popup .nav .picture {
    width: 0;
  }
  .council-popup .nav .data {
    width: 100%;
  }
  .council-popup .nav.prev-member, .council-popup .nav.next-member {
    display: none;
  }
}

/* GENERAL */
/* General styles */
body {
  position: relative;
  font-size: 16px;
  font-family: "GillSansMTStd-Book", "prenton", sans-serif;
  height: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.page-id-5369 #full-content {
  background-color: #f5f5f5;
}
body.page-id-5369 #page-content {
  height: 100%;
  background-color: white;
  min-height: 50vh;
}

[data-hidden-on-load] {
  opacity: 0;
}

#full-overlay.not-active {
  display: none;
}

body:not(.home) div#content {
  padding-top: 142px;
}

::-moz-selection {
  background: #6aa6d9; /* WebKit/Blink Browsers */
  color: white;
}

::selection {
  background: #6aa6d9; /* WebKit/Blink Browsers */
  color: white;
}

::-moz-selection {
  background: #6aa6d9; /* Gecko Browsers */
  color: white;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgba(106, 166, 217, 0.7) inset !important;
}

input[type=submit]:focus {
  outline: 0;
}

a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
a:hover, a:focus {
  text-decoration: none;
  outline: 0;
}

a.popup-vimeo img, a.popup-youtube img {
  margin-right: 15px;
  vertical-align: baseline;
}

span.twkmedia-external-link-left::before {
  content: "\f105";
}

span.twkmedia-external-link-right::after {
  content: "\f105";
}

p {
  color: #505050;
}

body:not(.home) #main {
  margin-bottom: 80px;
}

span.twkmedia-icon-pdf-left:before,
span.twkmedia-external-link-left:before,
span.twkmedia-icon-file-left:before {
  padding-right: 15px;
}

/* #page-content .content-area {
    td {
        width: 50%;
    }
} */
div#page.site {
  overflow-x: hidden;
  overflow-y: visible;
}

/* FRONTPAGE */
/* ---------------------------------------------------------------------------
*  FRONTPAGE - BANNER
---------------------------------------------------------------------------- */
body.home .banner {
  min-height: 100vh;
  max-height: none;
  background: black;
}
body.home .banner-carousel-content {
  position: relative;
  z-index: 2;
}
body.home .banner-carousel-bg .banner-bg {
  min-height: 100vh;
}
@media only screen and (max-width: 480px) {
  body.home ul.slick-dots {
    display: none !important;
  }
}

body.home .banner-carousel-content,
.banner-carousel-slide {
  position: static;
}

body.home .logo-under-line {
  display: block !important;
}

.banner {
  height: 600px;
  max-height: 80vh;
  padding-top: 167px;
  position: relative;
  /*@media only screen and (max-width: 320px) {
      a.btn-internal-link{
          bottom: 15px;
          right: 3%;
      }
  }*/
}
.banner h2 {
  font-size: 90px;
  line-height: 87px;
  color: white;
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
}
@media only screen and (max-width: 1350px) {
  .banner h2 {
    font-size: 70px;
    line-height: 69px;
  }
}
.banner p {
  font-size: 21px;
  line-height: 36px;
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  color: white;
  margin-bottom: 25px;
}
.banner ul.slick-dots {
  position: absolute;
  bottom: 60px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .banner ul.slick-dots {
    margin-top: 20px;
  }
}
.banner a.btn-internal-link {
  position: absolute;
  z-index: 2;
  bottom: 60px;
  right: 10%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .banner ul.slick-dots {
    bottom: 75px;
  }
  .banner a.btn-internal-link {
    bottom: 75px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner {
    height: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .banner h2 {
    font-size: 72px;
  }
  .banner p {
    font-size: 25px;
  }
  .banner .btn-right {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .banner a.btn-internal-link {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media only screen and (max-width: 480px) {
  .banner {
    height: auto;
  }
  .banner h2 {
    font-size: 48px;
    line-height: 54px;
  }
  .banner p {
    font-size: 21px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 360px) {
  .banner a.btn-internal-link {
    padding: 20px;
    display: none;
  }
}

.banner--single {
  background-color: #26235D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 135px 30px;
  height: auto;
  min-height: 450px;
  color: white;
}
.banner--single h1, .banner--single body.archive.post-type-archive-events h2, body.archive.post-type-archive-events .banner--single h2,
.banner--single body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts .banner--single h2,
.banner--single body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now .banner--single h2,
.banner--single body.page:not(.home) h2,
body.page:not(.home) .banner--single h2,
.banner--single body.blog h2,
body.blog .banner--single h2,
.banner--single body.single h2,
body.single .banner--single h2,
.banner--single body.attachment h2,
body.attachment .banner--single h2, .banner--single body.archive.post-type-archive-events h3, body.archive.post-type-archive-events .banner--single h3,
.banner--single body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts .banner--single h3,
.banner--single body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now .banner--single h3,
.banner--single body.page:not(.home) h3,
body.page:not(.home) .banner--single h3,
.banner--single body.blog h3,
body.blog .banner--single h3,
.banner--single body.single h3,
body.single .banner--single h3,
.banner--single body.attachment h3,
body.attachment .banner--single h3 {
  color: white !important;
}
.banner--single .logo-opacity {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.1;
}
.banner--single .banner__content {
  position: relative;
  z-index: 2;
}
.banner--single .banner__content time {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  font-family: "GillSansMTStd-Book", "prenton", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #FFF;
  text-align: center;
  border: 1px solid white;
  padding: 10px 15px;
}
.banner--single .banner__content h1, .banner--single .banner__content body.archive.post-type-archive-events h2, body.archive.post-type-archive-events .banner--single .banner__content h2,
.banner--single .banner__content body.archive.post-type-archive-podcasts h2,
body.archive.post-type-archive-podcasts .banner--single .banner__content h2,
.banner--single .banner__content body.page-template-where-are-they-now h2,
body.page-template-where-are-they-now .banner--single .banner__content h2,
.banner--single .banner__content body.page:not(.home) h2,
body.page:not(.home) .banner--single .banner__content h2,
.banner--single .banner__content body.blog h2,
body.blog .banner--single .banner__content h2,
.banner--single .banner__content body.single h2,
body.single .banner--single .banner__content h2,
.banner--single .banner__content body.attachment h2,
body.attachment .banner--single .banner__content h2, .banner--single .banner__content body.archive.post-type-archive-events h3, body.archive.post-type-archive-events .banner--single .banner__content h3,
.banner--single .banner__content body.archive.post-type-archive-podcasts h3,
body.archive.post-type-archive-podcasts .banner--single .banner__content h3,
.banner--single .banner__content body.page-template-where-are-they-now h3,
body.page-template-where-are-they-now .banner--single .banner__content h3,
.banner--single .banner__content body.page:not(.home) h3,
body.page:not(.home) .banner--single .banner__content h3,
.banner--single .banner__content body.blog h3,
body.blog .banner--single .banner__content h3,
.banner--single .banner__content body.single h3,
body.single .banner--single .banner__content h3,
.banner--single .banner__content body.attachment h3,
body.attachment .banner--single .banner__content h3 {
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  font-size: 60px;
  line-height: 58px;
  font-weight: 400;
  letter-spacing: 0.6px;
  text-align: center;
  color: #FFF;
  max-width: 630px;
  margin: 0 auto;
}

.banner-carousel-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-carousel-bg .banner-bg {
  height: 480px;
}

.banner-carousel-slide {
  width: 50%;
  margin-top: 8%;
}
.banner-carousel-slide p {
  width: 90%;
}
.banner-carousel-slide .slide:focus {
  outline: transparent;
}
.banner-carousel-slide a {
  font-size: 16px;
}
.banner-carousel-slide a.linkToPage {
  text-transform: uppercase;
}
.banner-carousel-slide a.next-slide.slick-arrow {
  text-transform: uppercase;
  display: inline-block;
  line-height: 68px;
}
.banner-carousel-slide a.next-slide.slick-arrow::after {
  content: url("assets/img/arrow-link.svg");
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(-90deg) translateY(-15px);
          transform: rotate(-90deg) translateY(-15px);
  vertical-align: middle;
}
.banner-carousel-slide .slick-slide a.btn {
  margin-right: 30px;
}
@media only screen and (max-width: 1360px) {
  .banner-carousel-slide {
    margin-top: 3%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1120px) {
  .banner-carousel-slide {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-carousel-slide {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 830px) {
  .banner-carousel-slide {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-carousel-slide {
    margin: auto;
  }
}
@media only screen and (max-width: 480px) {
  .banner-carousel-slide {
    width: 90%;
  }
  .banner-carousel-slide .slick-slide a.btn.btn-primary, .banner-carousel-slide .slick-slide a.btn.btn-blue {
    padding: 15px 30px;
    font-size: 14px;
  }
}

.tooltip-inner {
  font-family: "GillSansMTStd-Book", "prenton", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 10px;
}

.tooltip.top .tooltip-inner {
  background-color: #6aa6d9;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #6aa6d9;
}

/* ---------------------------------------------------------------------------
*  FRONTPAGE - VIDEO
---------------------------------------------------------------------------- */
.frontapge-section.section-video {
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
}
.frontapge-section.section-video .section-content {
  position: relative;
  z-index: 2;
}
.frontapge-section.section-video h2 {
  color: white;
  font-size: 64px;
  line-height: 60px;
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  margin-bottom: 30px;
}
.frontapge-section.section-video p {
  font-size: 21px;
  line-height: 31px;
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  color: white;
}
.frontapge-section.section-video a.popup-vimeo {
  text-transform: uppercase;
  font-size: 17px;
  display: block;
}
.frontapge-section.section-video a.popup-vimeo.with-picture {
  color: white;
  text-shadow: #292929 3px 0 5px;
}
.frontapge-section.section-video .video-pic {
  position: relative;
  display: inline-block;
  width: 370px;
  height: 246px;
}
.frontapge-section.section-video .video-pic img {
  margin: 0;
  border: 2px solid white;
}
.frontapge-section.section-video .video-pic .video-play-button {
  text-align: center;
}
.frontapge-section.section-video .video-pic .video-play-button img {
  width: 30px;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
}
@media only screen and (max-width: 810px) {
  .frontapge-section.section-video .video-pic {
    width: 310px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .frontapge-section.section-video .video-pic {
    width: 250px;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .frontapge-section.section-video .video-pic {
    width: 210px;
    height: auto;
  }
}
.frontapge-section.section-video .btn-internal-link {
  margin-top: 15px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1024px) {
  .frontapge-section.section-video {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .frontapge-section.section-video h2 {
    font-size: 55px;
    line-height: 60px;
  }
  .frontapge-section.section-video p {
    font-size: 21px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .frontapge-section.section-video .section-content {
    width: 80%;
    margin: auto;
  }
}
@media only screen and (max-width: 479px) {
  .frontapge-section.section-video {
    padding-bottom: 80px;
  }
  .frontapge-section.section-video h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .frontapge-section.section-video p {
    font-size: 18px;
    line-height: 21px;
  }
  .frontapge-section.section-video a.popup-vimeo {
    font-size: 14px;
  }
}

/* ---------------------------------------------------------------------------
*  FRONTPAGE - ROKEBY EXPERIENCE
---------------------------------------------------------------------------- */
.frontapge-section.section-experience {
  position: relative;
}
.frontapge-section.section-experience h2 {
  color: white;
  font-size: 64px;
  line-height: 60px;
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  margin-bottom: 30px;
}
.frontapge-section.section-experience p {
  font-size: 25px;
  line-height: 40px;
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  color: white;
}
.frontapge-section.section-experience p.quote-header {
  font-size: 24px;
  font-family: "GillSansMTStd-Light", "prenton", sans-serif;
  font-style: italic;
  color: #d2d2d2;
}
.frontapge-section.section-experience .is-quote {
  position: relative;
}
.frontapge-section.section-experience .is-quote p {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .frontapge-section.section-experience h2 {
    font-size: 70px;
  }
  .frontapge-section.section-experience p {
    font-size: 25px;
  }
  .frontapge-section.section-experience p.quote-header {
    font-size: 18px;
  }
  .frontapge-section.section-experience .is-quote p::first-letter {
    font-size: 64px;
  }
}
@media only screen and (max-width: 480px) {
  .frontapge-section.section-experience h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .frontapge-section.section-experience p {
    font-size: 18px;
    line-height: 25px;
  }
  .frontapge-section.section-experience p.quote-header {
    font-size: 15px;
  }
  .frontapge-section.section-experience .is-quote p::first-letter {
    font-size: 58px;
    line-height: 48px;
  }
  .frontapge-section.section-experience .is-quote span {
    display: none;
  }
  .frontapge-section.section-experience a.btn-internal-link {
    display: block !important;
  }
}
.frontapge-section.section-experience .banner-carousel-slide {
  position: relative;
  width: 98%;
}
.frontapge-section.section-experience .banner-carousel-slide .slide-content {
  margin-top: 160px;
  margin-bottom: 40px;
  width: 60%;
}
.frontapge-section.section-experience .banner-carousel-slide .slide-content p {
  width: 80%;
}
@media only screen and (max-width: 1024px) {
  .frontapge-section.section-experience .banner-carousel-slide .slide-content {
    margin-bottom: 0;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .frontapge-section.section-experience .banner-carousel-slide .slide-content {
    width: 70%;
  }
  .frontapge-section.section-experience .banner-carousel-slide .slide-content p {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .frontapge-section.section-experience .banner-carousel-slide .slide-content {
    margin: auto;
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .frontapge-section.section-experience .banner-carousel-slide .slide-content {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .frontapge-section.section-experience .banner-carousel-slide {
    width: 70%;
  }
}
.frontapge-section.section-experience ul.slick-dots {
  margin-top: 40px;
  margin-bottom: 8%;
}
.frontapge-section.section-experience .person-quote {
  position: absolute;
  z-index: 9999;
  bottom: 0px;
  right: 0px;
}
@media only screen and (max-width: 1350px) {
  .frontapge-section.section-experience .person-quote {
    right: -240px;
  }
  .frontapge-section.section-experience .person-quote img {
    width: 77%;
  }
}
@media only screen and (max-width: 870px) {
  .frontapge-section.section-experience .person-quote {
    display: none;
  }
}
.frontapge-section.section-experience .overlay-blur {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(6.4px);
          filter: blur(6.4px);
}
@media only screen and (max-width: 767px) {
  .frontapge-section.section-experience .overlay-blur {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

/* ---------------------------------------------------------------------------
*  SEARCH PAGE
---------------------------------------------------------------------------- */
body.search h1.page-title span, body.search body.archive.post-type-archive-events h2.page-title span, body.archive.post-type-archive-events body.search h2.page-title span,
body.search body.archive.post-type-archive-podcasts h2.page-title span,
body.archive.post-type-archive-podcasts body.search h2.page-title span,
body.search body.page-template-where-are-they-now h2.page-title span,
body.page-template-where-are-they-now body.search h2.page-title span,
body.search body.page:not(.home) h2.page-title span,
body.page:not(.home) body.search h2.page-title span,
body.search body.blog h2.page-title span,
body.blog body.search h2.page-title span,
body.search body.single h2.page-title span,
body.single body.search h2.page-title span,
body.search body.attachment h2.page-title span,
body.attachment body.search h2.page-title span, body.search body.archive.post-type-archive-events h3.page-title span, body.archive.post-type-archive-events body.search h3.page-title span,
body.search body.archive.post-type-archive-podcasts h3.page-title span,
body.archive.post-type-archive-podcasts body.search h3.page-title span,
body.search body.page-template-where-are-they-now h3.page-title span,
body.page-template-where-are-they-now body.search h3.page-title span,
body.search body.page:not(.home) h3.page-title span,
body.page:not(.home) body.search h3.page-title span,
body.search body.blog h3.page-title span,
body.blog body.search h3.page-title span,
body.search body.single h3.page-title span,
body.single body.search h3.page-title span,
body.search body.attachment h3.page-title span,
body.attachment body.search h3.page-title span {
  font-style: italic;
  color: #003087;
}

/* ---------------------------------------------------------------------------
*  ERROR 404
---------------------------------------------------------------------------- */
body.error404 .content-center {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
body.error404 form {
  display: inline;
}

/* ---------------------------------------------------------------------------
*  CALENDAR
---------------------------------------------------------------------------- */
ul.calendar-list.list-group {
  margin-left: 0;
}

ul.calendar-list.list-group .list-group-item:first-child {
  border-radius: 0px;
}

ul.calendar-list.list-group .list-group-item.active {
  background-color: #4ea5e5 !important;
  border: none;
}

ul.calendar-list.list-group .list-group-item.active .list-group-item-heading {
  margin-bottom: 0;
  color: white;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

ul.calendar-list.list-group .list-group-item:nth-child(odd) {
  background-color: #f7f7f7;
}

ul.calendar-list.list-group .list-group-item:nth-child(even) {
  background-color: #e8e8e8;
}

ul.calendar-list.list-group .list-group-item-heading,
ul.calendar-list.list-group .list-group-item-text {
  display: inline-block;
  margin-bottom: 0;
  color: #222;
  font-size: 21px;
  font-weight: 300;
  line-height: 31px;
}

ul.calendar-list.list-group .list-group-item-text {
  width: 90px;
}

ul.pager {
  margin-bottom: 30px;
}

ul.pager li {
  width: 33%;
}

ul.pager li.current-month,
ul.pager li.previous {
  float: left;
}

ul.pager li.next {
  float: right;
}

ul.pager li.next,
ul.pager li.previous {
  color: #002e8e;
  font-size: 21px;
  font-weight: 300;
  line-height: 24px;
}

ul.pager li.next a,
ul.pager li.previous a {
  border: none;
  padding: 0;
  color: #002e8e;
}

ul.pager li.current-month {
  position: absolute;
  left: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

ul.pager li.next a span,
ul.pager li.previous a span {
  background-image: url("assets/img/arrow-link.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 20px;
  background-size: 100%;
  display: inline-block;
  background-position: 0;
}

ul.pager li.previous a span { /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  margin-right: 8px;
}

ul.pager li.next a span { /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  margin-left: 8px;
}

ul.pager li.next > a:focus,
ul.pager li.previous > a:focus,
ul.pager li.next > a:hover,
ul.pager li.previous > a:hover {
  background: transparent;
}

ul.pager li.current-month h2 {
  margin: 0;
  color: #002e8e;
  font-size: 32px;
  font-weight: 300;
  line-height: 24px;
}

.cal-page.entry-title, body.archive.post-type-archive-events h2.cal-page,
body.archive.post-type-archive-podcasts h2.cal-page,
body.page-template-where-are-they-now h2.cal-page,
body.page:not(.home) h2.cal-page,
body.blog h2.cal-page,
body.single h2.cal-page,
body.attachment h2.cal-page, body.archive.post-type-archive-events h3.cal-page,
body.archive.post-type-archive-podcasts h3.cal-page,
body.page-template-where-are-they-now h3.cal-page,
body.page:not(.home) h3.cal-page,
body.blog h3.cal-page,
body.single h3.cal-page,
body.attachment h3.cal-page {
  display: inline-block;
  margin-top: 0 !important;
  margin-right: 255px;
}

.calhead {
  position: relative;
  margin-top: 60px;
}

#calendar-filters {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 0;
  background: transparent;
  border: 1px solid #003087;
  color: #505050;
  font-size: 18px;
  font-weight: 300;
  padding: 5px 35px 5px 10px;
  /* line-height: 40px; */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  background-image: url("assets/img/arrow-link.svg");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 15px;
}

@media screen and (max-width: 767px) {
  .cal-page.entry-title, body.archive.post-type-archive-events h2.cal-page,
  body.archive.post-type-archive-podcasts h2.cal-page,
  body.page-template-where-are-they-now h2.cal-page,
  body.page:not(.home) h2.cal-page,
  body.blog h2.cal-page,
  body.single h2.cal-page,
  body.attachment h2.cal-page, body.archive.post-type-archive-events h3.cal-page,
  body.archive.post-type-archive-podcasts h3.cal-page,
  body.page-template-where-are-they-now h3.cal-page,
  body.page:not(.home) h3.cal-page,
  body.blog h3.cal-page,
  body.single h3.cal-page,
  body.attachment h3.cal-page {
    line-height: 120% !important;
  }
}
@media screen and (max-width: 700px) {
  .cal-page.entry-title, body.archive.post-type-archive-events h2.cal-page,
  body.archive.post-type-archive-podcasts h2.cal-page,
  body.page-template-where-are-they-now h2.cal-page,
  body.page:not(.home) h2.cal-page,
  body.blog h2.cal-page,
  body.single h2.cal-page,
  body.attachment h2.cal-page, body.archive.post-type-archive-events h3.cal-page,
  body.archive.post-type-archive-podcasts h3.cal-page,
  body.page-template-where-are-they-now h3.cal-page,
  body.page:not(.home) h3.cal-page,
  body.blog h3.cal-page,
  body.single h3.cal-page,
  body.attachment h3.cal-page {
    margin-right: 0;
  }
  #calendar-filters {
    margin: 20px 0;
    position: relative;
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  ul.pager li.current-month {
    display: none;
  }
  body.page-id-49 #page-content {
    padding: 15px !important;
  }
  ul.pager li {
    width: 50%;
  }
  ul.calendar-list.list-group .list-group-item-heading,
  ul.calendar-list.list-group .list-group-item-text {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.alert-warning {
  background-color: #fff;
  border: 1px solid #282363;
  color: #282363;
}
.alert-warning ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}