/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #e1e1e1 inset !important; }

input:focus, textarea:focus, select:focus {
  outline: none; }

.pageContent, .no-results.not-found {
  min-height: calc(100vh - 216px); }

h1 {
  text-align: left;
  font-family: poynter-oldstyle-display, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 52px;
  line-height: 62px;
  letter-spacing: 1.3px;
  color: #000000;
  opacity: 1;
  margin-bottom: 30px; }
  h1.pageTitle {
    padding-top: 60px; }

h2 {
  text-align: left;
  font-family: poynter-oldstyle-display, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
  margin-bottom: 20px; }

h3 {
  text-align: left;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0.85px;
  color: #000000;
  opacity: 1;
  margin-bottom: 10px;
  text-transform: uppercase; }
  h3.white {
    color: white; }
  h3 .phoneHeader {
    text-decoration: none;
    color: black; }

h4 {
  font-family: proxima-nova, sans-serif; }

h1.white, h2.white, h3.white, h4.white, h5.white {
  color: white; }

.sectionHeader {
  text-align: left;
  font: 32px/40px PoynterOSDisp;
  letter-spacing: 0.8px;
  color: black;
  font-weight: 600;
  margin-bottom: 35px; }

img {
  max-width: 100%; }

p {
  text-align: left;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.38px;
  color: #7F7F7F;
  margin-bottom: 24px; }
  p.white {
    color: white; }
    p.white a {
      color: white; }
  p.noMarginBottom {
    margin-bottom: 0; }
  p.subParagraph {
    font-style: italic;
    margin-bottom: 21px;
    margin-top: -10px; }
  p.focusParagraph {
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.5px;
    color: #7F7F7F;
    margin-bottom: 50px; }
    p.focusParagraph a {
      font-family: proxima-nova, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 20px;
      line-height: 32px;
      letter-spacing: 0.5px;
      color: #7F7F70;
      text-decoration: underline;
      cursor: pointer; }

p a, ol a, ul a {
  text-align: left;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.38px;
  color: #7F7F7F;
  text-decoration: underline; }

a.noDecoration {
  text-decoration: none !important; }

