@charset "UTF-8";
/*****
  Import the things that dont output anything
*****/
/*****
  Now import the things that do output stuff
*****/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 48px;
  height: 27px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 38px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 0px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -12px;
}

.hamburger-inner::after {
  bottom: -12px;
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

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

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

#media-queries:before {
  content: '("small_mobile": 350px, "mobile": 400px, "large_mobile": 500px, "phablet": 600px, "small_tablet": 700px, "tablet": 800px, "medium_tablet": 900px, "large_tablet": 1000px, "larger_tablet": 1100px, "small_desktop": 1200px, "desktop": 1400px, "huge": 1800px)';
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 0;
  visibility: hidden;
  overflow: hidden;
}

/*****
  Accordion
*****/
@media (min-width: 800px) {
  [data-list-accordion-toggle] {
    display: none;
  }
}

@media (max-width: 799px) {
  [data-list-accordion-item] {
    display: none;
  }
}

@media (max-width: 799px) {
  [data-list-accordion-item="shown"] {
    display: block;
  }
}

@-webkit-keyframes event_target_shadow {
  0% {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
  }
  80% {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
  }
  100% {
    box-shadow: 0 0 50px transparent;
  }
}

@keyframes event_target_shadow {
  0% {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
  }
  80% {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
  }
  100% {
    box-shadow: 0 0 50px transparent;
  }
}

.glow {
  -webkit-animation: event_target_shadow 3s;
          animation: event_target_shadow 3s;
}

/*****
  Generic styles used site-wide
*****/
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  background: #F9F7F5;
}

.wrapper {
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.padded-wrapper {
  width: 100%;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1399px) {
  .padded-wrapper {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

@media (min-width: 1400px) {
  .padded-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 699px) {
  .content-page-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 700px) {
  .content-page-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 700px) and (max-width: 1199px) {
  .content-page-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .content-page-wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media (max-width: 699px) {
  .content-page-wrapper-padded {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 700px) {
  .content-page-wrapper-padded {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 700px) and (max-width: 1199px) {
  .content-page-wrapper-padded {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .content-page-wrapper-padded {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
}

@media (max-width: 599px) {
  body {
    padding-top: 67px;
  }
}

@media (min-width: 600px) and (max-width: 1199px) {
  body {
    padding-top: 117px;
  }
}


input[type="submit"],
button {
	cursor: pointer;
}

body.home {
  padding-top: 0;
}

.site-mobile-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #204483;
}

html.nav-state-open .site-mobile-header {
  position: fixed;
}

body.home .site-mobile-header {
  background: transparent;
}

@media (max-width: 599px) {
  .site-mobile-header {
    padding: 10px 0;
  }
}

@media (min-width: 600px) and (max-width: 1199px) {
  .site-mobile-header {
    padding: 25px 0;
  }
}

@media (min-width: 1200px) {
  .site-mobile-header {
    display: none;
  }
}

.site-mobile-header-logo {
  display: block;
  width: 100%;
  margin-right: auto;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.site-mobile-header-logo svg {
	width: 243px;
	height: 60px;
}

@media (max-width: 599px) {
  .site-mobile-header-logo {
        width: 100%;
        text-align: center;
  }
  .site-mobile-header-logo img {
	  width: 160px;
  }
}

@media (min-width: 600px) {
  .site-mobile-header-logo {
    margin-left: auto;
    width: 243px;
  }
}

.site-nav-toggle {
  padding: 0;
  border: 0;
  background: transparent;
  position: absolute;
}

@media (max-width: 599px) {
  .site-nav-toggle {
    top: 50%;
    right: 3vw;
    margin-top: -14px;
  }
}

@media (min-width: 600px) and (max-width: 1199px) {
  .site-nav-toggle {
    top: 50%;
    right: 3vw;
    margin-top: -14px;
  }
}

.site-nav-toggle:focus {
  outline: 0;
}

.site-header {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 48px;
  padding-bottom: 9px;
  background: #204483;
  position: relative;
}

body.has_sub_nav_bar .site-header,
body.post-type-archive-timeline .site-header {
  padding-bottom: 55px;
}

@media (min-width: 600px) and (max-width: 1199px) {
.site-header {
	padding-top: 14	0px;
}

  .site-header .site-header-nav-main {
    width: calc(50% - 26px);
    float: left;
  }
  .site-header .site-header-nav-secondary {
    width: calc(50% - 26px);
    float: right;
  }
  .site-header .search-form {
    width: calc(50% - 26px);
    float: right;
  }
}
.site-header .site-header-logo:hover {
	opacity: 0.5;
}
@media (max-width: 1199px) {
  .site-header {
    padding-bottom: 45px;
    width: 100%;
    background: #204483;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow: auto;
    z-index: 50;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
  html.nav-state-closed .site-header {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  html.nav-state-open .site-header {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .site-header .site-header-logo {
    opacity: 0;
  }
  .site-header .padded-wrapper {
    max-width: 690px;
    padding-top: 10px;
  }
}

@media (min-width: 1200px) {
  .site-header .padded-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
  }
  .site-header .site-header-logo {
        -ms-flex-order: 2;
            order: 2;
margin-left: auto;
margin-right: auto;

	width: 243px;
	height: 60px;
  }
  .site-header .site-header-nav-main {
    width: 100%;
        -ms-flex-order: 4;
            order: 4;
  }
  .site-header .site-header-nav-secondary {
        -ms-flex-order: 1;
            order: 1;
    flex-basis: 35%;
  }
  .site-header .search-form {
        -ms-flex-order: 3;
            order: 3;
    flex-basis: 35%;
text-align: right;
  }
}

.site-header-logo {
  position: relative;
  top: -14px;
}

/*@media (-webkit-min-device-pixel-ratio: 1), (-webkit-max-device-pixel-ratio: 2), (max-resolution: 192dpi) {
  .site-header-logo {
    background-image: url("../images/logo.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .site-header-logo {
    background-image: url("../images/logo_2x.png");
  }
}*/

.site-header-logo svg {
width: 243px;
height: 60px;
}


.site-header-nav ul {
  margin: 0;
  padding: 0;
}

.site-header-nav li {
  list-style: none;
}

@media (max-width: 1199px) {
  .site-header-nav li {
    font-size: 25px;
  }
}

.site-header-nav a:link, .site-header-nav a:visited {
  color: #ffffff;
}

.site-header-nav-main {
  margin-top: 0;
}

@media (min-width: 1200px) {
  body.home .site-header-nav-main {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

@media (max-width: 1199px) {
  .site-header-nav-main > ul > li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.17);
  }
}

@media (min-width: 1200px) {
.site-header-nav-main {
padding-top: 14px;
padding-bottom: 17px;
}

body.has_sub_nav_bar .site-header-nav-main {
		padding-bottom: 0px;
	}

  .site-header-nav-main ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.site-header-nav-main ul li a {
  display: block;
  transition: background 0.15s ease-in-out;
}

@media (max-width: 1199px) {
  .site-header-nav-main ul li a {
    padding: 21px 0;
  }
}

@media (min-width: 1200px) {
  .site-header-nav-main ul li a {
    padding: 12px 12px;
	border-radius: 5px;
  }
}

.site-header-nav-main ul li a svg {
  display: none;
  fill: #ffffff;
  position: absolute;
}

@media (max-width: 1199px) {
  .site-header-nav-main ul li a svg {
    width: 18px;
    height: 11px;
    top: 50%;
    right: 0;
    margin-top: -6px;
  }
}

@media (min-width: 1200px) {
  .site-header-nav-main ul li a svg {
    width: 8px;
    height: 5px;
    top: 50%;
    right: 10px;
    margin-top: -2px;
  }
}

@media (min-width: 1200px) {
  .site-header-nav ul li.current_page_parent > a, 
  .site-header-nav ul li.current-menu-parent > a, 
  .site-header-nav ul li.current-menu-item > a, 
  .site-header-nav ul li:hover > a,
  .site-header-nav-main ul li.current_page_parent > a, 
  .site-header-nav-main ul li.current-menu-parent > a, 
  .site-header-nav-main ul li.current-menu-item > a, 
  .site-header-nav-main ul li:hover > a {
    background: #ffffff;
    color: #204483;
  }
  .site-header-nav-main ul li.current_page_parent > a svg, .site-header-nav-main ul li.current-menu-parent > a svg, .site-header-nav-main ul li.current-menu-item > a svg, .site-header-nav-main ul li:hover > a svg {
    fill: #204483;
  }

	.site-header-nav-main ul li.menu-item-has-children > a {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.site-header-nav-main .sub-menu {
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}

}

.site-header-nav-main ul li.menu-item-has-children {
  position: relative;
}

.site-header-nav-main ul li.menu-item-has-children > a {
  position: relative;
  padding-right: 26px;
}



.site-header-nav-main ul li.menu-item-has-children > a svg {
  display: inline-block;
}

@media (max-width: 1199px) {
  .site-header-nav-main ul li.menu-item-has-children .sub-menu.sub-menu-shown {
    display: block;
  }
}

@media (min-width: 1200px) {
  .site-header-nav-main ul li.menu-item-has-children:hover > a:before {
    opacity: 1;
  }
  .site-header-nav-main ul li.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header-nav-main ul .sub-menu {
    display: none;
    padding-bottom: 29px;
  }
}

@media (min-width: 1200px) {
  .site-header-nav-main ul .sub-menu {
    visibility: hidden;
    display: block;
    position: absolute;
    top: 100%;
    top: calc(100% - 2px);
    left: 0;
    width: 246px;
    background: #ffffff;
    padding: 0 0 20px 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.27);
    opacity: 0;
    transition: opacity 0.15s ease-in-out 0.1s;
    z-index: 100;
  }
}

.site-header-nav-main ul .sub-menu li {
  transition: background 0.15s ease-in-out;
}

.site-header-nav-main ul .sub-menu li:hover {
  background: #F9F7F5;
}

.site-header-nav-main ul .sub-menu li:hover a {
  background: transparent;
  color: #B0393E;
}

@media (max-width: 1199px) {
  .site-header-nav-main ul .sub-menu a {
    font-size: 22px;
    padding: 14px 0;
  }
  .site-header-nav-main ul .sub-menu a:before {
    content: "\2014";
    display: inline-block;
    margin-right: 9px;
  }
}

@media (min-width: 1200px) {
  .site-header-nav-main ul .sub-menu a {
    padding-top: 13px;
    padding-bottom: 14px;
    color: #204483;
    padding-left: 21px;
    font-size: 15px;
  }
}

.site-header-nav-main .menu-item-has-children.menu-item-last .sub-menu {
  left: auto;
  right: 0;
}

@media (max-width: 599px) {
  .site-header-nav-secondary {
    border-top: 1px solid rgba(255, 255, 255, 0.17);
  }
}

@media (min-width: 1200px) {
  .site-header-nav-secondary {
    margin-top: -9px;
    padding-top: 6px;
    padding-bottom: 11px;
  }
}

@media (max-width: 1199px) {
  .site-header-nav-secondary li a {
    padding: 21px 0;
  }
  .site-header-nav-secondary li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.17);
  }
}

@media (min-width: 1200px) {
  .site-header-nav-secondary li {
    display: inline-block;
  }
  .site-header-nav-secondary li + li {
    margin-left: 22px;
  }
}

.site-header-nav-secondary a {
  display: block;
  padding: 12px 12px;
  border-radius: 5px;
}

.site-header-nav-secondary-social a {
	display: inline-block;
}

@media (max-width: 1199px) {
  .site-header-nav-secondary-social {
    padding: 21px 0;
  }
  .site-header-nav-secondary-social a + a {
    margin-left: 21px;
  }
}

@media (min-width: 1200px) {
  .site-header-nav-secondary-social a + a {
    margin-left: 21px;
  }
}

.site-header-nav-secondary .site-header-nav-secondary-social a {
  display: inline-block;
  padding: 0;
}

@media (min-width: 1200px) {
  .site-header-nav-secondary .social-link-label {
    display: none;
  }
}

.site-header-nav-secondary-social svg[data-icon="social_twitter"] {
  width: 20px;
  height: 17px;
  fill: #ffffff;
  position: relative;
  top: 2px;
  left: 3px;
}

.site-header-nav-secondary-social svg[data-icon="social_fb"] {
  width: 8px;
  height: 19px;
  fill: #ffffff;
  position: relative;
  top: 3px;
  left: 0;
}

.search-form .site-header-nav-secondary-social {
	width: 70px;
}

.search-form .site-header-nav-secondary-social a:hover {
	opacity: 0.4;
}

.search-form {
  position: relative;
}

@media (max-width: 1199px) {
  .search-form {
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
  }
}

@media (min-width: 1200px) {
  .search-form {
    margin-right: 12px;
    margin-bottom: 18px;
  }
}

.search-form input[type="text"] {
  font-family: 'Roboto Condensed', sans-serif;
  background: rgba(0, 30, 84, 0.4);
  border: 0;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .search-form input[type="text"] {
    background: transparent;
    width: 100%;
    font-size: 22px;
    padding: 21px 0;
  }
}

@media (min-width: 1200px) {
  .search-form input[type="text"] {
    font-size: 16px;
    line-height: 20px;
    box-shadow: inset 0 0 0 1px rgba(250, 245, 240, 0.26);
    border-collapse: collapse;
    border-radius: 3px;
    padding: 14px 40px 13px 19px;
    min-width: 247px;
  }
  .search-form input[type="text"]:focus {
    box-shadow: inset 0 0 0 1px rgba(250, 245, 240, 0.4);
  }
}

.search-form input[type="text"]:focus {
  outline: 0;
}

.search-form input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
}

.search-form input[type="text"]:-ms-input-placeholder {
  color: #ffffff;
}

.search-form input[type="text"]::placeholder {
  color: #ffffff;
}

.search-form button[type="submit"] {
  border: 0;
  background: transparent;
  width: 27px;
  height: 37px;
  padding: 10px 10px 10px 0;
  position: absolute;
}

@media (max-width: 1199px) {
  .search-form button[type="submit"] {
    top: 14px;
    right: -8px;
  }
}

@media (min-width: 1200px) {
  .search-form button[type="submit"] {
    top: 4px;
    right: 5px;
  }
}

.search-form button[type="submit"]:focus {
  outline: 0;
}

.search-form button[type="submit"] svg {
  width: 17px;
  height: 17px;
  fill: #ffffff;
}

.site-header-sub-nav {
  background: #ffffff;
  border-bottom: 1px solid #EDE6DF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 1199px) {
  .site-header-sub-nav {
    display: none;
  }
}

.site-header-sub-nav ul {
  margin: 0;
  padding: 0;
}

.site-header-sub-nav li {
  list-style: none;
  display: inline;
}

.site-header-sub-nav li.current-menu-parent a, .site-header-sub-nav li.current-menu-item a, .site-header-sub-nav li.current_page_parent a, .site-header-sub-nav li.current_page_item a {
  background: #F9F7F5;
  color: #B0393E;
  border-left: 1px solid #EDE6DF;
  border-right: 1px solid #EDE6DF;
  position: relative;
}

.site-header-sub-nav li.current-menu-parent a:after, .site-header-sub-nav li.current-menu-item a:after, .site-header-sub-nav li.current_page_parent a:after, .site-header-sub-nav li.current_page_item a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #F9F7F5;
}

.site-header-sub-nav li + li {
  margin-left: 21px;
}

.site-header-sub-nav a {
  display: inline-block;
  color: #204483;
  padding: 19px 12px 19px 12px;
  font-size: 14px;
  line-height: 1.2;
}

.site-footer-search {
  background: #373E46;
  color: #ffffff;
  margin-top: 50px;
}

.site-footer-search .padded-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 600px) {
  .site-footer-search .padded-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.site-footer-search h2 {
  white-space: nowrap;
  margin-right: 50px;
}

@media (max-width: 599px) {
  .site-footer-search h2 {
    margin-bottom: 20px;
  }
}

.home-video + .site-footer-search,
.w-support + .site-footer-search {
  margin-top: 0;
}

.footer-search-form {
  position: relative;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  margin: 0;
}

.footer-search-form input[type="text"] {
  font-family: 'Roboto Condensed', sans-serif;
  background: rgba(138, 138, 138, 0.11);
  border: 0;
  color: #ffffff;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  box-shadow: inset 0 0 0 1px rgba(250, 245, 240, 0.26);
  border-collapse: collapse;
  border-radius: 3px;
  padding: 14px 40px 13px 19px;
}

.footer-search-form input[type="text"]:focus {
  box-shadow: inset 0 0 0 1px rgba(250, 245, 240, 0.4);
}

.footer-search-form input[type="text"]:focus {
  outline: 0;
}

.footer-search-form input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
}

.footer-search-form input[type="text"]:-ms-input-placeholder {
  color: #ffffff;
}

.footer-search-form input[type="text"]::placeholder {
  color: #ffffff;
}

.footer-search-form button[type="submit"] {
  border: 0;
  background: transparent;
  width: 27px;
  height: 37px;
  padding: 10px 10px 10px 0;
  position: absolute;
  top: 4px;
  right: 5px;
}

.footer-search-form button[type="submit"]:focus {
  outline: 0;
}

.footer-search-form button[type="submit"] svg {
  width: 17px;
  height: 17px;
  fill: #ffffff;
}

.site-footer {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  background: #292E34;
  font-size: 17px;
  line-height: 25px;
}

.site-footer .padded-wrapper.content-page-wrapper-padded {
  padding-bottom: 0;
}

.site-footer-main {
  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;
  margin-bottom: 58px;
}

@media (max-width: 599px) {
  .site-footer-main-col {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .site-footer-main-col:nth-child(4) {
    padding-bottom: 0;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .site-footer-main-col {
    width: 50%;
  }
  .site-footer-main-col:nth-child(1), .site-footer-main-col:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.13);
    padding-right: 40px;
  }
  .site-footer-main-col:nth-child(2), .site-footer-main-col:nth-child(4) {
    padding-left: 40px;
  }
  .site-footer-main-col:nth-child(1), .site-footer-main-col:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    padding-bottom: 40px;
  }
  .site-footer-main-col:nth-child(3), .site-footer-main-col:nth-child(4) {
    padding-top: 40px;
  }
  .site-footer-main-col:last-child {
    border-right: 0;
  }
}

@media (min-width: 1000px) {
  .site-footer-main-col {
    width: calc(25% - 33px);
    border-right: 1px solid rgba(255, 255, 255, 0.13);
    padding-right: 30px;
  }
  .site-footer-main-col:last-child {
    border-right: 0;
  }
}

.site-footer-main-col h2.h6 {
  margin-bottom: 24px;
}

.site-footer-main-col h2.h6:after {
  content: '';
  display: block;
  width: 36px;
  height: 1px;
  margin-top: 18px;
  background: #979797;
}

.site-footer-main-col div.serif + a[class*='button'],
.site-footer-main-col div.serif + form {
  margin-top: 20px;
}

.site-footer-main-col img {
  width: 100%;
  display: block;
  margin-top: 40px;
}

.site-footer-main-col a[class*="button"] {
  border-color: #979797;
}

.site-footer-main-col .gform_wrapper {
  margin-top: 30px;
}

.site-footer-main-col .gfield_label {
  display: none;
}

.site-footer-main-col input[type="text"],
.site-footer-main-col input[type="email"] {
background: transparent;
    color: #ffffff;
    font-size: 17px;
    padding: 9px 16px 10px;
    border-radius: 3px;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    border: 1px solid #979797;
    width: 100%;
    margin-top: 14px;
}

.site-footer-main-col input[type="text"]::-webkit-input-placeholder,
.site-footer-main-col input[type="email"]::-webkit-input-placeholder {
  color: #ffffff;
}

.site-footer-main-col input[type="text"]:-ms-input-placeholder,
.site-footer-main-col input[type="email"]:-ms-input-placeholder {
  color: #ffffff;
}

.site-footer-main-col input[type="text"]::placeholder,
.site-footer-main-col input[type="email"]::placeholder {
  color: #ffffff;
}


.site-footer-main-col .button, 
.site-footer-main-col .button-for-double-icon {
  border: 1px solid #979797;
  background: transparent;
  color: #ffffff;
  font-size: 14px;
  padding: 11px 20px 11px;
  border-radius: 3px;
  text-transform: uppercase;
  min-width: 10px;
  margin-top: 14px;
}

.site-footer-main-col .button:hover {
	    background: rgba(255, 255, 255, 0.1);
}

.site-footer-nav {
  margin: 0;
  padding: 0;
}

.site-footer-nav li {
  list-style: none;
  text-transform: uppercase;
}

.site-footer-credit {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding-top: 40px;
  padding-bottom: 40px;
}


  .site-footer-credit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }


.site-footer-credit-logo {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
width: 243px;
height: 60px;
}


  .site-footer-credit-logo {
    margin-bottom: 30px;
  }



.site-footer-credit-text {
  text-align: right;
}

.site-footer-credit-text-copyright {
  display: block;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

.site-footer-credit-text-maker {
  display: block;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

.site-footer-credit-text-maker a {
	text-decoration: underline;
}

.site-footer-credit-text-maker a:hover {
	text-decoration: none;
}

.load-more-wrapper {
  text-align: center;
}

.load-more-wrapper .button-ghost-dark-small {
  min-width: 275px;
}

.load-more-wrapper .js-load-more svg {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
}

.load-more-wrapper .js-load-more.loading svg {
  display: block;
  margin-bottom: 30px;
}

.blockquote, .news-single-content blockquote {
  margin: 0;
  padding: 0;
  border-left: 3px solid #000000;
  padding-left: 43px;
  display: inline-block;
  margin-bottom: 3.3em;
}

.blockquote h3, .news-single-content blockquote h3 {
  font-family: 'PT Serif', serif;
  font-style: italic;
  font-weight: normal;
  margin-top: -5px;
  font-size: 29px;
  line-height: 38px;
}

.blockquote.small h3, .news-single-content blockquote.small h3 {
  font-size: 22px;
  line-height: 28px;
}

.blockquote-cite {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 23px;
}

.blockquote-cite-alt {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  line-height: 20px;
  display: block;
  margin-top: 5px;
  max-width: 300px;
}

.news-single-content blockquote {
  margin-top: 2em;
  margin-bottom: 2em;
}

.news-single-content blockquote p {
  font-family: 'PT Serif', serif;
  font-style: italic;
  font-weight: normal;
  margin-top: -5px;
  font-size: 22px;
  line-height: 28px;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
  display: block;
}

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide--image {
  overflow: hidden;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5;
}

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
}

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent;
}

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0;
  }
}

.fancybox-slide--video .fancybox-content {
  position: relative;
  height: auto;
}

.fancybox-slide--video .fancybox-content:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.fancybox-slide--video .fancybox-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 0.98;
}

.fancybox-hack-close,
.fancybox-hack-prev,
.fancybox-hack-next {
  position: absolute;
  cursor: pointer;
  z-index: 99996;
}

.fancybox-hack-close svg,
.fancybox-hack-prev svg,
.fancybox-hack-next svg {
  fill: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fancybox-hack-close:hover svg,
.fancybox-hack-prev:hover svg,
.fancybox-hack-next:hover svg {
  fill: rgba(255, 255, 255, 0.56);
}

.fancybox-hack-close {
  top: 40px;
  right: 28px;
  width: 48px;
  height: 48px;
}

.fancybox-hack-close svg {
  width: 28px;
  height: 28px;
}

.fancybox-hack-prev {
  top: 50%;
  left: 32px;
  margin-top: -18px;
  width: 40px;
  height: 36px;
  padding: 10px;
}

.fancybox-hack-prev svg {
  width: 20px;
  height: 12px;
}

.fancybox-hack-next {
  top: 50%;
  right: 32px;
  margin-top: -18px;
  width: 40px;
  height: 36px;
  padding: 10px;
}

.fancybox-hack-next svg {
  width: 20px;
  height: 12px;
}

.fancybox-caption {
  border-top: 0;
  text-align: center;
  font-family: inherit;
  font-size: 18px;
}

.fancybox-button--close {
  background: transparent;
  width: 62px;
  height: 62px;
  top: 20px;
  right: 20px;
}

.fancybox-button--close:hover {
  background: rgba(255, 255, 255, 0.1);
}

.search-results-wrapper.pagination-wrapper {
  margin-top: 57px;
}

.search-results-wrapper.pagination-wrapper .search-results-items {
  padding-top: 75px;
  padding-bottom: 75px;
}

.search-results-wrapper.pagination-wrapper .search-results-filters {
  border: 0;
}

.pagination ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination li {
  list-style: none;
  display: inline-block;
}

.pagination li.invisible {
  opacity: 0;
  pointer-events: none;
}

.pagination li.prev {
  margin-right: auto;
}

.pagination li.prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination li.next {
  margin-left: auto;
}

.pagination li.num a {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  border: 1px solid #3B3B3B;
  line-height: 33px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}

.pagination li.num.active a {
  border-color: #B0393E;
  color: #B0393E;
}

.pagination li.num + li.num {
  margin-left: 16px;
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

.plyr {
  position: relative;
  max-width: 100%;
  min-width: 200px;
  font-family: "Roboto Condensed", sans-serif;
  direction: ltr;
}

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

.plyr a,
.plyr button,
.plyr input,
.plyr label {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.plyr:focus {
  outline: 0;
}

.plyr video,
.plyr audio {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: inherit;
}

.plyr input[type="range"] {
  display: block;
  height: 18.75px;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: none;
  background: transparent;
}

.plyr input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background: transparent;
  border: 0;
  border-radius: 3.5px;
  -webkit-user-select: none;
          user-select: none;
}

.plyr input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  position: relative;
  height: 15px;
  width: 15px;
  background: #fff;
  border-radius: 100%;
  transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
  box-shadow: inset 0 0 0 3px #204483;
  box-sizing: border-box;
}

.plyr input[type="range"]::-moz-range-track {
  height: 7px;
  background: transparent;
  border: 0;
  border-radius: 3.5px;
  -moz-user-select: none;
       user-select: none;
}

.plyr input[type="range"]::-moz-range-thumb {
  position: relative;
  height: 15px;
  width: 15px;
  background: #fff;
  border-radius: 100%;
  transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
  box-shadow: inset 0 0 0 3px #204483;
  box-sizing: border-box;
}

.plyr input[type="range"]::-ms-track {
  height: 7px;
  background: transparent;
  border: 0;
  color: transparent;
}

.plyr input[type="range"]::-ms-fill-upper {
  height: 7px;
  background: transparent;
  border: 0;
  border-radius: 3.5px;
  -ms-user-select: none;
      user-select: none;
}

.plyr input[type="range"]::-ms-fill-lower {
  height: 7px;
  background: transparent;
  border: 0;
  border-radius: 3.5px;
  -ms-user-select: none;
      user-select: none;
  background: #204483;
}

.plyr input[type="range"]::-ms-thumb {
  position: relative;
  height: 15px;
  width: 15px;
  background: #fff;
  border-radius: 100%;
  transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
  box-shadow: inset 0 0 0 3px #204483;
  box-sizing: border-box;
  margin-top: 0;
}

.plyr input[type="range"]::-ms-tooltip {
  display: none;
}

.plyr input[type="range"]:focus {
  outline: 0;
}

.plyr input[type="range"]::-moz-focus-outer {
  border: 0;
}

.plyr input[type="range"].tab-focus:focus {
  outline-offset: 3px;
}

.plyr input[type="range"]:active::-webkit-slider-thumb {
  background: #204483;
  border-color: #fff;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.plyr input[type="range"]:active::-moz-range-thumb {
  background: #204483;
  border-color: #fff;
  transform: scale(1.25);
}

.plyr input[type="range"]:active::-ms-thumb {
  background: #204483;
  border-color: #fff;
  transform: scale(1.25);
}

.plyr--video input[type="range"].tab-focus:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}

.plyr--audio input[type="range"].tab-focus:focus {
  outline: 1px dotted rgba(86, 93, 100, 0.5);
}

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

.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit;
}

