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

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

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

a img {
  border: none; }

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

.grid-inset {
  margin-left: auto;
  margin-right: auto;
  max-width: 50em; }

.icon-info, .icon-close, .icon-chevron-left, .icon-chevron-right, .icon-chevron-up, .icon-chevron-down, .icon-external-link, .icon-envelope, .icon-facebook, .icon-twitter, .icon-instagram, .icon-vimeo, .icon-search, .icon-heart, .icon-menu {
  background-size: contain;
  display: inline-block;
  height: 28px;
  vertical-align: top;
  width: 28px; }

.icon-vimeo svg,
.icon-twitter svg,
.icon-facebook svg,
.icon-heart svg,
.icon-instagram svg,
.icon-external-link svg,
.icon-envelope svg,
.icon-close svg {
  height: 1.25em;
  width: 1.25em; }
  .social-link-item-group .icon-vimeo svg, .social-link-item-group .icon-twitter svg, .social-link-item-group .icon-facebook svg, .social-link-item-group .icon-heart svg, .social-link-item-group .icon-instagram svg, .social-link-item-group .icon-external-link svg, .social-link-item-group .icon-envelope svg, .social-link-item-group .icon-close svg {
    height: 2.5em;
    width: 2.5em; }

.icon-vimeo path,
.icon-twitter path,
.icon-facebook path,
.icon-heart path,
.icon-instagram path,
.icon-external-link path,
.icon-envelope path,
.icon-close path {
  fill: #dddaef; }
  .social-link-item-group .icon-vimeo path, .social-link-item-group .icon-twitter path, .social-link-item-group .icon-facebook path, .social-link-item-group .icon-heart path, .social-link-item-group .icon-instagram path, .social-link-item-group .icon-external-link path, .social-link-item-group .icon-envelope path, .social-link-item-group .icon-close path {
    fill: #dddaef; }

.icon-info svg {
  height: 2.25em;
  width: 2.25em; }

.icon-chevron-down {
  height: 20px;
  width: 20px; }

.icon-twitter svg,
.icon-facebook svg,
.icon-instagram svg,
.icon-external-link svg,
.icon-envelope svg {
  height: 1.25em;
  width: 1.25em; }
  .social-link-item-group .icon-twitter svg, .social-link-item-group .icon-facebook svg, .social-link-item-group .icon-instagram svg, .social-link-item-group .icon-external-link svg, .social-link-item-group .icon-envelope svg {
    height: 2.5em;
    width: 2.5em; }

.icon-twitter path,
.icon-facebook path,
.icon-instagram path,
.icon-external-link path,
.icon-envelope path {
  fill: #dddaef; }
  .social-link-item-group .icon-twitter path, .social-link-item-group .icon-facebook path, .social-link-item-group .icon-instagram path, .social-link-item-group .icon-external-link path, .social-link-item-group .icon-envelope path {
    fill: #dddaef; }

.modal {
  background-color: #fff;
  display: none;
  height: 100%;
  left: 0;
  overflow-y: hidden;
  padding: 1em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 13; }
  @media (min-width: 37.5em) {
    .modal {
      background-color: rgba(0, 0, 0, 0.5); } }
  .modal.is-visible {
    display: block; }
  .modal.short-modal {
    text-align: center; }

.modal-wrapper {
  background-color: #fff;
  margin: 0 auto; }
  @media (min-width: 37.5em) {
    .modal-wrapper {
      margin-top: 4em;
      max-width: 700px; } }
.modal-content {
  padding: 1em; }
  @media (min-width: 37.5em) {
    .modal-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 80%;
      padding: 2.5em 1em; } }
.close-btn {
  background: none;
  border: none;
  position: fixed;
  right: 1em;
  top: 1em; }
  @media (min-width: 37.5em) {
    .close-btn {
      float: right;
      position: static; } }
.close-link {
  font-family: 'open-sans', helvetica, arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #41124E;
  color: #fff;
  display: inline-block;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  background-color: white;
  color: #303030;
  display: inline-block;
  transition: background-color 0.3s ease-in-out; }
  .close-link:hover, .close-link:focus {
    background-color: #703585;
    color: #fff;
    text-decoration: none; }
  .close-link:hover, .close-link:focus {
    background-color: #ececec;
    color: #41124E; }
  @media (min-width: 31.25em) {
    .close-link {
      margin-right: 1.5em; } }
.modal-actions {
  *zoom: 1;
  border-top: 1px solid #c9c9c9;
  margin-top: 2em;
  padding-top: 2em;
  text-align: center; }
  .modal-actions:after {
    clear: both;
    content: '';
    display: table; }
  @media (min-width: 37.5em) {
    .modal-actions {
      border-top: 0 none; } }
input[type=submit] {
  appearance: none; }

input[type='submit'],
button[type='submit'] {
  font-family: 'open-sans', helvetica, arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #41124E;
  color: #fff;
  display: inline-block;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  border: 0 none;
  font-size: 1em; }
  input[type='submit']:hover, input[type='submit']:focus,
  button[type='submit']:hover,
  button[type='submit']:focus {
    background-color: #703585;
    color: #fff;
    text-decoration: none; }
  input[type='submit']:hover, input[type='submit']:focus,
  button[type='submit']:hover,
  button[type='submit']:focus {
    cursor: pointer; }

input[type='email'],
input[type='password'],
input[type='text'],
input[type='tel'],
input[type='number'],
input[type='url'],
textarea {
  border: 1px #c9c9c9 solid;
  border-radius: 2px 2px;
  color: #303030;
  margin-left: 0;
  margin-right: 0;
  max-width: 500px;
  padding: 0.9em 1em;
  width: 100%; }

select {
  border: 1px solid #c9c9c9;
  height: 3em;
  line-height: 2.5em;
  width: 100%; }

form label {
  display: block; }

fieldset {
  margin-bottom: 1em; }
  fieldset legend {
    font-family: 'open-sans', helvetica, arial, sans-serif;
    font-weight: 700;
    margin-bottom: 0.35em; }

form .input {
  margin-bottom: 1em; }

.legend-text {
  display: inline-block;
  margin-bottom: 0.5em;
  margin-top: 1em; }

.two-up {
  overflow: hidden;
  *zoom: 1; }
  .two-up > .input {
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 3.5%;
    width: 48.25%;
    margin-left: 3.5%;
    margin-right: 0; }
    .two-up > .input:first-child {
      margin-left: 0; }

.two-up-wider {
  overflow: hidden;
  *zoom: 1; }
  @media (min-width: 31.25em) {
    .two-up-wider > .input {
      display: inline;
      float: left;
      margin-left: 0;
      margin-right: 3.5%;
      width: 48.25%;
      margin-left: 3.5%;
      margin-right: 0; }
      .two-up-wider > .input:first-child {
        margin-left: 0; } }
.three-up {
  overflow: hidden;
  *zoom: 1; }
  .three-up .input {
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 3.5%;
    width: 31%;
    margin-left: 3.5%;
    margin-right: 0; }
    .three-up .input:first-child {
      margin-left: 0; }
  .three-up.zip-city-state .input {
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 3.5%;
    width: 56.875%; }
    @media (min-width: 31.25em) {
      .three-up.zip-city-state .input {
        display: inline;
        float: left;
        margin-left: 0;
        margin-right: 3.5%;
        width: 48.25%; } }
    .three-up.zip-city-state .input:first-child {
      display: inline;
      float: left;
      margin-left: 0;
      margin-right: 3.5%;
      width: 100%;
      margin-right: 0; }
      @media (min-width: 31.25em) {
        .three-up.zip-city-state .input:first-child {
          display: inline;
          float: left;
          margin-left: 0;
          margin-right: 3.5%;
          width: 22.375%; } }
    .three-up.zip-city-state .input.select, .three-up.zip-city-state .input .state {
      display: inline;
      float: left;
      margin-left: 0;
      margin-right: 3.5%;
      width: 39.625%;
      margin-right: 0; }
      @media (min-width: 31.25em) {
        .three-up.zip-city-state .input.select, .three-up.zip-city-state .input .state {
          display: inline;
          float: left;
          margin-left: 0;
          margin-right: 3.5%;
          width: 22.375%;
          margin-right: 0; } }
.three-up-wider {
  overflow: hidden;
  *zoom: 1; }
  @media (min-width: 31.25em) {
    .three-up-wider .input {
      display: inline;
      float: left;
      margin-left: 0;
      margin-right: 3.5%;
      width: 31%;
      margin-left: 3.5%;
      margin-right: 0; }
      .three-up-wider .input:first-child {
        margin-left: 0; } }
* {
  box-sizing: border-box; }

.container {
  margin: auto;
  max-width: 81.25em;
  width: 95%;
  *zoom: 1;
  width: 95%; }

html {
  background-color: #703585; }

.overflow-wrapper {
  overflow: hidden; }
  .overflow-wrapper .menu-content-wrapper {
    transform: translateX(0);
    transition: 0.33s transform ease-in; }
    @media (min-width: 46.875em) {
      .overflow-wrapper .menu-content-wrapper {
        transform: none;
        transition: none; } }
  .overflow-wrapper.show-filters .menu-content-wrapper {
    transform: translateX(300px); }
    @media (min-width: 46.875em) {
      .overflow-wrapper.show-filters .menu-content-wrapper {
        transform: none;
        transition: none; } }
.main-content {
  *zoom: 1;
  background-color: #fff;
  padding-bottom: 1em;
  padding-top: 1em; }
  .main-content:after {
    clear: both;
    content: '';
    display: table; }
  .main-content .constrained {
    margin: 0 auto 0 auto;
    max-width: 40em; }
  .main-content .content-wrapper {
    *zoom: 1; }
    .main-content .content-wrapper:after {
      clear: both;
      content: '';
      display: table; }
  @media (min-width: 37.5em) {
    .main-content .primary-content {
      margin: 0 auto;
      width: 90%; } }
  @media (min-width: 46.875em) {
    .main-content .primary-content {
      display: inline;
      float: left;
      margin-left: 0;
      margin-right: 3.5%;
      width: 65.5%;
      margin-bottom: 2em;
      width: 100%; } }
  @media (min-width: 46.875em) {
    .event-detail .main-content .primary-content {
      display: inline;
      float: left;
      margin-left: 0;
      margin-right: 3.5%;
      width: 56.875%;
      margin-right: 12.125%; } }
  @media (min-width: 46.875em) {
    .events-list .main-content .primary-content {
      display: inline;
      float: left;
      margin-left: 0;
      margin-right: 3.5%;
      width: 56.875%;
      margin-left: 8.625%;
      margin-right: 0; } }
  .main-content .secondary-content {
    border-top: 1px solid #c9c9c9;
    margin-top: 2em;
    padding-top: 2em; }
    @media (min-width: 46.875em) {
      .main-content .secondary-content {
        display: inline;
        float: left;
        margin-left: 0;
        margin-right: 3.5%;
        width: 31%;
        margin-right: 0;
        border-top: 0 none;
        margin-bottom: 2em;
        margin-top: 0;
        padding-top: 0; } }
    @media (min-width: 43.75em) {
      .events-list .main-content .secondary-content {
        margin-right: 3.5%; } }
body {
  font-family: 'open-sans', helvetica, arial, sans-serif;
  font-weight: 400;
  color: #303030;
  line-height: 1.4; }

p {
  margin-bottom: 1em; }

ul li li, ol li li {
  font-size: inherit; }

.primary ul, .primary ol {
  margin: 0 0 0.5em 2em; }
  .primary ul li, .primary ol li {
    margin-bottom: 0.5em; }

.primary ul {
  list-style: disc;
  margin-top: 0.5em; }

.primary ol {
  list-style: decimal; }

h1 {
  font-family: 'open-sans', helvetica, arial, sans-serif;
  font-weight: 700;
  color: #faa61a;
  line-height: 1.2;
  margin-bottom: 0.35em;
  font-size: 2.5rem; }
  h1 a {
    color: #41124E;
    text-decoration: none; }
    h1 a:hover, h1 a:focus {
      color: #0d0410;
      text-decoration: underline; }

h2 {
  font-family: 'open-sans', helvetica, arial, sans-serif;
  font-weight: 700;
  color: #faa61a;
  line-height: 1.2;
  margin-bottom: 0.35em;
  font-size: 1.8rem; }
  h2 a {
    color: #41124E;
    text-decoration: none; }
    h2 a:hover, h2 a:focus {
      color: #0d0410;
      text-decoration: underline; }

h3 {
  font-family: 'open-sans', helvetica, arial, sans-serif;
  font-weight: 700;
  color: #faa61a;
  line-height: 1.2;
  margin-bottom: 0.35em;
  font-size: 1.4rem; }
  h3 a {
    color: #41124E;
    text-decoration: none; }
    h3 a:hover, h3 a:focus {
      color: #0d0410;
      text-decoration: underline; }

h4 {
  font-family: 'open-sans', helvetica, arial, sans-serif;
  font-weight: 700;
  color: #faa61a;
  line-height: 1.2;
  margin-bottom: 0.35em;
  font-size: 1.2rem; }
  h4 a {
    color: #41124E;
    text-decoration: none; }
    h4 a:hover, h4 a:focus {
      color: #0d0410;
      text-decoration: underline; }

h5 {
  font-family: 'open-sans', helvetica, arial, sans-serif;
  font-weight: 700;
  color: #faa61a;
  line-height: 1.2;
  margin-bottom: 0.35em;
  font-size: 1rem; }
  h5 a {
    color: #41124E;
    text-decoration: none; }
    h5 a:hover, h5 a:focus {
      color: #0d0410;
      text-decoration: underline; }

h6 {
  font-family: 'open-sans', helvetica, arial, sans-serif;
  font-weight: 700;
  color: #faa61a;
  line-height: 1.2;
  margin-bottom: 0.35em;
  font-size: 0.875rem; }
  h6 a {
    color: #41124E;
    text-decoration: none; }
    h6 a:hover, h6 a:focus {
      color: #0d0410;
      text-decoration: underline; }

a {
  color: #41124E;
  text-decoration: none;
  transition: all 0.3s ease-in-out; }
  a:hover, a:focus {
    color: #703585;
    text-decoration: underline; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

img {
  display: block;
  max-width: 100%; }

.button {
  font-family: 'open-sans', helvetica, arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #41124E;
  color: #fff;
  display: inline-block;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out; }
  .button:hover, .button:focus {
    background-color: #703585;
    color: #fff;
    text-decoration: none; }

.button-highlight {
  font-family: 'open-sans', helvetica, arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #41124E;
  color: #fff;
  display: inline-block;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  background-color: #faa61a; }
  .button-highlight:hover, .button-highlight:focus {
    background-color: #703585;
    color: #fff;
    text-decoration: none; }
  .button-highlight:hover, .button-highlight:focus {
    background-color: #d58d16; }

.button-subtle {
  font-family: 'open-sans', helvetica, arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #41124E;
  color: #fff;
  display: inline-block;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  background-color: white;
  color: #303030;
  display: inline-block;
  transition: background-color 0.3s ease-in-out; }
  .button-subtle:hover, .button-subtle:focus {
    background-color: #703585;
    color: #fff;
    text-decoration: none; }
  .button-subtle:hover, .button-subtle:focus {
    background-color: #ececec;
    color: #41124E; }

.button-reverse {
  font-family: 'open-sans', helvetica, arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #41124E;
  color: #fff;
  display: inline-block;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  background-color: #ececec;
  color: #41124E; }
  .button-reverse:hover, .button-reverse:focus {
    background-color: #703585;
    color: #fff;
    text-decoration: none; }
  .button-reverse:hover, .button-reverse:focus {
    background-color: #fff;
    color: #703585; }

.button-wrapper {
  display: inline-block; }
  .button-wrapper .note {
    display: block;
    margin-top: 0.35em;
    text-align: center; }

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

.not-visually-hidden {
  border: inherit;
  clip: inherit;
  height: inherit;
  margin: inherit;
  overflow: inherit;
  padding: inherit;
  position: inherit;
  width: inherit; }

ul .bulleted-list, ol .ordered-list {
  margin: 0 0 1.5em 2em; }
  ul .bulleted-list li, ol .ordered-list li {
    margin-bottom: 0.5em; }

ul.bulleted-list {
  list-style: disc;
  margin-top: 0.5em; }

ol.ordered-list {
  list-style: decimal; }

.site-header {
  *zoom: 1; }
  .site-header:after {
    clear: both;
    content: '';
    display: table; }
  @media (min-width: 46.875em) {
    .site-header {
      background-size: auto 100%;
      padding-bottom: 1em; } }
.mobile-navigation {
  margin: 1em;
  *zoom: 1; }
  .mobile-navigation:after {
    clear: both;
    content: '';
    display: table; }
  @media (min-width: 25em) {
    .mobile-navigation {
      display: inline;
      float: left;
      margin-left: 0;
      margin-right: 3.5%;
      width: 39.625%;
      margin-right: 0; } }
  .mobile-navigation .menu-trigger {
    border: none;
    width: 100%; }
    .mobile-navigation .menu-trigger:hover {
      cursor: pointer; }
    .mobile-navigation .menu-trigger .iconmenu-button {
      cursor: pointer;
      display: inline-block;
      opacity: 1;
      padding: 0px 5px 10px 10px;
      position: relative;
      transition: 0.3s;
      user-select: none;
      vertical-align: middle; }
      .mobile-navigation .menu-trigger .iconmenu-button .iconmenu:before, .mobile-navigation .menu-trigger .iconmenu-button .iconmenu:after {
        transition: 0.3s; }
    .mobile-navigation .menu-trigger .iconmenu {
      background: #fff;
      border-radius: 10px;
      display: inline-block;
      height: 2px;
      position: relative;
      transition: all 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
      width: 20px;
      z-index: 1; }
      .mobile-navigation .menu-trigger .iconmenu:before, .mobile-navigation .menu-trigger .iconmenu:after {
        background: #fff;
        border-radius: 16px;
        content: '';
        display: block;
        height: 2px;
        position: absolute;
        transition: all 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
        width: 20px;
        z-index: -1; }
      .mobile-navigation .menu-trigger .iconmenu:before {
        top: 5px; }
      .mobile-navigation .menu-trigger .iconmenu:after {
        top: -5px; }
    .mobile-navigation .menu-trigger .open:not(.steps) .iconmenu:before,
    .mobile-navigation .menu-trigger .open:not(.steps) .iconmenu:after {
      top: 0 !important; }
    .mobile-navigation .menu-trigger .open .iconmenu:before,
    .mobile-navigation .menu-trigger .open .iconmenu:after {
      transition: 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8); }
    .mobile-navigation .menu-trigger .open.x .iconmenu {
      background: transparent; }
      .mobile-navigation .menu-trigger .open.x .iconmenu:before {
        transform: rotate(-45deg); }
      .mobile-navigation .menu-trigger .open.x .iconmenu:after {
        transform: rotate(45deg); }

.nav-wrapper {
  clear: both;
  display: none;
  margin-top: 1em; }
  @media (min-width: 25em) {
    .nav-wrapper {
      padding: 1em; } }
  @media (min-width: 46.875em) {
    .nav-wrapper {
      display: inline;
      float: left;
      margin-left: 0;
      margin-right: 3.5%;
      width: 74.125%;
      margin-right: 0;
      clear: none;
      display: inline-block;
      padding: 0;
      padding-top: 2em; } }
@media (min-width: 46.875em) {
  .utility-navigation {
    float: right;
    font-size: 0.875em;
    margin-bottom: 0.5em;
    margin-right: 1em;
    padding-top: 0.4em;
    text-transform: uppercase; } }

@media (min-width: 46.875em) {
  .primary-navigation {
    clear: both;
    padding-top: 1em; } }

.site-search {
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px; }
  @media (min-width: 46.875em) {
    .site-search {
      float: right;
      margin-bottom: 0.5em;
      margin-left: inherit;
      margin-right: inherit;
      max-width: inherit; } }
  .site-search input {
    background-color: #303030;
    border: 0 none;
    border-radius: 0;
    display: inline-block;
    font-size: 1.0em;
    max-width: inherit;
    padding: 0.55em;
    width: 82%;
    font-family: 'open-sans', helvetica, arial, sans-serif;
    font-weight: 400; }
    @media (min-width: 46.875em) {
      .site-search input {
        padding: 0.31em;
        width: inherit; } }
    .site-search input::-webkit-input-placeholder {
      color: #41124E; }
    .site-search input::-moz-placeholder {
      color: #41124E; }
    .site-search input:-ms-input-placeholder {
      color: #41124E; }

button.search-submit {
  font-family: 'open-sans', helvetica, arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #41124E;
  color: #fff;
  display: inline-block;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  background-color: #ececec;
  color: #41124E;
  background-color: #ae486b;
  display: inline-block;
  margin-left: -0.3em;
  padding: 0.55em 0.5em;
  width: 18%; }
  button.search-submit:hover, button.search-submit:focus {
    background-color: #703585;
    color: #fff;
    text-decoration: none; }
  button.search-submit:hover, button.search-submit:focus {
    background-color: #fff;
    color: #703585; }
  @media (min-width: 46.875em) {
    button.search-submit {
      padding: 0.3em 0.5em;
      width: inherit; } }
  button.search-submit .icon-search {
    height: 15px;
    width: 15px; }
    button.search-submit .icon-search path {
      fill: #faa61a; }

.social-footer {
  background-color: #41124E;
  padding: 1.25em 0 1.5em 0;
  text-align: center; }
  @media (min-width: 37.5em) {
    .social-footer {
      padding: 2.25em 0 2.5em 0; } }
  .social-footer .title {
    color: #ececec;
    margin-bottom: 0.75em; }
    @media (min-width: 37.5em) {
      .social-footer .title {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 1em;
        vertical-align: middle; } }
  @media (min-width: 37.5em) {
    .social-footer .social-link-item-group {
      display: inline-block;
      vertical-align: middle; } }
  .social-footer .social-link-item {
    display: inline-block;
    margin-right: 0.5em; }
    .social-footer .social-link-item:last-of-type {
      margin-right: 0; }
    @media (min-width: 37.5em) {
      .social-footer .social-link-item {
        margin-right: 1em; } }
.site-footer {
  background-color: #703585;
  padding-top: 1.5em; }
  .site-footer .copyright {
    clear: both;
    color: #9b72aa;
    padding-bottom: 1em;
    padding-top: 1.5em; }

.footer-navigation {
  padding-bottom: 1em;
  padding-top: 1em; }
  .footer-navigation h3, .footer-navigation h4 {
    color: #fff; }
  .footer-navigation .cultural-trust-logo svg {
    height: 43px;
    margin-bottom: 1em;
    max-width: 100%;
    width: 140px; }
  .footer-navigation ul {
    *zoom: 1;
    margin-bottom: 1.5em; }
    .footer-navigation ul:after {
      clear: both;
      content: '';
      display: table; }
    @media (min-width: 37.5em) {
      .footer-navigation ul {
        display: inline;
        float: left;
        margin-left: 0;
        margin-right: 3.5%;
        width: 22.375%; }
        .footer-navigation ul:nth-of-type(1n) {
          clear: none;
          float: left;
          margin-right: 3.5%; }
          .lt-ie8 .footer-navigation ul:nth-of-type(1n) {
            margin-right: 3.25%; }
        .footer-navigation ul:nth-of-type(4n+4) {
          margin-right: 0;
          float: right; }
        .footer-navigation ul:nth-of-type(4n+5) {
          clear: both; } }
  .footer-navigation li {
    line-height: 1.3;
    margin-bottom: 0.5em; }
  .footer-navigation a {
    color: #ae486b;
    transition: color 0.3s ease-in-out; }
    .footer-navigation a:hover, .footer-navigation a:focus {
      color: #78324a;
      text-decoration: none; }

.events-list .content-wrapper {
  background-color: #fff;
  padding-top: 1em; }
  @media (min-width: 43.75em) {
    .events-list .content-wrapper {
      padding-top: 2em; } }
.events-list .secondary-content {
  border-top: 0 none;
  margin-top: 0;
  padding-top: 0; }

.events-list .event {
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 2em;
  padding-bottom: 2em;
  margin-bottom: 2.0em; }

@media (min-width: 43.75em) {
  .events-list .page-title {
    float: left; } }

.events-list .sort-results {
  margin-bottom: 2.0em; }
  @media (min-width: 43.75em) {
    .events-list .sort-results select {
      width: 50%; } }
  .events-list .sort-results label {
    font-family: 'open-sans', helvetica, arial, sans-serif;
    font-weight: 700;
    color: #faa61a;
    line-height: 1.2;
    margin-bottom: 0.35em;
    font-size: 1rem;
    font-family: 'open-sans', helvetica, arial, sans-serif;
    font-weight: 400;
    color: #707070;
    margin-bottom: 1em; }
    .events-list .sort-results label a {
      color: #41124E;
      text-decoration: none; }
      .events-list .sort-results label a:hover, .events-list .sort-results label a:focus {
        color: #0d0410;
        text-decoration: underline; }

.events-list .event-description {
  margin-top: 1.5em; }

.events-list .event-location {
  margin-top: 1em; }

@media (min-width: 43.75em) {
  .events-list .events-group {
    *zoom: 1;
    clear: both; }
    .events-list .events-group:after {
      clear: both;
      content: '';
      display: table; } }

.events-list .events-group .notes {
  color: #707070;
  font-size: 0.75em; }

@media (min-width: 60em) {
  .events-list .event-media {
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 3.5%;
    width: 31%;
    margin-bottom: 0; } }

@media (min-width: 60em) {
  .events-list .event-body {
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 3.5%;
    width: 65.5%;
    margin-right: 0; } }

@media (min-width: 43.75em) {
  .events-list .event-body .event-tags li {
    display: inline-block;
    margin-right: 1em; } }

.sorting-tools {
  *zoom: 1; }
  .sorting-tools:after {
    clear: both;
    content: '';
    display: table; }

.filter-notification {
  display: block;
  margin-bottom: 1em; }
  @media (min-width: 46.875em) {
    .filter-notification {
      display: flex;
      width: 100%; } }
  @media (min-width: 68.75em) {
    .filter-notification {
      float: left;
      width: 65%; } }
  .filter-notification span {
    margin: 0.25em 1em 0 0; }

.clear-filters {
  background-color: white;
  border: none;
  border-radius: 2px;
  color: #303030;
  font-size: 0.875em;
  padding: 0.5em 0.75em; }
  .clear-filters:hover {
    cursor: pointer; }

.sort-results {
  margin-bottom: 2.0em; }
  @media (min-width: 46.875em) {
    .sort-results {
      display: flex;
      float: right;
      justify-content: flex-end;
      width: 45%; }
      .filters-applied .sort-results {
        float: none;
        justify-content: flex-start;
        width: 100%; } }
  @media (min-width: 68.75em) {
    .filters-applied .sort-results {
      float: left;
      justify-content: flex-end;
      width: 35%; } }
  .sort-results label {
    font-family: 'open-sans', helvetica, arial, sans-serif;
    font-weight: 700;
    color: #faa61a;
    line-height: 1.2;
    margin-bottom: 0.35em;
    font-size: 1rem;
    font-family: 'open-sans', helvetica, arial, sans-serif;
    font-weight: 400;
    color: #707070;
    margin-bottom: 1em; }
    .sort-results label a {
      color: #41124E;
      text-decoration: none; }
      .sort-results label a:hover, .sort-results label a:focus {
        color: #0d0410;
        text-decoration: underline; }
    @media (min-width: 46.875em) {
      .sort-results label {
        margin: .45em 1em 0 0; } }
  .sort-results select {
    font-size: 1.0em;
    height: 2em; }
    @media (min-width: 46.875em) {
      .sort-results select {
        width: auto; } }
.event-body .toggler-trigger, .dates .toggler-trigger {
  background-color: white;
  border-radius: 2px;
  color: #303030;
  display: inline-block;
  font-size: 0.875em;
  padding: 0.5em 0.75em;
  text-transform: none;
  transition: background-color 0.3s ease-in-out;
  background-color: #fff;
  border: 1px solid #ececec;
  color: #41124E;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
  font-size: 0.75em;
  padding: 0.25em 0.5em; }
  .event-body .toggler-trigger:hover, .event-body .toggler-trigger:focus, .dates .toggler-trigger:hover, .dates .toggler-trigger:focus {
    background-color: #ececec;
    color: #41124E; }
  .event-body .toggler-trigger:hover, .event-body .toggler-trigger:focus, .dates .toggler-trigger:hover, .dates .toggler-trigger:focus {
    background-color: #41124E;
    border-color: #41124E;
    color: #fff; }
  .event-body .toggler-trigger:hover, .dates .toggler-trigger:hover {
    cursor: pointer; }

.event-body .toggler-content, .dates .toggler-content {
  padding: 0.5em 0; }
  .event-body .toggler-content li, .dates .toggler-content li {
    margin-top: 0.25em;
    padding-top: 0.25em; }

.event-detail .page-header {
  background-color: #fff;
  padding-top: 2em; }
  .event-detail .page-header .page-title {
    padding-bottom: 0.5em; }

.event-detail .primary-content {
  *zoom: 1; }
  .event-detail .primary-content:after {
    clear: both;
    content: '';
    display: table; }

.event-detail .event-media img {
  width: 100%; }

.event-detail .buy-tickets a {
  width: 100%; }

.event-detail .event-body-text ul, .event-detail .event-body-text ol {
  margin: 0 0 0.5em 2em; }
  .event-detail .event-body-text ul li, .event-detail .event-body-text ol li {
    margin-bottom: 0.5em; }

.event-detail .event-body-text ul {
  list-style: disc;
  margin-top: 0.5em; }

.event-detail .event-body-text ol {
  list-style: decimal; }

.location-content {
  *zoom: 1; }
  .location-content:after {
    clear: both;
    content: '';
    display: table; }
  .location-content .location-header {
    background-color: #F1F1F2; }
    @media (min-width: 43.75em) {
      .location-content .location-header {
        display: inline;
        float: left;
        margin-left: 0;
        margin-right: 3.5%;
        width: 100%;
        border-bottom: 0 none;
        margin-bottom: 2em;
        padding-bottom: 0; }
        .location-content .location-header:nth-of-type(1n) {
          clear: none;
          float: left;
          margin-right: 3.5%; }
          .lt-ie8 .location-content .location-header:nth-of-type(1n) {
            margin-right: 3.25%; }
        .location-content .location-header:nth-of-type(3n+3) {
          margin-right: 0;
          float: right; }
        .location-content .location-header:nth-of-type(3n+4) {
          clear: both; } }
    @media (min-width: 43.75em) {
      .location-content .location-header .location-info {
        display: inline;
        float: left;
        margin-left: 0;
        margin-right: 3.5%;
        width: 65.5%;
        border-bottom: 0 none;
        padding-bottom: 0; } }
    .location-content .location-header .location-info .location-title {
      padding-top: 2em; }
    .location-content .location-header .location-info .location-title, .location-content .location-header .location-info .location-address {
      margin-left: 1em; }
    .location-content .location-header .location-info .button {
      background-color: white;
      border-radius: 2px;
      color: #303030;
      display: inline-block;
      font-size: 0.875em;
      padding: 0.5em 0.75em;
      text-transform: none;
      transition: background-color 0.3s ease-in-out;
      background-color: white;
      margin-bottom: 1em; }
      .location-content .location-header .location-info .button:hover, .location-content .location-header .location-info .button:focus {
        background-color: #ececec;
        color: #41124E; }
    .location-content .location-header .location-media img {
      width: 100%; }
    @media (min-width: 43.75em) {
      .location-content .location-header .location-media {
        display: inline;
        float: left;
        margin-left: 0;
        margin-right: 3.5%;
        width: 31%;
        border-bottom: 0 none;
        margin-bottom: 0;
        margin-right: 0;
        padding-bottom: 0; } }
.related-events {
  border-top: 1px solid #c9c9c9;
  margin-top: 2em;
  padding-top: 2em;
  *zoom: 1;
  clear: both; }
  .related-events:after {
    clear: both;
    content: '';
    display: table; }
  @media (min-width: 43.75em) {
    .related-events {
      margin-top: 4em; } }
  .related-events .event {
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 2em;
    padding-bottom: 2em; }
    @media (min-width: 43.75em) {
      .related-events .event {
        display: inline;
        float: left;
        margin-left: 0;
        margin-right: 3.5%;
        width: 31%;
        border-bottom: 0 none;
        padding-bottom: 0; }
        .related-events .event:nth-of-type(1n) {
          clear: none;
          float: left;
          margin-right: 3.5%; }
          .lt-ie8 .related-events .event:nth-of-type(1n) {
            margin-right: 3.25%; }
        .related-events .event:nth-of-type(3n+3) {
          margin-right: 0;
          float: right; }
        .related-events .event:nth-of-type(3n+4) {
          clear: both; } }
.callout.dates ul {
  list-style-type: disc;
  margin-left: 1.0em; }

.callout.dates li {
  margin-bottom: 0.5em; }

.callout.dates .notes {
  color: #707070;
  font-size: 0.75em; }

.modal.email-capture {
  background-color: rgba(0, 0, 0, 0.5); }
  .modal.email-capture .modal-wrapper {
    margin-top: 1.5em;
    position: relative; }
    .modal.email-capture .modal-wrapper .popup-image {
      width: 100%; }
      @media (min-width: 37.5em) {
        .modal.email-capture .modal-wrapper .popup-image {
          height: 220px; } }
    .modal.email-capture .modal-wrapper .modal-content button.close-btn {
      position: absolute;
      right: -1em;
      top: -1em; }
      .modal.email-capture .modal-wrapper .modal-content button.close-btn .icon-close svg {
        background-color: #303030;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        height: 30px;
        width: 30px; }
        .modal.email-capture .modal-wrapper .modal-content button.close-btn .icon-close svg polygon {
          fill: #fff; }
      .modal.email-capture .modal-wrapper .modal-content button.close-btn:hover {
        cursor: pointer; }
    .modal.email-capture .modal-wrapper .modal-content a.close-btn {
      position: static; }
    .modal.email-capture .modal-wrapper .modal-content .formContainer {
      width: 100%; }
    .modal.email-capture .modal-wrapper .modal-content .LanguageDropdown {
      width: 100%; }

.subnav {
  border-top: 1px solid #c9c9c9;
  margin-top: 2em;
  padding-top: 2em;
  *zoom: 1;
  clear: both; }
  .subnav:after {
    clear: both;
    content: '';
    display: table; }
  @media (min-width: 43.75em) {
    .subnav {
      border-bottom: 0 none;
      margin-top: 4em;
      padding-bottom: 0; } }
  .subnav .subnav-item {
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 2em;
    padding-bottom: 2em; }
  .subnav .subnav-item-media {
    margin-bottom: 1.5em; }
  .subnav .subnav-item-title {
    font-family: 'open-sans', helvetica, arial, sans-serif;
    font-weight: 700;
    color: #faa61a;
    line-height: 1.2;
    margin-bottom: 0.35em;
    font-size: 1.8rem;
    margin-bottom: 0.15em; }
    .subnav .subnav-item-title a {
      color: #41124E;
      text-decoration: none; }
      .subnav .subnav-item-title a:hover, .subnav .subnav-item-title a:focus {
        color: #0d0410;
        text-decoration: underline; }
  .subnav .subnav-item-tags {
    list-style: none;
    margin: 0; }
    .subnav .subnav-item-tags li {
      margin-bottom: 0.5em; }
      @media (min-width: 17.5em) {
        .subnav .subnav-item-tags li {
          display: inline-block;
          margin-bottom: 0;
          margin-right: 0.5em; } }
      @media (min-width: 43.75em) {
        .subnav .subnav-item-tags li {
          display: block;
          margin-right: 0; } }
      @media (min-width: 60em) {
        .subnav .subnav-item-tags li {
          display: inline-block;
          margin-right: 1em; } }
    .subnav .subnav-item-tags a {
      background-color: white;
      border-radius: 2px;
      color: #303030;
      display: inline-block;
      font-size: 0.875em;
      padding: 0.5em 0.75em;
      text-transform: none;
      transition: background-color 0.3s ease-in-out; }
      .subnav .subnav-item-tags a:hover, .subnav .subnav-item-tags a:focus {
        background-color: #ececec;
        color: #41124E; }

@media (min-width: 43.75em) {
  .subnav-one-column .subnav-item {
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 3.5%;
    width: 100%; } }

@media (min-width: 43.75em) {
  .subnav-one-column .subnav-item .subnav-item-media {
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 3.5%;
    width: 22.375%;
    border-bottom: 0 none;
    padding-bottom: 0; } }

.subnav-one-column .subnav-item .subnav-item-title {
  padding-bottom: 1em; }

.subnav-one-column .subnav-item .subnav-item-body {
  margin-bottom: 1.5em; }
  @media (min-width: 43.75em) {
    .subnav-one-column .subnav-item .subnav-item-body {
      display: inline;
      float: left;
      margin-left: 0;
      margin-right: 3.5%;
      width: 65.5%;
      border-bottom: 0 none;
      padding-bottom: 0; } }
@media (min-width: 43.75em) {
  .subnav-two-column .subnav-item {
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 3.5%;
    width: 48.25%; }
    .subnav-two-column .subnav-item:nth-of-type(1n) {
      clear: none;
      float: left;
      margin-right: 3.5%; }
      .lt-ie8 .subnav-two-column .subnav-item:nth-of-type(1n) {
        margin-right: 3.25%; }
    .subnav-two-column .subnav-item:nth-of-type(2n+2) {
      margin-right: 0;
      float: right; }
    .subnav-two-column .subnav-item:nth-of-type(2n+3) {
      clear: both; } }

@media (min-width: 43.75em) {
  .subnav-three-column .subnav-item {
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 3.5%;
    width: 31%; }
    .subnav-three-column .subnav-item:nth-of-type(1n) {
      clear: none;
      float: left;
      margin-right: 3.5%; }
      .lt-ie8 .subnav-three-column .subnav-item:nth-of-type(1n) {
        margin-right: 3.25%; }
    .subnav-three-column .subnav-item:nth-of-type(3n+3) {
      margin-right: 0;
      float: right; }
    .subnav-three-column .subnav-item:nth-of-type(3n+4) {
      clear: both; } }

.home .social-posts {
  *zoom: 1; }
  .home .social-posts:after {
    clear: both;
    content: '';
    display: table; }

.home .social-feed .section-wrapper {
  padding: 1.5em; }

.home .social-feed .section-title {
  margin-bottom: 1.5em;
  text-align: center; }
  @media (min-width: 43.75em) {
    .home .social-feed .section-title {
      margin-top: 1.5em; } }
  .home .social-feed .section-title a {
    color: #41124E; }

.home .social-feed article {
  margin-bottom: 1em;
  width: 100%; }
  @media (min-width: 31.25em) {
    .home .social-feed article {
      width: 48.3%; } }
  @media (min-width: 46.875em) {
    .home .social-feed article {
      width: 31.15%; } }
  @media (min-width: 60em) {
    .home .social-feed article {
      width: 22.53%; } }
.home .social-feed .grid-sizer {
  width: 3.25%; }

.home .social-feed .instagram-post {
  background: url("fn-instagram-bg.svg") no-repeat #262626;
  background-position: 90% 93%;
  background-size: 35px auto; }

.home .social-feed .twitter-post {
  background: url("fn-twitter-bg.svg") no-repeat #262626;
  background-position: 90% 85%;
  background-size: 38px 31px; }

.home .social-feed .post-text {
  overflow: hidden;
  padding: 1.5em; }
  .home .social-feed .post-text .user-account, .home .social-feed .post-text time {
    max-width: 85%; }
  .home .social-feed .post-text .user-account {
    display: block;
    font-weight: 700; }

.internal .main-content .search-results {
  margin: 1em auto 2em auto; }
  .internal .main-content .search-results .search-highlight {
    background-color: rgba(250, 166, 26, 0.5); }
  .internal .main-content .search-results .result {
    margin-top: 2em; }
    .internal .main-content .search-results .result .url a {
      color: #41124E;
      text-decoration: none;
      transition: all 0.3s ease-in-out;
      font-size: 0.9em; }
      .internal .main-content .search-results .result .url a:hover, .internal .main-content .search-results .result .url a:focus {
        color: #703585;
        text-decoration: underline; }
      .internal .main-content .search-results .result .url a:hover {
        cursor: pointer; }

.internal .pager {
  clear: both;
  font-size: 1.125em;
  font-weight: 600;
  margin-top: 1.5em;
  text-align: center; }
  .internal .pager li {
    display: inline-block;
    margin-top: -0.35em;
    padding: 0.25em; }
    .internal .pager li:before {
      display: none; }
    .internal .pager li a {
      border-bottom: 0 none;
      display: block;
      line-height: 0.75; }
      .internal .pager li a:hover, .internal .pager li a:focus {
        border-bottom: 0 none;
        text-decoration: underline; }
  .internal .pager .is-active {
    color: #707070;
    margin: 0;
    padding-top: 0; }
  .internal .pager .previous_page {
    margin-right: 1em; }
  .internal .pager .next_page {
    margin-left: 1em; }
  .internal .pager .icon-chevron-right, .internal .pager .icon-chevron-left {
    width: 9px; }

.mobile-navigation {
  *zoom: 1; }
  .mobile-navigation:after {
    clear: both;
    content: '';
    display: table; }
  @media (min-width: 46.875em) {
    .mobile-navigation {
      display: none; } }
.menu-trigger {
  font-family: 'open-sans', helvetica, arial, sans-serif;
  font-weight: 400;
  background-color: #ae486b;
  color: #303030;
  font-size: 1.25em;
  margin: 0;
  padding: 0;
  padding: 0.35em 0.5em; }
  .menu-trigger .icon-menu {
    height: 20px;
    vertical-align: middle;
    width: 20px; }
  .menu-trigger:hover, .menu-trigger:focus {
    cursor: pointer; }

.utility-trigger {
  margin-right: 2%; }

.site-header .container {
  position: relative; }

@media (min-width: 46.875em) {
  .primary-navigation,
  .utility-navigation {
    display: block; } }

.primary-navigation ul,
.utility-navigation ul {
  background-color: transparent;
  padding: 1em 0; }
  @media (min-width: 46.875em) {
    .primary-navigation ul,
    .utility-navigation ul {
      background-color: inherit;
      padding: 0; } }
.primary-navigation li,
.utility-navigation li {
  border-top: 1px solid #1e0825;
  margin-top: 1em;
  padding-top: 1em;
  text-align: center; }
  @media (min-width: 46.875em) {
    .primary-navigation li,
    .utility-navigation li {
      display: inline-block;
      border: 0 none;
      margin: 0;
      padding: 0;
      text-align: left; } }
  .primary-navigation li:first-of-type,
  .utility-navigation li:first-of-type {
    border-top: 0 none;
    margin-top: 0;
    padding-top: 0; }

.primary-navigation a,
.utility-navigation a {
  border-bottom: 2px solid transparent;
  color: #303030;
  transition: all 0.3s ease-in-out; }
  .primary-navigation a:hover, .primary-navigation a:focus,
  .utility-navigation a:hover,
  .utility-navigation a:focus {
    border-color: #faa61a;
    color: #1d1d1d;
    text-decoration: none; }
  @media (min-width: 46.875em) {
    .primary-navigation a,
    .utility-navigation a {
      border-bottom: 2px solid transparent;
      color: #303030;
      transition: all 0.3s ease-in-out; }
      .primary-navigation a:hover, .primary-navigation a:focus,
      .utility-navigation a:hover,
      .utility-navigation a:focus {
        border-color: #faa61a;
        color: #1d1d1d;
        text-decoration: none; } }
@media (min-width: 46.875em) {
  .primary-navigation {
    clear: both;
    text-align: right; } }

@media (min-width: 60em) {
  .primary-navigation {
    font-size: 1.1em; } }

.primary-navigation ul li {
  font-size: 1.25em; }
  @media (min-width: 46.875em) {
    .primary-navigation ul li {
      margin-right: 1em;
      padding-bottom: 0.5em; } }
  @media (min-width: 46.875em) {
    .primary-navigation ul li:last-of-type {
      margin-right: 0; } }
.primary-navigation.clone {
  display: block;
  margin-bottom: 0;
  padding-bottom: 0; }
  @media (min-width: 46.875em) {
    .primary-navigation.clone {
      display: none !important; } }
.utility-navigation ul {
  padding-top: 0; }

.utility-navigation li {
  font-size: 1.25em; }
  @media (min-width: 46.875em) {
    .utility-navigation li {
      font-size: 1em;
      margin-left: 0.75em; } }
  .utility-navigation li:first-of-type {
    border-top: 1px solid #1e0825;
    margin-top: 0;
    padding-top: 1em; }
    @media (min-width: 46.875em) {
      .utility-navigation li:first-of-type {
        border: 0 none;
        padding-top: 0; } }
.secondary-navigation {
  font-family: 'open-sans', helvetica, arial, sans-serif;
  font-weight: 700;
  border: 1px solid #c9c9c9;
  margin-bottom: 1.5em;
  padding: 1em 0.5em 0.5em 0.5em; }
  .secondary-navigation ul {
    margin: 0; }
    .secondary-navigation ul li {
      border-top: 1px solid #c9c9c9;
      margin-top: 2em;
      padding-top: 2em;
      list-style-type: none; }
    .secondary-navigation ul ul li {
      padding-left: 1em; }

.secondary-content > .filters-wrapper {
  display: none; }
  @media (min-width: 46.875em) {
    .secondary-content > .filters-wrapper {
      display: inherit; } }
  @media (min-width: 46.875em) {
    .secondary-content > .filters-wrapper .cancel-filters {
      display: none; } }
@media (min-width: 46.875em) {
  .overflow-wrapper .menu-content-wrapper > .filters-wrapper {
    display: none; } }

.overflow-wrapper .menu-content-wrapper > .filters-wrapper .cancel-filters {
  font-family: 'open-sans', helvetica, arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #41124E;
  color: #fff;
  display: inline-block;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  background-color: white;
  color: #303030;
  display: inline-block;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer; }
  .overflow-wrapper .menu-content-wrapper > .filters-wrapper .cancel-filters:hover, .overflow-wrapper .menu-content-wrapper > .filters-wrapper .cancel-filters:focus {
    background-color: #703585;
    color: #fff;
    text-decoration: none; }
  .overflow-wrapper .menu-content-wrapper > .filters-wrapper .cancel-filters:hover, .overflow-wrapper .menu-content-wrapper > .filters-wrapper .cancel-filters:focus {
    background-color: #ececec;
    color: #41124E; }

.overflow-wrapper .menu-content-wrapper > .filters-wrapper .submit-filters {
  font-family: 'open-sans', helvetica, arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #41124E;
  color: #fff;
  display: inline-block;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer; }
  .overflow-wrapper .menu-content-wrapper > .filters-wrapper .submit-filters:hover, .overflow-wrapper .menu-content-wrapper > .filters-wrapper .submit-filters:focus {
    background-color: #703585;
    color: #fff;
    text-decoration: none; }
  @media (min-width: 46.875em) {
    .overflow-wrapper .menu-content-wrapper > .filters-wrapper .submit-filters {
      display: none; } }
.show-filters-trigger {
  display: block;
  margin-bottom: 1.5em;
  text-align: center;
  width: 100%; }
  @media (min-width: 31.25em) {
    .show-filters-trigger {
      display: inline-block;
      text-align: left;
      width: auto; } }
  @media (min-width: 46.875em) {
    .show-filters-trigger {
      display: none; } }
.filters-wrapper {
  background-color: #343434;
  bottom: 0;
  left: -300px;
  overflow-y: hidden;
  padding: 1.5em 2em 0 2em;
  position: absolute;
  top: 0;
  width: 300px; }
  @media (min-width: 46.875em) {
    .filters-wrapper {
      background-color: inherit;
      display: block;
      overflow: inherit;
      padding: 0;
      position: static;
      width: auto; } }
  .filters-wrapper .title {
    font-family: 'open-sans', helvetica, arial, sans-serif;
    font-weight: 700;
    color: #faa61a;
    line-height: 1.2;
    margin-bottom: 0.35em;
    font-size: 1rem;
    font-family: 'open-sans', helvetica, arial, sans-serif;
    font-weight: 400;
    color: #707070;
    margin-bottom: 1em;
    color: #898989;
    font-weight: 400; }
    .filters-wrapper .title a {
      color: #41124E;
      text-decoration: none; }
      .filters-wrapper .title a:hover, .filters-wrapper .title a:focus {
        color: #0d0410;
        text-decoration: underline; }

.filters ul {
  list-style-type: none;
  margin-left: 0; }
  .filters ul ul {
    margin-bottom: 1em;
    margin-left: 1.2em; }
    .filters ul ul > li {
      margin-top: 0.35em; }

.filters .submit-filters {
  margin-top: 2em; }
  @media (min-width: 46.875em) {
    .filters .submit-filters {
      display: none; } }
.filter-type {
  border-top: 1px solid #171717;
  margin-bottom: 2.5em;
  padding-top: 0.5em;
  position: relative; }
  .filter-type:last-of-type {
    margin-bottom: 0; }
  .filter-type .toggler-trigger {
    position: relative; }
    .filter-type .toggler-trigger:hover, .filter-type .toggler-trigger:focus {
      cursor: pointer; }
    .filter-type .toggler-trigger [class^=icon-] {
      padding: 0;
      position: absolute;
      right: 0.25em; }
  .filter-type .toggler-content {
    clear: both;
    color: #b0b0b0; }
    @media (min-width: 46.875em) {
      .filter-type .toggler-content {
        color: #303030; } }
    .filter-type .toggler-content li {
      margin-bottom: 0.5em; }
      .filter-type .toggler-content li:last-of-type {
        margin-bottom: 0; }

.filter-category {
  font-family: 'open-sans', helvetica, arial, sans-serif;
  font-weight: 700;
  color: #faa61a;
  line-height: 1.2;
  margin-bottom: 0.35em;
  font-size: 1.2rem;
  color: #4b155a;
  padding-right: 2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .filter-category a {
    color: #41124E;
    text-decoration: none; }
    .filter-category a:hover, .filter-category a:focus {
      color: #0d0410;
      text-decoration: underline; }
  @media (min-width: 46.875em) {
    .filter-category {
      color: #303030; } }
@media (min-width: 43.75em) {
  .event {
    *zoom: 1; }
    .event:after {
      clear: both;
      content: '';
      display: table; } }

.event:last-of-type {
  border: 0 none;
  margin: 0;
  padding: 0; }

.event-media {
  margin-bottom: 1.5em; }
  .event-media .is-featured {
    font-family: 'open-sans', helvetica, arial, sans-serif;
    font-weight: 700;
    background-color: #41124E;
    color: #fff;
    display: block;
    margin-top: -1.8em;
    padding: 0.25em;
    position: relative;
    text-align: center;
    z-index: 10; }

.event-location {
  margin-bottom: 0.5em; }

.event-title {
  font-family: 'open-sans', helvetica, arial, sans-serif;
  font-weight: 700;
  color: #faa61a;
  line-height: 1.2;
  margin-bottom: 0.35em;
  font-size: 1.8rem;
  margin-bottom: 0.15em; }
  .event-title a {
    color: #41124E;
    text-decoration: none; }
    .event-title a:hover, .event-title a:focus {
      color: #0d0410;
      text-decoration: underline; }

.event-subtitle {
  color: #707070;
  font-weight: 400; }

.event-subheader {
  font-weight: 700; }

.event-date {
  margin-bottom: 1.0em; }

.event-genre {
  font-family: 'open-sans', helvetica, arial, sans-serif;
  font-weight: 700;
  color: #303030; }
  .event-genre:after {
    content: '\003a';
    margin-left: -3px; }

.event-tags li {
  margin-bottom: 0.5em; }
  @media (min-width: 17.5em) {
    .event-tags li {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 0.5em; } }
  @media (min-width: 37.5em) {
    .event-tags li {
      margin-top: 1em; } }
  @media (min-width: 43.75em) {
    .event-tags li {
      display: block;
      margin-right: 0; } }
  @media (min-width: 60em) {
    .event-tags li {
      display: inline-block;
      margin-right: 1em;
      margin-top: 0; } }
.event-tags a {
  background-color: white;
  border-radius: 2px;
  color: #303030;
  display: inline-block;
  font-size: 0.875em;
  padding: 0.5em 0.75em;
  text-transform: none;
  transition: background-color 0.3s ease-in-out; }
  .event-tags a:hover, .event-tags a:focus {
    background-color: #ececec;
    color: #41124E; }

.event-tools {
  padding-top: 2em; }
  .event-tools li {
    display: block;
    margin-bottom: 0.5em; }
    @media (min-width: 31.25em) {
      .event-tools li {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 1em; } }
  .event-tools a {
    background-color: white;
    border-radius: 2px;
    color: #303030;
    display: inline-block;
    font-size: 0.875em;
    padding: 0.5em 0.75em;
    text-transform: none;
    transition: background-color 0.3s ease-in-out; }
    .event-tools a:hover, .event-tools a:focus {
      background-color: #ececec;
      color: #41124E; }

.event-body-text.event-long-description {
  overflow: hidden; }

.toggler-trigger {
  background-color: transparent;
  border: none; }
  .toggler-trigger path {
    fill: #41124E; }
  .toggler-trigger [class^=icon-] {
    transition: transform .2s linear; }
    .content-expanded .toggler-trigger [class^=icon-] {
      transform: rotate(-180deg); }

.toggler-content {
  clear: both; }
  .js .toggler-content {
    display: none; }

.callout {
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 2em;
  padding-bottom: 2em; }
  .callout:last-of-type {
    border: 0 none;
    margin: 0;
    padding: 0; }
  .callout a {
    color: #faa61a;
    text-decoration: none;
    transition: color 0.3s ease-in-out; }
    .callout a:hover, .callout a:focus {
      color: #d58d16;
      text-decoration: underline; }
    .callout a.button {
      font-family: 'open-sans', helvetica, arial, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background-color: #41124E;
      color: #fff;
      display: inline-block;
      padding: 0.75em 1.5em;
      text-align: center;
      text-decoration: none;
      transition: background-color 0.3s ease-in-out; }
      .callout a.button:hover, .callout a.button:focus {
        background-color: #703585;
        color: #fff;
        text-decoration: none; }
  .callout .callout-title {
    font-family: 'open-sans', helvetica, arial, sans-serif;
    font-weight: 700;
    color: #faa61a;
    line-height: 1.2;
    margin-bottom: 0.35em;
    font-size: 1rem;
    font-family: 'open-sans', helvetica, arial, sans-serif;
    font-weight: 400;
    color: #707070;
    margin-bottom: 1em; }
    .callout .callout-title a {
      color: #41124E;
      text-decoration: none; }
      .callout .callout-title a:hover, .callout .callout-title a:focus {
        color: #0d0410;
        text-decoration: underline; }
  @media (min-width: 31.25em) {
    .callout.dates {
      padding-bottom: 1em; } }
  @media (min-width: 43.75em) {
    .callout.dates {
      padding-bottom: 2em; } }
  .callout.dates ul {
    margin-left: 0;
    margin-top: 0;
    *zoom: 1; }
    .callout.dates ul li {
      list-style-type: none; }
    .callout.dates ul:after {
      clear: both;
      content: '';
      display: table; }
    .callout.dates ul li {
      margin-bottom: 0;
      margin-top: 1em; }
      .callout.dates ul li:first-child {
        margin-top: 0; }
      @media (min-width: 31.25em) {
        .callout.dates ul li {
          display: inline;
          float: left;
          margin-left: 0;
          margin-right: 3.5%;
          width: 48.25%;
          margin-bottom: 1em;
          margin-top: 0; }
          .callout.dates ul li:nth-of-type(1n) {
            clear: none;
            float: left;
            margin-right: 3.5%; }
            .lt-ie8 .callout.dates ul li:nth-of-type(1n) {
              margin-right: 3.25%; }
          .callout.dates ul li:nth-of-type(2n+2) {
            margin-right: 0;
            float: right; }
          .callout.dates ul li:nth-of-type(2n+3) {
            clear: both; } }
      @media (min-width: 43.75em) {
        .callout.dates ul li {
          display: inline;
          float: left;
          margin-left: 0;
          margin-right: 3.5%;
          width: 100%;
          margin-right: 0;
          margin-bottom: 0;
          margin-top: 1em; }
          .callout.dates ul li:first-child {
            margin-top: 0; } }
    .callout.dates ul .day {
      font-family: 'open-sans', helvetica, arial, sans-serif;
      font-weight: 700;
      color: #faa61a;
      line-height: 1.2;
      margin-bottom: 0.35em;
      font-size: 0.875rem;
      display: block; }
      .callout.dates ul .day a {
        color: #41124E;
        text-decoration: none; }
        .callout.dates ul .day a:hover, .callout.dates ul .day a:focus {
          color: #0d0410;
          text-decoration: underline; }
  .callout.connect li {
    margin-bottom: 0.5em; }
    .callout.connect li:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 31.25em) {
      .callout.connect li {
        display: inline-block;
        margin-right: 1em; } }
    @media (min-width: 43.75em) {
      .callout.connect li {
        display: block;
        margin-right: 0; } }
.img-slider {
  position: relative; }
  .img-slider .prev, .img-slider .next {
    background-color: rgba(241, 241, 241, 0.8);
    margin: 0 0.5em;
    padding: 1em 0.25em;
    position: absolute;
    top: 50%; }
    .img-slider .prev:hover, .img-slider .next:hover {
      background-color: #fff;
      cursor: pointer; }
    .img-slider .prev svg, .img-slider .next svg {
      height: 25px;
      width: 25px; }
      .img-slider .prev svg path, .img-slider .next svg path {
        fill: #41124E;
        height: 20px; }
  .img-slider .prev {
    left: 0; }
  .img-slider .next {
    right: 0; }
  .img-slider .fadeSlide {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeSlide;
    animation-name: fadeSlide; }

@-webkit-keyframes fadeSlide {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeSlide {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.callout a {
  color: #41124E;
  text-decoration: none;
  transition: all 0.3s ease-in-out; }
  .callout a:hover, .callout a:focus {
    color: #703585;
    text-decoration: underline; }

.site-header {
  background-color: #41124E;
  background-size: cover;
  padding-bottom: 0.5em;
  padding-top: 0.5em; }
  @media (min-width: 46.875em) {
    .site-header {
      background-color: transparent;
      height: 300px;
      padding-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 25em) {
    .site-header .pressroom-mark {
      display: inline;
      float: left;
      margin-left: 0;
      margin-right: 3.5%;
      width: 48.25%; } }
  @media (min-width: 46.875em) {
    .site-header .pressroom-mark {
      display: inline;
      float: left;
      margin-left: 0;
      margin-right: 3.5%;
      width: 31%; } }
  .site-header .pressroom-mark img {
    margin: 1.5em auto; }

.menu-trigger {
  background-color: #ae486b;
  color: #fff;
  font-size: 1em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media (min-width: 25em) {
    .menu-trigger {
      margin: 1em; } }
@media (min-width: 46.875em) {
  .mobile-navigation {
    display: none; } }

.nav-wrapper {
  margin-top: 0; }
  @media (min-width: 46.875em) {
    .nav-wrapper {
      background: none;
      float: right;
      display: inline;
      float: left;
      margin-left: 0;
      margin-right: 3.5%;
      width: 65.5%;
      margin-right: 0;
      margin-top: 0; } }
.primary-navigation ul li, .primary-navigation ul li:first-of-type, .utility-navigation ul li, .utility-navigation ul li:first-of-type {
  border-color: #838383;
  border-style: dashed; }

.primary-navigation ul li a, .utility-navigation ul li a {
  color: #faa61a; }
  .primary-navigation ul li a:hover, .primary-navigation ul li a:focus, .utility-navigation ul li a:hover, .utility-navigation ul li a:focus {
    border-color: transparent;
    color: #d58d16; }
  @media (min-width: 46.875em) {
    .primary-navigation ul li a, .utility-navigation ul li a {
      border-bottom: 2px solid transparent;
      color: #303030;
      transition: all 0.3s ease-in-out; }
      .primary-navigation ul li a:hover, .primary-navigation ul li a:focus, .utility-navigation ul li a:hover, .utility-navigation ul li a:focus {
        border-color: #faa61a;
        color: #1d1d1d;
        text-decoration: none; } }
  @media (min-width: 46.875em) {
    .primary-navigation ul li a, .utility-navigation ul li a {
      color: #c9c9c9;
      font-weight: 700; }
      .primary-navigation ul li a:hover, .primary-navigation ul li a:active, .primary-navigation ul li a:focus, .utility-navigation ul li a:hover, .utility-navigation ul li a:active, .utility-navigation ul li a:focus {
        color: #c9c9c9; } }
.primary-navigation ul {
  border-top: 1px dashed #838383; }
  @media (min-width: 46.875em) {
    .primary-navigation ul {
      border: 0 none; } }
.utility-navigation ul li {
  text-transform: capitalize; }

.site-search {
  padding: 1em 1em 0.25em 1em; }
  @media (min-width: 25em) {
    .site-search {
      padding-top: 0; } }
  @media (min-width: 46.875em) {
    .site-search {
      padding-right: 0;
      padding-top: 0; } }
  .site-search input {
    background-color: #fff;
    border-radius: 6px;
    color: #707070;
    padding: 0.5em;
    width: 75%; }
    .site-search input::-webkit-input-placeholder {
      color: #707070; }
    .site-search input::-moz-placeholder {
      color: #707070; }
    .site-search input:-ms-input-placeholder {
      color: #707070; }
    @media (min-width: 46.875em) {
      .site-search input {
        padding: 0.3em; } }
button.search-submit {
  background-color: #1e0825;
  border-radius: 4px;
  margin-left: 1%;
  width: 22%; }
  button.search-submit:hover, button.search-submit:focus {
    background-color: #1e0825; }
  @media (min-width: 46.875em) {
    button.search-submit {
      padding-bottom: 0.29em;
      padding-top: 0.29em; }
      button.search-submit:hover, button.search-submit:focus {
        background-color: #0d0410; } }
  button.search-submit .icon-search {
    vertical-align: baseline; }
    button.search-submit .icon-search path {
      fill: #ae486b; }

.show-filters-trigger {
  font-family: 'open-sans', helvetica, arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #41124E;
  color: #fff;
  display: inline-block;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  background-color: #faa61a; }
  .show-filters-trigger:hover, .show-filters-trigger:focus {
    background-color: #703585;
    color: #fff;
    text-decoration: none; }
  .show-filters-trigger:hover, .show-filters-trigger:focus {
    background-color: #d58d16; }
  @media (min-width: 46.875em) {
    .show-filters-trigger {
      display: none; } }
.overflow-wrapper .menu-content-wrapper .filters-wrapper .toggler-trigger {
  color: #faa61a; }
  @media (min-width: 46.875em) {
    .overflow-wrapper .menu-content-wrapper .filters-wrapper .toggler-trigger {
      color: #41124E; } }
  .overflow-wrapper .menu-content-wrapper .filters-wrapper .toggler-trigger path {
    fill: #faa61a; }
    @media (min-width: 46.875em) {
      .overflow-wrapper .menu-content-wrapper .filters-wrapper .toggler-trigger path {
        fill: #41124E; } }
.overflow-wrapper .menu-content-wrapper .filters-wrapper .submit-filters {
  font-family: 'open-sans', helvetica, arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #41124E;
  color: #fff;
  display: inline-block;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  background-color: #faa61a; }
  .overflow-wrapper .menu-content-wrapper .filters-wrapper .submit-filters:hover, .overflow-wrapper .menu-content-wrapper .filters-wrapper .submit-filters:focus {
    background-color: #703585;
    color: #fff;
    text-decoration: none; }
  .overflow-wrapper .menu-content-wrapper .filters-wrapper .submit-filters:hover, .overflow-wrapper .menu-content-wrapper .filters-wrapper .submit-filters:focus {
    background-color: #d58d16; }
  @media (min-width: 46.875em) {
    .overflow-wrapper .menu-content-wrapper .filters-wrapper .submit-filters {
      display: none; } }
.overflow-wrapper .menu-content-wrapper .filters-wrapper .cancel-filters {
  background-color: #1e1e1e;
  color: #fff; }
  .overflow-wrapper .menu-content-wrapper .filters-wrapper .cancel-filters:hover, .overflow-wrapper .menu-content-wrapper .filters-wrapper .cancel-filters:focus {
    background-color: #171717;
    color: #fff; }

.internal .site-header, .home .site-header {
  background-color: #41124E; }
  @media (min-width: 46.875em) {
    .internal .site-header, .home .site-header {
      height: 175px; } }
  .internal .site-header .container, .home .site-header .container {
    *zoom: 1; }
    .internal .site-header .container:after, .home .site-header .container:after {
      clear: both;
      content: '';
      display: table; }

.internal .main-content .header-content, .home .main-content .header-content {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 3.5%;
  width: 100%; }
  @media (min-width: 46.875em) {
    .internal .main-content .header-content, .home .main-content .header-content {
      display: inline;
      float: left;
      margin-left: 0;
      margin-right: 3.5%;
      width: 65.5%; } }
.internal .main-content .download-btn, .home .main-content .download-btn {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 3.5%;
  width: 100%; }
  @media (min-width: 46.875em) {
    .internal .main-content .download-btn, .home .main-content .download-btn {
      display: inline;
      float: left;
      margin-left: 0;
      margin-right: 3.5%;
      width: 22.375%; } }
.internal .content-wrapper, .home .content-wrapper {
  background: #fff; }

.internal .post-media .is-featured, .home .post-media .is-featured {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #303030; }

.internal .post-media img, .home .post-media img {
  margin: auto;
  max-height: 350px; }

@media (min-width: 37.5em) {
  .home .primary-content {
    margin: 0 auto;
    width: 90%; } }

@media (min-width: 46.875em) {
  .home .primary-content {
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 3.5%;
    width: 65.5%;
    float: right;
    margin-bottom: 2em; } }

.home .main-content h1 {
  color: #703585; }

.home .main-content h1, .home .main-content h2 {
  margin-bottom: 1em; }

.home .main-content .recent-posts, .home .main-content .media-grid, .home .main-content .press-kit {
  margin-bottom: 2em; }

.home .main-content .media-grid {
  display: grid;
  grid-gap: 1em; }
  @media (min-width: 43.75em) {
    .home .main-content .media-grid {
      grid-template-columns: 350px 350px; } }
  @media (min-width: 60em) {
    .home .main-content .media-grid {
      grid-template-columns: 325px 325px 325px; } }
  @media (min-width: 68.75em) {
    .home .main-content .media-grid {
      grid-template-columns: 350px 350px 350px; } }
.secondary-content .filters-wrapper h3.title {
  color: #707070;
  font-family: 'open-sans', helvetica, arial, sans-serif;
  font-weight: 400; }

.page-title {
  font-family: 'open-sans', helvetica, arial, sans-serif;
  font-weight: 700;
  color: #faa61a;
  line-height: 1.2;
  margin-bottom: 0.35em;
  font-size: 1.8rem;
  color: #303030;
  padding-bottom: 0.5em; }
  .page-title a {
    color: #41124E;
    text-decoration: none; }
    .page-title a:hover, .page-title a:focus {
      color: #0d0410;
      text-decoration: underline; }

.posts-list .content-wrapper {
  padding-top: 2em; }

@media (min-width: 68.75em) {
  .posts-list .posts-group .post-media .is-featured {
    margin-top: 0; } }

.posts-list .posts-group .post-body h3.post-title a {
  color: #303030; }
  .posts-list .posts-group .post-body h3.post-title a:hover {
    text-decoration: underline; }

.posts-list .posts-group .post-body .post-description {
  margin-bottom: 1em; }

.posts-list .posts-group .post-body .post-tags-group .post-tags li a {
  background-color: #41124E;
  color: #41124E; }
  .posts-list .posts-group .post-body .post-tags-group .post-tags li a:hover {
    background-color: #0d0410;
    color: #fff;
    text-decoration: none; }

.posts-list, .post-detail {
  margin: 1em; }
  .posts-list a, .post-detail a {
    display: block;
    font-size: 1.2em; }
  .posts-list .subdate, .post-detail .subdate {
    color: #707070;
    font-size: 0.85em; }
  .posts-list .content-wrapper, .post-detail .content-wrapper {
    margin-top: 0; }
    @media (min-width: 31.25em) {
      .posts-list .content-wrapper, .post-detail .content-wrapper {
        margin-left: 0;
        padding-left: 0; } }
.post-detail .page-header {
  background: none;
  padding-bottom: 0; }
  @media (min-width: 31.25em) {
    .post-detail .page-header {
      margin-left: 0;
      padding-left: 0; } }
.published-date {
  color: #707070;
  font-style: italic; }

.tags {
  margin-bottom: 1em; }
  .tags .tag-list {
    color: #ae486b;
    font-style: italic; }

.social-footer .title {
  color: #fff; }

.search-results .title a {
  color: #303030; }
  .search-results .title a:hover {
    color: #303030; }

.no-cssgrid .pressroom.home .subnav {
  display: block; }
  .no-cssgrid .pressroom.home .subnav .subnav-item {
    margin-bottom: 1em; }

.pressroom .subnav-one-column {
  display: block; }
  .pressroom .subnav-one-column .subnav-item {
    border: none;
    float: right;
    margin: 0;
    padding: 0; }
    .pressroom .subnav-one-column .subnav-item .subnav-item-title {
      font-weight: normal;
      padding-bottom: 0.15em; }
      .pressroom .subnav-one-column .subnav-item .subnav-item-title a {
        color: #703585;
        font-size: 0.65em; }
        .pressroom .subnav-one-column .subnav-item .subnav-item-title a:hover {
          color: #41124E; }
    .pressroom .subnav-one-column .subnav-item .subnav-publish-date {
      font-family: 'open-sans', helvetica, arial, sans-serif;
      font-weight: 700;
      color: #faa61a;
      line-height: 1.2;
      margin-bottom: 0.35em;
      font-size: 1rem;
      font-family: 'open-sans', helvetica, arial, sans-serif;
      font-weight: 400;
      color: #707070;
      margin-bottom: 1em; }
      .pressroom .subnav-one-column .subnav-item .subnav-publish-date a {
        color: #41124E;
        text-decoration: none; }
        .pressroom .subnav-one-column .subnav-item .subnav-publish-date a:hover, .pressroom .subnav-one-column .subnav-item .subnav-publish-date a:focus {
          color: #0d0410;
          text-decoration: underline; }
    .pressroom .subnav-one-column .subnav-item .subnav-item-body {
      margin: 0; }
    .pressroom .subnav-one-column .subnav-item .subnav-item-media {
      display: none; }
    .pressroom .subnav-one-column .subnav-item .subnav-item-tags {
      display: none; }

.pressroom .secondary-navigation {
  border: none;
  font-weight: normal;
  margin-right: 3em; }
  .pressroom .secondary-navigation h2 {
    font-family: 'open-sans', helvetica, arial, sans-serif;
    font-weight: 700;
    color: #faa61a;
    line-height: 1.2;
    margin-bottom: 0.35em;
    font-size: 1.2rem; }
    .pressroom .secondary-navigation h2 a {
      color: #41124E;
      text-decoration: none; }
      .pressroom .secondary-navigation h2 a:hover, .pressroom .secondary-navigation h2 a:focus {
        color: #0d0410;
        text-decoration: underline; }
  .pressroom .secondary-navigation ul li {
    margin-top: 0.5em;
    padding-top: 0.5em; }
    .pressroom .secondary-navigation ul li a {
      color: #303030;
      margin-left: 0.5em; }
      .pressroom .secondary-navigation ul li a:hover {
        color: #703585; }
  .pressroom .secondary-navigation .is-active ul.third-level.sub-item-group {
    display: block; }
  .pressroom .secondary-navigation ul.third-level.sub-item-group {
    display: none; }

.asset-downloads {
  clear: both; }
  .asset-downloads .download-image {
    height: 150px;
    margin: 1em 0;
    overflow: hidden; }
    @media (min-width: 43.75em) {
      .asset-downloads .download-image {
        display: inline;
        float: left;
        margin-left: 0;
        margin-right: 3.5%;
        width: 22.375%; }
        .asset-downloads .download-image:nth-child(4n+1):nth-of-type(1n) {
          clear: none;
          float: left;
          margin-right: 3.5%; }
          .lt-ie8 .asset-downloads .download-image:nth-child(4n+1):nth-of-type(1n) {
            margin-right: 3.25%; }
        .asset-downloads .download-image:nth-child(4n+1):nth-of-type(3n+3) {
          margin-right: 0;
          float: right; }
        .asset-downloads .download-image:nth-child(4n+1):nth-of-type(3n+4) {
          clear: both; } }
    .asset-downloads .download-image img {
      height: auto;
      width: 100%; }

.no-cssgrid .pressroom.home .posts-group {
  display: block; }
  .no-cssgrid .pressroom.home .posts-group .post {
    margin-bottom: 1em; }

.pressroom .posts-group {
  display: block; }
  .pressroom .posts-group .post {
    padding: 1em; }
    .pressroom .posts-group .post .post-title a {
      color: #703585;
      font-size: 1.15em; }
      .pressroom .posts-group .post .post-title a:hover {
        color: #41124E; }
    .pressroom .posts-group .post .post-subtitle {
      color: #faa61a; }

.pressroom .secondary-navigation {
  border: none;
  font-weight: normal;
  margin-right: 3em; }
  .pressroom .secondary-navigation h2 a {
    font-family: 'open-sans', helvetica, arial, sans-serif;
    font-weight: 700;
    color: #faa61a;
    line-height: 1.2;
    margin-bottom: 0.35em;
    font-size: 1.2rem;
    color: #faa61a; }
    .pressroom .secondary-navigation h2 a a {
      color: #41124E;
      text-decoration: none; }
      .pressroom .secondary-navigation h2 a a:hover, .pressroom .secondary-navigation h2 a a:focus {
        color: #0d0410;
        text-decoration: underline; }
  .pressroom .secondary-navigation .navigation-item-group a {
    color: #707070; }
    .pressroom .secondary-navigation .navigation-item-group a:hover {
      color: #703585;
      text-decoration: none; }
  .pressroom .secondary-navigation .navigation-item-group li.is-active > a {
    font-family: 'open-sans', helvetica, arial, sans-serif;
    font-weight: 700;
    color: #faa61a;
    line-height: 1.2;
    margin-bottom: 0.35em;
    font-size: 1.2rem;
    color: #ae486b; }
    .pressroom .secondary-navigation .navigation-item-group li.is-active > a a {
      color: #41124E;
      text-decoration: none; }
      .pressroom .secondary-navigation .navigation-item-group li.is-active > a a:hover, .pressroom .secondary-navigation .navigation-item-group li.is-active > a a:focus {
        color: #0d0410;
        text-decoration: underline; }
  .pressroom .secondary-navigation .navigation-item-group li ul.third-level li.is-active > a {
    color: #707070;
    font-size: 1em;
    font-weight: bold; }
    .pressroom .secondary-navigation .navigation-item-group li ul.third-level li.is-active > a:hover {
      color: #703585; }