.blackTheme {
  background-color: black;
  color: white; }
  .blackTheme h1, .blackTheme h2, .blackTheme h3, .blackTheme h4, .blackTheme h5, .blackTheme p, .blackTheme .sectionHeader, .blackTheme .subTitle {
    color: white; }
  .blackTheme p {
    color: #999999; }

.whiteTheme {
  background-color: white;
  color: black; }
  .whiteTheme h1, .whiteTheme h2, .whiteTheme h3, .whiteTheme h4, .whiteTheme h5, .whiteTheme .sectionHeader, .whiteTheme .subTitle {
    color: black; }
  .whiteTheme p {
    color: #7F7F7F; }

.uppercase {
  text-transform: uppercase; }

.notes {
  font-size: 11px;
  font-style: italic; }

.subTitle {
  text-align: left;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.7px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 7px; }
  .subTitle.paddingTop {
    padding-top: 60px; }

.megaHeroImage {
  width: 100%;
  height: 370px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }

.detailHeroWrapper {
  position: relative; }
  .detailHeroWrapper .eventBanner {
    position: absolute;
    top: -1.2%;
    right: -1.8%;
    margin-bottom: 0;
    width: 36%; }

.detailHero {
  width: 100%;
  margin-bottom: 37px; }

.detailHeroMobile, .detailHeroMobileWrapper {
  display: none; }

.sidePanel {
  padding: 37px 0 0; }
  .sidePanel h2 {
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 1.1px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 0 20px; }
  .sidePanel p {
    color: black;
    padding: 0 20px; }
  .sidePanel a {
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.7px;
    color: #FFFFFF;
    text-transform: uppercase;
    width: calc(100% - 32px);
    display: block;
    text-align: center;
    padding: 16px;
    text-decoration: none; }
  .sidePanel.marginTop {
    margin-top: 60px; }

.detailInfo {
  display: flex;
  justify-content: space-between; }
  .detailInfo .infoColumn {
    width: calc(50% - 15px); }
    .detailInfo .infoColumn.fullWidth {
      width: 100%;
      margin-right: 0; }
    .detailInfo .infoColumn.smallMarginBottom .infoItem {
      margin-bottom: 24px; }
    .detailInfo .infoColumn .infoItem {
      margin-bottom: 36px;
      display: flex;
      align-items: flex-start; }
      .detailInfo .infoColumn .infoItem img {
        margin-right: 9.75px; }
      .detailInfo .infoColumn .infoItem .info h3 {
        margin-bottom: 3px; }
      .detailInfo .infoColumn .infoItem .info .subInfo, .detailInfo .infoColumn .infoItem .info .subInfo a {
        text-align: left;
        text-decoration: none;
        font-family: proxima-nova, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 15px;
        line-height: 23px;
        letter-spacing: 0.38px;
        color: #7F7F7F; }
      .detailInfo .infoColumn .infoItem .info #viewDirections {
        cursor: pointer; }

.info h3 {
  margin-bottom: 3px; }

.info .subInfo, .info .subInfo a {
  text-align: left;
  text-decoration: none;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.38px;
  color: #7F7F7F; }

.donationHeader {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  .donationHeader .subDonationHeader {
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    color: #7F7F7F;
    margin-left: 15px; }

.flexlist {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start; }
  .flexlist li {
    text-align: left;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.38px;
    color: #7F7F7F;
    width: calc(50% - 14px); }
    .flexlist li a {
      cursor: pointer; }

.donatorsList {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap; }
  .donatorsList .donator {
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    color: #7F7F7F;
    width: calc((100% / 3) - 15px);
    margin-right: 14px; }
    .donatorsList .donator .donatorName {
      color: white; }
    .donatorsList .donator .donatorSub {
      font-size: 16px;
      line-height: 20px; }

.horizontalLine {
  border: 1px solid #000000;
  width: 100%;
  opacity: 0.2;
  margin: 40px 0; }
  .horizontalLine.white {
    border: 1px solid white; }

.smallHorizontalLine {
  border: 1px solid #000000;
  width: 69px;
  opacity: 0.2;
  margin: 12px 0;
  margin-left: auto;
  margin-right: auto; }
  .smallHorizontalLine.white {
    border: 1px solid white; }

.detailsButtonsWrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 39px; }
  .detailsButtonsWrapper.marginBottom {
    margin-bottom: 64px; }
  .detailsButtonsWrapper.smallMarginBottom {
    margin-bottom: 40px; }
  .detailsButtonsWrapper .button {
    padding: 16px 0;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    text-decoration: none;
    width: calc(50% - 15px);
    text-align: center;
    background-color: black;
    color: white;
    cursor: pointer; }
    .detailsButtonsWrapper .button.white {
      background-color: white;
      color: black; }
    .detailsButtonsWrapper .button.gray {
      background-color: #262626;
      color: white; }
    .detailsButtonsWrapper .button.fixedWidth {
      max-width: 350px; }
    .detailsButtonsWrapper .button.fullWidth {
      width: 100%; }
    .detailsButtonsWrapper .button.inactive {
      cursor: not-allowed;
      background-color: #C0C0C0; }

.maxContentWidth {
  width: calc(100% - 200px);
  padding: 0 100px;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto; }

.pageContent .flexbox {
  display: flex;
  justify-content: space-between; }
  .pageContent .flexbox.verticalCenter {
    align-items: center; }
  .pageContent .flexbox.flex-align-end {
    align-items: flex-end; }
  .pageContent .flexbox.flex-justify-start {
    justify-content: flex-start; }
  .pageContent .flexbox.flex-wrap {
    flex-wrap: wrap; }
  .pageContent .flexbox.flex-space-between {
    justify-content: space-between; }

.pageContent .leftColumn {
  width: calc((100% * 2 / 3 ) - 30px);
  margin-right: 69px; }

.pageContent .rightColumn {
  width: calc(100% / 3); }

.pageContent .sponsorBelowEvents {
  display: none; }

.pageContent .column-50 {
  width: calc(100% / 2 - 30px); }

.pageContent .column-33 {
  width: calc(100% / 3 - 15px);
  margin-bottom: 20px;
  color: #999999; }
  .pageContent .column-33.minWidth {
    min-width: 320px; }

.pageContent .column-66 {
  width: calc(100% * (2/3) - 15px);
  margin-bottom: 20px; }
  .pageContent .column-66.minWidth {
    min-width: 640px; }

.pageContent .columnFullWidth {
  width: 100%; }

.pageContent .flexbox.flipped .leftColumn {
  margin-right: 0; }

.pageContent .flexbox.flipped .rightColumn {
  margin-right: 30px; }

.pageContent .flexbox.whiteTheme {
  background-color: white; }

.numberedFlex {
  display: flex;
  align-items: flex-start; }
  .numberedFlex .number {
    margin-top: 7px; }
  .numberedFlex .numberedContent {
    width: calc(100% - 41px);
    margin-left: 10px; }

.itemsWrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .itemsWrap .item {
    width: calc(100% / 3 - 30px);
    margin-bottom: 41px;
    margin-right: 45px;
    text-decoration: none;
    position: relative; }
    .itemsWrap .item .eventImageWrapper {
      position: relative; }
      .itemsWrap .item .eventImageWrapper .shortDescription {
        position: absolute;
        color: white;
        background-color: black;
        top: 40px;
        left: 20px;
        width: calc(100% - 100px);
        height: calc(100% - 117px);
        font-family: poynter-oldstyle-display, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 30px;
        line-height: 40px;
        padding: 30px;
        opacity: 0;
        transition: all 0.2s;
        overflow: hidden; }
    .itemsWrap .item:hover .shortDescription {
      opacity: 1;
      top: 20px; }
    .itemsWrap .item .eventBanner {
      position: absolute;
      top: -5px;
      right: -5px;
      margin-bottom: 0;
      width: 36%; }
    .itemsWrap .item:nth-child(3n+3) {
      margin-right: 0; }
    .itemsWrap .item img {
      width: 100%;
      margin-bottom: 17px; }
    .itemsWrap .item .itemContent .itemSubHeader {
      letter-spacing: 0.7px;
      color: #FFFFFF;
      font-family: trade-gothic-next-condensed, sans-serif;
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 8px; }
    .itemsWrap .item .itemContent .itemHeader {
      color: #FFFFFF;
      font-family: proxima-nova, sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 18px;
      line-height: 22px; }
      .itemsWrap .item .itemContent .itemHeader.black {
        color: black; }
    .itemsWrap .item .itemContent .sectionHeader {
      margin-top: 28px;
      margin-bottom: 5px; }
    .itemsWrap .item .relativeItem {
      position: relative;
      display: block; }
      .itemsWrap .item .relativeItem .absoluteItemOverlay {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: calc(100% - 20px);
        background-color: rgba(0, 0, 0, 0.7); }
      .itemsWrap .item .relativeItem .absoluteContent {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 75%;
        text-align: center; }
        .itemsWrap .item .relativeItem .absoluteContent .subTitle, .itemsWrap .item .relativeItem .absoluteContent h2 {
          text-align: center;
          margin-bottom: 0; }

.ctaLink {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
  margin-bottom: 15px;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase; }
  .ctaLink img {
    width: 25px !important;
    margin-right: 12px;
    margin-bottom: 0 !important; }
  .ctaLink.black {
    color: black; }

.sectionPaddingTop {
  padding-top: 60px; }

.sectionPaddingBottom {
  padding-bottom: 60px; }

.sectionPaddingRight {
  padding-right: 60px; }

.noMarginBottom {
  margin-bottom: 0 !important; }

.noMarginTop {
  margin-top: 0 !important; }

.italic {
  font-style: italic; }

.overflowHidden {
  overflow: hidden; }

.positionRelative {
  position: relative; }

ul.bulletList {
  list-style-type: disc;
  text-align: left;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.38px;
  color: #7F7F7F;
  margin-bottom: 40px;
  padding-left: 17px; }
  ul.bulletList li a {
    cursor: pointer; }

ol.bulletList {
  text-align: left;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.38px;
  color: #7F7F7F;
  margin-bottom: 40px;
  padding-left: 17px; }
  ol.bulletList li a {
    cursor: pointer; }

ul.flexList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  ul.flexList li {
    width: calc(50% - 20px); }
    ul.flexList li a {
      cursor: pointer; }

.no-decoration {
  text-decoration: none; }

.fullWidth {
  width: 100%; }

.anchorOffset:before {
  content: '';
  display: block;
  position: relative;
  width: 0;
  height: 100px;
  margin-top: -100px; }

.bottomSection {
  padding: 90px 0 60px; }
  .bottomSection .bottomHeader {
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #7F7F7F;
    letter-spacing: 0.5px;
    margin-bottom: 42px; }
  .bottomSection .bottomSubHeader {
    margin-bottom: 8px;
    text-transform: none; }
  .bottomSection .bottomLink {
    margin-bottom: 40px;
    text-decoration: none; }

.faqLinks p a {
  text-decoration: none;
  color: black;
  position: relative; }
  .faqLinks p a:hover:after {
    content: " ";
    width: 11px;
    height: 11px;
    background-image: url(/wp-content/themes/dayton-live/img/arrow-right.svg);
    position: absolute;
    background-repeat: no-repeat;
    left: -18px;
    background-size: 100%;
    top: 50%;
    transform: translateY(-50%) rotate(180deg); }

.supportLogos {
  margin-bottom: 60px;
  margin-top: 34px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .supportLogos .supportLogo {
    margin-bottom: 20px; }
    .supportLogos .supportLogo:nth-child(2) {
      margin: 0 30px 20px; }

#hiddenFilter {
  display: none; }

html {
  margin-top: 0 !important; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .itemsWrap .item {
    width: calc(100% / 3 - 31px); }
  #eventLanding .filterDropDowns .filterDropDown::-ms-expand {
    display: none; } }

@supports (-ms-ime-align: auto) {
  /* EDGE */
  .itemsWrap .item {
    width: calc(100% / 3 - 31px); } }

.admin-bar .navWrapper {
  top: 32px; }

.admin-bar .navBuffer {
  height: 85px; }

.navBuffer {
  width: 100%;
  height: 85px; }

.navWrapper {
  background-color: white;
  border-bottom: 1px solid black;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0; }
  .navWrapper *, .navWrapper :after, .navWrapper :before {
    -webkit-box-sizing: initial;
    box-sizing: initial; }
  .navWrapper ul {
    margin-bottom: 0; }
  .navWrapper .nav {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .navWrapper .nav .mobileNavMenu {
      display: none; }
    .navWrapper .nav ul {
      list-style: none; }
    .navWrapper .nav .navContent {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      .navWrapper .nav .navContent .navSubLinks {
        display: flex;
        align-items: center;
        margin-bottom: 2px; }
        .navWrapper .nav .navContent .navSubLinks #searchIcon {
          margin: 0 15px;
          cursor: pointer; }
        .navWrapper .nav .navContent .navSubLinks #searchWrapper {
          display: none;
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1; }
          .navWrapper .nav .navContent .navSubLinks #searchWrapper .searchOverlay {
            position: fixed;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.9);
            width: 100%;
            height: 100%; }
        .navWrapper .nav .navContent .navSubLinks form {
          position: fixed;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 60%;
          display: flex;
          justify-content: center; }
          .navWrapper .nav .navContent .navSubLinks form input.search-field {
            -webkit-appearance: none;
            background-color: #e1e1e1;
            color: black;
            height: 50px;
            width: calc(100% - 50px);
            border: none;
            padding: 0 15px;
            letter-spacing: 0.7px;
            font-family: trade-gothic-next-condensed, sans-serif;
            font-weight: 700;
            font-style: normal;
            text-transform: uppercase;
            font-size: 18px;
            line-height: 22px;
            -webkit-border-radius: 0;
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none; }
            .navWrapper .nav .navContent .navSubLinks form input.search-field:focus {
              outline: none; }
          .navWrapper .nav .navContent .navSubLinks form input.search-submit {
            background-color: #e1e1e1;
            color: transparent;
            height: 50px;
            border: none;
            background-image: url(/wp-content/themes/dayton-live/img/search-black.svg);
            background-repeat: no-repeat;
            background-position: center;
            cursor: pointer;
            padding: 1px 7px 2px 7px;
            width: 50px; }
            .navWrapper .nav .navContent .navSubLinks form input.search-submit:focus {
              outline: none; }
          .navWrapper .nav .navContent .navSubLinks form input[type="search"]::-webkit-search-decoration,
          .navWrapper .nav .navContent .navSubLinks form input[type="search"]::-webkit-search-cancel-button,
          .navWrapper .nav .navContent .navSubLinks form input[type="search"]::-webkit-search-results-button,
          .navWrapper .nav .navContent .navSubLinks form input[type="search"]::-webkit-search-results-decoration {
            -webkit-appearance: none; }
          .navWrapper .nav .navContent .navSubLinks form input:-webkit-autofill,
          .navWrapper .nav .navContent .navSubLinks form input:-webkit-autofill:hover,
          .navWrapper .nav .navContent .navSubLinks form input:-webkit-autofill:focus,
          .navWrapper .nav .navContent .navSubLinks form input:-webkit-autofill:active {
            -webkit-box-shadow: 0 0 0 30px #e1e1e1 inset !important; }
          .navWrapper .nav .navContent .navSubLinks form input:focus, .navWrapper .nav .navContent .navSubLinks form textarea:focus, .navWrapper .nav .navContent .navSubLinks form select:focus {
            outline: none; }
        .navWrapper .nav .navContent .navSubLinks a {
          text-align: left;
          color: #000000;
          text-transform: uppercase;
          text-decoration: none;
          font-family: trade-gothic-next-condensed, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 14px;
          line-height: 18px;
          padding: 8px 19px 9px;
          display: inline-block; }
          .navWrapper .nav .navContent .navSubLinks a.donateNav {
            color: white; }
            .navWrapper .nav .navContent .navSubLinks a.donateNav:hover {
              background-color: black !important; }
          .navWrapper .nav .navContent .navSubLinks a.shoppingCart {
            padding: 0 !important; }
          .navWrapper .nav .navContent .navSubLinks a.profile {
            padding: 0 !important;
            margin-right: 15px; }
      .navWrapper .nav .navContent .navMainLinks {
        display: flex;
        align-items: center; }
        .navWrapper .nav .navContent .navMainLinks .navList {
          display: flex; }
          .navWrapper .nav .navContent .navMainLinks .navList li {
            position: relative; }
            .navWrapper .nav .navContent .navMainLinks .navList li .navDropDown {
              position: absolute;
              top: 100%;
              left: 50%;
              transform: translateX(-50%);
              z-index: 1;
              display: none; }
              .navWrapper .nav .navContent .navMainLinks .navList li .navDropDown:hover {
                display: block; }
              .navWrapper .nav .navContent .navMainLinks .navList li .navDropDown ul {
                min-width: 225px;
                text-align: center; }
                .navWrapper .nav .navContent .navMainLinks .navList li .navDropDown ul li {
                  border-bottom: 2px solid black; }
                  .navWrapper .nav .navContent .navMainLinks .navList li .navDropDown ul li a {
                    color: white;
                    font-size: 15px;
                    line-height: 19px;
                    padding: 15px 15px 14px;
                    width: calc(100% - 30px);
                    text-align: center;
                    background-color: #222222; }
                    .navWrapper .nav .navContent .navMainLinks .navList li .navDropDown ul li a::after {
                      display: none; }
                  .navWrapper .nav .navContent .navMainLinks .navList li .navDropDown ul li:last-child {
                    border-bottom: none;
                    padding-bottom: 0;
                    margin-bottom: 0; }
            .navWrapper .nav .navContent .navMainLinks .navList li:hover .navDropDown {
              display: block; }
            .navWrapper .nav .navContent .navMainLinks .navList li:hover a {
              background-color: #000000;
              color: white; }
              .navWrapper .nav .navContent .navMainLinks .navList li:hover a::after {
                border-top: 4px solid white; }
            .navWrapper .nav .navContent .navMainLinks .navList li.mobileFooterNavItem {
              display: none; }
          .navWrapper .nav .navContent .navMainLinks .navList a {
            text-align: left;
            color: #000000;
            text-decoration: none;
            font-family: trade-gothic-next-condensed, sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 17px;
            line-height: 21px;
            letter-spacing: 0.85px;
            text-transform: uppercase;
            position: relative;
            padding: 12px 11px 15px 14px;
            display: inline-block; }
            .navWrapper .nav .navContent .navMainLinks .navList a::after {
              display: none;
              content: '';
              position: absolute;
              right: 15px;
              top: calc(50%);
              width: 0;
              height: 0;
              border-left: 3px solid transparent;
              border-right: 4px solid transparent;
              border-top: 4px solid black;
              clear: both; }
        .navWrapper .nav .navContent .navMainLinks .navIconLinks #navSearch {
          margin-right: 20px; }
  .navWrapper .mobileNavOverlay {
    width: 100vw;
    height: 100vh;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    top: 69px;
    left: 0;
    display: none; }

@media (min-width: 1201px) {
  .navWrapper .nav .navContent .navMainLinks .navList li .navDropDown ul {
    display: block !important; }
  .navWrapper .nav .navContent .navMainLinks .navList li.tertiary .navDropDown ul {
    display: none !important; }
  .navWrapper .nav .navContent .navMainLinks .navList li.mobileNavBack {
    display: none; }
  .navWrapper .nav .navContent .navMainLinks .navList li.tertiary .menu-image-hover-wrapper {
    display: none; }
  .navWrapper .mobileNavOverlay {
    display: none !important; } }

@media (max-width: 1200px) {
  html[lang="en-US"] {
    margin-top: 0 !important; }
  #wpadminbar {
    display: none; }
  .admin-bar .navWrapper {
    top: 0; }
  #menu-main-nav {
    overflow-y: scroll;
    overflow-x: hidden; }
    #menu-main-nav.initialOverflow {
      overflow: initial; }
  .navWrapper .mobileHide {
    display: none !important; }
  .admin-bar .navBuffer, .navBuffer {
    height: 69px; }
  .navWrapper .nav .navContent .navMainLinks .navList li {
    position: initial; }
  .navWrapper .nav .navContent .navSubLinks a.shoppingCart {
    margin-right: 15px; }
  .navWrapper .nav .navContent {
    position: fixed;
    top: 0;
    right: -305px;
    background-color: black;
    width: 305px;
    height: 100%; }
  .navWrapper .nav .navContent .navMainLinks {
    position: absolute;
    left: 0;
    width: 100%;
    top: 69px;
    height: calc(100% - 69px);
    overflow: hidden; }
  .navWrapper .nav .navContent .navMainLinks .navList li .navDropDown ul li:last-child {
    border-bottom: 100px black solid; }
  .navWrapper .nav .navContent .navMainLinks .navList li.mobileFooterNavItem {
    display: block; }
    .navWrapper .nav .navContent .navMainLinks .navList li.mobileFooterNavItem a {
      letter-spacing: 0.7px;
      color: #999999;
      font-size: 14px;
      line-height: 18px; }
    .navWrapper .nav .navContent .navMainLinks .navList li.mobileFooterNavItem.mobileLineAbove a {
      padding-top: 26px;
      border-top: 1px solid #999999;
      padding-left: 0;
      margin-left: 14px;
      margin-top: 15px; }
    .navWrapper .nav .navContent .navMainLinks .navList li.mobileFooterNavItem.mobileLineBelow a {
      padding-bottom: 26px;
      border-bottom: 1px solid #999999;
      padding-left: 0;
      margin-left: 14px;
      margin-bottom: 15px; }
    .navWrapper .nav .navContent .navMainLinks .navList li.mobileFooterNavItem.mobileFooterDonate a {
      color: #40C0C0; }
  .navWrapper .nav .navContent .navSubLinks {
    background-color: white;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 0;
    justify-content: flex-end; }
  .navWrapper .nav .logo {
    padding: 20px 25px 16px; }
  .navWrapper .nav .mobileNavMenu {
    display: block;
    cursor: pointer;
    padding: 26px 25px 28px;
    z-index: 10; }
    .navWrapper .nav .mobileNavMenu .mobileNavMenuClose {
      display: none; }
    .navWrapper .nav .mobileNavMenu.open .mobileNavMenuIcon {
      display: none; }
    .navWrapper .nav .mobileNavMenu.open .mobileNavMenuClose {
      display: block;
      min-width: 16px; }
  .navWrapper .nav .navContent .navMainLinks .navList li .navDropDown ul li a {
    text-align: left; }
  .navWrapper .nav .navContent .navMainLinks .navList li .navDropDown ul li.mobileNavBack a {
    text-align: center; }
  .navWrapper .nav .navContent .navMainLinks .navList {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%; }
  .navWrapper .nav .navContent .navMainLinks .navList a {
    color: white;
    width: calc(100% - 45px); }
  .navWrapper .nav .navContent .navMainLinks .navList a::after,
  .navWrapper .nav .navContent .navMainLinks .navList li:hover a::after {
    content: '';
    position: absolute;
    right: 15px;
    top: calc(50%);
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid white;
    clear: both; }
  .navWrapper .nav .navContent .navMainLinks .navList li .navDropDown {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%; }
  .navWrapper .nav .navContent .navMainLinks .navList li .navDropDown ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    overflow-y: scroll;
    max-height: calc(100vh - 60px); }
  .navWrapper .nav .navContent .navMainLinks .navList li.allowOverflow ul {
    overflow-y: initial; }
  .navWrapper .nav .navContent .navMainLinks .navList li.tertiary .navDropDown ul {
    overflow-y: scroll;
    max-height: calc(100vh - 60px); }
  .admin-bar .navWrapper .nav .navContent .navMainLinks .navList li.tertiary .navDropDown ul {
    height: calc(100vh - 60px); }
  .menu-image-hover-wrapper img.hovered-image {
    opacity: 1;
    position: absolute;
    right: 0;
    padding: 21px 21px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg); }
  .mobileNavBack .menu-image-hover-wrapper img.hovered-image {
    right: inherit;
    left: 0;
    transform: translateY(-50%) rotate(90deg); }
  .menu-item img.menu-image {
    display: none; } }