.plyr__video-embed {
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: 0;
}

.plyr__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.plyr__video-embed > div {
  position: relative;
  padding-bottom: 200%;
  -webkit-transform: translateY(-35.95%);
          transform: translateY(-35.95%);
}

.plyr .plyr__video-embed iframe {
  pointer-events: none;
}

.plyr video::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}

.plyr__captions span {
  border-radius: 2px;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  line-height: 150%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 24px;
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr--hide-controls .plyr__captions {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

@media (min-width: 1024px) {
  .plyr--fullscreen-active .plyr__captions {
    font-size: 32px;
  }
}

.plyr ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}

.plyr__controls > * {
  pointer-events: all;
}

.plyr__controls > button,
.plyr__controls .plyr__progress {
  margin-left: 18px;
}

.plyr__controls > button:first-child,
.plyr__controls .plyr__progress:first-child {
  margin-left: 0;
}

.plyr__controls .plyr__volume {
  margin-left: 5px;
}

.plyr__controls [data-plyr="pause"] {
  margin-left: 0;
}

.plyr__controls button {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 7px;
  border: 0;
  background: transparent;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  color: inherit;
}

.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.plyr__controls button:focus {
  outline: 0;
}

.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted,
.plyr__controls .icon--captions-on {
  display: none;
}

.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
}

.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 10px 10px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  transition: opacity 0.3s ease;
}

.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
  background: #3498db;
  color: #fff;
}

.plyr--audio .plyr__controls {
  padding: 10px;
  border-radius: inherit;
  background: #fff;
  border: 1px solid #dbe3e8;
  color: #565D64;
}

.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover {
  background: #3498db;
  color: #fff;
}

.plyr__play-large {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px;
  background: #3498db;
  border: 4px solid currentColor;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  transition: all 0.3s ease;
}

.plyr__play-large svg {
  position: relative;
  left: 2px;
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}

.plyr__play-large:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}

.plyr .plyr__play-large {
  display: inline-block;
}

.plyr--audio .plyr__play-large {
  display: none;
}

.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden;
}

.plyr__controls [data-plyr="pause"],
.plyr--playing .plyr__controls [data-plyr="play"] {
  display: none;
}

.plyr--playing .plyr__controls [data-plyr="pause"] {
  display: inline-block;
}

.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted,
.plyr--captions-active .plyr__controls .icon--captions-on {
  display: block;
}

.plyr--fullscreen-active .icon--exit-fullscreen + svg,
.plyr--muted .plyr__controls .icon--muted + svg,
.plyr--captions-active .plyr__controls .icon--captions-on + svg {
  display: none;
}

.plyr [data-plyr="captions"],
.plyr [data-plyr="fullscreen"] {
  display: none;
}

.plyr--captions-enabled [data-plyr="captions"],
.plyr--fullscreen-enabled [data-plyr="fullscreen"] {
  display: inline-block;
}

.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  pointer-events: none;
  opacity: 0;
  background: #3B3B3B;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
}

.plyr__tooltip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -4px;
  border-right: 4px solid transparent;
  border-top: 4px solid #3B3B3B;
  border-left: 4px solid transparent;
  z-index: 2;
}

.plyr button:hover .plyr__tooltip,
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}

.plyr button:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.plyr__controls button:first-child .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.plyr__controls button:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.plyr__controls button:first-child:hover .plyr__tooltip,
.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:last-child:hover .plyr__tooltip,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.plyr__progress {
  display: none;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.plyr__progress input[type="range"] {
  position: relative;
  z-index: 2;
}

.plyr__progress input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
}

.plyr__progress input[type="range"]::-moz-range-track {
  background: transparent;
}

.plyr__progress input[type="range"]::-ms-fill-upper {
  background: transparent;
}

.plyr__progress .plyr__tooltip {
  left: 0;
}

.plyr .plyr__progress {
  display: inline-block;
}

.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 7px;
  margin: -3.5px 0 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 100px;
}

.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
  background: transparent;
}

.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 7px;
}

.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 7px;
}

.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  border-radius: 100px;
}

.plyr__progress--played,
.plyr__volume--display {
  z-index: 1;
  color: #204483;
  background: transparent;
  transition: none;
}

.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  min-width: 7px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
}

.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  min-width: 7px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
}

.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  display: none;
}

.plyr__progress--buffer::-webkit-progress-value {
  transition: width 0.2s ease;
}

.plyr__progress--buffer::-moz-progress-bar {
  transition: width 0.2s ease;
}

.plyr__progress--buffer::-ms-fill {
  transition: width 0.2s ease;
}

.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25);
}

.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(198, 214, 219, 0.67);
}

.plyr--audio .plyr__progress--buffer {
  color: rgba(198, 214, 219, 0.67);
}

.plyr--loading .plyr__progress--buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198, 214, 219, 0.67);
}

.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  margin-right: 10px;
}

.plyr__time + .plyr__time {
  display: none;
}

@media (min-width: 768px) {
  .plyr__time + .plyr__time {
    display: inline-block;
  }
}

.plyr__time + .plyr__time::before {
  content: "\2044";
  margin-right: 10px;
}

.plyr__volume {
  display: none;
}

.plyr .plyr__volume {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.plyr .plyr__volume input[type="range"] {
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .plyr .plyr__volume {
    display: block;
    max-width: 60px;
  }
}

@media (min-width: 768px) {
  .plyr .plyr__volume {
    max-width: 110px;
  }
}

.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr="mute"] {
  display: none !important;
}

.plyr--fullscreen-active {
  height: 100%;
  width: 100%;
  background: #000;
  border-radius: 0 !important;
}

.plyr--fullscreen-active video {
  height: 100%;
}

.plyr--fullscreen-active .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr--fullscreen-active .plyr__video-embed {
  overflow: visible;
}

.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr--fullscreen-fallback.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000;
}

/* Setup
================================================== */
.audioplayer-container {
  position: relative;
  margin: 0;
  width: 100%;
  background: #ffffff;
  color: #3B3B3B;
  border-radius: 3px;
  border: 1px solid #D6D6D6;
  font-family: 'Roboto Condensed', sans-serif;
}

audio {
  margin: 0 15px 0 14px;
  width: 670px;
}

/* Plyr Overrides
================================================== */
.plyr--audio .plyr__controls {
  background-color: transparent;
  border: none;
  color: #fff;
  width: 100%;
}

@media (max-width: 599px) {
  .plyr--audio .plyr__controls {
    padding: 21px 20px 30px 20px;
  }
}

@media (min-width: 600px) {
  .plyr--audio .plyr__controls {
    padding: 21px 24px 30px 20px;
  }
}

.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large {
  background: rgba(0, 0, 0, 0.1);
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(0, 0, 0, 0.1);
}

.plyr--audio .plyr__progress--buffer {
  color: rgba(0, 0, 0, 0.1);
}

.plyr__controls button[data-plyr="pause"],
.plyr__controls button[data-plyr="play"] {
  background: #204483;
  border-radius: 100px;
}

.plyr__controls button[data-plyr="pause"]:hover,
.plyr__controls button[data-plyr="play"]:hover {
  background: #12284E;
}

@media (max-width: 599px) {
  .plyr__controls button[data-plyr="pause"],
  .plyr__controls button[data-plyr="play"] {
    padding: 12px;
  }
  .plyr__controls button[data-plyr="pause"] svg,
  .plyr__controls button[data-plyr="play"] svg {
    width: 14px;
    height: 14px;
  }
}

@media (min-width: 600px) {
  .plyr__controls button[data-plyr="pause"],
  .plyr__controls button[data-plyr="play"] {
    padding: 16px;
  }
  .plyr__controls button[data-plyr="pause"] svg,
  .plyr__controls button[data-plyr="play"] svg {
    width: 20px;
    height: 20px;
  }
}

.plyr__controls button[data-plyr="play"] svg {
  position: relative;
  right: -2px;
}

.plyr__controls button[data-plyr="mute"] {
  background: #ffffff;
  border-radius: 0;
}

.plyr__controls button[data-plyr="mute"] svg {
  fill: #204483;
}

@media (max-width: 479px) {
  .plyr__controls button[data-plyr="mute"] {
    padding: 4px;
    margin-right: -6px;
    margin-left: 0px;
  }
  .plyr__controls button[data-plyr="mute"] svg {
    width: 16px;
    height: 16px;
  }
}

@media (min-width: 480px) {
  .plyr__controls button[data-plyr="mute"] {
    padding: 6px;
  }
  .plyr__controls button[data-plyr="mute"] svg {
    width: 18px;
    height: 18px;
  }
}