@media all and (max-width: 1200px) and (-ms-high-contrast: none) {
  .navWrapper .nav .mobileNavMenu {
    margin-left: auto; } }

@media (max-width: 768px) {
  .navWrapper .nav .logo.open {
    opacity: 0;
    pointer-events: none;
    padding: 0; } }

#eventLanding #eventCalendar {
  display: none;
  padding-bottom: 88px; }

#eventLanding .eventCarouselMaxWidth {
  width: calc(100% - 200px);
  max-width: 1241px;
  margin-left: auto;
  margin-right: auto; }

#eventLanding .eventTabsHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  #eventLanding .eventTabsHeader h2 {
    padding-bottom: 23.5px;
    margin-bottom: 0; }
  #eventLanding .eventTabsHeader .eventTabs {
    display: flex;
    align-items: center;
    margin-bottom: 29.25px; }
    #eventLanding .eventTabsHeader .eventTabs .eventTab {
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: trade-gothic-next-condensed, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.7px;
      color: #FFFFFF;
      text-transform: uppercase;
      cursor: pointer;
      opacity: 0.4; }
      #eventLanding .eventTabsHeader .eventTabs .eventTab img {
        margin-right: 13px; }
      #eventLanding .eventTabsHeader .eventTabs .eventTab#eventListTab {
        margin-right: 30px; }
      #eventLanding .eventTabsHeader .eventTabs .eventTab.active {
        opacity: 1; }

#eventLanding .filterLabel {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.7px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 12px; }

#eventLanding .filterDropDowns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px; }
  #eventLanding .filterDropDowns .filterDropDownItem {
    width: calc(25% - 35px); }
  #eventLanding .filterDropDowns .filterDropDown {
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 1;
    background-color: #222222;
    -webkit-appearance: none;
    border: none;
    padding: 16px 20px 16px 15px;
    border-radius: 0;
    width: 100%;
    background-image: url("/wp-content/themes/dayton-live/img/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) 50%;
    cursor: pointer; }

#eventLanding .eventsListWrapper {
  min-height: 473px;
  padding-bottom: 50px; }
  #eventLanding .eventsListWrapper #eventsList a {
    text-decoration: none; }
    #eventLanding .eventsListWrapper #eventsList a.item {
      position: relative; }
      #eventLanding .eventsListWrapper #eventsList a.item .eventImageWrapper {
        position: relative; }
        #eventLanding .eventsListWrapper #eventsList a.item .eventImageWrapper .shortDescription {
          position: absolute;
          color: white;
          background-color: black;
          top: 40px;
          left: 20px;
          width: calc(100% - 100px);
          height: calc(100% - 117px);
          font-family: poynter-oldstyle-display, serif;
          font-weight: 700;
          font-style: normal;
          font-size: 30px;
          line-height: 40px;
          padding: 30px;
          opacity: 0;
          transition: all 0.2s;
          overflow: hidden; }
      #eventLanding .eventsListWrapper #eventsList a.item:hover .shortDescription {
        opacity: 1;
        top: 20px; }
      #eventLanding .eventsListWrapper #eventsList a.item .eventBanner {
        position: absolute;
        top: -5px;
        right: -5px;
        margin-bottom: 0;
        width: 36%; }
  #eventLanding .eventsListWrapper #noResults {
    font: 13px/16px Proxima Nova;
    font-weight: 600;
    letter-spacing: 1.3px;
    color: #FFFFFF; }
  #eventLanding .eventsListWrapper .lds-ring {
    margin-left: auto;
    margin-right: auto;
    transform: none;
    top: initial;
    left: initial;
    display: block;
    position: initial;
    display: none; }

#eventLanding #eventCalendar .calendarControls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px; }
  #eventLanding #eventCalendar .calendarControls .calendarHeader {
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.85px;
    color: #FFFFFF;
    margin: 0 40px;
    width: 140px;
    text-align: center;
    text-transform: uppercase; }
  #eventLanding #eventCalendar .calendarControls svg {
    width: 21px;
    cursor: pointer;
    transition: all 0.2s; }
    #eventLanding #eventCalendar .calendarControls svg.inactive {
      opacity: 0.4;
      cursor: not-allowed; }
      #eventLanding #eventCalendar .calendarControls svg.inactive:hover {
        padding-right: 0 !important;
        margin-left: 0 !important; }
        #eventLanding #eventCalendar .calendarControls svg.inactive:hover path {
          stroke: white !important; }
    #eventLanding #eventCalendar .calendarControls svg#nextMonth {
      transform: rotate(180deg); }
      #eventLanding #eventCalendar .calendarControls svg#nextMonth:hover {
        padding-right: 10px;
        margin-right: -10px; }
    #eventLanding #eventCalendar .calendarControls svg#prevMonth:hover {
      padding-right: 10px;
      margin-left: -10px; }

#eventLanding #eventCalendar .calendarDays {
  display: flex;
  justify-content: space-between;
  border: 1px solid #FFFFFF4D;
  padding: 18px 0 15px; }
  #eventLanding #eventCalendar .calendarDays .calendarDay {
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.7px;
    color: #FFFFFF;
    text-transform: uppercase;
    width: calc(100% / 7);
    text-align: center; }

#eventLanding #eventCalendar .calendarWrapper {
  position: relative; }
  #eventLanding #eventCalendar .calendarWrapper #calendarLoader {
    display: none; }

#eventLanding #eventCalendar .month {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-left: 1px solid #FFFFFF4D;
  width: 100%; }
  #eventLanding #eventCalendar .month .calendarItem {
    width: calc(100% / 7 - 39px);
    min-height: 60px;
    background-color: white;
    color: black;
    padding: 17px 19px 31px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    #eventLanding #eventCalendar .month .calendarItem .horizontalLine {
      margin: 16px 0 18px;
      width: calc(100% - 2px); }
    #eventLanding #eventCalendar .month .calendarItem.noItem {
      background-color: #F0F0F0;
      color: black;
      border-right: 1px solid rgba(0, 0, 0, 0.2);
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    #eventLanding #eventCalendar .month .calendarItem.inactive {
      background-color: #F0F0F0;
      color: white;
      border-right: 1px solid rgba(0, 0, 0, 0.2);
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    #eventLanding #eventCalendar .month .calendarItem.isToday {
      border: 3px solid #EE3124;
      width: calc(100% / 7 - 44px); }
    #eventLanding #eventCalendar .month .calendarItem .calendarNumber {
      font-family: proxima-nova, sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 28px; }
    #eventLanding #eventCalendar .month .calendarItem .calendarItemLink {
      text-decoration: none; }
    #eventLanding #eventCalendar .month .calendarItem .calendarItemHeader {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.3px;
      margin-bottom: 5px;
      color: black;
      text-decoration: none; }
    #eventLanding #eventCalendar .month .calendarItem .calendarItemSub {
      font-family: proxima-nova, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.3px;
      color: #7F7F7F; }

@media (max-width: 1000px) {
  #eventLanding #eventCalendar .calendarDays {
    display: none; }
  #eventLanding #eventCalendar .month .calendarItem {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 17px 19px 17px; }
  #eventLanding #eventCalendar .month .calendarItem.isToday {
    width: 100%; }
  #eventLanding #eventCalendar .month .calendarItem.inactive {
    display: none; } }

@media (max-width: 768px) {
  #eventLanding {
    padding-top: 25px; }
  #eventLanding .eventCarouselMaxWidth {
    width: calc(100% - 60px); }
  #eventLanding .eventTabsHeader {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 34px; }
  #eventLanding .filterDropDowns {
    margin-bottom: 34px;
    flex-direction: column; }
  #eventLanding .filterDropDowns .filterDropDownItem {
    width: 100%;
    margin-bottom: 20px; }
  #eventLanding .eventsListWrapper #eventsList a.item .eventImageWrapper .shortDescription {
    display: none; } }

#eventDetail .detailInfo .imageHeader {
  display: flex;
  align-items: center; }
  #eventDetail .detailInfo .imageHeader img {
    margin-right: 10px; }

#eventDetail .subheader {
  margin-bottom: 20px;
  opacity: 0.4; }

#eventDetail .sponsorsImage {
  margin-bottom: 30px;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

#eventDetail .sponsorsTitle {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: black;
  margin-bottom: 10px; }

#eventDetail .sponsor {
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.38px;
  color: #7F7F7F; }
  #eventDetail .sponsor.bottomMargin {
    margin-bottom: 27px; }

#eventDetail .showtimes {
  padding-bottom: 60px; }
  #eventDetail .showtimes .showtimeHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px; }
    #eventDetail .showtimes .showtimeHeader .showtimeHeaderItem {
      width: 25%;
      text-align: left;
      font-family: trade-gothic-next-condensed, sans-serif;
      font-weight: 700;
      font-style: normal;
      letter-spacing: 0.7px;
      text-transform: uppercase; }
  #eventDetail .showtimes .showtimeRows .showtimeRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px; }
    #eventDetail .showtimes .showtimeRows .showtimeRow:nth-child(odd) {
      background-color: #F2F2F2; }
    #eventDetail .showtimes .showtimeRows .showtimeRow .showtimeCellMobile {
      display: none; }
    #eventDetail .showtimes .showtimeRows .showtimeRow .showtimeSubMobile {
      font-family: proxima-nova, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 15px;
      line-height: 23px;
      letter-spacing: 0.38px;
      color: #7F7F7F; }
    #eventDetail .showtimes .showtimeRows .showtimeRow .showtimeMainMobile {
      text-align: left;
      color: #000000;
      opacity: 1;
      font-family: proxima-nova, sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 18px;
      line-height: 22px; }
    #eventDetail .showtimes .showtimeRows .showtimeRow .showtimeCell {
      text-align: left;
      color: #000000;
      opacity: 1;
      width: 25%;
      font-family: proxima-nova, sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 18px;
      line-height: 22px; }
      #eventDetail .showtimes .showtimeRows .showtimeRow .showtimeCell.textRight {
        text-align: right; }
      #eventDetail .showtimes .showtimeRows .showtimeRow .showtimeCell .buyTickets {
        text-align: left;
        font-family: trade-gothic-next-condensed, sans-serif;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0.7px;
        color: #ffffff;
        text-transform: uppercase;
        opacity: 1;
        background-color: black;
        border: none;
        display: inline-block;
        padding: 10px 30px 12px;
        text-decoration: none; }
        #eventDetail .showtimes .showtimeRows .showtimeRow .showtimeCell .buyTickets.inactive {
          cursor: not-allowed;
          background-color: #C0C0C0 !important; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  #eventLanding #eventCalendar .month .calendarItem {
    width: calc(100% /7 - 40px); }
  #eventLanding #eventCalendar .month .calendarItem.isToday {
    border: 2.5px solid #EE3124; } }

@supports (-ms-ime-align: auto) {
  /* EDGE */
  #eventLanding #eventCalendar .month .calendarItem {
    width: calc(100% /7 - 40px); }
  #eventLanding #eventCalendar .month .calendarItem.isToday {
    border: 2.5px solid #EE3124; } }

@media (max-width: 768px) {
  #eventDetail .showtimes .showtimeHeader {
    display: none; }
  #eventDetail .showtimes .showtimeRows .showtimeRow .showtimeCellMobile {
    display: block;
    width: 50%; }
  #eventDetail .showtimes .showtimeRows .showtimeRow .showtimeCell.textRight {
    width: 155px; } }

@media (max-width: 400px) {
  #eventDetail .showtimes .showtimeRows .showtimeRow {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
  #eventDetail .showtimes .showtimeRows .showtimeRow .showtimeCellMobile {
    width: 100%; }
  #eventDetail .showtimes .showtimeRows .showtimeRow .showtimeCell.textRight {
    width: 100%;
    text-align: left;
    margin-top: 20px; }
  #eventDetail .showtimes .showtimeRows .showtimeRow .showtimeCell .buyTickets {
    width: calc(100% - 60px);
    text-align: center; } }

.calloutsWrapper {
  background-color: #000000; }
  .calloutsWrapper h2 {
    color: white;
    padding: 80px 0 40px; }
  .calloutsWrapper .callouts {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .calloutsWrapper .callouts .calloutItem {
      width: calc(100% / 3 - 36px);
      text-decoration: none; }
      .calloutsWrapper .callouts .calloutItem img {
        width: 100%; }
      .calloutsWrapper .callouts .calloutItem .calloutSubheader {
        text-align: left;
        font-family: trade-gothic-next-condensed, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
        letter-spacing: 0.7px;
        color: #FFFFFF;
        margin: 17px 0 8px; }
      .calloutsWrapper .callouts .calloutItem .calloutHeader {
        text-align: left;
        font-family: proxima-nova, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0;
        color: #FFFFFF;
        opacity: 1;
        margin-bottom: 50px; }

.carouselWrapper {
  position: relative;
  margin-bottom: 27px; }
  .carouselWrapper .carousel {
    width: 100%;
    overflow: hidden; }
    .carouselWrapper .carousel .carouselItems {
      display: flex; }
      .carouselWrapper .carousel .carouselItems .carouselItem {
        width: 100%;
        margin-bottom: 30px;
        text-align: center; }
  .carouselWrapper .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.2s; }
    .carouselWrapper .arrow.arrowLeft {
      left: -40px; }
      .carouselWrapper .arrow.arrowLeft:hover {
        left: -50px;
        padding-right: 10px; }
    .carouselWrapper .arrow.arrowRight {
      right: -40px;
      transform: rotate(180deg); }
      .carouselWrapper .arrow.arrowRight:hover {
        right: -50px;
        padding-right: 10px; }
  .carouselWrapper .bullets {
    display: flex;
    margin-top: 10px;
    justify-content: center; }
    .carouselWrapper .bullets.hide {
      display: none; }
    .carouselWrapper .bullets .bullet {
      width: 8px;
      height: 8px;
      background-color: white;
      border-radius: 50%;
      margin: 0 5px;
      cursor: pointer;
      border: 1px solid black; }
      .carouselWrapper .bullets .bullet.active {
        border: none;
        opacity: 1;
        background-color: black;
        width: 10px;
        height: 10px; }
  .carouselWrapper.white .bullet {
    background-color: white; }

@media (max-width: 768px) {
  .carouselWrapper .arrow {
    display: none; } }

#seriesDetail .detailsButtonsWrapper {
  margin-bottom: 60px; }

#seriesDetail .sponsorsImage {
  max-width: 100%;
  margin-bottom: 20px; }

#seriesDetail .sponsor {
/*  margin-bottom: 10px; */
  color: #7F7F7F;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.38px; }
  #seriesDetail .sponsor.bottomMargin {
    margin-bottom: 40px; }

#seriesDetail a.sponsor {
  text-decoration: none; }

#seriesDetail .blackTheme h2.listHeader {
  padding: 70px 0 40px; }

#seriesDetail .seriesDetailEvents {
  margin-bottom: 30px; }

#seriesDetail .seriesDetailEvents.flexbox.flipped .leftColumn {
  width: calc((100% * 2 / 3 ) - 60px);
  padding-right: 30px; }

#seriesDetail .seriesDetailEvents .coverImage {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

@media (max-width: 768px) {
  #seriesDetail .seriesDetailEvents .coverImage {
    display: none; }
  #seriesDetail .seriesDetailEvents.flexbox.flipped .leftColumn {
    width: calc(100% - 60px);
    padding: 0 30px;
    margin: 0; }
    #seriesDetail .seriesDetailEvents.flexbox.flipped .leftColumn .subTitle.paddingTop {
      padding-top: 0; }
    #seriesDetail .seriesDetailEvents.flexbox.flipped .leftColumn .detailsButtonsWrapper {
      margin-bottom: 30px; } }

.modalWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  opacity: 0; }
  .modalWrapper .modalOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); }
  .modalWrapper .modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 80px 100px;
    max-width: 90%;
    max-height: 60%;
    overflow: scroll; }
    .modalWrapper .modal .modalClose {
      position: absolute;
      top: 30px;
      right: 30px;
      cursor: pointer; }
    .modalWrapper .modal .modalContent {
      width: 100%;
      height: 100%; }
      .modalWrapper .modal .modalContent .formInputs {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .modalWrapper .modal .modalContent .formInputs .inputWrapper {
          width: 48%;
          margin-bottom: 29px; }
          .modalWrapper .modal .modalContent .formInputs .inputWrapper input {
            width: calc(100% - 20px);
            height: 45px;
            font: 18px/24px Proxima Nova;
            letter-spacing: 0.36px;
            color: #000000;
            font-weight: 500;
            padding: 0 8px; }
      .modalWrapper .modal .modalContent .checkboxWrapper {
        display: flex;
        align-items: center;
        margin-bottom: 20px; }
        .modalWrapper .modal .modalContent .checkboxWrapper.flexStart {
          align-items: flex-start; }
        .modalWrapper .modal .modalContent .checkboxWrapper .formLabel {
          line-height: 13px;
          margin-top: 3px;
          margin-left: 14px;
          letter-spacing: 0.36px;
          font-size: 18px;
          text-transform: none; }
        .modalWrapper .modal .modalContent .checkboxWrapper .checkbox {
          display: block;
          position: relative;
          cursor: pointer;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          width: 25px;
          height: 25px;
          /* On mouse-over, add a grey background color */
          /* When the checkbox is checked, add a blue background */
          /* Create the checkmark/indicator (hidden when not checked) */
          /* Show the checkmark when checked */
          /* Style the checkmark/indicator */ }
          .modalWrapper .modal .modalContent .checkboxWrapper .checkbox input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 25px;
            width: 25px;
            z-index: 1; }
          .modalWrapper .modal .modalContent .checkboxWrapper .checkbox .checkmark {
            position: absolute;
            top: 0;
            left: 0;
            height: 25px;
            width: 25px;
            background-color: #eee; }
          .modalWrapper .modal .modalContent .checkboxWrapper .checkbox:hover input ~ .checkmark {
            background-color: #ccc; }
          .modalWrapper .modal .modalContent .checkboxWrapper .checkbox input:checked ~ .checkmark {
            background-color: #2196F3; }
          .modalWrapper .modal .modalContent .checkboxWrapper .checkbox .checkmark:after {
            content: "";
            position: absolute;
            display: none; }
          .modalWrapper .modal .modalContent .checkboxWrapper .checkbox input:checked ~ .checkmark:after {
            display: block; }
          .modalWrapper .modal .modalContent .checkboxWrapper .checkbox .checkmark:after {
            left: 9px;
            top: 5px;
            width: 5px;
            height: 10px;
            border: solid white;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
      .modalWrapper .modal .modalContent .contactWrapper {
        display: flex;
        justify-content: space-between; }
        .modalWrapper .modal .modalContent .contactWrapper .contactItem {
          width: 48%;
          margin-bottom: 20px; }
      .modalWrapper .modal .modalContent .formLabel {
        font: 13px/16px Proxima Nova;
        letter-spacing: 1.3px;
        color: #000000;
        text-transform: uppercase;
        margin-bottom: 5px;
        font-weight: 500; }
      .modalWrapper .modal .modalContent .contactFormTitle {
        margin-bottom: 28px; }
      .modalWrapper .modal .modalContent .formLabelWrapper {
        margin-left: 14px; }
        .modalWrapper .modal .modalContent .formLabelWrapper .formLabel {
          margin-left: 0; }
        .modalWrapper .modal .modalContent .formLabelWrapper .formSubLabel {
          font: 15px/23px Proxima Nova;
          letter-spacing: 0.38px;
          color: #000000;
          opacity: 0.4; }
    .modalWrapper .modal .contactShowsWrapper {
      margin-bottom: 60px; }
    .modalWrapper .modal textarea {
      width: calc(100% - 20px);
      height: 130px;
      font: 18px/24px Proxima Nova;
      letter-spacing: 0.36px;
      color: #000000;
      font-weight: 500;
      padding: 0 8px;
      margin-bottom: 60px;
      resize: none; }
    .modalWrapper .modal .button {
      padding: 20px 100px;
      text-align: left;
      font: 13px/16px Proxima Nova;
      letter-spacing: 1.3px;
      text-transform: uppercase;
      border: 1px solid black;
      text-decoration: none;
      color: white;
      background-color: black;
      display: inline-block;
      cursor: pointer; }

#promotionModal {
  display: block;
  opacity: 1; }
  #promotionModal .modal {
    width: calc(90% - 80px);
    padding: 40px;
    max-width: 1200px; }
  #promotionModal .detailsButtonsWrapper {
    width: 100%; }
  #promotionModal .modal .button {
    padding: 20px;
    text-align: center;
    width: calc(50% - 60px);
    border: none; }
  #promotionModal .coverImage {
    width: 100%;
    height: 100%;
    background-size: cover; }
  #promotionModal .modal .modalClose {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer; }

#dayOfGiving .modal {
  width: 90%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0;
  max-height: 90%;
  max-width: 1200px;
  overflow: auto; }

#dayOfGiving .modalFlex {
  display: flex;
  justify-content: space-between;
  padding: 80px 100px 0; }
  #dayOfGiving .modalFlex .column-50 {
    width: calc(100% / 2 - 30px); }
    #dayOfGiving .modalFlex .column-50 p a {
      color: white; }
    #dayOfGiving .modalFlex .column-50.modalImageWrapper {
      text-align: center; }
      #dayOfGiving .modalFlex .column-50.modalImageWrapper img {
        width: 100%;
        max-width: 300px; }
    #dayOfGiving .modalFlex .column-50 .detailInfo .infoColumn .infoItem .info h3 {
      color: white; }
    #dayOfGiving .modalFlex .column-50 .button {
      background-color: #2b2b2b;
      text-align: center;
      font-family: trade-gothic-next-condensed, sans-serif; }

#dayOfGiving .scrollingLogosContainer {
  background-color: white;
  height: 150px;
  width: 100%;
  align-self: flex-end;
  overflow: hidden; }
  #dayOfGiving .scrollingLogosContainer .scrollingLogos {
    width: 3000px; }

#healthSafetyModal .modal {
  width: 560px;
  padding: 30px 50px;
  max-height: 90%;
  max-width: calc(90% - 100px);
  overflow: auto; }
  #healthSafetyModal .modal .modalImageWrapper {
    text-align: center; }
  #healthSafetyModal .modal .healthSafety {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    align-items: center; }
    #healthSafetyModal .modal .healthSafety img {
      width: 98px; }
    #healthSafetyModal .modal .healthSafety .healthSafetyContent {
      width: calc(100% - 132px);
      margin-top: 20px; }
      #healthSafetyModal .modal .healthSafety .healthSafetyContent p {
        font-family: trade-gothic-next-condensed, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 18px;
        line-height: 22px;
        color: black; }
        #healthSafetyModal .modal .healthSafety .healthSafetyContent p a {
          font-family: trade-gothic-next-condensed, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 18px;
          line-height: 22px;
          color: red; }

@media (max-width: 509px) {
  #healthSafetyModal .modal .healthSafety {
    flex-direction: column;
    padding-top: 20px; }
  #healthSafetyModal .modal .healthSafety .healthSafetyContent {
    width: 100%; }
    #healthSafetyModal .modal .healthSafety .healthSafetyContent p {
      text-align: center; } }

@media (max-width: 1110px) {
  #promotionModal .flexbox {
    flex-direction: column; }
  #promotionModal .flexbox.flipped .rightColumn {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px; }
  #promotionModal .coverImage {
    display: none; }
  #promotionModal .detailHeroMobile {
    display: block;
    width: 100%;
    margin-bottom: 32px; }
  #promotionModal .flexbox.flipped .leftColumn {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px; }
  #promotionModal .subTitle.paddingTop {
    padding-top: 0; }
  #promotionModal h1 {
    font-size: 32px;
    line-height: 40px; }
  #promotionModal .detailInfo {
    flex-direction: column; }
  #promotionModal .detailInfo .infoColumn {
    width: 100%;
    margin-right: 0; }
  #promotionModal .detailInfo .infoColumn .infoItem {
    margin-bottom: 30px; }
  #promotionModal p {
    font-size: 15px;
    line-height: 23px; }
  #promotionModal .detailsButtonsWrapper {
    flex-direction: column; }
  #promotionModal .detailsButtonsWrapper .button {
    width: calc(100% - 40px);
    max-width: 100%;
    margin-bottom: 10px; } }