.plyr__controls button[data-plyr="mute"]:hover {
  background: #ffffff;
}

.plyr__controls button[data-plyr="mute"]:hover svg {
  fill: #12284E;
}

.plyr__time--current {
  color: #000000;
}

@media (max-width: 599px) {
  .nowPlay {
    padding: 0px 15px 0 20px;
    margin-top: -10px;
  }
}

@media (min-width: 600px) {
  .nowPlay {
    padding: 1px 15px 1px 90px;
    margin-top: -44px;
  }
}

.nowPlay .npTitle {
  font-size: 17px;
  line-height: 1.2;
}

.cpw-audio-player-meta {
  max-width: 700px;
}

@media (max-width: 599px) {
  .cpw-audio-player-meta {
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 16px;
  }
}

@media (min-width: 600px) {
  .cpw-audio-player-meta {
    padding-left: 90px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 26px;
  }
}

.cpw-audio-player-meta p {
  font-size: 15px;
  line-height: 1.4;
}

@media (max-width: 599px) {
  .cpw-audio-player-meta p {
    margin: 0;
  }
}

@media (min-width: 600px) {
  .cpw-audio-player-meta p {
    float: left;
    margin: 0 10px 0 0;
  }
}

@media (max-width: 599px) {
  .plyr .plyr__progress {
    margin-right: 15px;
  }
}

@media (min-width: 600px) {
  .plyr .plyr__progress {
    margin-right: 28px;
  }
}

.cpw-audio-player-playlist-wrapper[data-track-count="1"] {
  display: none;
}

.cpw-audio-player-playlist {
  margin: 0;
  padding: 0;
}

.cpw-audio-player-playlist li {
  border-top: 1px solid #D6D6D6;
}

.cpw-audio-player-playlist li:hover {
  background: #f7f7f7;
}

.cpw-audio-player-playlist li.plSel {
  background: #204483;
  color: #ffffff;
  position: relative;
}

.cpw-audio-player-playlist li.plSel:before {
  content: '';
  display: block;
  background: #204483;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.cpw-audio-player-playlist li {
  cursor: pointer;
  display: block;
  margin: 0;
}

@media (max-width: 599px) {
  .cpw-audio-player-playlist li {
    padding: 12px 60px 10px 60px;
  }
}

@media (min-width: 600px) {
  .cpw-audio-player-playlist li {
    padding: 19px 90px 16px 90px;
  }
}

.cpw-audio-player-playlist li .plItem {
  position: relative;
}

.cpw-audio-player-playlist li .plItem .plNum {
  position: absolute;
  margin: 0;
  font-weight: 700;
}

@media (max-width: 599px) {
  .cpw-audio-player-playlist li .plItem .plNum {
    top: 0px;
    left: -40px;
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 600px) {
  .cpw-audio-player-playlist li .plItem .plNum {
    top: -4px;
    left: -68px;
    font-size: 18px;
    line-height: 28px;
  }
}

.cpw-audio-player-playlist li .plItem .plTitle {
  position: relative;
}

@media (max-width: 599px) {
  .cpw-audio-player-playlist li .plItem .plTitle {
    font-size: 15px;
    line-height: 19px;
    margin: 0;
  }
}

@media (min-width: 600px) {
  .cpw-audio-player-playlist li .plItem .plTitle {
    font-size: 17px;
    line-height: 21px;
    margin: 0;
  }
}

.cpw-audio-player-playlist li .plItem .plPerformers {
  position: relative;
  font-style: italic;
}

@media (max-width: 599px) {
  .cpw-audio-player-playlist li .plItem .plPerformers {
    font-size: 13px;
    line-height: 18px;
    margin: 0;
  }
}

@media (min-width: 600px) {
  .cpw-audio-player-playlist li .plItem .plPerformers {
    font-size: 15px;
    line-height: 21px;
    margin: -2px 0 0 0;
  }
}

.cpw-audio-player-playlist li .plItem .plLength {
  position: absolute;
  margin: 0;
  text-align: right;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 599px) {
  .cpw-audio-player-playlist li .plItem .plLength {
    right: -50px;
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 600px) {
  .cpw-audio-player-playlist li .plItem .plLength {
    right: -66px;
    font-size: 16px;
    line-height: 28px;
  }
}

.c-text-icon-svg {
  position: relative;
  max-width: 52px;
}

.c-text-icon-svg:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.c-text-icon-svg svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.c-text-icon-title {
  margin-top: 17px;
  margin-bottom: 13px;
}

.c-text-icon-text {
  margin: 0;
  padding-right: 5%;
}

.c-song-search {
  background-color: #204483;
  background-position: center center;
  background-size: cover;
  color: #ffffff;
}

@media (max-width: 699px) {
  .c-song-search {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}

@media (min-width: 700px) {
  .c-song-search {
    padding-top: 96px;
    padding-bottom: 153px;
  }
}

.c-song-search .padded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 699px) {
  .c-song-search .padded-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 699px) {
  .c-song-search .title {
    width: 100%;
  }
}

@media (min-width: 700px) {
  .c-song-search .title {
    width: 34.6%;
    padding-right: 5.9%;
  }
  .c-song-search .title h2 {
    max-width: 310px;
  }
}

@media (max-width: 699px) {
  .c-song-search .forms {
    width: 100%;
    border-top: 1px solid #ffffff;
    margin-top: 27px;
    padding-top: 27px;
  }
}

@media (min-width: 700px) {
  .c-song-search .forms {
    width: 65.4%;
    padding-left: 5.9%;
    border-left: 1px solid #ffffff;
  }
}

.c-song-search .forms form {
  margin: 0;
}

.c-song-search .forms .term label {
  display: block;
  width: 100%;
  max-width: 536px;
  position: relative;
}

.c-song-search .forms .term input[type="text"] {
  background: rgba(0, 30, 84, 0.24);
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(250, 245, 240, 0.26);
  border-radius: 3px;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.2;
  color: #ffffff;
}

@media (max-width: 499px) {
  .c-song-search .forms .term input[type="text"] {
    padding: 16px 45px 16px 14px;
    font-size: 17px;
  }
}

@media (min-width: 500px) {
  .c-song-search .forms .term input[type="text"] {
    padding: 20px 50px 20px 28px;
    font-size: 19px;
  }
}

.c-song-search .forms .term input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
}

.c-song-search .forms .term input[type="text"]:-ms-input-placeholder {
  color: #ffffff;
}

.c-song-search .forms .term input[type="text"]::placeholder {
  color: #ffffff;
}

.c-song-search .forms .term input[type="text"]:focus {
  outline: 0;
  background: rgba(0, 30, 84, 0.44);
  box-shadow: inset 0 0 0 1px rgba(250, 245, 240, 0.46);
}

.c-song-search .forms .term input[type="text"]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.c-song-search .forms .term svg {
  width: 19px;
  height: 19px;
  fill: #ffffff;
  position: absolute;
}

@media (max-width: 499px) {
  .c-song-search .forms .term svg {
    top: 16px;
    right: 18px;
  }
}

@media (min-width: 500px) {
  .c-song-search .forms .term svg {
    top: 22px;
    right: 20px;
  }
}

.c-song-search .forms .or {
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 699px) {
  .c-song-search .forms .or {
    font-size: 20px;
    margin: 15px 0;
  }
}

@media (min-width: 700px) {
  .c-song-search .forms .or {
    font-size: 22px;
    margin: 27px 0 21px;
  }
}

.c-song-search .forms .random button {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  line-height: 1.2;
  text-transform: uppercase;
}

.c-page-title {
  padding-top: 75px;
  padding-bottom: 32px;
}

.c-nav-list {
  margin-bottom: 70px;
}

.c-nav-list ul {
  border-top: 1px solid rgba(59, 59, 59, 0.2);
  margin: 0;
  padding: 0;
}

.c-nav-list li {
  list-style: none;
  border-bottom: 1px dashed #979797;
}

.c-nav-list a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  padding: 21px 0;
  position: relative;
}

.c-nav-list a svg {
  position: absolute;
  top: 50%;
  right: 35px;
  width: 16px;
  height: 10px;
  fill: #B0393E;
  opacity: 0;
  margin-top: -5px;
}

.c-nav-list a:hover {
  color: #B0393E;
}

.c-nav-list .current a {
  color: #B0393E;
}

.c-nav-list .current a svg {
  opacity: 1;
}

.c-social-share p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 37px 0 12px;
}

.c-social-share ul {
  margin: 0;
  padding: 0;
}

.c-social-share ul:after {
  content: "";
  display: table;
  clear: both;
}

.c-social-share li {
  float: left;
  display: inline-block;
  list-style: none;
  width: 46px;
  height: 46px;
  background: #000;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.c-social-share li:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-social-share li + li {
  margin-left: 13px;
}

.c-social-share a {
  display: block;
  width: 46px;
  height: 46px;
}

.c-social-share a svg {
  fill: #ffffff;
}

.c-social-share svg {
  position: relative;
}

.c-social-share .twitter {
  background: #00ABF0;
}

.c-social-share .twitter svg {
  top: 12px;
  left: 12px;
  width: 22px;
  height: 18px;
}

.c-social-share .facebook {
  background: #39579A;
}

.c-social-share .facebook svg {
  top: 12px;
  left: 17px;
  width: 12px;
  height: 21px;
}

.c-social-share .google-plus {
  background: #DF4A32;
}

.c-social-share .google-plus svg {
  top: 10px;
  left: 10px;
  width: 27px;
  height: 17px;
}

.c-social-share.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-social-share.horizontal p {
  margin: 0 13px 0 0;
}

.w-share-news {
  background-color: #204483;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
}

@media (max-width: 999px) {
  .w-share-news {
    padding: 24px 22px 30px 22px;
  }
}

@media (min-width: 1000px) {
  .w-share-news {
    padding: 34px 32px 48px 32px;
  }
}

.w-share-news p {
  margin: 25px 0 25px 0;
}

.w-support {
  background-color: #204483;
  background-position: center center;
  background-size: cover;
  color: #ffffff;
  margin-top: 100px;
}

@media (max-width: 699px) {
  .w-support {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}

@media (min-width: 700px) {
  .w-support {
    padding-top: 36px;
    padding-bottom: 45px;
  }
}

.w-support .padded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1260px;
}

@media (max-width: 699px) {
  .w-support .padded-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 699px) {
  .w-support .title {
    width: 100%;
  }
}

@media (min-width: 700px) {
  .w-support .title {
    width: 34.6%;
    padding-right: 5.9%;
  }
  .w-support .title h2 {
    max-width: 280px;
  }
}

.w-support .text {
  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;
}

.w-support .text p {
  width: 80%;
  margin: 0;
}

@media (max-width: 699px) {
  .w-support .text {
    width: 100%;
    border-top: 1px solid #ffffff;
    margin-top: 27px;
    padding-top: 27px;
  }
}

@media (min-width: 700px) {
  .w-support .text {
    width: 65.4%;
    padding-left: 5.9%;
    border-left: 1px solid #ffffff;
  }
  .w-support .text p {
    padding-top: 78px;
    padding-bottom: 81px;
  }
}

body {
  font-family: 'PT Serif', serif;
  font-weight: 400;
  color: #3B3B3B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 499px) {
  body {
    font-size: 17px;
    line-height: 26px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  body {
    font-size: 16px;
    line-height: 25px;
  }
}

@media (min-width: 900px) {
  body {
    font-size: 18px;
    line-height: 28px;
  }
}


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}

h1.huge, .h1.huge {
  font-weight: 700;
}