@media (max-width: 1000px) {
  #dayOfGiving .scrollingLogosContainer {
    display: none; }
  #dayOfGiving .modalFlex {
    flex-direction: column;
    padding: 40px 50px; }
    #dayOfGiving .modalFlex .column-50 {
      width: 100%; }
      #dayOfGiving .modalFlex .column-50.modalImageWrapper {
        margin-bottom: 50px; }
      #dayOfGiving .modalFlex .column-50 .detailsButtonsWrapper {
        flex-direction: row !important; }
      #dayOfGiving .modalFlex .column-50 .reverseColumnMobile {
        display: flex;
        flex-direction: column-reverse; } }

@media (max-width: 850px) {
  .modalWrapper .modal {
    padding: 80px 50px; } }

@media (max-width: 768px) {
  #dayOfGiving .modalFlex {
    padding: 40px 30px; }
  #dayOfGiving .modalFlex .column-50 .button {
    padding: 20px 0; } }

@media (max-width: 520px) {
  .modalWrapper .modal {
    padding: 80px 30px; } }

.tabbedContentWrapper .tabHeaders {
  display: flex;
  justify-content: space-between; }
  .tabbedContentWrapper .tabHeaders .tabHeader {
    text-align: center;
    font: 13px/16px Proxima Nova;
    letter-spacing: 1.3px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    padding: 19px 20px 15px;
    width: calc((100% / 4) - 70.5px);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EBEBEB; }
    .tabbedContentWrapper .tabHeaders .tabHeader.active {
      background-color: black;
      color: white; }
  .tabbedContentWrapper .tabHeaders .mobileTabHeaderSelect {
    display: none;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 1;
    background-color: #222222;
    -webkit-appearance: none;
    border: none;
    padding: 16px 20px 16px 15px;
    border-radius: 0;
    width: 100%;
    background-image: url(/wp-content/themes/dayton-live/img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) 50%;
    cursor: pointer; }
  .tabbedContentWrapper .tabHeaders .mobileTabHeaderSelectWrapper {
    display: none; }

.tabbedContentWrapper .tabContents {
  margin-bottom: 90px;
  padding: 68px 0; }
  .tabbedContentWrapper .tabContents .tabContent {
    display: none; }
    .tabbedContentWrapper .tabContents .tabContent.active {
      display: block; }

@media (max-width: 768px) {
  .tabbedContentWrapper .tabHeaders {
    background-color: black;
    padding-top: 40px; }
  .tabbedContentWrapper .tabHeaders .mobileTabHeaderSelect {
    display: block; }
  .tabbedContentWrapper .tabHeaders .mobileTabHeaderSelectWrapper {
    display: block;
    width: 100%; }
  .tabbedContentWrapper .tabHeaders .tabHeader {
    display: none; }
  .tabbedContentWrapper .tabContents {
    padding: 30px 0; } }

.ticketOptionsHeader {
  padding-top: 40px; }

.lds-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .lds-ring.block {
    margin-left: auto;
    margin-right: auto;
    transform: none;
    top: initial;
    left: initial;
    display: block;
    position: initial; }

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent; }

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s; }

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s; }

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.loaderOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8); }

.benefitsKeys {
  display: flex;
  align-items: center;
  margin-bottom: 26px; }
  .benefitsKeys .benefitsKeyImageWrapper {
    margin-left: 9px; }
  .benefitsKeys .benefitsKeyLabel {
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    margin-right: 20px;
    margin-left: 14px; }