@media (max-width: 499px) {
  h1.huge, .h1.huge {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h1.huge, .h1.huge {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (min-width: 900px) {
  h1.huge, .h1.huge {
    font-size: 50px;
    line-height: 59px;
  }
}

@media (max-width: 499px) {
  h1, .h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h1, .h1 {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (min-width: 900px) {
  h1, .h1 {
    font-size: 43px;
    line-height: 54px;
  }
}

@media (max-width: 499px) {
  h2, .h2 {
    font-size: 22px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h2, .h2 {
    font-size: 26px;
  }
}

@media (min-width: 900px) {
  h2, .h2 {
    font-size: 32px;
  }
}

@media (max-width: 499px) {
  h3, .h3 {
    font-size: 20px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h3, .h3 {
    font-size: 24px;
  }
}

@media (min-width: 900px) {
  h3, .h3 {
    font-size: 28px;
  }
}

@media (max-width: 499px) {
  h4, .h4 {
    font-size: 21px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h4, .h4 {
    font-size: 23px;
  }
}

@media (min-width: 900px) {
  h4, .h4 {
    font-size: 25px;
  }
}

@media (max-width: 499px) {
  h5, .h5 {
    font-size: 18px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h5, .h5 {
    font-size: 20px;
  }
}

@media (min-width: 900px) {
  h5, .h5 {
    font-size: 22px;
  }
}

@media (max-width: 499px) {
  h6, .h6 {
    font-size: 18px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h6, .h6 {
    font-size: 19px;
  }
}

@media (min-width: 900px) {
  h6, .h6 {
    font-size: 20px;
  }
}

@media (max-width: 499px) {
  h6.small, .h6.small {
    font-size: 15px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h6.small, .h6.small {
    font-size: 16px;
  }
}

@media (min-width: 900px) {
  h6.small, .h6.small {
    font-size: 17px;
  }
}

a {
  color: inherit;
  transition: color 0.15s ease-in-out;
  text-decoration: none;
}

svg {
  transition: fill 0.15s ease-in-out;
}

p {
  margin: 0;
}

p + p {
  margin-top: 1.55em;
}

.hentry p a:not([class*="button"]),
.hentry li a:not([class*="button"]) {
  color: #B0393E;
  text-decoration: underline;
}

.hentry p a:not([class*="button"]):hover,
.hentry li a:not([class*="button"]):hover {
  text-decoration: none;
}

.sans {
  font-family: 'Roboto Condensed', sans-serif;
}

.serif {
  font-family: 'PT Serif', serif;
}

.button, .button-for-double-icon {
  display: inline-block;
  background: #204483;
  border: 0;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 18px 14px;
  min-width: 192px;
  border-radius: 3px;
  font-family: 'Roboto Condensed', sans-serif;
}

.button:hover, .button-for-double-icon:hover, .button:focus, .button-for-double-icon:focus {
  background: #254f97;
}

.button-ghost, .button-ghost-small, .button-ghost-medium, .button-ghost-medium-red, .button-ghost-light, .button-ghost-light-small, .button-ghost-light-small-alt, .button-ghost-dark-small {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  background: transparent;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1.2;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: red;
}

.button-ghost svg, .button-ghost-small svg, .button-ghost-medium svg, .button-ghost-medium-red svg, .button-ghost-light svg, .button-ghost-light-small svg, .button-ghost-light-small-alt svg, .button-ghost-dark-small svg {
  margin-left: 6px;
}

@media (max-width: 499px) {
  .button-ghost, .button-ghost-small, .button-ghost-medium, .button-ghost-medium-red, .button-ghost-light, .button-ghost-light-small, .button-ghost-light-small-alt, .button-ghost-dark-small {
    padding: 12px 20px 13px 18px;
  }
  .button-ghost svg, .button-ghost-small svg, .button-ghost-medium svg, .button-ghost-medium-red svg, .button-ghost-light svg, .button-ghost-light-small svg, .button-ghost-light-small-alt svg, .button-ghost-dark-small svg {
    height: 13px;
  }
}

@media (min-width: 500px) {
  .button-ghost, .button-ghost-small, .button-ghost-medium, .button-ghost-medium-red, .button-ghost-light, .button-ghost-light-small, .button-ghost-light-small-alt, .button-ghost-dark-small {
    padding: 14px 32px 15px 27px;
  }
  .button-ghost svg, .button-ghost-small svg, .button-ghost-medium svg, .button-ghost-medium-red svg, .button-ghost-light svg, .button-ghost-light-small svg, .button-ghost-light-small-alt svg, .button-ghost-dark-small svg {
    height: 14px;
  }
}

.button-ghost:focus, .button-ghost-small:focus, .button-ghost-medium:focus, .button-ghost-medium-red:focus, .button-ghost-light:focus, .button-ghost-light-small:focus, .button-ghost-light-small-alt:focus, .button-ghost-dark-small:focus {
  outline: 0;
}

.button-ghost-small, .button-ghost-medium, .button-ghost-medium-red {
  border-color: #000000;
  margin-left: 1px;
  font-size: 14px;
}

@media (max-width: 499px) {
  .button-ghost-small, .button-ghost-medium, .button-ghost-medium-red {
    padding: 9px 13px 9px;
  }
}

@media (min-width: 500px) {
  .button-ghost-small, .button-ghost-medium, .button-ghost-medium-red {
    padding: 8px 13px 10px 13px;
  }
}

.button-ghost-small svg, .button-ghost-medium svg, .button-ghost-medium-red svg {
  height: 16px;
  margin-right: 4px;
  position: relative;
  top: 3px;
  margin-left: 0;
}

.button-ghost-small:hover, .button-ghost-medium:hover, .button-ghost-medium-red:hover {
  background: rgba(0, 0, 0, 0.05);
}

@media (max-width: 499px) {
  .button-ghost-medium, .button-ghost-medium-red {
    padding: 9px 13px 9px;
  }
}

@media (min-width: 500px) {
  .button-ghost-medium, .button-ghost-medium-red {
    padding: 14px 13px 14px 13px;
  }
}

.button-ghost-medium-red {
  color: #B0393E;
  border-color: #B0393E;
}

.button-ghost-medium-red svg {
  fill: #B0393E;
}

.button-ghost-light, .button-ghost-light-small, .button-ghost-light-small-alt, .button-ghost-dark-small {
  border-color: #ffffff;
  color: #ffffff;
}

.button-ghost-light:hover, .button-ghost-light-small:hover, .button-ghost-light-small-alt:hover, .button-ghost-dark-small:hover, .button-ghost-light:focus, .button-ghost-light-small:focus, .button-ghost-light-small-alt:focus, .button-ghost-dark-small:focus {
  background: rgba(255, 255, 255, 0.1);
}

.button-ghost-light svg, .button-ghost-light-small svg, .button-ghost-light-small-alt svg, .button-ghost-dark-small svg {
  display: inline-block;
  fill: #ffffff;
}

.button-ghost-light-small, .button-ghost-light-small-alt {
  padding: 10px 18px;
  font-size: 14px;
}

.button-ghost-light-small-alt svg {
  margin-left: 0;
  margin-right: 8px;
  position: relative;
  top: 1px;
}

.button-ghost-dark-small {
  border-color: #000000;
  color: #000000;
  padding: 10px 18px;
  font-size: 14px;
}

.button-text {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.2;
  display: inline-block;
  padding: 2px 0;
  transition: color 0.15s ease-in-out;
  color: inherit;
}

.button-text svg {
  display: inline-block;
  width: 12px;
  height: 7px;
  fill: #000000;
  margin-left: 2px;
  position: relative;
  top: -2px;
  transition: fill 0.15s ease-in-out;
}

.button-text:hover {
  color: #B0393E;
}

.button-text:hover svg {
  fill: #B0393E;
}

.button-for-icon {
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  border-radius: 40px;
  position: relative;
  display: inline-block;
  background: rgba(255, 255, 255, 0);
  transition: background 0.15s ease-in-out;
}

.button-for-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 10px;
  fill: #ffffff;
  margin-top: -5px;
  margin-left: -9px;
}

.button-for-icon:hover {
  background: rgba(255, 255, 255, 0.1);
}

.button-for-double-icon {
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 8px;
  font-size: 14px;
  padding: 9px 14px 8px 18px;
  background: transparent;
  position: relative;
}

.button-for-double-icon span {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  border: 1px solid #ffffff;
  position: absolute;
  top: 10px;
  left: 15px;
}

.button-for-double-icon span svg {
  position: absolute;
  top: 6px;
  left: 9px;
}

.button-for-double-icon.with-span-button {
  padding-left: 40px;
}

.button-for-double-icon.with-span-button svg[data-icon="arrow_right"] {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: relative;
  right: -8px;
}

.button-for-double-icon svg:nth-child(1) {
  width: 6px;
  height: 9px;
  fill: #ffffff;
  margin-right: 11px;
}

.button-for-double-icon svg[data-icon="play"] {
  width: 6px;
  height: 9px;
}

.button-for-double-icon svg[data-icon="list"] {
  width: 16px;
  height: 13px;
  position: relative;
  top: 1px;
}

.button-for-double-icon svg:nth-child(2) {
  width: 11px;
  height: 6px;
  fill: #ffffff;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.button-for-double-icon:focus, .button-for-double-icon:hover {
  background: rgba(255, 255, 255, 0.1);
}

.gform_wrapper .validation_error {
  font-family: 'Roboto Condensed', sans-serif;
  color: #B0393E;
  margin-bottom: 20px;
}

.gform_wrapper .validation_message {
  font-family: 'Roboto Condensed', sans-serif;
  color: #B0393E;
  margin-bottom: 20px;
  font-size: 14px;
}

.gform_fields {
  margin: 0;
  padding: 0;
}

.gfield {
  list-style: none;
}

.gfield + .gfield {
  margin-top: 20px;
}

.gfield_label {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  display: block;
}

@media (max-width: 499px) {
  .gfield_label {
    font-size: 16px;
    padding-bottom: 4px;
  }
}

@media (min-width: 500px) {
  .gfield_label {
    font-size: 20px;
    padding-bottom: 8px;
  }
}

.ginput_container input[type="text"],
.ginput_container input[type="email"],
.ginput_container select,
.ginput_container textarea {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  background: #ffffff;
  border: 1px solid #D6D6D6;
  width: 100%;
}

.ginput_container input[type="text"]:focus,
.ginput_container input[type="email"]:focus,
.ginput_container select:focus,
.ginput_container textarea:focus {
  outline: 0;
  border-color: #979797;
}

.gfield_error .ginput_container input[type="text"], .gfield_error
.ginput_container input[type="email"], .gfield_error
.ginput_container select, .gfield_error
.ginput_container textarea {
  border-color: #B0393E;
}

@media (max-width: 499px) {
  .ginput_container input[type="text"],
  .ginput_container input[type="email"],
  .ginput_container select,
  .ginput_container textarea {
    font-size: 16px;
    line-height: 20px;
    padding: 12px;
    border-radius: 4px;
  }
}

@media (min-width: 500px) {
  .ginput_container input[type="text"],
  .ginput_container input[type="email"],
  .ginput_container select,
  .ginput_container textarea {
    font-size: 20px;
    line-height: 24px;
    padding: 14px 17px 14px 17px;
    border-radius: 8px;
  }
}

.ginput_container textarea {
  resize: vertical;
}

@media (max-width: 499px) {
  .ginput_container textarea {
    height: 140px;
  }
}

@media (min-width: 500px) {
  .ginput_container textarea {
    height: 220px;
  }
}

.ginput_container select {
  -webkit-appearance: none;
}

@media (max-width: 999px) {
  .ginput_container_date .clear-multi .ginput_container_date + .ginput_container_date {
    margin-top: 15px;
  }
}

@media (min-width: 1000px) {
  .ginput_container_date .clear-multi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ginput_container_date .clear-multi .ginput_container_date {
    width: calc(33.33% - 26px);
  }
}

.ginput_container_date .clear-multi .ginput_container_date {
  position: relative;
}

.ginput_container_date .clear-multi .ginput_container_date:after {
  font-family: 'Roboto Condensed', sans-serif;
  content: '→';
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  pointer-events: none;
}

.ginput_container_date .clear-multi .ginput_container_date select {
  width: 100%;
}

.gform_footer {
  margin-top: 25px;
}

.gform_confirmation_message {
  font-family: 'Roboto Condensed', sans-serif;
}

/*****
  Larger groups of styles for larger parts
*****/
@media (min-width: 1200px) {
  .page-template-template-home .site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
  }
}

.home-header {
  height: 779px;
  background-position: center center;
  background-size: cover;
  color: #ffffff;
}

.home-header .padded-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 7.7vh;
}

.home-header .padded-wrapper h1 {
  max-width: 630px;
}

.home-header .padded-wrapper p {
  max-width: 550px;
  font-size: 22px;
  line-height: 28px;
  margin: 1.1em 0 0 0;
}

@media (max-width: 699px) {
  .home-introductions {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 700px) {
  .home-introductions {
    padding-top: 74px;
    padding-bottom: 109px;
  }
}

@media (min-width: 700px) {
  .home-introductions .padded-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 699px) {
  .home-introductions-item + .home-introductions-item {
    margin-top: 50px;
  }
}

@media (min-width: 700px) {
  .home-introductions-item {
    width: calc(33.33% - 30px);
  }
}

.home-introductions-item svg[data-icon="search_discover"] {
  margin-bottom: -11px;
}

.home-news-events {
  background: #ffffff;
}

.home-news-events .padded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 899px) {
  .home-news-events .padded-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-news-events .padded-wrapper .home-events {
    margin-left: -3vw;
    margin-right: -3vw;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .home-news-events .padded-wrapper .home-news {
    width: calc(50% - 35px);
  }
  .home-news-events .padded-wrapper .home-events {
    width: calc(50% - 35px);
  }
}

@media (min-width: 1200px) {
  .home-news-events .padded-wrapper .home-news {
    width: calc(62% - 35px);
  }
  .home-news-events .padded-wrapper .home-events {
    width: calc(38% - 35px);
  }
}

.home-news-events .padded-wrapper .home-events {
  margin-top: -63px;
}

.home-news-header {
  border-bottom: 1px solid #979797;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 29px;
}

.home-news-header-title {
  padding-bottom: 23px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.home-news-header-link {
  border-left: 1px solid #979797;
  padding-top: 16px;
  padding-bottom: 23px;
  padding-left: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.home-events-title {
  background: #204483;
  position: relative;
}

@media (max-width: 899px) {
  .home-events-title {
    padding: 18px 3vw;
  }
}

@media (min-width: 900px) {
  .home-events-title {
    padding: 18px 35px;
  }
}

.home-events-title h1 {
  color: #ffffff;
  font-size: 23px;
}

.home-events-title .button-for-icon {
  position: absolute;
  top: 50%;
  right: 27px;
  width: 28px;
  height: 28px;
  margin-top: -14px;
}

.home-events-title .button-for-icon svg {
  width: 14px;
  height: 8px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: -4px;
  margin-left: -7px;
}

.home-events-items {
  background: #F5F1EE;
}

@media (max-width: 899px) {
  .home-events-items {
    padding: 27px 3vw;
  }
}

@media (min-width: 900px) {
  .home-events-items {
    padding: 27px 35px;
  }
}

.home-events-items .schedule-item {
  margin-bottom: 17px;
  padding: 20px 25px;
}

.home-events-items .schedule-item-top {
  margin-bottom: 14px;
}

.home-events-items .schedule-item-title {
  font-size: 20px;
}

.home-events-items .schedule-item-notes-title {
  display: none;
}

.home-events-archive-button {
  margin-top: 26px;
  text-align: right;
}

.page-template-template-home .w-support {
  margin-top: 0;
}

@media (min-width: 800px) {
  .home-featured .padded-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 799px) {
  .home-featured-item-title {
    padding-bottom: 26px;
  }
}

@media (min-width: 800px) {
  .home-featured-item-title {
    padding-bottom: 30px;
    border-bottom: 1px solid #979797;
    margin-bottom: 41px;
  }
}

@media (max-width: 799px) {
  .home-featured-item + .home-featured-item {
    margin-top: 50px;
  }
  .home-featured-item .home-featured-item-link {
    display: none;
  }
}

@media (min-width: 800px) {
  .home-featured-item {
    width: calc(33.33% - 32px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home-featured-item .image {
  background-size: cover;
  background-position: center center;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.7;
  transition: opacity 0.15s ease-in-out, -webkit-filter 0.15s ease-in-out;
  transition: filter 0.15s ease-in-out, opacity 0.15s ease-in-out;
  transition: filter 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-filter 0.15s ease-in-out;
}

.home-featured-item .image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 75.1%;
}

@media (max-width: 799px) {
  .home-featured-item .inner {
    padding: 15px 0 0;
  }
}

@media (min-width: 800px) {
  .home-featured-item .inner {
    padding: 31px 10px 28px 30px;
  }
}

.home-featured-item .title {
  transition: color 0.15s ease-in-out;
}

.home-featured-item .cpw-person-dates {
  margin-top: -1px;
  transition: color 0.15s ease-in-out;
}

.home-featured-item .fullname {
  margin-top: 8px;
  transition: color 0.15s ease-in-out;
}

.home-featured-item .tax {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 13px;
  margin-bottom: -6px;
}

.home-featured-item .excerpt {
  font-size: 16px;
  line-height: 23px;
  margin-top: 19px;
}

.home-featured-item .button-text {
  margin-top: 18px;
}

.home-featured-item:hover .image {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.home-featured-item:hover .inner .title,
.home-featured-item:hover .inner .cpw-person-dates,
.home-featured-item:hover .inner .fullname,
.home-featured-item:hover .inner .button-text {
  color: #B0393E;
}

.home-featured-item:hover .inner .button-text svg {
  fill: #B0393E;
}

.home-featured-item-link {
  border-top: 1px solid #979797;
  padding-top: 4px;
  text-align: right;
  margin-top: auto;
}

.home-library {
  background: #ffffff;
}

@media (min-width: 800px) {
  .home-library-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 19px;
  }
}

@media (max-width: 799px) {
  .home-library-item {
    display: block;
  }
  .home-library-item + .home-library-item {
    border-top: 1px solid #979797;
    margin-top: 25px;
    padding-top: 25px;
  }
}

@media (min-width: 800px) {
  .home-library-item {
    width: calc(33.33% - 32px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home-library-item h3 {
  margin: 0;
  transition: color 0.15s ease-in-out;
}

.home-library-item .meta {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  margin-top: 7px;
  transition: color 0.15s ease-in-out;
}

.home-library-item p {
  font-size: 18px;
  line-height: 24px;
  padding-right: 8%;
  margin-top: 12px;
  margin-bottom: 16px;
}

.home-library-item:hover h3,
.home-library-item:hover span {
  color: #B0393E;
}

.home-library-item:hover span svg {
  fill: #B0393E;
}

.home-video {
  color: #ffffff;
  background-size: cover;
  background-position: center center;
}

.home-video h4 {
  margin-bottom: 13px;
}

.home-video p {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 800px) {
  .home-video .page-intro-text-video {
    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;
  }
  .home-video .page-intro-text-video .text {
    width: calc(31.7% - 40px);
  }
  .home-video .page-intro-text-video .video {
    width: calc(68.3% - 40px);
  }
}

.generic-page-header {
  background-size: cover;
  background-position: center center;
}

.generic-page-header.has-image {
  color: #ffffff;
}

.generic-page-header.has-image .padded-wrapper {
  height: 39.65vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 63px;
  min-height: 300px;
  max-height: 700px;
}

.generic-page-header.has-image .content-page-wrapper.padded-wrapper {
  margin-top: 0;
}

.generic-page-header .padded-wrapper {
  position: relative;
}

.generic-page-content {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 50px;
          column-gap: 50px;
}

.generic-page-content p {
  display: inline-block;
}

@media (max-width: 799px) {
  .news-outer .news-dates {
    margin-bottom: 50px;
  }
}

@media (min-width: 800px) {
  .news-outer .news-dates {
    padding-top: 4px;
    width: 25%;
    float: left;
    position: -webkit-sticky;
    position: sticky;
    top: -5px;
  }
  .news-outer .news-items {
    width: 70.8%;
    float: right;
  }
}

.news-items .news-item {
  padding-bottom: 58px;
  padding-top: 65px;
}

.news-items-grid {
  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;
}

.news-items-grid .news-item:nth-child(1) {
  padding-top: 0;
}

@media (min-width: 1100px) {
  .news-items-grid .news-item:nth-child(n+2) {
    width: calc(50% - 55px);
    width: 50%;
  }
  .news-items-grid .news-item:nth-child(2n+2) {
    padding-right: 54px;
  }
  .news-items-grid .news-item:nth-child(2n+3) {
    padding-left: 55px;
  }
}

.news-items-grid-only {
  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;
}

@media (min-width: 1100px) {
  .news-items-grid-only .news-item {
    width: calc(50% - 55px);
    width: 50%;
  }
  .news-items-grid-only .news-item:nth-child(2n+1) {
    padding-right: 54px;
  }
  .news-items-grid-only .news-item:nth-child(2n+2) {
    padding-left: 55px;
  }
}

.news-items-borders .news-item {
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}

.news-items-borders.news-items-grid .news-item:nth-child(2n+2) {
  border-right: 1px solid rgba(151, 151, 151, 0.2);
}

.news-single-header h1 {
  margin-bottom: 21px;
  max-width: 850px;
}

.news-single-header p {
  font-family: 'Libre Baskerville', serif;
  margin: 0 0 5px 0;
  font-size: 18px;
  line-height: 1.2;
}

.news-single-header time {
  font-family: 'Roboto Condensed', sans-serif;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2;
}

.news-single-header.no-image .padded-wrapper:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(59, 59, 59, 0.2);
}

@media (max-width: 899px) {
  .news-single-header.no-image .padded-wrapper:after {
    margin-top: 50px;
  }
}

@media (min-width: 900px) {
  .news-single-header.no-image .padded-wrapper:after {
    margin-top: 85px;
  }
}

.news-single-header.has-image {
  position: relative;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 39vw;
  min-height: 42vmin;
  background-size: cover;
  background-position: center center;
  padding-top: 148px;
  padding-bottom: 74px;
}

.news-single-header.has-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-180deg, transparent 0%, rgba(0, 0, 0, 0.42) 100%);
  z-index: 10;
}

.news-single-header .padded-wrapper {
  position: relative;
  z-index: 20;
}

@media (max-width: 899px) {
  .news-single-main {
    margin-top: 50px;
  }
}

@media (min-width: 900px) {
  .news-single-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 85px;
  }
}

.news-single-content img {
  max-width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}

.news-single-content > *:first-child {
  margin-top: 0;
}

.news-single-next-prev {
  margin-top: 86px;
}

.news-single-next-prev .news-single-next-prev-inner {
  border-top: 1px solid rgba(151, 151, 151, 0.2);
}

.news-single-next-prev .news-items {
  float: none;
  width: 100%;
}

.news-single-next-prev-title {
  display: block;
  width: 100%;
  margin-top: 88px;
  margin-bottom: -8px;
}

@media (max-width: 899px) {
  .news-single-next-prev-inner,
  .news-single-content,
  .news-single-sidebar {
    width: 100%;
  }
}

@media (min-width: 900px) and (max-width: 999px) {
  .news-single-next-prev-inner,
  .news-single-content {
    width: calc(100% - 250px - 50px);
  }
  .news-single-sidebar {
    width: 250px;
  }
}

@media (min-width: 1000px) {
  .news-single-next-prev-inner,
  .news-single-content {
    width: calc(100% - 286px - 100px);
  }
  .news-single-sidebar {
    width: 286px;
  }
}

.news-item-image {
  background-position: center center;
  background-size: cover;
  margin-bottom: 37px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.7;
  transition: opacity 0.15s ease-in-out, -webkit-filter 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out, filter 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out, filter 0.15s ease-in-out, -webkit-filter 0.15s ease-in-out;
}

.news-item-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 50.4%;
}

.news-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-item-header {
  width: 40%;
  transition: color 0.15s ease-in-out;
}

.news-item-header h1 {
  line-height: 1.25;
  margin-top: 3px;
}

@media (min-width: 1100px) {
  .news-item-header h1 {
    font-size: 30px;
  }
}

.news-item-header p {
  font-family: 'Libre Baskerville', serif;
  margin: 15px 0 4px 0;
  font-size: 15px;
  line-height: 1.2;
}

.news-item-header time {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
}

.news-item-content {
  width: 55.7%;
}

.news-item-content p {
  margin: 0 0 8px 0;
  line-height: 1.6;
}

.news-item a:hover .news-item-image {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.news-item a:hover .news-item-header,
.news-item a:hover .button-text {
  color: #B0393E;
}

.news-item a:hover .news-item-header svg,
.news-item a:hover .button-text svg {
  fill: #B0393E;
}

@media (max-width: 1099px) {
  .news-items-grid .news-item .news-item-image {
    margin-bottom: 28px;
  }
  .news-items-grid .news-item .news-item-image:before {
    padding-bottom: 72%;
  }
  .news-items-grid .news-item .news-item-inner {
    display: block;
  }
  .news-items-grid .news-item .news-item-header {
    width: 100%;
  }
  .news-items-grid .news-item .news-item-header h1 {
    font-size: 21px;
  }
  .news-items-grid .news-item .news-item-content {
    margin-top: 10px;
    width: 100%;
  }
  .news-items-grid .news-item .news-item-content p {
    line-height: 1.35;
    margin: 12px 0 12px 0;
  }
}

@media (min-width: 1100px) {
  .news-items-grid .news-item:nth-child(n+2) .news-item-image {
    margin-bottom: 28px;
  }
  .news-items-grid .news-item:nth-child(n+2) .news-item-image:before {
    padding-bottom: 72%;
  }
  .news-items-grid .news-item:nth-child(n+2) .news-item-inner {
    display: block;
  }
  .news-items-grid .news-item:nth-child(n+2) .news-item-header {
    width: 100%;
  }
  .news-items-grid .news-item:nth-child(n+2) .news-item-header h1 {
    font-size: 21px;
  }
  .news-items-grid .news-item:nth-child(n+2) .news-item-content {
    margin-top: 10px;
    width: 100%;
  }
  .news-items-grid .news-item:nth-child(n+2) .news-item-content p {
    line-height: 1.35;
    margin: 12px 0 12px 0;
  }
}

.news-items-grid-only .news-item:nth-child(n+1) .news-item-image {
  margin-bottom: 28px;
}

.news-items-grid-only .news-item:nth-child(n+1) .news-item-image:before {
  padding-bottom: 72%;
}

.news-items-grid-only .news-item:nth-child(n+1) .news-item-inner {
  display: block;
}

.news-items-grid-only .news-item:nth-child(n+1) .news-item-header {
  width: 100%;
}

.news-items-grid-only .news-item:nth-child(n+1) .news-item-header h1 {
  font-size: 21px;
}

.news-items-grid-only .news-item:nth-child(n+1) .news-item-content {
  margin-top: 10px;
  width: 100%;
}

.news-items-grid-only .news-item:nth-child(n+1) .news-item-content p {
  line-height: 1.35;
  margin: 12px 0 12px 0;
}

.video-item:focus {
  outline: 0;
}

.video-item-image {
  background-size: cover;
  background-position: center center;
  position: relative;
}

.video-item-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 69%;
}

.video-item-image-inner, .video-item-image-inner:before, .video-item-image-inner:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video-item-image-inner:before {
  content: '';
  background: rgba(34, 34, 34, 0.55);
}

.video-item-image-inner:after {
  content: '';
  background-image: linear-gradient(-180deg, transparent 1%, rgba(0, 0, 0, 0.37) 91%);
}

.video-item-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  border-radius: 100px;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 10;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.video-item-play svg {
  width: 11px;
  height: 14px;
  fill: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -4px;
}

.video-item-play:before, .video-item-play:after {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  margin-top: -10px;
  color: #ffffff;
  position: absolute;
  top: 50%;
}

.video-item-play:before {
  content: 'Play';
  text-align: right;
  right: 100%;
  margin-right: 10px;
}

.video-item-play:after {
  content: 'Video';
  text-align: left;
  left: 100%;
  margin-left: 10px;
}

.video-item-title {
  margin-top: 14px;
}

.video-item-date {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  padding-top: 2px;
}

.video-item:hover {
  color: #B0393E;
}

.video-item:hover .video-item-play {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 1199px) {
  .contact-content .contact-form {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .contact-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-content .contact-blocks {
    width: calc(50% - 40px);
  }
  .contact-content .contact-form {
    width: calc(50% - 40px);
  }
}

@media (max-width: 699px) {
  .contact-block {
    margin-bottom: 20px;
  }
}

@media (min-width: 700px) {
  .contact-block {
    margin-bottom: 40px;
  }
}

.contact-block ul {
  margin: 27px 0 0 0;
  padding: 0;
  border-left: 1px solid #3B3B3B;
}

@media (max-width: 499px) {
  .contact-block ul {
    padding-left: 3vw;
  }
}

@media (min-width: 500px) {
  .contact-block ul {
    padding-left: 30px;
  }
}

.contact-block ul li {
  font-family: 'Roboto Condensed', sans-serif;
  list-style: none;
  line-height: 1.36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: break-word;
}

@media (min-width: 700px) {
  .contact-block ul li {
    font-size: 19px;
  }
}

.contact-block ul li span {
  width: 78px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contact-block ul li h5 {
  font-family: 'PT Serif', serif;
  font-weight: normal;
}

.contact-block ul li a[href*="tel:"], .contact-block ul li a[href*="mailto:"] {
  color: #B0393E;
  text-decoration: underline;
}

.contact-block ul li + li {
  margin-top: 10px;
}

@media (max-width: 699px) {
  .contact-block-social {
    margin-bottom: 40px;
  }
}

@media (min-width: 700px) {
  .contact-block-social {
    margin-bottom: 80px;
  }
}

.contact-block-social h5 {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  display: inline-block;
  font-size: 20px;
}

.contact-block-social ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.contact-block-social ul li {
  list-style: none;
  display: inline-block;
  margin-left: 20px;
}

.contact-block-social svg[data-icon="social_fb"] {
  width: 10px;
  height: 24px;
  fill: #204483;
}

.contact-block-social svg[data-icon="social_twitter"] {
  width: 25px;
  height: 21px;
  fill: #204483;
}

body.tax-cpw .listing-header-letters-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 20;
  background: #F9F7F5;
}

@media (max-width: 699px) {
  body.tax-cpw .listing-header-letters-wrapper .listing-header-letters {
    padding-left: 0;
    padding-right: 0;
  }
}

body.tax-cpw .listing-group-meta h1 {
  position: -webkit-sticky;
  position: sticky;
  top: 62px;
}

@media (max-width: 1199px) {
  .cpw-single-header {
    margin-top: 20px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .cpw-single-header {
    margin-top: 109px;
    padding-bottom: 74px;
  }
}

.cpw-single-photo {
  width: 100%;
  background-position: center center;
  background-size: cover;
  border-radius: 100%;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
	body.single-recording .cpw-single-photo {
		border-radius: 0;
	}

.cpw-single-photo:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

@media (max-width: 699px) {
  .cpw-single-header-right {
    margin-top: 40px;
  }
}

.cpw-single-header-dates {
  font-family: 'Roboto Condensed', sans-serif;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 21px;
  margin-top: 6px;
  margin-left: 1px;
}

.cpw-single-header-dates a {
  text-decoration: underline;
}

.cpw-single-header-dates a:hover {
  color: #B0393E;
}

.cpw-single-header-dates svg {
  width: 15px;
  height: 15px;
  fill: #000000;
  display: inline-block;
  margin-right: 12px;
  margin-top: 2px;
}

.cpw-single-header-global-excerpt {
  font-size: 22px;
  line-height: 30px;
  margin: 19px 0 26px;
  padding-right: 7%;
}
	@media (max-width: 699px) {
		.cpw-single-header-global-excerpt {
		  font-size: 18px;
		  line-height: 26px;
		}
	}

.cpw-single-header-meta {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 28px;
}

.cpw-single-header-meta p {
  font-size: 18px;
  line-height: 23px;
}

.cpw-single-header-meta span {
  display: block;
}

.cpw-single-header-meta span + span {
  margin-top: 8px;
}

.cpw-single-header-meta b {
  display: inline-block;
  margin-right: 8px;
}

.cpw-single-header-meta a {
  text-decoration: underline;
}

.cpw-single-header-meta svg {
  fill: #000000;
  margin-right: 13px;
}

.cpw-single-header-meta svg[data-icon="date"] {
  width: 14px;
  height: 14px;
}

.cpw-single-header-meta svg[data-icon="music_note"] {
  width: 13px;
  height: 14px;
}

.cpw-single-header-meta svg[data-icon="pencil"] {
  width: 14px;
  height: 14px;
}

@media (min-width: 700px) {
  .cpw-single-content-right {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}

.cpw-single-content-block {
  padding-top: 44px;
  padding-bottom: 63px;
}

.cpw-single-content-block h1 {
  padding-right: 5%;
}

.cpw-single-content-block h1.h2 {
  margin-bottom: 1.2em;
}

.cpw-single-content-block + .cpw-single-content-block {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.cpw-single-content-block p {
  padding-right: 1%;
}

.cpw-single-content-block p:last-of-type {
  margin-bottom: 0;
}

.cpw-single-content-block iframe {
  display: block;
}

.cpw-single-content-block iframe + iframe {
  margin-top: 1.55em;
}

@media (max-width: 699px) {
  .cpw-single-header-left,
  .cpw-single-header-right,
  .cpw-single-content-left,
  .cpw-single-content-right {
    width: 100%;
  }
}

@media (min-width: 700px) {
  .cpw-single-header,
  .cpw-single-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 700px) and (max-width: 1199px) {
  .cpw-single-header-left,
  .cpw-single-content-left {
    width: 200px;
  }
  .cpw-single-header-right,
  .cpw-single-content-right {
    width: calc(100% - 270px);
  }
}

@media (min-width: 1200px) {
  .cpw-single-header-left,
  .cpw-single-content-left {
    width: 260px;
  }
  .cpw-single-header-right,
  .cpw-single-content-right {
    width: calc(100% - 330px);
  }
}

.cpw-no-top-border .cpw-person {
  border-top: 0;
}

.cpw-single-header-right .cpw-single-content-right {
  width: 100%;
  margin-top: 57px;
}

.cpw-person {
  border-top: 1px solid rgba(151, 151, 151, 0.2);
  transition: border-color 0.15s ease-in-out;
}

.cpw-person-surname {
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  margin: 37px 0 0 0;
}

.cpw-person-dates {
  font-family: 'Roboto Condensed', sans-serif;
  display: block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.5px;
  margin: 3px 0 0 0;
}

.cpw-person-fullname {
  font-size: 20px;
  line-height: 1;
  margin: 10px 0 0 0;
  font-style: italic;
}

.cpw-person-arrow {
  display: block;
  margin: 14px 0 38px 0;
  width: 18px;
  height: 10px;
}

.cpw-person-arrow svg {
  display: block;
  width: 18px;
  height: 10px;
}

.cpw-person:hover {
  color: #B0393E;
  border-top-color: #B0393E;
}

.cpw-person:hover .cpw-person-arrow svg {
  fill: #B0393E;
}

body.post-type-archive-song .listing-header-letters-wrapper.lower .listing-header-letters {
  border-top: 1px solid rgba(151, 151, 151, 0.2);
  padding-top: 46px;
}

body.post-type-archive-song .listing-group-items {
  padding-top: 79px;
}

body.post-type-archive-song .tax-archive-sticky {
  top: 20px;
}

.listing-group .songs {
  border-top: 1px solid rgba(151, 151, 151, 0.2);
}

.songs .song {
  display: block;
}

@media (max-width: 399px) {
  .songs .song:nth-child(1n+2) {
    border-top: 1px solid rgba(151, 151, 151, 0.2);
    margin-top: 36px;
    padding-top: 43px;
  }
  .songs .song {
	  width: 100% !important;
  }
}

@media (min-width: 400px) and (max-width: 1199px) {
  .songs .song:nth-child(1n+3) {
    border-top: 1px solid rgba(151, 151, 151, 0.2);
    margin-top: 36px;
    padding-top: 43px;
  }
}

@media (min-width: 1200px) {
  .songs .song:nth-child(1n+4) {
    border-top: 1px solid rgba(151, 151, 151, 0.2);
    margin-top: 36px;
    padding-top: 43px;
  }
}

.song-search {
  margin-top: 32px;
}

.song-search input[type="text"] {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  border: 1px solid #979797;
  border-radius: 4px;
  padding: 10px 12px 11px 12px;
  background: transparent;
  width: 100%;
  max-width: 207px;
}

.song-search input[type="text"]::-webkit-input-placeholder {
  color: inherit;
}

.song-search input[type="text"]:-ms-input-placeholder {
  color: inherit;
}

.song-search input[type="text"]::placeholder {
  color: inherit;
}

.song-search input[type="text"]:focus {
  outline: 0;
  background: rgba(0, 0, 0, 0.05);
}

.song-search button {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  padding-top: 13px;
  padding-bottom: 5px;
  cursor: pointer;
}

.song-search button svg {
  width: 18px;
  height: 9px;
  margin-left: 3px;
}

.song {
  color: inherit;
}

.song-name {
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 10px 0;
}


.song-group {
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0 13px 0;
}

.song-composer,
.song-text {
  font-size: 15px;
  line-height: 19px;
}

.song-composer {
  margin: 13px 0 2px 0;
}

.song-composer svg {
  display: inline-block;
  width: 10px;
  height: 11px;
  fill: #000000;
  margin-right: 4px;
}

.song-text {
  margin: 2px 0 1px 0;
}

.song-text svg {
  display: inline-block;
  width: 13px;
  height: 13px;
  fill: #000000;
  margin-right: 2px;
  position: relative;
  top: 2px;
  left: -1px;
}

.song-performers {
  font-size: 15px;
  line-height: 19px;
  margin-top: 13px;
}

.song-recordnumber {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  margin-top: 6px;
}

.song-recordnumber strong {
  text-transform: uppercase;
}

.song-arrow {
  margin-top: 1px;
}

.song-arrow svg {
  width: 14px;
  height: 8px;
  fill: #000000;
}

.song:hover {
  color: #B0393E;
}

.song:hover svg {
  fill: #B0393E;
}

.listing-header {
  background: #F9F7F5;
}

@media (max-width: 699px) {
  .listing-header-title,
  .listing-header-text {
    padding-top: 25px;
    padding-bottom: 0px;
  }
  .listing-header-text {
    margin-bottom: 20px;
  }
}

@media (min-width: 700px) {
  .listing-header-title,
  .listing-header-text {
    padding-top: 88px;
    padding-bottom: 54px;
  }
}

.listing-header-text p {
  margin: 0;
}

@media (max-width: 699px) {
  .listing-header + .listing-header-letters-wrapper {
    margin-bottom: 20px;
  }
}

@media (min-width: 700px) {
  .listing-header + .listing-header-letters-wrapper {
    margin-top: -41px;
    margin-bottom: 63px;
  }
}

.listing-header-letters-wrapper {
  background: #e6ded5;
  background: #F9F7F5;
}

.listing-header-letters-wrapper .listing-header-letters {
  margin-left: auto;
}

.listing-footer {
  background: #F9F7F5;
}

.listing-footer-title {
  padding-top: 22px;
  padding-bottom: 26px;
}

.listing-footer-text {
  padding-top: 22px;
  padding-bottom: 26px;
  border-top: 1px solid rgba(151, 151, 151, 0.2);
}

.listing-header-letters {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 22px;
  padding-right: 22px;
  padding-right: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.listing-header-letters-item {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  line-height: 1;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

a.listing-header-letters-item {
  transition: color 0.15s ease-in-out;
}

@media (max-width: 1024px) {
	.listing-header-letters-wrapper .listing-header-letters {
		flex-wrap: wrap;
		padding: 0;
	}
	.listing-header-letters-item {
	    padding: 10px 0;
	    width: 7%;
	    text-align: center;
	}
}

@media (max-width: 700px) {
	.listing-header-letters-item {
	    padding: 10px 0;
	    width: 13%;
	    text-align: center;
	}
}



  a.listing-header-letters-item:before {
    content: '';
    width: 40px;
    height: 40px;
    border: 1px solid #B0393E;
    border-radius: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
  }

a.listing-header-letters-item.active, a.listing-header-letters-item:hover {
  color: #B0393E;
}

a.listing-header-letters-item.active:before, a.listing-header-letters-item:hover:before {
  opacity: 1;
  transition: opacity 0.15s ease-in-out 0.1s;
}

span.listing-header-letters-item {
  opacity: 0.2;
}

.listing-group {
  margin-bottom: 54px;
}

.listing-group-meta {
  border-top: 1px solid rgba(151, 151, 151, 0.2);
}

@media (max-width: 699px) {
  .listing-group-meta {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 700px) {
  .listing-group-meta {
    padding-top: 36px;
    padding-left: 9px;
  }
}

.listing-group-meta h1 {
  font-family: 'Libre Baskerville', serif;
  text-transform: uppercase;
  line-height: 1;
}

@media (max-width: 699px) {
  .listing-group-meta h1 {
    font-size: 50px;
  }
}

@media (min-width: 700px) {
  .listing-group-meta h1 {
    font-size: 110px;
  }
}

@media (min-width: 400px) {
  .listing-group-items.two-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 350px) and (max-width: 1199px) {
  .listing-group-items.two-cols > * {
    width: calc(50% - 15px);
    margin-top: 30px;
  }
  .listing-group-items.two-cols > *:nth-child(odd) {
    margin-right: 30px;
  }
  .listing-group-items.two-cols > *:nth-child(1), .listing-group-items.two-cols > *:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .listing-group-items.two-cols > * {
    width: calc(50% - 25px);
    margin-top: 50px;
  }
  .listing-group-items.two-cols > *:nth-child(odd) {
    margin-right: 50px;
  }
  .listing-group-items.two-cols > *:nth-child(1), .listing-group-items.two-cols > *:nth-child(2) {
    margin-top: 0;
  }

}

@media (min-width: 400px) {
  .listing-group-items.three-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 350px) and (max-width: 999px) {
  .listing-group-items.three-cols > * {
    width: calc(50% - 15px);
    margin-top: 30px;
  }
  .listing-group-items.three-cols > *:nth-child(odd) {
    margin-right: 30px;
  }
  .listing-group-items.three-cols > *:nth-child(1), .listing-group-items.three-cols > *:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .listing-group-items.three-cols > * {
    width: calc(50% - 18px);
    margin-top: 36px;
  }
  .listing-group-items.three-cols > *:nth-child(odd) {
    margin-right: 36px;
  }
  .listing-group-items.three-cols > *:nth-child(1), .listing-group-items.three-cols > *:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .listing-group-items.three-cols > * {
    width: calc(33.33% - 32px);
    margin-top: 48px;
  }
  .listing-group-items.three-cols > *:nth-child(3n+1), .listing-group-items.three-cols > *:nth-child(3n+2) {
    margin-right: 48px;
  }
  .listing-group-items.three-cols > *:nth-child(1), .listing-group-items.three-cols > *:nth-child(2), .listing-group-items.three-cols > *:nth-child(3) {
    margin-top: 0;
  }
}

@media (max-width: 399px) {
  .listing-group-items.four-cols > * {
    width: 100%;
    display: block;
  }
}

@media (min-width: 400px) {
  .listing-group-items.four-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 400px) and (max-width: 999px) {
  .listing-group-items.four-cols > * {
    width: calc(50% - 15px);
  }
  .listing-group-items.four-cols > *:nth-child(2n+1) {
    margin-right: 30px;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .listing-group-items.four-cols > * {
    width: calc(33.33% - 22px);
  }
  .listing-group-items.four-cols > *:nth-child(3n+1), .listing-group-items.four-cols > *:nth-child(3n+2) {
    margin-right: 33px;
  }
}

@media (min-width: 1200px) {
  .listing-group-items.four-cols > * {
    width: calc(25% - 33px);
  }
  .listing-group-items.four-cols > *:nth-child(4n+1), .listing-group-items.four-cols > *:nth-child(4n+2), .listing-group-items.four-cols > *:nth-child(4n+3) {
    margin-right: 44px;
  }
}

@media (max-width: 699px) {
  .listing-header-title,
  .listing-group-meta,
  .listing-header-text,
  .listing-group-items {
    width: 100%;
  }
}

@media (min-width: 700px) {
  .listing-header,
  .listing-header-letters-wrapper,
  .listing-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .listing-header-letter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .listing-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 700px) and (max-width: 1199px) {
  .listing-header-title,
  .listing-group .listing-group-meta {
    width: 220px;
  }
  .listing-header-text,
  .listing-header-letters,
  .listing-footer-text,
  .listing-group .listing-group-items {
    width: calc(100% - 220px - 40px);
  }
}

@media (min-width: 1200px) {
  .listing-header-title,
  .listing-footer-title,
  .listing-group .listing-group-meta {
    width: 260px;
  }
  .listing-header-text,
  .listing-header-letters,
  .listing-footer-text,
  .listing-group .listing-group-items {
    width: calc(100% - 260px - 45px);
  }
}

.sheetmusic-item h1 {
  margin-bottom: 7px;
}

.sheetmusic-item p {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}

.sheetmusic-item a.button-text {
  margin-top: 11px;
}

@media (min-width: 400px) {
  .listing-group-items.three-cols.books .book-item {
    margin-top: 20px;
  }
  .listing-group-items.three-cols.books .book-item:first-child {
    margin-top: 0;
  }
}

@media (min-width: 350px) and (max-width: 999px) {
  .listing-group-items.three-cols.books .book-item {
    margin-top: 30px;
  }
  .listing-group-items.three-cols.books .book-item:nth-child(1), .listing-group-items.three-cols.books .book-item:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .listing-group-items.three-cols.books .book-item {
    margin-top: 35px;
  }
  .listing-group-items.three-cols.books .book-item:nth-child(1), .listing-group-items.three-cols.books .book-item:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .listing-group-items.three-cols.books .book-item {
    margin-top: 50px;
  }
  .listing-group-items.three-cols.books .book-item:nth-child(1), .listing-group-items.three-cols.books .book-item:nth-child(2), .listing-group-items.three-cols.books .book-item:nth-child(3) {
    margin-top: 0;
  }
}

body.single-book .cpw-single-content-block:first-of-type {
  padding-top: 0;
}

.book-item-links a {
  margin-right: 32px;
  margin-bottom: 16px;
}

.book-item-links a:first-child {
  margin-left: 0;
}

.book-item-links a:last-child {
  margin-right: 0;
}

@media (min-width: 800px) {
  .book-single-overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 799px) {
  .book-single-overview-image {
    margin-top: 50px;
  }
}

@media (min-width: 800px) {
  .book-single-overview-image {
    width: calc(30% + 40px);
    min-width: 200px;
    padding-left: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.book-single-overview-image img {
  display: block;
  width: 100%;
}

.book-item {
  color: inherit;
}
@media (max-width: 400px) {
	.book-item {
		width: 100% !important;
		margin-bottom: 25px;
	}
}

.book-item-image {
  background: #ffffff;
  border: 1px solid #D6D6D6;
  position: relative;
  margin-bottom: 35px;
}

.book-item-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.book-item-image-inner {
  position: absolute;
  top: 37px;
  right: 37px;
  bottom: 37px;
  left: 37px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.book-item-image-dummy {
  position: absolute;
  top: 37px;
  right: 37px;
  bottom: 37px;
  left: 37px;
}

.book-item-image-dummy:before, .book-item-image-dummy:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
}

.book-item-image-dummy:before {
  left: 10%;
  width: 13%;
  background: #EBEBEB;
}

.book-item-image-dummy:after {
  right: 10%;
  width: 67%;
  background: #D9D9D9;
}

.book-item-author {
  font-family: 'Libre Baskerville', serif;
  font-size: 15px;
  padding-top: 4px;
  margin-bottom: 0;
}

.book-item-description {
  font-size: 16px;
  line-height: 22px;
  margin: 11px 0 0 0;
}

.book-item-links {
  margin-top: 11px;
}

.book-item:hover {
  color: #B0393E;
}

.book-item:hover svg {
  fill: #B0393E;
}

@media (max-width: 599px) {
  .listing-group-items.three-cols.essays > * {
    width: 100%;
    margin-right: 0;
  }
}

@media (min-width: 600px) and (max-width: 1199px) {
  .listing-group-items.three-cols.essays > * {
    width: calc(50% - 15px);
  }
  .listing-group-items.three-cols.essays > *:nth-child(2n+1) {
    margin-right: 30px;
  }
}

@media (min-width: 1200px) {
  .listing-group-items.three-cols.essays > * {
    width: calc(33.33% - 20px);
  }
  .listing-group-items.three-cols.essays > *:nth-child(3n+1), .listing-group-items.three-cols.essays > *:nth-child(3n+2) {
    margin-right: 30px;
  }
  .listing-group-items.three-cols.essays > *:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media (max-width: 599px) {
  .listing-group-items.three-cols.essays {
    margin-top: 30px;
  }
  .listing-group-items.three-cols.essays .essay-item {
    margin-top: 27px;
  }
  .listing-group-items.three-cols.essays .essay-item:nth-child(1) {
    margin-top: 0;
  }
}

@media (min-width: 600px) and (max-width: 1199px) {
  .listing-group-items.three-cols.essays {
    margin-top: 30px;
  }
  .listing-group-items.three-cols.essays .essay-item {
    margin-top: 27px;
  }
  .listing-group-items.three-cols.essays .essay-item:nth-child(1), .listing-group-items.three-cols.essays .essay-item:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 700px) and (max-width: 1199px) {
  .listing-group-items.three-cols.essays .essay-item {
    margin-top: 27px;
  }
  .listing-group-items.three-cols.essays .essay-item:nth-child(1), .listing-group-items.three-cols.essays .essay-item:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .listing-group-items.three-cols.essays .essay-item {
    margin-top: 27px;
  }
  .listing-group-items.three-cols.essays .essay-item:nth-child(1), .listing-group-items.three-cols.essays .essay-item:nth-child(2), .listing-group-items.three-cols.essays .essay-item:nth-child(3) {
    margin-top: 0;
  }
}

body.single-essay .cpw-single-content-block:first-of-type {
  padding-top: 0;
}

@media (max-width: 1199px) {
  body.single-essay .tax-archive-wrapper-top-left {
    display: none;
  }
  body.single-essay .tax-archive-wrapper-top-right {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

.essay-item {
  display: block;
  background: #ffffff;
  padding: 31px 29px 31px 29px;
}

.essay-item-author {
  font-size: 16px;
  line-height: 22px;
  margin-top: 7px;
}

.essay-item-text {
  font-size: 16px;
  line-height: 22px;
  margin-top: 13px;
}

.essay-item:hover {
  color: #B0393E;
}

.essay-item:hover svg {
  fill: #B0393E;
}

.recording-item-image {
  background-size: cover;
  background-position: center center;
}

.recording-item-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.recording-item-title {
  margin-top: 25px;
}

.recording-item-artists {
  font-family: 'Libre Baskerville', serif;
  font-size: 15px;
  line-height: 19px;
  padding-top: 6px;
  margin-bottom: 0;
}

.recording-item-date {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-top: 8px;
}

.recording-item-title-buy {
  margin-top: 10px;
}
	.recording-item-title-buy.recording-detail-buy a.button-ghost-small {
		margin: 5px 10px 5px 0;
	}
	.recording-item-title-buy.recording-detail-buy h5 {
		margin-bottom: 10px;
	}

.related-info-item h1 {
  margin-bottom: 13px;
}

.related-info-item p {
  font-size: 16px;
  line-height: 22px;
}

.related-info-item p a svg {
  display: inline-block;
  width: 13px;
  height: 13px;
  fill: #000000;
  margin-right: 8px;
  position: relative;
  top: 2px;
  left: 2px;
}

.related-info-item a {
  word-break: break-all;
  text-decoration: underline;
}

.related-info-item a:hover {
  color: #B0393E;
}

.related-info-item a:hover svg {
  fill: #B0393E;
}

.related-info-item p {
  margin-bottom: 0;
}

.related-info-item p + p {
  margin-top: 15px;
}

.search-title {
  margin-top: 86px;
  margin-bottom: 22px;
}

.large-search-form {
  width: 100%;
  position: relative;
}

.large-search-form input[type="text"] {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  font-weight: 300;
  width: 100%;
  background: rgba(238, 234, 231, 0.41);
  border: 1px solid #D5CCBA;
  border-radius: 3px;
  padding: 15px 1px 15px 21px;
}

.large-search-form input[type="text"]:focus {
  outline: 0;
  border: 1px solid #ae9d7b;
}

.large-search-form button {
  background: transparent;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}

.large-search-form button svg {
  fill: #000000;
  width: 16px;
  height: 16px;
}

.search-summary {
  font-size: 22px;
  line-height: 1.2;
  margin: 45px 0 51px;
}

.search-summary span {
  color: #B0393E;
}

.search-results-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search-results-wrapper .search-results-items,
.search-results-wrapper .search-results-filters {
  padding-top: 18px;
}

.search-results-wrapper .search-results-filters p {
  margin-top: 25px;
}

.search-results-items {
  width: calc(100% - 348px);
  width: calc(100% - 400px);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

body.search-results .search-results-filters {
  width: 290px;
}

.search-results-filters {
  font-family: 'Roboto Condensed', sans-serif;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.search-results-filters + .search-results-filters {
  margin-top: 56px;
}

.search-results-filters p {
  font-size: 17px;
  text-transform: uppercase;
  margin: 34px 0 17px;
}

.search-results-filters label {
  display: block;
  font-size: 16px;
  height: 18px;
  position: relative;
}

.search-results-filters label input[type="checkbox"] {
  position: absolute;
  top: 6px;
  left: -22px;
  opacity: 0;
}

.search-results-filters label .dummy {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
  background: #ffffff;
}

.search-results-filters label .dummy svg {
  width: 11px;
  height: 8px;
  fill: #B0393E;
  position: absolute;
  top: 4px;
  left: 3px;
  opacity: 0;
}

.search-results-filters label .text {
  float: left;
  line-height: 18px;
  padding-left: 30px;
}

.search-results-filters label input[type="checkbox"]:checked + .dummy {
  border-color: #B0393E;
}

.search-results-filters label input[type="checkbox"]:checked + .dummy svg {
  opacity: 1;
}

.search-results-filters label input[type="checkbox"]:checked + .dummy + .text {
  color: #B0393E;
}

.search-results-filters label:hover {
  color: #B0393E;
}

.search-results-filters label:hover .dummy {
  border-color: #B0393E;
}

.search-results-filters label + label {
  margin-top: 20px;
}

.search-result-item {
  transition: background 0.15s ease-in-out;
  padding: 28px;
  display: block;
}

.search-result-item:hover {
  background: #ffffff;
}

.search-result-item-type {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  display: block;
}

.search-result-item-title {
  font-size: 23px;
  margin-top: 8px;
}

.search-result-item-url {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: block;
  color: #B0393E;
  margin-top: 6px;
}

.search-result-item-excerpt {
  font-family: 'Libre Baskerville', serif;
  font-size: 16px;
  line-height: 23px;
  margin: 15px 0 0 0;
  max-width: 800px;
}

.search-result-item + .search-result-item {
  margin-top: 24px;
}

@media (min-width: 400px) {
  .listing-group-items.three-cols.resources-listing-group-items .resource-item {
    margin-top: 20px;
  }
  .listing-group-items.three-cols.resources-listing-group-items .resource-item:first-child {
    margin-top: 0;
  }
}

@media (min-width: 350px) and (max-width: 999px) {
  .listing-group-items.three-cols.resources-listing-group-items .resource-item {
    margin-top: 30px;
  }
  .listing-group-items.three-cols.resources-listing-group-items .resource-item:nth-child(1), .listing-group-items.three-cols.resources-listing-group-items .resource-item:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .listing-group-items.three-cols.resources-listing-group-items .resource-item {
    margin-top: 35px;
  }
  .listing-group-items.three-cols.resources-listing-group-items .resource-item:nth-child(1), .listing-group-items.three-cols.resources-listing-group-items .resource-item:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .listing-group-items.three-cols.resources-listing-group-items .resource-item {
    margin-top: 50px;
  }
  .listing-group-items.three-cols.resources-listing-group-items .resource-item:nth-child(1), .listing-group-items.three-cols.resources-listing-group-items .resource-item:nth-child(2), .listing-group-items.three-cols.resources-listing-group-items .resource-item:nth-child(3) {
    margin-top: 0;
  }
}

body.single-resource .cpw-single-content-block:first-of-type {
  padding-top: 0;
}

.resource-item {
  display: block;
}
@media (max-width: 400px) {
	.resource-item {
		width: 100% !important;
		margin-bottom: 25px;
	}
}
.resource-item-inner {
  color: inherit;
  display: block;
}

.resource-item-image {
  display: block;
  background-size: cover;
  background-position: center center;
}

.resource-item-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 63%;
}

.resource-item-text {
  display: block;
  background: #ffffff;
  padding: 35px 22px 17px 29px;
  transition: color 0.15s ease-in-out;
}

.resource-item-title {
  font-size: 18px;
}

.resource-item-by {
  font-family: 'Libre Baskerville', serif;
  font-size: 15px;
  line-height: 1.26;
  margin-top: 12px;
}

.resource-item-excerpt {
  margin-top: 15px;
  line-height: 1.4;
  font-size: 16px;
}

.resource-item-meta-button {
  display: inline-block;
  width: 16px;
  height: 10px;
  margin-top: 15px;
  margin-left: 3px;
  position: relative;
}

.resource-item-meta-button svg {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 10px;
  fill: #000000;
  transition: fill 0.15s ease-in-out;
}

.resource-item-meta {
  background: #F1EFED;
  padding: 16px 22px 14px 27px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 21px;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
}

.resource-item-meta ul {
  margin: 0;
  padding: 0;
}

.resource-item-meta li {
  list-style: none;
}

.resource-item-inner:hover .resource-item-text {
  color: #B0393E;
}

.resource-item-inner:hover .resource-item-meta-button svg {
  fill: #B0393E;
}

.resource-item-inner:hover .resource-item-meta {
  background: #3B3B3B;
  color: #ffffff;
}

@media (max-width: 400px) {
	.online-resource-item {
		width: 100% !important;
		margin-bottom: 25px;
	}
}

@media (min-width: 400px) {
  .listing-group-items.three-cols.onlineresources .online-resource-item {
    margin-top: 20px;
  }
  .listing-group-items.three-cols.onlineresources .online-resource-item:first-child {
    margin-top: 0;
  }
}

@media (min-width: 350px) and (max-width: 999px) {
  .listing-group-items.three-cols.onlineresources .online-resource-item {
    margin-top: 30px;
  }
  .listing-group-items.three-cols.onlineresources .online-resource-item:nth-child(1), .listing-group-items.three-cols.onlineresources .online-resource-item:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .listing-group-items.three-cols.onlineresources .online-resource-item {
    margin-top: 35px;
  }
  .listing-group-items.three-cols.onlineresources .online-resource-item:nth-child(1), .listing-group-items.three-cols.onlineresources .online-resource-item:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .listing-group-items.three-cols.onlineresources .online-resource-item {
    margin-top: 50px;
  }
  .listing-group-items.three-cols.onlineresources .online-resource-item:nth-child(1), .listing-group-items.three-cols.onlineresources .online-resource-item:nth-child(2), .listing-group-items.three-cols.onlineresources .online-resource-item:nth-child(3) {
    margin-top: 0;
  }
}

.online-resource-item-image {
  background-size: cover;
  background-position: center center;
}

.online-resource-item-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 72%;
}

.online-resource-item-image + .online-resource-item-title {
  padding-top: 28px;
  border-top: 0;
}

.online-resource-item-title {
  padding-top: 48px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.online-resource-item-description {
  font-size: 16px;
  line-height: 22px;
  margin-top: 13px;
}

.online-resource-item-button {
  font-family: 'Libre Baskerville', serif;
  display: block;
  text-decoration: underline;
  margin-top: 15px;
  font-size: 15px;
  color: inherit;
  word-break: break-all;
}

.online-resource-item-button svg {
  width: 13px;
  height: 13px;
  fill: #000000;
  display: inline-block;
  margin-right: 6px;
  margin-left: 3px;
  position: relative;
  top: 2px;
}

.online-resource-item-button:hover {
  color: #B0393E;
}

body.single-download .cpw-single-content-block:first-of-type {
  padding-top: 0;
}

@media (min-width: 400px) {
  .listing-group-items.three-cols.downloads .download-item {
    margin-top: 20px;
  }
  .listing-group-items.three-cols.downloads .download-item:first-child {
    margin-top: 0;
  }
}

@media (min-width: 350px) and (max-width: 999px) {
  .listing-group-items.three-cols.downloads .download-item {
    margin-top: 30px;
  }
  .listing-group-items.three-cols.downloads .download-item:nth-child(1), .listing-group-items.three-cols.downloads .download-item:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .listing-group-items.three-cols.downloads .download-item {
    margin-top: 35px;
  }
  .listing-group-items.three-cols.downloads .download-item:nth-child(1), .listing-group-items.three-cols.downloads .download-item:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .listing-group-items.three-cols.downloads .download-item {
    margin-top: 50px;
  }
  .listing-group-items.three-cols.downloads .download-item:nth-child(1), .listing-group-items.three-cols.downloads .download-item:nth-child(2), .listing-group-items.three-cols.downloads .download-item:nth-child(3) {
    margin-top: 0;
  }
}

.download-item {
  display: block;
}
@media (max-width: 400px) {
	.download-item {
		width: 100% !important;
		margin-bottom: 25px;
	}
}
.download-item-inner {
  color: inherit;
  display: block;
}

.download-item-image {
  display: block;
  background-size: cover;
  background-position: center center;
}

.download-item-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 63%;
}

.download-item-text {
  display: block;
  background: #ffffff;
  padding: 35px 22px 17px 29px;
  transition: color 0.15s ease-in-out;
}

.download-item-title {
  font-size: 18px;
}

.download-item-by {
  font-family: 'Libre Baskerville', serif;
  font-size: 15px;
  line-height: 1.26;
  margin-top: 12px;
}

.download-item-excerpt {
  margin-top: 15px;
  line-height: 1.4;
  font-size: 16px;
}

.download-item-meta-button {
  display: inline-block;
  margin-top: 15px;
  margin-left: 3px;
  position: relative;
  white-space: nowrap;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}

.download-item-meta-button svg {
  display: inline-block;
  width: 11px;
  height: 6px;
  fill: #000000;
  transition: fill 0.15s ease-in-out;
  position: relative;
  top: -2px;
  margin-left: 3px;
}

.download-item-meta {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 21px;
  transition: color 0.15s ease-in-out;
}

.download-item-meta ul {
  margin: 0;
  padding: 0;
}

.download-item-meta li {
  list-style: none;
  padding: 12px 22px 11px 27px;
  transition: background 0.15s ease-in-out;
}

.download-item-meta li:nth-child(odd) {
  background: #E5E2DF;
}

.download-item-meta li:nth-child(even) {
  background: #F1EFED;
}

.download-item-inner:hover .download-item-text {
  color: #B0393E;
}

.download-item-inner:hover .download-item-meta-button svg {
  fill: #B0393E;
}

.download-item-inner:hover .download-item-meta {
  background: #3B3B3B;
  color: #ffffff;
}

.download-item-inner:hover .download-item-meta li:nth-child(odd) {
  background: #3c3c3c;
}

.download-item-inner:hover .download-item-meta li:nth-child(even) {
  background: #494949;
}

.program-intro-header {
  min-height: 80vh;
  color: #ffffff;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.program-intro-header .padded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 80px;
  padding-bottom: 50px;
}

.program-intro-header-logo {
  position: relative;
}

.program-intro-header-logo svg {
  width: 74px;
  height: 52px;
  fill: #ffffff;
}

.program-intro-header-title {
  margin-top: 6px;
}

.program-intro-header-subtitle {
  max-width: 980px;
  font-weight: normal;
  font-size: 30px;
  font-family: 'PT Serif', serif;
  margin-top: 16px;
}

.program-intro-header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 44px;
}

.program-intro-header-buttons a + a {
  margin-left: 43px;
}

.program-intro-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.program-intro-left {
  width: calc(100% - 400px - 50px);
}

.program-intro-right {
  width: 400px;
}

.program-intro-collab {
  background: #ffffff;
  padding: 38px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
}

.program-intro-collab .image {
  margin-top: 25px;
  margin-bottom: 26px;
}

@media (min-width: 700px) {
  .post-type-archive-program .tax-archive-wrapper-bottom-left {
    border-top: 1px solid rgba(60, 60, 60, 0.2);
  }
}

@media (min-width: 400px) {
  .listing-group-items.three-cols.programs .program-item {
    margin-top: 20px;
  }
  .listing-group-items.three-cols.programs .program-item:first-child {
    margin-top: 0;
  }
}

@media (min-width: 350px) and (max-width: 999px) {
  .listing-group-items.three-cols.programs .program-item {
    margin-top: 30px;
  }
  .listing-group-items.three-cols.programs .program-item:nth-child(1), .listing-group-items.three-cols.programs .program-item:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .listing-group-items.three-cols.programs .program-item {
    margin-top: 35px;
  }
  .listing-group-items.three-cols.programs .program-item:nth-child(1), .listing-group-items.three-cols.programs .program-item:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .listing-group-items.three-cols.programs .program-item {
    margin-top: 50px;
  }
  .listing-group-items.three-cols.programs .program-item:nth-child(1), .listing-group-items.three-cols.programs .program-item:nth-child(2), .listing-group-items.three-cols.programs .program-item:nth-child(3) {
    margin-top: 0;
  }
}

.program-single-header {
  min-height: 700px;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 80px;
}

.program-single-header:before {
  content: '';
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  -webkit-filter: blur(13px);
          filter: blur(13px);
}

.program-single-header .padded-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #ffffff;
}

.program-single-header-left {
  width: 450px;
}

.program-single-header-episode {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
  margin-bottom: 1px;
  margin-left: 4px;
}

.program-single-header-title {
  margin-bottom: 14px;
}

.program-single-header-excerpt {
  margin-bottom: 20px;
}

.program-single-header-right {
  width: 671px;
}

.program-single-header-embed {
  margin-top: 20px;
}

.program-single-header-embed iframe {
  display: block;
}

.program-pagination {
  margin-top: 100px;
}

.program-pagination-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.program-pagination-item {
  display: block;
  width: calc(50% - 70px);
  color: inherit;
  border-top: 2px solid #000000;
  padding-top: 36px;
}

.program-pagination-item.dummy {
  border-top-color: transparent;
}

.program-pagination-item:hover {
  color: #B0393E;
}

.program-pagination-item:hover svg {
  fill: #B0393E;
}

.program-pagination-item h3 {
  font-size: 30px;
  line-height: 1.2;
}

.program-pagination-item h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
  margin-top: 41px;
}

.program-pagination-item h2 {
  font-size: 20px;
  margin-top: 16px;
}

.program-pagination-item p {
  font-family: 'Libre Baskerville', serif;
  font-size: 14px;
  line-height: 21px;
  margin-top: 9px;
}

.program-item {
  display: block;
}
	@media (max-width: 400px) {
		.program-item {
			width: 100% !important;
			margin-bottom: 25px;
		}
	}

.program-item-inner {
  color: inherit;
  display: block;
}

.program-item-image {
  display: block;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.program-item-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 63%;
}

.program-item-episode {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 22px;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 14px;
  left: 17px;
}

.program-item-text {
  display: block;
  padding: 21px 22px 0 15px;
  transition: color 0.15s ease-in-out;
}

.program-item-title {
  font-size: 20px;
}

.program-item-excerpt {
  margin-top: 7px;
  line-height: 1.4;
  font-size: 16px;
}

.program-item-meta-button {
  display: inline-block;
  margin-top: 13px;
  margin-left: 0px;
  position: relative;
  white-space: nowrap;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}

.program-item-meta-button svg {
  display: inline-block;
  width: 11px;
  height: 6px;
  fill: #000000;
  transition: fill 0.15s ease-in-out;
  position: relative;
  top: -2px;
  margin-left: 3px;
}

.program-item-inner:hover .program-item-text {
  color: #B0393E;
}

@media (min-width: 700px) {
  .page-template-template-programs-credits .tax-archive-wrapper-bottom-left {
    border-top: 1px solid rgba(60, 60, 60, 0.2);
  }
}

@media (min-width: 1200px) {
  .programcredits {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 96px;
            column-gap: 96px;
  }
}

.programcredits-item {
  display: inline-block;
  border-top: 1px solid rgba(60, 60, 60, 0.2);
  padding-top: 39px;
  padding-bottom: 58px;
}

.programcredits-item h1 {
  margin-bottom: 59px;
}

.programcredits-item p {
  font-size: 18px;
  line-height: 28px;
}

@media (min-width: 400px) {
  .page-intro-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 500px) and (max-width: 999px) {
  .page-intro-blocks .page-intro-block {
    width: calc(50% - 15px);
  }
  .page-intro-blocks .page-intro-block:nth-child(2n+1) {
    margin-right: 30px;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .page-intro-blocks .page-intro-block {
    width: calc(50% - 18px);
  }
  .page-intro-blocks .page-intro-block:nth-child(2n+1) {
    margin-right: 36px;
  }
}

@media (min-width: 1200px) {
  .page-intro-blocks .page-intro-block {
    width: calc(33.33% - 30px);
  }
  .page-intro-blocks .page-intro-block:nth-child(3n+1), .page-intro-blocks .page-intro-block:nth-child(3n+2) {
    margin-right: 45px;
  }
}

.page-intro-block {
  border-top: 1px solid rgba(59, 59, 59, 0.2);
  position: relative;
  display: block;
  padding-top: 38px;
  padding-left: 64px;
}

@media (max-width: 499px) {
  .page-intro-block {
    margin-bottom: 38px;
  }
}

@media (min-width: 500px) {
  .page-intro-block {
    margin-bottom: 74px;
  }
}

.page-intro-block .icon {
  position: absolute;
  top: 45px;
  left: 1px;
}

.page-intro-block .icon svg {
  display: block;
  fill: #000000;
}

.page-intro-block .icon svg[data-icon="books"] {
  width: 41px;
  height: 30px;
}

.page-intro-block .icon svg[data-icon="essays"] {
  width: 29px;
  height: 36px;
}

.page-intro-block .icon svg[data-icon="link"] {
  width: 33px;
  height: 33px;
}

.page-intro-block .icon svg[data-icon="videocamera"] {
  width: 34px;
  height: 44px;
}

.page-intro-block .icon svg[data-icon="microphone"] {
  width: 26px;
  height: 40px;
}

.page-intro-block .icon svg[data-icon="lightbulb"] {
  width: 26px;
  height: 40px;
}

.page-intro-block .icon svg[data-icon="pen"] {
  width: 39px;
  height: 39px;
}

.page-intro-block .icon svg[data-icon="lesson_plan"] {
  width: 32px;
  height: 39px;
}

.page-intro-block .icon svg[data-icon="worksheet"] {
  width: 30px;
  height: 38px;
}

.page-intro-block .icon svg[data-icon="activity"] {
  width: 33px;
  height: 50px;
}

.page-intro-block .icon svg[data-icon="books"] {
  width: 41px;
  height: 30px;
}

.page-intro-block .icon svg[data-icon="link"] {
  width: 33px;
  height: 33px;
}

.page-intro-block .icon svg[data-icon="downloads"] {
  width: 34px;
  height: 31px;
}

.page-intro-block p {
  margin-top: 10px;
}

.page-intro-block .button-text {
  display: block;
  margin-top: 7px;
}

.page-intro-block:hover {
  color: #B0393E;
}

.page-intro-block:hover svg {
  fill: #B0393E;
}

.timeline-era-nav {
  background: #12284E;
  padding: 8px 0;
  color: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 20;
}

@media (min-width: 1200px) {
  .timeline-era-nav {
    margin-top: -53px;
  }
}

.timeline-era-nav .padded-wrapper {
  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;
  max-width: 1350px;
}

.timeline-era-nav .toggle-era a {
  font-size: 17px;
  padding: 9px 11px 11px 11px;
}

.timeline-era-nav .toggle-era a svg:nth-of-type(1) {
  width: 10px;
  height: 19px;
  fill: #ffffff;
  margin-right: 14px;
  position: relative;
  top: 3px;
}

.timeline-era-nav .toggle-era a svg:nth-of-type(2) {
  width: 19px;
  height: 14px;
  fill: #ffffff;
  margin-left: 18px;
  position: relative;
  top: 1px;
}

.timeline-era-nav .toggle-era a.active, .timeline-era-nav .toggle-era a:hover {
  background: #ffffff;
  color: #12284E;
}

.timeline-era-nav .toggle-era a.active svg, .timeline-era-nav .toggle-era a:hover svg {
  fill: #12284E;
}

.timeline-era-nav-options {
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: none;
}

.timeline-era-nav-options ul {
  padding-top: 10px;
  padding-bottom: 38px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.timeline-era-nav-options a {
  color: #12284E;
}

.timeline-era-nav-options .timeline-era-option {
  position: relative;
}

.timeline-era-nav-options .timeline-era-option strong {
  opacity: 0;
}

@media (max-width: 600px) {
	.timeline-era-nav-options .timeline-era-option strong {
		display: none;
	}
}

.timeline-era-nav-options .timeline-era-option:hover {
  background: #12284E;
}

.timeline-era-nav-options .timeline-era-option:hover:before, .timeline-era-nav-options .timeline-era-option:hover:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background: #12284E;
  width: 100vw;
}

.timeline-era-nav-options .timeline-era-option:hover:before {
  right: calc(100% - 1px);
}

.timeline-era-nav-options .timeline-era-option:hover:after {
  left: calc(100% - 1px);
}

.timeline-era-nav-options .timeline-era-option:hover a {
  color: #ffffff;
}

@media (max-width: 799px) {
  .timeline-era-nav .padded-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .timeline-era-nav .current-era.timeline-era-option {
    display: none;
  }
}

.timeline-era-option {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 23px;
  line-height: 57px;
  text-transform: uppercase;
}
	@media (max-width: 600px) {
		.timeline-era-option {
			font-size: 17px;
			line-height: 45px;
		}
	}

.timeline-era-option strong {
  font-size: 26px;
  display: inline-block;
  margin-right: 7px;
}

.timeline-era-option + .timeline-era-option {
  margin-top: 2px;
}

.era-header {
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 800px) {
  .era-header {
    height: 31.9vw;
    min-height: 300px;
  }
}

.era-header-inner {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 799px) {
  .era-header-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 800px) {
  .era-header-inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 96px;
  }
}

.era-header-inner h1 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.era-header-inner p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 21px;
}

.era-year-circle {
  line-height: 78px;
  width: 78px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media (max-width: 799px) {
  .era-year-circle {
    margin-bottom: -10px;
  }
  .era-year-circle:before {
    content: '';
    position: absolute;
    background: #D5CCBA;
    right: calc(100% + 4px);
    top: 50%;
    height: 1px;
    width: calc(50vw - 63px);
  }
}

@media (min-width: 800px) {
  .era-year-circle:before, .era-year-circle:after {
    content: '';
    position: absolute;
    width: 1px;
    background: #D5CCBA;
    left: 50%;
    height: 40px;
  }
  .era-year-circle:before {
    bottom: calc(100% + 5px);
  }
  .era-year-circle:after {
    top: calc(100% + 5px);
  }
}

.era-year-circle span {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: normal;
  background: #ffffff;
  text-align: center;
  border-radius: 100px;
  position: relative;
  border: 1px solid #D5CCBA;
}

.era-year-circle span:before {
  content: '';
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  border: 1px solid #D5CCBA;
  border-radius: 100px;
}

#timeline-ajax-loader {
  text-align: center;
  padding: 40px;
}

#timeline-eras > [data-era]:first-child {
  min-height: 100vh;
}

#timeline-eras > [data-era] {
  min-height: 50vh;
}

@media (min-width: 800px) {
  .era-header + .era-years {
    margin-top: -39px;
  }
}

.era-years {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 799px) {
  .era-year {
    border-left: 1px solid #D5CCBA;
    padding-top: 30px;
  }
}

.era-year-items {
  position: relative;
  padding: 0;
  max-width: 1190px;
  margin: 0 auto;
}

@media (min-width: 800px) {
  .era-year-items {
    padding: 40px 0;
  }
}

.era-year-items:before {
  content: '';
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 50%;
  background: #D5CCBA;
}

@media (max-width: 799px) {
  .era-year-items:before {
    display: none;
  }
}

.era-year-item {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 799px) {
  .era-year-item {
    margin-top: 40px;
    padding-left: 45px;
  }
  .era-year-item:before {
    left: -5px;
  }
  .era-year-item:after {
    left: 6px;
    width: 25px;
  }
  .era-year-item .era-year-item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 800px) {
  .era-year-item {
    margin-top: 80px;
    width: 50%;
  }
  .era-year-item:nth-child(odd) {
    float: left;
    text-align: right;
    clear: left;
    padding-right: 66px;
  }
  .era-year-item:nth-child(odd):before {
    right: -6px;
  }
  .era-year-item:nth-child(odd):after {
    right: 6px;
  }
  .era-year-item:nth-child(even) {
    float: right;
    text-align: left;
    clear: right;
    padding-left: 45px;
  }
  .era-year-item:nth-child(even):before {
    left: -5px;
  }
  .era-year-item:nth-child(even):after {
    left: 6px;
  }
  .era-year-item:nth-child(even) .era-year-item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .era-year-item:nth-child(1) {
    margin-top: 0;
  }
  .era-year-item:after {
    width: 38px;
  }
}

.era-year-item:before {
  content: '';
  width: 11px;
  height: 11px;
  background: #D5CCBA;
  position: absolute;
  top: 50%;
  border-radius: 10px;
  margin-top: -5px;
  border: 4px solid #F9F7F5;
  box-shadow: 0 0 0 1px #D5CCBA;
  transition: background 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.era-year-item:after {
  content: '';
  position: absolute;
  top: calc(50% + 0px);
  height: 1px;
  background: #D5CCBA;
  transition: background 0.15s ease-in-out;
}

.era-year-item:hover {
  cursor: pointer;
}

.era-year-item:hover:before {
  background: #B0393E;
  box-shadow: 0 0 0 1px #B0393E;
}

.era-year-item:hover:after {
  background: #B0393E;
}

.era-year-item:hover .era-year-item-inner {
  background: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.17);
}

.era-year-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: background 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.era-year-item-inner .text {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding: 20px 22px;
}

.era-year-item-inner .category {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 4px;
}

.era-year-item-inner .category.blue {
  color: #204483;
}

.era-year-item-inner .category.red {
  color: #B0393E;
}

.era-year-item-inner .category.green {
  color: #417505;
}

.era-year-item-inner .title {
  display: block;
  font-size: 18px;
  line-height: 23px;
}

.era-year-item-inner .image {
  position: relative;
}

.era-year-item-inner .image img {
  display: block;
}

@media (max-width: 999px) {
  .era-year-item-inner .image img {
    width: 100px;
    height: 100px;
  }
}

@media (min-width: 1000px) {
  .era-year-item-inner .image img {
    width: 136px;
    height: 136px;
  }
}

.era-year-item-inner .image .image-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.48);
}

.era-year-item-inner .image .image-video .image-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border: 2px solid #ffffff;
  border-radius: 100px;
}

.era-year-item-inner .image .image-video .image-video-play svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -6px;
  fill: #ffffff;
  width: 14px;
  height: 13px;
}

.timeline-post-modal {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: rgba(60, 60, 60, 0.92);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0.2s, -webkit-transform 0.1s ease-in-out 0.5s;
  transition: transform 0.1s ease-in-out 0.5s, opacity 0.3s ease-in-out 0.2s;
  transition: transform 0.1s ease-in-out 0.5s, opacity 0.3s ease-in-out 0.2s, -webkit-transform 0.1s ease-in-out 0.5s;
}

.timeline-post-modal .timeline-post-modal-content {
  opacity: 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.timeline-post-modal.shown {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0s ease-in-out;
  transition: transform 0s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0s ease-in-out;
}

.timeline-post-modal.shown .timeline-post-modal-content {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: opacity 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0.2s;
  transition: opacity 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0.2s;
  transition: opacity 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0.2s;
}

.timeline-post-modal-close {
  position: absolute;
  z-index: 120;
  cursor: pointer;
  transition: opacity 0.15s ease-in-out;
}

.timeline-post-modal-close:hover {
  opacity: 0.5;
}

@media (max-width: 599px) {
  .timeline-post-modal-close {
    top: 20px;
    right: 20px;
  }
  .timeline-post-modal-close svg {
    fill: #000000;
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 600px) {
  .timeline-post-modal-close {
    top: 66px;
    right: 53px;
  }
  .timeline-post-modal-close svg {
    fill: #ffffff;
    width: 30px;
    height: 29px;
  }
}

.timeline-post-modal-inner {
  position: absolute;
  z-index: 110;
  overflow: auto;
}

@media (max-width: 599px) {
  .timeline-post-modal-inner {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 600px) {
  .timeline-post-modal-inner {
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 822px;
    padding: 50px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: 90vh;
  }
}

.timeline-post-modal-content {
  background: #F9F7F5;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.7);
  min-height: 100%;
}

.timeline-post-image {
  background-size: cover;
  background-position: center center;
}

.timeline-post-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 48.88%;
}

@media (max-width: 599px) {
  .timeline-post-year {
    padding-top: 20px;
  }
}

@media (min-width: 600px) {
  .timeline-post-year {
    margin-bottom: -39px;
    position: relative;
    top: -39px;
  }
}

.timeline-post-year:before, .timeline-post-year:after {
  display: none;
}

.timeline-post-category {
  width: 85%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.timeline-post-category[data-color="red"] {
  color: #B0393E;
}

.timeline-post-category[data-color="blue"] {
  color: #204483;
}

.timeline-post-category[data-color="green"] {
  color: #417505;
}

.timeline-post-title {
  text-align: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  margin-bottom: 33px;
  font-family: 'PT Serif', serif;
  font-weight: normal;
  max-width: 450px;
}

.timeline-post-video {
  position: relative;
  margin-bottom: 40px;
}

.timeline-post-video:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}

.timeline-post-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.timeline-post-text {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.timeline-post-text a {
    color: #B0393E;
    text-decoration: underline;
}
.timeline-post-text a:hover {
	text-decoration: none;
}

.timeline-post-close {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 65px;
}

@media (max-width: 799px) {
  .page-intro-text-video .text p:last-of-type {
    margin-bottom: 1.5em;
  }
}

@media (min-width: 800px) {
  .page-intro-text-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-intro-text-video .text {
    width: calc(50% - 50px);
  }
  .page-intro-text-video .video {
    width: calc(50% - 32px);
  }
}

.page-intro-text-video .text p:first-of-type {
  margin-top: 1em;
}

.page-intro-text-video .video .video-item-image:before {
  padding-bottom: 58.7%;
}

.educators-overview-block.layout-large_quote {
  text-align: center;
}

.educators-overview-block.layout-large_quote blockquote {
  margin: 36px 0 0;
  padding: 0;
}

.educators-overview-block.layout-large_quote blockquote p {
  font-style: italic;
  line-height: 1.3;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 799px) {
  .educators-overview-block.layout-large_quote blockquote p {
    font-size: 20px;
  }
}

@media (min-width: 800px) {
  .educators-overview-block.layout-large_quote blockquote p {
    font-size: 24px;
  }
}

.educators-overview-block.layout-large_quote blockquote cite {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  display: block;
  line-height: 1.2;
}

@media (max-width: 799px) {
  .educators-overview-block.layout-large_quote blockquote cite {
    margin-top: 15px;
    font-size: 15px;
  }
}

@media (min-width: 800px) {
  .educators-overview-block.layout-large_quote blockquote cite {
    margin-top: 16px;
    font-size: 17px;
  }
}

@media (min-width: 800px) {
  .educators-overview-block.layout-text {
    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;
  }
}

.educators-overview-block.layout-text h1.h4 {
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 799px) {
  .educators-overview-block.layout-text .text {
    margin-bottom: 30px;
  }
}

@media (min-width: 800px) and (max-width: 999px) {
  .educators-overview-block.layout-text .text {
    width: calc(100% - 300px - 60px);
  }
  .educators-overview-block.layout-text .text a {
    color: #B0393E;
    text-decoration: underline;
  }
  .educators-overview-block.layout-text .quote {
    width: 300px;
    padding-top: 8px;
  }
}

@media (min-width: 1000px) {
  .educators-overview-block.layout-text .text {
    width: calc(100% - 400px - 60px);
  }
  .educators-overview-block.layout-text .text a {
    color: #B0393E;
    text-decoration: underline;
  }
  .educators-overview-block.layout-text .quote {
    width: 400px;
    padding-top: 8px;
  }
}

.educators-overview-block-line {
  height: 1px;
  background: rgba(59, 59, 59, 0.2);
}

.educators-overview-images {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 799px) {
  .educators-overview-images {
    margin-top: 3vw;
  }
  .educators-overview-images li {
    width: calc(50% - 1.5vw);
    margin-top: 3vw;
  }
  .educators-overview-images li:nth-child(odd) {
    margin-right: 3vw;
  }
}

@media (min-width: 800px) {
  .educators-overview-images li {
    width: calc(25% - 33px);
    margin-top: 44px;
  }
  .educators-overview-images li:nth-child(4n+1), .educators-overview-images li:nth-child(4n+2), .educators-overview-images li:nth-child(4n+3) {
    margin-right: 44px;
  }
}

.educators-overview-images li {
  list-style: none;
}

.educators-overview-images li a {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center center;
}

.educators-overview-images li a:focus {
  outline: 0;
}

.educators-overview-images li a:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.educators-overview-images li a div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(59, 59, 59, 0.9);
  z-index: 10;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

.educators-overview-images li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  color: #ffffff;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.educators-overview-images li a:hover div {
  opacity: 1;
}

.tax-archive-wrapper-bottom + .tax-archive-wrapper-bottom {
	margin-top: 70px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding-top: 70px;
}

@media (max-width: 699px) {
  .tax-archive-wrapper-top,
  .tax-archive-wrapper-top-left,
  .tax-archive-wrapper-top-right,
  .tax-archive-wrapper-bottom,
  .tax-archive-wrapper-bottom-left,
  .tax-archive-wrapper-bottom-right {
    width: 100%;
    margin-bottom: 25px;
  }
}

@media (min-width: 700px) {
  .tax-archive-wrapper-top,
  .tax-archive-wrapper-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 700px) and (max-width: 1199px) {
  .tax-archive-wrapper-top-left,
  .tax-archive-wrapper-bottom-left {
    width: 220px;
  }
  .tax-archive-wrapper-top-right,
  .tax-archive-wrapper-bottom-right {
    width: calc(100% - 220px - 40px);
  }
}

@media (min-width: 1200px) {
  .tax-archive-wrapper-top-left,
  .tax-archive-wrapper-bottom-left {
    width: 260px;
  }
  .tax-archive-wrapper-top-right,
  .tax-archive-wrapper-bottom-right {
    width: calc(100% - 260px - 45px);
  }
  .tax-archive-wrapper-top {
    margin-bottom: 78px;
  }
}

.tax-archive-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
}

.error-404-wrapper {
  text-align: center;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.error-404-wrapper p {
	margin: 30px auto 0;
	max-width: 600px;
	display: block;
}
	.error-404-wrapper p a {
		text-decoration: underline;
	}

@media (max-width: 1199px) {
  .support-items-title {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .support-items-title {
    margin-bottom: 40px;
  }
}

@media (min-width: 1000px) {
  .support-items {
    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;
  }
  .support-items .support-item {
    width: calc(50% - 1.5vw);
    margin-top: 3vw;
  }
  .support-items .support-item:nth-child(1), .support-items .support-item:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .support-items .support-item {
    width: calc(50% - 30px);
    margin-top: 60px;
  }
  .support-items .support-item:nth-child(1), .support-items .support-item:nth-child(2) {
    margin-top: 0;
  }
}

.support-item {
  background: #fff;
  padding: 37px 20px 39px;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 3px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 270px;
}

@media (max-width: 999px) {
  .support-item {
    margin-top: 3vw;
  }
  .support-item:first-child {
    margin-top: 0;
  }
}

.support-item h5 {
  font-weight: normal;
}

.support-item p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  line-height: 20px;
  margin: 16px 0 0;
}

.support-item a[class*="button"] {
  margin-top: 23px;
}

@media (max-width: 1199px) {
  .about-credits-title {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .about-credits-title {
    margin-bottom: 40px;
  }
}

@media (min-width: 1000px) {
  .about-grids-blocks .about-grids-block {
    float: left;
  }
  .about-grids-blocks .about-grids-block.half {
    width: 50%;
  }
  .about-grids-blocks .about-grids-block.full {
    width: 100%;
    clear: both;
  }
  .about-grids-blocks .about-grids-block.full .about-grids-block-items {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0px;
            column-gap: 0px;
  }
}

.about-grids-block {
  margin-bottom: 80px;
}

.about-grids-block h3 {
  font-weight: normal;
}

.about-grids-block ul {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  border-left: 1px solid #3B3B3B;
  display: inline-block;
  width: 100%;
}

@media (max-width: 499px) {
  .about-grids-block ul {
    padding-left: 3vw;
  }
}

@media (min-width: 500px) {
  .about-grids-block ul {
    padding-left: 30px;
  }
}

.about-grids-block ul li {
  list-style: none;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.36;
  display: block;
  word-wrap: break-word;
  padding-right: 30px;
}

@media (min-width: 700px) {
  .about-grids-block ul li {
    font-size: 19px;
  }
}

.about-grids-block ul li.title {
  font-weight: 700;
}

.about-grids-block ul li.description {
  margin-top: 6px;
}

@media (max-width: 1199px) {
  .poets-laureate-items {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}

.poets-laureate-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 400px) {
	.poets-laureate-item {
		width: 100% !important;
		margin-bottom: 25px;
	}
}

.poets-laureate-item:nth-child(1) {
  margin-bottom: 70px;
  width: 100%;
}

@media (max-width: 599px) {
  .poets-laureate-item:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .poets-laureate-item:nth-child(1) .poets-laureate-item-image {
    margin-bottom: 30px;
    margin-right: 0;
  }
}

@media (min-width: 600px) {
  .poets-laureate-item:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.poets-laureate-item:nth-child(1) .poets-laureate-item-name {
  font-family: 'Libre Baskerville', serif;
  font-size: 32px;
  margin-top: 3px;
}

.poets-laureate-item:nth-child(1) .poets-laureate-item-excerpt {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 16px;
  margin-bottom: 13px;
}

.poets-laureate-item:nth-child(1) .poets-laureate-item-button {
  margin-top: 0;
}

.poets-laureate-item:nth-child(1n+2) {
  border-top: 1px solid rgba(59, 59, 59, 0.2);
  padding-top: 35px;
  margin-top: 30px;
}

.poets-laureate-item:nth-child(1n+2) .poets-laureate-item-excerpt {
  margin-top: 19px;
}

@media (min-width: 500px) and (max-width: 1199px) {
  .poets-laureate-item:nth-child(1) {
    margin-right: 0;
  }
  .poets-laureate-item:nth-child(2n+2) {
    margin-right: 30px;
  }
  .poets-laureate-item:nth-child(2n+3) {
    margin-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .poets-laureate-item:nth-child(3n+2), .poets-laureate-item:nth-child(3n+3) {
    margin-right: 48px;
  }
  .poets-laureate-item:nth-child(3n+4) {
    margin-right: 0 !important;
  }
}

.poets-laureate-item-image {
  background-size: cover;
  background-position: center center;
  width: 215px;
  border-radius: 200px;
  margin-right: 45px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.poets-laureate-item-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.poets-laureate-item-current {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.75px;
}

.poets-laureate-item-year {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -1px;
  font-weight: normal;
  margin-bottom: 4px;
}

.poets-laureate-item-name {
  font-family: 'PT Serif', serif;
  font-size: 20px;
}

.poets-laureate-item-excerpt {
  font-size: 16px;
  line-height: 22px;
}

.poets-laureate-item-button {
  margin-top: 10px;
}

.poets-laureate-item:hover {
  color: #B0393E;
}

.poets-laureate-item:hover svg {
  fill: #B0393E;
}

.submit-wrapper-title {
  border-bottom: 1px solid rgba(59, 59, 59, 0.2);
}

@media (max-width: 799px) {
  .submit-wrapper-title {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}

@media (min-width: 800px) {
  .submit-wrapper-title {
    padding-bottom: 44px;
    margin-bottom: 50px;
  }
}

@media (min-width: 800px) {
  .submit-wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 799px) {
  .submit-wrapper-text {
    margin-bottom: 50px;
  }
}

@media (min-width: 800px) {
  .submit-wrapper-text {
    width: calc(50% - 30px);
  }
}

@media (min-width: 800px) {
  .submit-wrapper-form {
    width: calc(50% - 30px);
  }
}

.event-month {
  margin-bottom: 23px;
  margin-top: 6px;
}

.event-month:first-of-type {
  margin-top: 0;
}

.schedule-item {
  background: #fff;
  padding: 25px;
  margin-bottom: 30px;
  position: relative;
}

.schedule-item:target {
  -webkit-animation: event_target_shadow 3s;
          animation: event_target_shadow 3s;
}

.schedule-item-hf-stamp {
  position: absolute;
  top: -4px;
  right: 22px;
  width: 37px;
  height: 64px;
}

.schedule-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #979797;
  margin-bottom: 28px;
  padding-right: 35px;
}

.schedule-item-dates {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-right: 1px solid #979797;
  width: 84px;
  padding-right: 16px;
  padding-bottom: 15px;
}

.schedule-item-dates span {
  text-align: center;
  display: block;
}

.schedule-item-dates span:nth-child(1) {
  font-family: 'Libre Baskerville', serif;
  font-size: 43px;
  font-weight: 700;
  line-height: 50px;
}

.schedule-item-dates span:nth-child(2) {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  margin-top: -2px;
}

.schedule-item-location {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-left: 20px;
  margin: auto 0;
}

.schedule-item-location p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  margin-top: -5px;
}

.schedule-item-location p::first-line {
  font-weight: normal;
}

.schedule-item-hf-title {
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  color: #549BAE;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.schedule-item-title {
  font-size: 24px;
  font-weight: normal;
}

.schedule-item-notes-title {
  margin-top: 19px;
  margin-bottom: 2px;
  padding-right: 12%;
}

.schedule-item-notes-title p {
  font-size: 16px;
  line-height: 24px;
}

.schedule-item-buttons {
  margin-top: 15px;
}

.schedule-item-buttons a + a {
  margin-left: 28px;
}

.ba-cta {
    float: left;
    width: 100%;
    padding: 70% 0 40px;
    color: #FFF;
    background-size: cover;
    background-position: 70% 40%;
    margin-bottom: 40px;
}
	.ba-cta .left-wrapper {
		float: left;
		width: 100%;
	}
	@media (min-width: 600px) {
		.ba-cta {
			padding: 5% 0;
		}
		.ba-cta .left-wrapper {
			float: left;
			width: 50%;
			max-width: 500px;
		}
	}
	@media (min-width: 800px) {
		.ba-cta {
			margin-bottom: 0px;
		}
	}
	.ba-cta .left-wrapper h2 span {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 6px;
	}
	.ba-cta .left-wrapper h2 {
		margin-bottom: 15px;
	}
	.ba-cta .left-wrapper p {
		margin-bottom: 15px;
		
	}
	
body.home .news-items .news-item {
	padding-bottom: 0;
}

/*****
  Development Styles
*****/
body.debug_mq:before {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 100;
  font-size: 12px;
  color: #fff;
  padding: 5px 8px 6px;
  line-height: 1;
  margin-left: 5px;
  font-family: "Menlo", "Courier";
}

@media (max-width: 399px) {
  body.debug_mq:before {
    content: "@include respond('to', 'mobile') {}";
    background: #fc0;
  }
}

@media (min-width: 400px) and (max-width: 499px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'mobile', 'large_mobile') {}";
    background: #f00;
  }
}

@media (min-width: 500px) and (max-width: 599px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'large_mobile', 'phablet') {}";
    background: #060;
  }
}

@media (min-width: 600px) and (max-width: 699px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'phablet', 'small_tablet') {}";
    background: #060;
  }
}

@media (min-width: 700px) and (max-width: 799px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'small_tablet', 'tablet') {}";
    background: #006;
  }
}

@media (min-width: 800px) and (max-width: 999px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'tablet', 'large_tablet') {}";
    background: #046;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'large_tablet', 'small_desktop') {}";
    background: #506;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'small_desktop', 'desktop') {}";
    background: #907;
  }
}

@media (min-width: 1400px) and (max-width: 1799px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'desktop', 'huge') {}";
    background: #09c;
  }
}

@media (min-width: 1800px) {
  body.debug_mq:before {
    content: "@include respond('from', 'huge') {}";
    background: #f06;
  }
}

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