.benefitsList {
  display: flex;
  flex-wrap: wrap; }
  .benefitsList .benefitItem {
    width: calc(50% - 28px);
    display: flex;
    align-items: flex-start;
    padding-top: 23px;
    padding-right: 27px; }
    .benefitsList .benefitItem.blueBanner {
      border-top: 25px solid #40C0C0; }
    .benefitsList .benefitItem.blueDarkBanner {
      border-top: 25px solid #007680; }
    .benefitsList .benefitItem.greenBanner {
      border-top: 25px solid #C0D330; }
    .benefitsList .benefitItem.greenDarkBanner {
      border-top: 25px solid #70A94F; }
    .benefitsList .benefitItem.redBanner {
      border-top: 25px solid #EE3124; }
    .benefitsList .benefitItem.redDarkBanner {
      border-top: 25px solid #A02843; }
    .benefitsList .benefitItem.yellowBanner {
      border-top: 25px solid #FFC60A; }
    .benefitsList .benefitItem.yellowDarkBanner {
      border-top: 25px solid #F78D2B; }
    .benefitsList .benefitItem:nth-child(odd) {
      border-right: 1px solid rgba(0, 0, 0, 0.25); }
    .benefitsList .benefitItem .benefitItemImage img {
      margin-left: 10px;
      margin-right: 18px;
      margin-top: 10px; }
    .benefitsList .benefitItem .benefitItemContent .benefitItemHeader {
      font-family: poynter-oldstyle-display, serif;
      font-weight: 700;
      font-style: normal;
      font-size: 32px;
      line-height: 40px;
      letter-spacing: 0;
      color: black;
      margin-bottom: 16px; }
    .benefitsList .benefitItem .benefitItemContent .benefitItemSubHeader {
      font-family: proxima-nova, sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 18px;
      line-height: 22px;
      letter-spacing: 0;
      color: black; }

@media (max-width: 1000px) {
  .benefitsList .benefitItem {
    width: calc(100% - 0px);
    border-left: none !important;
    border-right: none !important;
    padding-right: 0; } }

.red-theme .colorText {
  color: #EE3124; }

.red-theme .navWrapper .nav .navContent .navSubLinks a.donateNav {
  background-color: #EE3124; }

.red-theme .subTitle {
  color: #EE3124; }

.red-theme p.focusParagraph a:hover, .red-theme p a:hover, .red-theme ol.bulletList a:hover, .red-theme ul.bulletList a:hover {
  color: #EE3124; }

.red-theme .detailsButtonsWrapper .button:hover {
  background-color: #EE3124; }

.red-theme .detailsButtonsWrapper .button.inactive:hover {
  background-color: #C0C0C0; }

.red-theme form input[type="submit"]:hover {
  background-color: #EE3124; }

.red-theme input[type="checkbox"]:checked + span:before, .red-theme input[type="checkbox"]:hover + span:before,
.red-theme input[type="radio"]:checked + span:before, .red-theme input[type="radio"]:hover + span:before {
  background-color: #EE3124; }

.red-theme .carouselWrapper .bullets .bullet.active {
  background-color: #EE3124; }

.red-theme .carouselWrapper .arrow:hover path {
  stroke: #EE3124; }

.red-theme .itemsWrap .item .itemContent .itemSubHeader {
  color: #EE3124; }

.red-theme #eventLanding #eventCalendar .calendarControls svg:hover path {
  stroke: #EE3124; }

.red-theme #eventLanding #eventCalendar .calendarControls .calendarHeader {
  color: #EE3124; }

.red-theme #eventLanding #eventCalendar .month .calendarItem .calendarItemLink:hover .calendarItemHeader, .red-theme #eventLanding #eventCalendar .month .calendarItem .calendarItemLink:hover .calendarItemSub {
  color: #EE3124; }

.red-theme #eventDetail .showtimes .showtimeHeader .showtimeHeaderItem {
  color: #EE3124; }

.red-theme #eventDetail .showtimes .showtimeRows .showtimeRow .showtimeCell .buyTickets:hover {
  background-color: #EE3124; }

.red-theme #seriesDetail a.sponsor:hover {
  color: #EE3124; }

.red-theme .calloutsWrapper .callouts .calloutItem .calloutSubheader {
  color: #EE3124; }

.red-theme .tabbedContentWrapper .tabHeaders .tabHeader:hover {
  background-color: #EE3124;
  color: white; }

.red-theme .tabbedContentWrapper .tabHeaders .tabHeader.active:hover {
  background-color: black;
  color: white; }

.red-theme .itemsWrap .item:hover .relativeItem .absoluteItemOverlay {
  background-color: #EE3124;
  opacity: 0.85; }

.red-theme .itemsWrap .item:hover .relativeItem .absoluteContent .subTitle {
  color: black; }

.red-theme .searchPageResults .pagination .page-numbers.current {
  color: #EE3124; }

.red-theme .sidePanel {
  background-color: #EE3124; }
  .red-theme .sidePanel a {
    background-color: #7f1109; }

.red-theme .searchPageResults article .entry-header h2 a:hover {
  color: #EE3124; }

.red-theme footer .footerFlex .footerLinks ul a:hover {
  color: #EE3124; }

.red-theme footer .footerFlex .socialLinks ul li.footer-instagram a:hover {
  background-image: url(/wp-content/themes/dayton-live/img/instagram-icon-red.png); }

.red-theme footer .footerFlex .socialLinks ul li.footer-facebook a:hover {
  background-image: url(/wp-content/themes/dayton-live/img/facebook-icon-red.png); }

.red-theme footer .footerFlex .socialLinks ul li.footer-twitter a:hover {
  background-image: url(/wp-content/themes/dayton-live/img/twitter-icon-red.png); }

.red-theme footer .footerFlex .socialLinks ul li.footer-youtube a:hover {
  background-image: url(/wp-content/themes/dayton-live/img/youtube-icon-red.png); }

.yellow-theme .colorText {
  color: #FFC60A; }

.yellow-theme .navWrapper .nav .navContent .navSubLinks a.donateNav {
  background-color: #FFC60A; }

.yellow-theme .subTitle {
  color: #FFC60A; }

.yellow-theme p.focusParagraph a:hover, .yellow-theme p a:hover, .yellow-theme ol.bulletList a:hover, .yellow-theme ul.bulletList a:hover {
  color: #FFC60A; }

.yellow-theme .detailsButtonsWrapper .button:hover {
  background-color: #FFC60A; }

.yellow-theme .detailsButtonsWrapper .button.inactive:hover {
  background-color: #C0C0C0; }

.yellow-theme form input[type="submit"]:hover {
  background-color: #FFC60A; }

.yellow-theme input[type="checkbox"]:checked + span:before, .yellow-theme input[type="checkbox"]:hover + span:before,
.yellow-theme input[type="radio"]:checked + span:before, .yellow-theme input[type="radio"]:hover + span:before {
  background-color: #FFC60A; }

.yellow-theme .carouselWrapper .bullets .bullet.active {
  background-color: #FFC60A; }

.yellow-theme .carouselWrapper .arrow:hover path {
  stroke: #FFC60A; }

.yellow-theme .itemsWrap .item .itemContent .itemSubHeader {
  color: #FFC60A; }

.yellow-theme #eventLanding #eventCalendar .calendarControls svg:hover path {
  stroke: #FFC60A; }

.yellow-theme #eventLanding #eventCalendar .calendarControls .calendarHeader {
  color: #FFC60A; }

.yellow-theme #eventLanding #eventCalendar .month .calendarItem .calendarItemLink:hover .calendarItemHeader, .yellow-theme #eventLanding #eventCalendar .month .calendarItem .calendarItemLink:hover .calendarItemSub {
  color: #FFC60A; }

.yellow-theme #eventDetail .showtimes .showtimeHeader .showtimeHeaderItem {
  color: #FFC60A; }

.yellow-theme #eventDetail .showtimes .showtimeRows .showtimeRow .showtimeCell .buyTickets:hover {
  background-color: #FFC60A; }

.yellow-theme #seriesDetail a.sponsor:hover {
  color: #FFC60A; }

.yellow-theme .calloutsWrapper .callouts .calloutItem .calloutSubheader {
  color: #FFC60A; }

.yellow-theme .tabbedContentWrapper .tabHeaders .tabHeader:hover {
  background-color: #FFC60A;
  color: white; }

.yellow-theme .tabbedContentWrapper .tabHeaders .tabHeader.active:hover {
  background-color: black;
  color: white; }

.yellow-theme .itemsWrap .item:hover .relativeItem .absoluteItemOverlay {
  background-color: #FFC60A;
  opacity: 0.85; }

.yellow-theme .itemsWrap .item:hover .relativeItem .absoluteContent .subTitle {
  color: black; }

.yellow-theme .searchPageResults .pagination .page-numbers.current {
  color: #FFC60A; }

.yellow-theme .sidePanel {
  background-color: #FFC60A; }
  .yellow-theme .sidePanel a {
    background-color: #846500; }

.yellow-theme .searchPageResults article .entry-header h2 a:hover {
  color: #FFC60A; }

.yellow-theme footer .footerFlex .footerLinks ul a:hover {
  color: #FFC60A; }

.yellow-theme footer .footerFlex .socialLinks ul li.footer-instagram a:hover {
  background-image: url(/wp-content/themes/dayton-live/img/instagram-icon-yellow.png); }

.yellow-theme footer .footerFlex .socialLinks ul li.footer-facebook a:hover {
  background-image: url(/wp-content/themes/dayton-live/img/facebook-icon-yellow.png); }

.yellow-theme footer .footerFlex .socialLinks ul li.footer-twitter a:hover {
  background-image: url(/wp-content/themes/dayton-live/img/twitter-icon-yellow.png); }

.yellow-theme footer .footerFlex .socialLinks ul li.footer-youtube a:hover {
  background-image: url(/wp-content/themes/dayton-live/img/youtube-icon-yellow.png); }

.green-theme .colorText {
  color: #C0D330; }

.green-theme .navWrapper .nav .navContent .navSubLinks a.donateNav {
  background-color: #C0D330; }

.green-theme .subTitle {
  color: #C0D330; }

.green-theme p.focusParagraph a:hover, .green-theme p a:hover, .green-theme ol.bulletList a:hover, .green-theme ul.bulletList a:hover {
  color: #C0D330; }

.green-theme .detailsButtonsWrapper .button:hover {
  background-color: #C0D330; }

.green-theme .detailsButtonsWrapper .button.inactive:hover {
  background-color: #C0C0C0; }

.green-theme form input[type="submit"]:hover {
  background-color: #C0D330; }

.green-theme input[type="checkbox"]:checked + span:before, .green-theme input[type="checkbox"]:hover + span:before,
.green-theme input[type="radio"]:checked + span:before, .green-theme input[type="radio"]:hover + span:before {
  background-color: #C0D330; }

.green-theme .carouselWrapper .bullets .bullet.active {
  background-color: #C0D330; }

.green-theme .carouselWrapper .arrow:hover path {
  stroke: #C0D330; }

.green-theme .itemsWrap .item .itemContent .itemSubHeader {
  color: #C0D330; }

.green-theme #eventLanding #eventCalendar .calendarControls svg:hover path {
  stroke: #C0D330; }

.green-theme #eventLanding #eventCalendar .calendarControls .calendarHeader {
  color: #C0D330; }

.green-theme #eventLanding #eventCalendar .month .calendarItem .calendarItemLink:hover .calendarItemHeader, .green-theme #eventLanding #eventCalendar .month .calendarItem .calendarItemLink:hover .calendarItemSub {
  color: #C0D330; }

.green-theme #eventDetail .showtimes .showtimeHeader .showtimeHeaderItem {
  color: #C0D330; }

.green-theme #eventDetail .showtimes .showtimeRows .showtimeRow .showtimeCell .buyTickets:hover {
  background-color: #C0D330; }

.green-theme #seriesDetail a.sponsor:hover {
  color: #C0D330; }

.green-theme .calloutsWrapper .callouts .calloutItem .calloutSubheader {
  color: #C0D330; }

.green-theme .tabbedContentWrapper .tabHeaders .tabHeader:hover {
  background-color: #C0D330;
  color: white; }

.green-theme .tabbedContentWrapper .tabHeaders .tabHeader.active:hover {
  background-color: black;
  color: white; }

.green-theme .itemsWrap .item:hover .relativeItem .absoluteItemOverlay {
  background-color: #C0D330;
  opacity: 0.85; }

.green-theme .itemsWrap .item:hover .relativeItem .absoluteContent .subTitle {
  color: black; }

.green-theme .searchPageResults .pagination .page-numbers.current {
  color: #C0D330; }

.green-theme .sidePanel {
  background-color: #C0D330; }
  .green-theme .sidePanel a {
    background-color: #606a16; }

.green-theme .searchPageResults article .entry-header h2 a:hover {
  color: #C0D330; }

.green-theme footer .footerFlex .footerLinks ul a:hover {
  color: #C0D330; }

.green-theme footer .footerFlex .socialLinks ul li.footer-instagram a:hover {
  background-image: url(/wp-content/themes/dayton-live/img/instagram-icon-green.png); }

.green-theme footer .footerFlex .socialLinks ul li.footer-facebook a:hover {
  background-image: url(/wp-content/themes/dayton-live/img/facebook-icon-green.png); }

.green-theme footer .footerFlex .socialLinks ul li.footer-twitter a:hover {
  background-image: url(/wp-content/themes/dayton-live/img/twitter-icon-green.png); }

.green-theme footer .footerFlex .socialLinks ul li.footer-youtube a:hover {
  background-image: url(/wp-content/themes/dayton-live/img/youtube-icon-green.png); }

.teal-theme .colorText {
  color: #40C0C0; }

.teal-theme .navWrapper .nav .navContent .navSubLinks a.donateNav {
  background-color: #40C0C0; }

.teal-theme .subTitle {
  color: #40C0C0; }

.teal-theme p.focusParagraph a:hover, .teal-theme p a:hover, .teal-theme ol.bulletList a:hover, .teal-theme ul.bulletList a:hover {
  color: #40C0C0; }

.teal-theme .detailsButtonsWrapper .button:hover {
  background-color: #40C0C0; }

.teal-theme .detailsButtonsWrapper .button.inactive:hover {
  background-color: #C0C0C0; }

.teal-theme form input[type="submit"]:hover {
  background-color: #40C0C0; }

.teal-theme input[type="checkbox"]:checked + span:before, .teal-theme input[type="checkbox"]:hover + span:before,
.teal-theme input[type="radio"]:checked + span:before, .teal-theme input[type="radio"]:hover + span:before {
  background-color: #40C0C0; }

.teal-theme .carouselWrapper .bullets .bullet.active {
  background-color: #40C0C0; }

.teal-theme .carouselWrapper .arrow:hover path {
  stroke: #40C0C0; }

.teal-theme .itemsWrap .item .itemContent .itemSubHeader {
  color: #40C0C0; }

.teal-theme #eventLanding #eventCalendar .calendarControls svg:hover path {
  stroke: #40C0C0; }

.teal-theme #eventLanding #eventCalendar .calendarControls .calendarHeader {
  color: #40C0C0; }

.teal-theme #eventLanding #eventCalendar .month .calendarItem .calendarItemLink:hover .calendarItemHeader, .teal-theme #eventLanding #eventCalendar .month .calendarItem .calendarItemLink:hover .calendarItemSub {
  color: #40C0C0; }

.teal-theme #eventDetail .showtimes .showtimeHeader .showtimeHeaderItem {
  color: #40C0C0; }

.teal-theme #eventDetail .showtimes .showtimeRows .showtimeRow .showtimeCell .buyTickets:hover {
  background-color: #40C0C0; }

.teal-theme #seriesDetail a.sponsor:hover {
  color: #40C0C0; }

.teal-theme .calloutsWrapper .callouts .calloutItem .calloutSubheader {
  color: #40C0C0; }

.teal-theme .tabbedContentWrapper .tabHeaders .tabHeader:hover {
  background-color: #40C0C0;
  color: white; }

.teal-theme .tabbedContentWrapper .tabHeaders .tabHeader.active:hover {
  background-color: black;
  color: white; }

.teal-theme .itemsWrap .item:hover .relativeItem .absoluteItemOverlay {
  background-color: #40C0C0;
  opacity: 0.85; }

.teal-theme .itemsWrap .item:hover .relativeItem .absoluteContent .subTitle {
  color: black; }

.teal-theme .searchPageResults .pagination .page-numbers.current {
  color: #40C0C0; }

.teal-theme .sidePanel {
  background-color: #40C0C0; }
  .teal-theme .sidePanel a {
    background-color: #007680; }

.teal-theme .searchPageResults article .entry-header h2 a:hover {
  color: #40C0C0; }

.teal-theme footer .footerFlex .footerLinks ul a:hover {
  color: #40C0C0; }

.teal-theme footer .footerFlex .socialLinks ul li.footer-instagram a:hover {
  background-image: url(/wp-content/themes/dayton-live/img/instagram-icon-teal.png); }

.teal-theme footer .footerFlex .socialLinks ul li.footer-facebook a:hover {
  background-image: url(/wp-content/themes/dayton-live/img/facebook-icon-teal.png); }

.teal-theme footer .footerFlex .socialLinks ul li.footer-twitter a:hover {
  background-image: url(/wp-content/themes/dayton-live/img/twitter-icon-teal.png); }

.teal-theme footer .footerFlex .socialLinks ul li.footer-youtube a:hover {
  background-image: url(/wp-content/themes/dayton-live/img/youtube-icon-teal.png); }

.navWrapper .nav .navContent .navMainLinks .navList li.nav-red .navDropDown ul li a:hover,
.navWrapper .nav .navContent .navMainLinks .navList li.nav-red .navDropDown ul li.mobileNavBack a {
  background-color: #EE3124; }

.navWrapper .nav .navContent .navMainLinks .navList li.nav-yellow .navDropDown ul li a:hover,
.navWrapper .nav .navContent .navMainLinks .navList li.nav-yellow .navDropDown ul li.mobileNavBack a {
  background-color: #FFC60A; }

.navWrapper .nav .navContent .navMainLinks .navList li.nav-green .navDropDown ul li a:hover,
.navWrapper .nav .navContent .navMainLinks .navList li.nav-green .navDropDown ul li.mobileNavBack a {
  background-color: #C0D330; }

.navWrapper .nav .navContent .navMainLinks .navList li.nav-teal .navDropDown ul li a:hover,
.navWrapper .nav .navContent .navMainLinks .navList li.nav-teal .navDropDown ul li.mobileNavBack a {
  background-color: #40C0C0; }

footer {
  background-color: #000000; }
  footer .footerFlex {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between; }
    footer .footerFlex *, footer .footerFlex :after, footer .footerFlex :before {
      -webkit-box-sizing: initial;
      box-sizing: initial; }
    footer .footerFlex .footerLinks ul {
      padding: 29px 0 16px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      list-style: none; }
      footer .footerFlex .footerLinks ul li:first-child a {
        margin-left: 0; }
      footer .footerFlex .footerLinks ul a {
        text-align: left;
        font-family: trade-gothic-next-condensed, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.7px;
        color: #FFFFFF;
        text-transform: uppercase;
        opacity: 1;
        margin: 0 15px;
        text-decoration: none; }
    footer .footerFlex .socialLinks ul {
      display: flex;
      align-items: center;
      list-style: none; }
      footer .footerFlex .socialLinks ul li {
        padding: 29px 15px 10px; }
        footer .footerFlex .socialLinks ul li.footer-instagram {
          width: 20.6px;
          height: 20.6px; }
          footer .footerFlex .socialLinks ul li.footer-instagram a {
            background-image: url("https://daytonlive.org/wp-content/themes/dayton-live/img/instagram-icon.svg"); }
        footer .footerFlex .socialLinks ul li.footer-facebook {
          width: 20.4px;
          height: 20.27px; }
          footer .footerFlex .socialLinks ul li.footer-facebook a {
            background-image: url("https://daytonlive.org/wp-content/themes/dayton-live/img/facebook-icon.svg"); }
        footer .footerFlex .socialLinks ul li.footer-twitter {
          width: 25.49px;
          height: 20.71px; }
          footer .footerFlex .socialLinks ul li.footer-twitter a {
            background-image: url("https://daytonlive.org/wp-content/themes/dayton-live/img/twitter-icon.svg"); }
        footer .footerFlex .socialLinks ul li.footer-youtube {
          width: 29.37px;
          height: 20.56px; }
          footer .footerFlex .socialLinks ul li.footer-youtube a {
            background-image: url("https://daytonlive.org/wp-content/themes/dayton-live/img/youtube-icon.svg"); }
        footer .footerFlex .socialLinks ul li a {
          display: inline-block;
          width: 100%;
          height: 100%;
          background-repeat: no-repeat;
          color: transparent;
          overflow: hidden;
          background-size: contain; }
  footer .copyright {
    text-align: left;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.38px;
    color: #999999;
    padding-bottom: 33px; }

@media (max-width: 880px) {
  footer .footerFlex {
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  footer .footerLinks {
    display: none; }
  footer .footerFlex .socialLinks ul li {
    padding: 29px 15px; }
  footer .copyright {
    padding-top: 29px; } }

.searchPageResults article {
  padding-bottom: 9px; }
  .searchPageResults article .entry-header h2 {
    margin-bottom: 4px;
    padding-left: 15px; }
  .searchPageResults article .entry-header h2 a {
    color: black;
    font-size: 18px;
    line-height: 22px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal; }
  .searchPageResults article .entry-summary {
    display: none; }
  .searchPageResults article .post-thumbnail {
    display: none; }
  .searchPageResults article footer {
    display: none;
    background-color: transparent; }

.searchPageResults .screen-reader-text {
  display: none; }

.searchPageResults article:nth-child(odd) {
  background-color: #F2F2F2; }

.searchPageResults .searchHeaderWrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap; }

.searchPageResults .resultsTotal {
  margin-bottom: 39px;
  color: #7F7F7F;
  font-size: 18px;
  line-height: 22px;
  font-family: proxima-nova,sans-serif;
  font-weight: 700;
  font-style: normal; }

.searchPageResults .page-numbers {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: black;
  font-size: 18px;
  line-height: 22px; }

.searchPageResults .pagination {
  text-align: center; }
  .searchPageResults .pagination .page-numbers {
    margin: 0 10px; }
  .searchPageResults .pagination .dots {
    margin: 0; }

.no-results.not-found h1 {
  padding-top: 60px; }

.no-results.not-found form {
  display: flex;
  justify-content: center;
  min-width: auto; }
  .no-results.not-found form input.search-field {
    -webkit-appearance: none;
    background-color: #e1e1e1;
    color: #000;
    height: 50px;
    width: 100%;
    border: none;
    padding: 0 15px;
    letter-spacing: .7px;
    font-family: trade-gothic-next-condensed,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px; }
  .no-results.not-found form input.search-submit {
    background-color: #e1e1e1;
    color: transparent;
    height: 50px;
    border: none;
    background-image: url(/wp-content/themes/dayton-live/img/search-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    padding: 1px 7px 2px 7px;
    width: 50px; }

.wsaeAccordion .accordionHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer; }
  .wsaeAccordion .accordionHeader h3 {
    width: calc(100% - 20px); }
  .wsaeAccordion .accordionHeader .plus {
    width: 20px;
    height: 20px;
    margin-bottom: 10px; }
  .wsaeAccordion .accordionHeader .minus {
    width: 20px;
    height: 20px;
    margin-bottom: 15px;
    display: none; }

.wsaeAccordion .accordionContent {
  display: none; }

.wsaeAccordion.active .accordionHeader .plus {
  display: none; }

.wsaeAccordion.active .accordionHeader .minus {
  display: block; }

.wsaeAccordion.active .accordionContent {
  display: block; }

@media (max-width: 1260px) {
  .maxContentWidth {
    width: calc(100% - 100px);
    padding: 0 50px; }
  .pageContent .leftColumn {
    width: calc((100% * 2 / 3 ) - 45px);
    margin-right: 45px; } }

@media (max-width: 1200px) {
  .donatorsList .donator {
    width: calc(100% / 2 - 15px); } }

@media (max-width: 1000px) {
  .itemsWrap .item {
    width: calc(100% / 2 - 30px);
    margin-right: 45px; }
  .itemsWrap .item:nth-child(3n+3) {
    margin-right: 45px; }
  .itemsWrap .item:nth-child(2n+2) {
    margin-right: 0; } }

@media (max-width: 768px) {
  .hideMobile {
    display: none; }
  .maxContentWidth {
    width: calc(100% - 50px);
    padding: 0 25px; }
  h1 {
    font-size: 32px;
    line-height: 40px; }
  h2 {
    font-size: 28px;
    line-height: 38px; }
  h3 {
    font-size: 16px;
    line-height: 20px; }
  h4 {
    font-size: 16px;
    line-height: 20px; }
  h5 {
    font-size: 16px;
    line-height: 20px; }
  p {
    font-size: 15px;
    line-height: 23px; }
  .subTitle {
    font-size: 13px;
    line-height: 16px; }
  .pageContent .flexbox {
    flex-direction: column; }
  .pageContent .leftColumn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px; }
  .pageContent .sponsorBelowEvents {
    display: block ;
     width: 100%;
    margin-right: 0;
    padding-top: 10px; }
  .pageContent .rightColumn {
    display: none; }
  .pageContent .column-50 {
    width: 100%; }
  .detailHero {
    display: none; }
  .detailHeroMobile {
    display: block;
    width: 100%;
    margin-bottom: 32px; }
  .detailHeroMobileWrapper {
    display: block; }
  .detailHeroWrapper .eventBanner {
    top: -1.8%;
    right: -1.8%; }
  .rightColumn .detailHeroWrapper .eventBanner {
    top: -1.8%;
    right: -1.8%;
    display: none; }
  .detailInfo {
    flex-direction: column; }
  .detailInfo .infoColumn {
    width: 100%;
    margin-right: 0; }
  .calloutsWrapper .callouts {
    flex-direction: column; }
  .calloutsWrapper .callouts .calloutItem {
    width: 100%; }
  .detailsButtonsWrapper {
    flex-direction: column; }
  .detailsButtonsWrapper .button {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px; }
  .itemsWrap .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 34px; }
  .itemsWrap .item:nth-child(3n+3) {
    margin-right: 0; }
  .detailInfo .infoColumn .infoItem {
    margin-bottom: 30px; }
  .mobileNoPaddingTop {
    padding-top: 0 !important; }
  .iFrameMapMobile {
    min-height: 300px;
    margin-bottom: 30px; }
  .donatorsList .donator {
    width: 100%; }
  .donationHeader {
    flex-direction: column;
    align-items: flex-start; }
    .donationHeader h2 {
      margin-bottom: 0; }
    .donationHeader .subDonationHeader {
      margin-left: 0; }
  .pageContent .column-66.minWidth {
    min-width: 100%; }
  .supportLogos {
    flex-direction: column;
    align-items: flex-start; }
    .supportLogos .supportLogo:nth-child(2) {
      margin: 0 0 20px; } }

form {
  min-width: calc(768px - 200px); }
  form .formRow {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px; }
    form .formRow .formHalf {
      width: calc(50% - 16px); }
    form .formRow .formQuarter {
      width: calc(25% - 25px); }
    form .formRow .formFull {
      width: 100%; }
  form label {
    text-align: left;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.85px;
    color: #000000;
    opacity: 1;
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 23px;
    display: block; }
  form input[type="text"], form input[type="number"], form input[type="tel"], form input[type="email"], form input[type="date"], form .formRow .formFull textarea, form .formRow .formHalf textarea {
    text-align: left;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 20px;
    height: 21px;
    letter-spacing: 0.85px;
    color: #000000;
    opacity: 1;
    width: calc(100% - 24px);
    padding: 7px 10px 9px;
    border: 1px solid black; }
    form input[type="text"]:focus, form input[type="number"]:focus, form input[type="tel"]:focus, form input[type="email"]:focus, form input[type="date"]:focus, form .formRow .formFull textarea:focus, form .formRow .formHalf textarea:focus {
      outline: none; }
  form .formRow .formFull textarea, form .formRow .formHalf textarea {
    height: 130px; }
  form select {
    font-family: trade-gothic-next-condensed,sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: .7px;
    text-transform: uppercase;
    color: black;
    opacity: 1;
    background-color: white;
    -webkit-appearance: none;
    border: none;
    padding: 7px 10px 9px;
    border-radius: 0;
    width: 100%;
    background-image: url(/wp-content/themes/dayton-live/img/arrow-down-black.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) 50%;
    cursor: pointer;
    border: 1px solid black;
    height: calc(21px + 16px); }
    form select:focus {
      outline: none; }
  form textarea {
    margin-bottom: 0 !important;
    padding: 10px 8px !important; }
  form .radio, form .checkbox {
    display: flex;
    flex-direction: column; }
    form .radio span, form .checkbox span {
      display: flex;
      align-items: center;
      text-align: left;
      font-family: trade-gothic-next-condensed, sans-serif;
      font-weight: 700;
      font-style: normal;
      letter-spacing: 0.85px;
      color: #000000;
      opacity: 1;
      font-size: 15px;
      line-height: 18px;
      margin-bottom: 5px;
      position: relative; }
    form .radio input, form .checkbox input {
      width: 20px;
      height: 20px;
      top: 50%;
      left: 0;
      z-index: 5;
      transform: translateY(calc(-50% - 5px)); }
  form input[type="submit"] {
    padding: 16px 0;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    text-decoration: none;
    width: calc(50% - 15px);
    text-align: center;
    background-color: black;
    color: white;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none; }
  form span.wpcf7-not-valid-tip {
    margin-top: 5px;
    text-align: left;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.85px;
    opacity: 1;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 23px;
    color: #EE3124; }
  form .wpcf7-response-output, form .wpcf7-validation-errors {
    text-align: left;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.85px;
    color: #000000;
    opacity: 1;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 23px; }
  form div.wpcf7-validation-errors, form div.wpcf7-acceptance-missing, form div.wpcf7-response-output {
    border: none;
    color: #EE3124; }
  form div.wpcf7-mail-sent-ok {
    color: #40C0C0; }

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer; }
  input[type="checkbox"] + label {
    position: relative;
    cursor: pointer;
    padding: 0; }
  input[type="checkbox"] + span:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid black;
    flex: none; }
  input[type="checkbox"]:checked + span:before {
    background: #f35429; }
  input[type="checkbox"]:checked + span:after {
    content: '';
    position: absolute;
    left: 6px;
    top: calc(50% - 1px);
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg); }

input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer; }
  input[type="radio"] + label {
    position: relative;
    cursor: pointer;
    padding: 0; }
  input[type="radio"] + span:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid black;
    border-radius: 50%;
    flex: none; }
  input[type="radio"]:checked + span:before {
    background: #f35429; }
  input[type="radio"]:checked + span:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 50%;
    background: white;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translateY(-50%); }

.checkboxTrigger .checkboxHidden {
  display: none;
  margin-left: 30px; }

.radioTrigger .radioHidden {
  display: none;
  margin-left: 46px; }

@media (max-width: 1500px) {
  form .formRow {
    flex-direction: column;
    margin-bottom: 0; }
  form .formRow .formHalf {
    width: 100%;
    margin-bottom: 25px; }
  form .formRow .formFull {
    margin-bottom: 25px; }
  form .formRow .formQuarter {
    width: 100%;
    margin-bottom: 25px; } }

@media (max-width: 768px) {
  form {
    min-width: 380px; }
  form input[type="submit"] {
    width: 100%; } }

@media (max-width: 520px) {
  form {
    min-width: 240px; } }

.homepageCarousel {
  margin-bottom: 0; }
  .homepageCarousel .carouselItem {
    margin-bottom: 0 !important;
    width: 100vw !important;
    height: 700px;
    background-color: black;
    display: flex;
    align-items: center; }
  .homepageCarousel .homepageCarouselVideo {
    width: calc(700px * (16 / 9));
    height: 700px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100vw; }
    .homepageCarousel .homepageCarouselVideo iframe {
      width: 100%;
      height: 100%; }
  .homepageCarousel .homeCarouselItem {
    position: relative;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw; }
    .homepageCarousel .homeCarouselItem .gradientOverlay {
      background: black;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
      position: absolute;
      z-index: 11;
      width: 100%;
      height: 200px;
      bottom: 0;
      left: 0; }
    .homepageCarousel .homeCarouselItem .homeHeroCarousel {
      object-fit: cover;
      width: 100vw;
      height: 700px; }
    .homepageCarousel .homeCarouselItem .homeHeroCarouselContent {
      position: absolute;
      bottom: 40px;
      left: 50%;
      text-align: left;
      z-index: 12;
      transform: translateX(-50%); }
      .homepageCarousel .homeCarouselItem .homeHeroCarouselContent .homeHeroDate {
        letter-spacing: 0.7px;
        color: #FFFFFF;
        font-family: trade-gothic-next-condensed, sans-serif;
        font-weight: 400;
        font-style: normal;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px; }
      .homepageCarousel .homeCarouselItem .homeHeroCarouselContent .homeHeroTitle {
        color: #FFFFFF;
        font-family: poynter-oldstyle-display, serif;
        font-style: normal;
        font-size: 54px;
        line-height: 58px;
        margin-bottom: 15px; }
      .homepageCarousel .homeCarouselItem .homeHeroCarouselContent .ctaLink {
        margin-bottom: 0; }
      .homepageCarousel .homeCarouselItem .homeHeroCarouselContent .ctaLink img {
        margin-left: 15px;
        margin-right: 0; }
        .homepageCarousel .homeCarouselItem .homeHeroCarouselContent .ctaLink img.ctaBlack {
          display: none; }
  .homepageCarousel .bullets {
    margin-top: 0;
    position: absolute;
    left: 50%;
    bottom: 23px;
    transform: translateX(-50%);
    z-index: 13; }

.homepageHeaderContent {
  width: calc(50% - 160px) !important;
  padding-top: 60px; }
  .homepageHeaderContent h1 {
    font-size: 48px;
    line-height: 58px; }
  .homepageHeaderContent h1, .homepageHeaderContent p {
    text-align: center; }
  .homepageHeaderContent p.sub {
    color: #40C0C0;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    line-height: 18px; }

.homepageSearch {
  margin-top: 60px;
  margin-bottom: 20px; }
  .homepageSearch form {
    display: flex;
    justify-content: center;
    border: 1px solid black;
    padding: 5px;
    min-width: auto;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto; }
    .homepageSearch form .search-field {
      background-color: #e1e1e1;
      height: 40px;
      width: calc(100% - 50px);
      border: none;
      padding: 0 15px;
      letter-spacing: 0.7px;
      font-family: trade-gothic-next-condensed, sans-serif;
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 18px;
      color: #40C0C0;
      -webkit-appearance: none; }
      .homepageSearch form .search-field::placeholder {
        color: #40C0C0; }
    .homepageSearch form .search-submit {
      background-color: #e1e1e1;
      color: transparent;
      height: 40px;
      border: none;
      background-image: url(/wp-content/themes/dayton-live/img/search-black.svg);
      background-repeat: no-repeat;
      background-position: center;
      cursor: pointer;
      padding: 1px 7px 2px 7px;
      width: 50px; }
      .homepageSearch form .search-submit:hover {
        background-color: #e1e1e1; }
  .homepageSearch input:-webkit-autofill,
  .homepageSearch input:-webkit-autofill:hover,
  .homepageSearch input:-webkit-autofill:focus,
  .homepageSearch input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #e1e1e1 inset !important; }
  .homepageSearch input:focus, .homepageSearch textarea:focus, .homepageSearch select:focus {
    outline: none; }

.homepageDonateEmailWrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.3); }
  .homepageDonateEmailWrapper .column-50 {
    padding-top: 60px; }
    .homepageDonateEmailWrapper .column-50:first-child {
      border-right: 1px solid rgba(255, 255, 255, 0.3);
      width: calc(100% / 2 - 31px);
      padding-right: 29px; }
    .homepageDonateEmailWrapper .column-50:last-child {
      padding-left: 50px;
      width: calc(50% - 51px); }
  .homepageDonateEmailWrapper h2 {
    color: #999999;
    margin-bottom: 35px;
    font-size: 30px; }
  .homepageDonateEmailWrapper h3 {
    margin-bottom: 25px; }
  .homepageDonateEmailWrapper form {
    min-width: auto;
    width: 100%;
    margin-bottom: 39px; }
    .homepageDonateEmailWrapper form .success {
      display: none;
      margin: 2em 0.5em 1em;
      padding: 0.2em 1em;
      text-align: left;
      font-family: trade-gothic-next-condensed, sans-serif;
      font-weight: 700;
      font-style: normal;
      letter-spacing: 0.85px;
      opacity: 1;
      text-transform: uppercase;
      font-size: 15px;
      line-height: 23px;
      border: none;
      color: #40C0C0; }
    .homepageDonateEmailWrapper form .error, .homepageDonateEmailWrapper form .invalid {
      display: none;
      margin: 2em 0.5em 1em;
      padding: 0.2em 1em;
      text-align: left;
      font-family: trade-gothic-next-condensed, sans-serif;
      font-weight: 700;
      font-style: normal;
      letter-spacing: 0.85px;
      opacity: 1;
      text-transform: uppercase;
      font-size: 15px;
      line-height: 23px;
      border: none;
      color: #EE3124; }

.homepagePresentingHeader {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0; }

.spotlights {
  position: absolute;
  z-index: 10;
  width: 136%;
  top: 50%;
  left: 50%;
  transform: translate(-47.5%, -47%);
  mix-blend-mode: hard-light; }

.emailSignupWrapper {
  background-color: white;
  display: flex;
  align-items: center;
  padding: 5px; }
  .emailSignupWrapper label {
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    width: 150px;
    text-align: center;
    margin-bottom: 0; }
  .emailSignupWrapper input[type="email"] {
    background-color: #e1e1e1;
    height: 40px;
    width: calc(100% - 30px);
    border: none;
    letter-spacing: 0.7px;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    padding: 0 15px; }
  .emailSignupWrapper input:-webkit-autofill,
  .emailSignupWrapper input:-webkit-autofill:hover,
  .emailSignupWrapper input:-webkit-autofill:focus,
  .emailSignupWrapper input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #e1e1e1 inset !important; }
  .emailSignupWrapper input:focus, .emailSignupWrapper textarea:focus, .emailSignupWrapper select:focus {
    outline: none; }
  .emailSignupWrapper span.your-email {
    width: calc(100% - 200px); }
  .emailSignupWrapper input[type="submit"] {
    background-color: #e1e1e1;
    color: transparent;
    height: 40px;
    border: none;
    background-image: url(/wp-content/themes/dayton-live/img/arrow-black-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    padding: 1px 7px 2px 7px;
    width: 50px; }
  .emailSignupWrapper .wpcf7-not-valid-tip {
    display: none !important; }
  .emailSignupWrapper .ajax-loader {
    display: none !important; }

.homepagePresentingOrganizationFlex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .homepagePresentingOrganizationFlex img {
    margin: 0 9px 15px; }

.presentingOrganizationCarousel {
  display: none; }
  .presentingOrganizationCarousel .carouselItem {
    padding: 0 !important;
    margin: 0 !important; }

.calloutsWrapper.homepageCallout .callouts .calloutItem {
  position: relative; }
  .calloutsWrapper.homepageCallout .callouts .calloutItem .eventBanner {
    position: absolute;
    top: -1.2%;
    right: -1.8%;
    margin-bottom: 0;
    width: 36%; }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .spotlights {
      mix-blend-mode: initial;
      opacity: 0.8; } } }

@media (max-width: 1363px) {
  .homepageHeaderContent h1 {
    font-size: 44px;
    line-height: 56px; }
  .homepageDonateEmailWrapper h2 {
    font-size: 28px; } }

@media (max-width: 1297px) {
  .homepageHeaderContent h1 {
    font-size: 40px;
    line-height: 50px; } }

@media (max-width: 1245px) {
  .homepageCarousel .homepageCarouselVideo {
    width: 100vw;
    height: calc(100vw * (9 / 16)); } }

@media (max-width: 1166px) {
  .homepageHeaderContent h1 {
    font-size: 49px;
    line-height: 59px; }
  .homepageMaxWidth {
    padding: 0;
    width: 100%; }
    .homepageMaxWidth .flexbox {
      flex-direction: column-reverse; }
      .homepageMaxWidth .flexbox .column-50.positionRelative {
        width: calc(100% - 200px);
        overflow: hidden;
        padding: 50px 100px 0; }
        .homepageMaxWidth .flexbox .column-50.positionRelative .spotlights {
          width: 101%; }
        .homepageMaxWidth .flexbox .column-50.positionRelative .carouselWrapper {
          margin-bottom: -3px; }
      .homepageMaxWidth .flexbox .column-50.homepageHeaderContent {
        width: calc(100% - 100px) !important;
        padding: 50px 50px 20px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto; }
  .homepageDonateEmailWrapper h2 {
    font-size: 24px;
    line-height: 32px; } }

@media (max-width: 1033px) {
  .homepageDonateEmailWrapper h2 {
    font-size: 20px;
    line-height: 29px; }
  .homepageDonateEmailWrapper h3 {
    font-size: 15px;
    line-height: 17px; } }

@media (max-width: 910px) {
  .homepageDonateEmailWrapper {
    flex-direction: column; }
    .homepageDonateEmailWrapper .column-50:first-child {
      width: 100%;
      border: 0; }
    .homepageDonateEmailWrapper .column-50:last-child {
      width: 100%;
      border: 0;
      padding-left: 0;
      padding-bottom: 60px;
      padding-top: 20px; }
    .homepageDonateEmailWrapper form {
      max-width: 350px; }
      .homepageDonateEmailWrapper form .emailSignupWrapper label {
        width: 105px; }
      .homepageDonateEmailWrapper form .emailSignupWrapper span.your-email {
        width: calc(100% - 155px); } }

@media (max-width: 768px) {
  .homepageMaxWidth .flexbox .column-50.positionRelative {
    width: calc(100% - 100px);
    padding: 50px;
    padding-bottom: 0; }
    .homepageMaxWidth .flexbox .column-50.positionRelative::after {
      content: "";
      position: absolute;
      background-color: white;
      color: white;
      width: 100%;
      left: 0;
      height: 50px;
      bottom: 0;
      z-index: 11; }
  .carouselWrapper .carousel .carouselItems .carouselItem {
    padding-bottom: 0px; }
  .homepageCarousel .carouselItem {
    height: 500px;
    padding-bottom: 0 !important; }
  .homepageCarousel .homeCarouselItem {
    height: 500px; }
  .homepageCarousel .homeCarouselItem .homeHeroCarousel {
    height: 500px; }
  .homepageCarousel .homeCarouselItem .homeHeroCarouselContent .homeHeroDate,
  .homepageCarousel .homeCarouselItem .homeHeroCarouselContent .homeHeroTitle,
  .homepageCarousel .homeCarouselItem .homeHeroCarouselContent .ctaLink {
    color: white; }
  .homepageCarousel .homeCarouselItem .homeHeroCarouselContent .ctaLink img.ctaBlack {
    display: none; }
  .homepageCarousel .homeCarouselItem .homeHeroCarouselContent .ctaLink img.ctaWhite {
    display: block; }
  .homepageCarousel .bullets {
    bottom: 53px;
    z-index: 12;
    right: 0;
    left: inherit;
    transform: inherit; }
  .homepagePresentingOrganizationFlex {
    display: none; }
  .presentingOrganizationCarousel {
    display: block; } }

@media (max-width: 620px) {
  .homepageMaxWidth .flexbox .column-50.positionRelative .spotlights {
    width: 116%;
    transform: translate(-47.5%, -52%); }
  .homepageCarousel .homeCarouselItem .homeHeroCarouselContent .homeHeroTitle {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 9px; }
  .homepageCarousel .bullets {
    bottom: 0;
    right: 50%;
    transform: translateX(50%); }
  .carouselWrapper .carousel .carouselItems .carouselItem {
    padding-bottom: 0px; }
  .homepageMaxWidth .flexbox .column-50.positionRelative {
    padding-bottom: 50px; }
  .homepageMaxWidth .flexbox.sectionPaddingBottom {
    padding-bottom: 0; } }

@media (max-width: 530px) {
  .homepageHeaderContent h1 {
    font-size: 39px;
    line-height: 54px; } }

@media (max-width: 480px) {
  .homepageMaxWidth .flexbox .column-50.homepageHeaderContent {
    padding: 20px 10px;
    width: calc(100% - 20px) !important; }
  .homepageHeaderContent h1 {
    font-size: 31px;
    line-height: 47px; }
  .homepageMaxWidth .flexbox .column-50.positionRelative {
    width: calc(100% - 50px);
    padding: 50px 25px; } }

.bannerAlertWrapper {
  text-align: left;
  color: #000000;
  padding: 15px 0;
  background-color: #EE3124;
  width: 100%;
  position: relative;
  display: none; }
  .bannerAlertWrapper .bannerAlert {
    width: calc(100% - 200px);
    padding: 0 100px;
    max-width: 1166px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.38px;
    color: white; }
    .bannerAlertWrapper .bannerAlert h1 {
      margin-bottom: 0;
      text-align: center;
      text-transform: uppercase;
      color: white;
      font-family: trade-gothic-next-condensed, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 30px;
      line-height: 40px; }
  .bannerAlertWrapper .bannerAlertClose {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer; }

.bannerAlertWrapper .bannerAlert a {
  color: white;
  text-decoration: underline; }
  .bannerAlertWrapper .bannerAlert a:visited {
    color: white;
    text-decoration: underline; }
  .bannerAlertWrapper .bannerAlert a:hover {
    text-decoration: none; }

@media (max-width: 768px) {
  .bannerAlertWrapper .bannerAlert {
    padding: 0 35px;
    width: calc(100% - 70px); } }

.banner404 {
  background-image: url(/wp-content/themes/dayton-live/img/404.png);
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative; }
  .banner404.bannerError {
    background-image: url(/wp-content/themes/dayton-live/img/404-error.jpg); }
    .banner404.bannerError .banner404Content {
      width: 45%; }
      .banner404.bannerError .banner404Content h1 {
        font-size: 155px;
        line-height: 130px; }
  .banner404 .banner404Content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%); }
    .banner404 .banner404Content h1 {
      font-family: trade-gothic-next-condensed, sans-serif;
      font-weight: 700;
      font-style: normal;
      color: white;
      font-size: 220px;
      line-height: 205px; }
    .banner404 .banner404Content h2 {
      color: #EE3124;
      font-size: 30px; }

@media (max-width: 950px) {
  .banner404.bannerError .banner404Content {
    width: 55%;
    left: 40%; } }

@media (max-width: 768px) {
  .banner404 .banner404Content {
    left: initial;
    right: 25px;
    max-width: 300px; }
    .banner404 .banner404Content h1 {
      font-size: 160px;
      line-height: 160px; }
  .banner404.bannerError .banner404Content h1 {
    font-size: 109px;
    line-height: 100px; } }

@media (max-width: 500px) {
  .banner404.bannerError .banner404Content {
    left: 25px;
    right: initial;
    width: calc(100% - 50px);
    max-width: 100%; } }

@media (max-width: 420px) {
  .banner404 .banner404Content {
    left: 25px;
    right: initial; } }
