
#stacks_in_283 {
	margin: 15px 0px 10px 0px;
}

#stacks_in_2 {
	margin: 0px 0px 25px 0px;
}
/*  */
body {
  margin: 0; }
.swoop-stacks_in_4,
.swoop-stacks_in_4 .swoop-nav,
.swoop-stacks_in_4 .swoop-nav *,
.swoop-stacks_in_4 .swoop-content,
.swoop-stacks_in_4 .swoop-content-inner,
.swoop-stacks_in_4 .swoop-item,
.swoop-stacks_in_4 .swoop-item-details,
.swoop-stacks_in_4 .swoop-item-details-inner {
  box-sizing: border-box !important;
}
.swoop-stacks_in_4 {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  position: relative;
  -ms-flex-align: stretch;
      align-items: stretch;
  transition: all 0.6s ease;
  max-width: 5000px;
  border-radius: 0px;
  min-height: 500px; }
  .swoop-stacks_in_4 .swoop-nav {
    width: 50%;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    padding: 20px 20px;
    box-sizing: border-box;
    transition: all 0.6s ease;
    max-width: 190px;
    padding-right: calc(20px + 40px/2);
    /*  */
    background: rgba(242, 245, 245, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */ }
    .swoop-stacks_in_4 .swoop-nav::before {
      /*  */ }
    .swoop-stacks_in_4 .swoop-nav::before {
      top: 0;
      left: 0;
      content: '';
      z-index: 1;
      width: 100%;
      height: 100%;
      display: none;
      position: absolute;
      border-radius: inherit;
      background: rgba(0, 0, 0, 0.20); }
  .swoop-stacks_in_4 .swoop-content {
    width: 50%;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    box-sizing: border-box;
    transition: all 0.6s ease;
    /*  */
    background: rgba(242, 245, 245, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */ }
    .swoop-stacks_in_4 .swoop-content::before {
      /*  */ }
    .swoop-stacks_in_4 .swoop-content::before {
      top: 0;
      left: 0;
      content: '';
      z-index: 1;
      width: 100%;
      height: 100%;
      display: none;
      pointer-events: none;
      position: absolute;
      border-radius: inherit;
      background: rgba(0, 0, 0, 0.20); }

.swoop-stacks_in_4 .swoop-arrows {
  top: 50%;
  right: 0;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: absolute;
  box-sizing: border-box;
  transition: all 0.6s ease;
  -ms-flex-direction: column;
      flex-direction: column;
  transform: translate(50%, -50%);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .swoop-stacks_in_4 .swoop-arrows i {
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: -ms-flexbox;
    display: flex;
    line-height: 0;
    cursor: pointer;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: rgba(36, 36, 36, 1.00);
    background: rgba(255, 255, 255, 1.00); }
    .swoop-stacks_in_4 .swoop-arrows i:hover {
      color: rgba(36, 36, 36, 1.00);
      background: rgba(245, 245, 245, 1.00); }

.swoop-stacks_in_4 .swoop-nav {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  box-sizing: border-box;
  transition: all 0.6s ease;
  /*  */
  font-family: "Montserrat";
  /*  */ }
  .swoop-stacks_in_4 .swoop-nav .swoop-nav-inner {
    box-sizing: border-box;
    transition: all 0.6s ease; }
  .swoop-stacks_in_4 .swoop-nav ul {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    list-style: none;
    /*  */
    overflow: hidden;
    /*  */
    position: relative;
    box-sizing: border-box;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: stretch;
        justify-content: stretch;
    color: rgba(76, 76, 76, 1.00);
    font-size: 30px;
    transition: all 0.6s ease;
    height: calc(((10px * 2) + 30px) * 3); }
  .swoop-stacks_in_4 .swoop-nav li {
    width: 100%;
    opacity: 0.5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    font-weight: 300;
    -webkit-filter: blur(3px);
            filter: blur(3px);
    line-height: 1;
    -ms-flex-align: center;
        align-items: center;
    color: rgba(76, 76, 76, 1.00);
    height: calc((10px * 2) + 30px);
    font-size: 30px;
    padding: 10px 20px;
    box-sizing: border-box;
    transition: all 0.6s ease; }
    .swoop-stacks_in_4 .swoop-nav li div {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .swoop-stacks_in_4 .swoop-nav li:first-child {
      margin-top: calc((10px * 2) + 30px); }
    .swoop-stacks_in_4 .swoop-nav li.active {
      opacity: 1;
      -webkit-filter: blur(0px);
              filter: blur(0px); }

.swoop-stacks_in_4 .swoop-content {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  transition: all 0.6s ease;
  /*  */
  font-family: "Montserrat";
  /*  */ }
  .swoop-stacks_in_4 .swoop-content .swoop-content-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    box-sizing: border-box;
    transition: all 0.8s ease;
    min-height: 500px; }
  .swoop-stacks_in_4 .swoop-content .swoop-item {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    overflow: hidden;
    position: relative;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    box-sizing: border-box;
    transition: all 0.6s ease; }
    .swoop-stacks_in_4 .swoop-content .swoop-item.active {
      transform: translateY(0%); }
      .swoop-stacks_in_4 .swoop-content .swoop-item.active .swoop-item-details {
        opacity: 1; }
        .swoop-stacks_in_4 .swoop-content .swoop-item.active .swoop-item-details-inner {
          opacity: 1;
          height: auto; }
    .swoop-stacks_in_4 .swoop-content .swoop-item:not(.active) .swoop-item-details-inner {
      padding: 0; }
    .swoop-stacks_in_4 .swoop-content .swoop-item-title {
      z-index: 10;
      display: none;
      color: rgba(76, 76, 76, 1.00);
      font-size: 30px; }
    .swoop-stacks_in_4 .swoop-content .swoop-item-details {
      z-index: 10;
      overflow: hidden;
      box-sizing: border-box;
      transition: all 0.4s ease;
      color: rgba(255, 255, 255, 0.50); }
      .swoop-stacks_in_4 .swoop-content .swoop-item-details h1, .swoop-stacks_in_4 .swoop-content .swoop-item-details h2, .swoop-stacks_in_4 .swoop-content .swoop-item-details h3, .swoop-stacks_in_4 .swoop-content .swoop-item-details h4, .swoop-stacks_in_4 .swoop-content .swoop-item-details h5, .swoop-stacks_in_4 .swoop-content .swoop-item-details h6 {
        /*  */
        font-family: "Montserrat";
        /*  */
        color: rgba(255, 255, 255, 1.00); }
      .swoop-stacks_in_4 .swoop-content .swoop-item-details a, .swoop-stacks_in_4 .swoop-content .swoop-item-details a:visited {
        color: rgba(255, 255, 255, 1.00); }
    .swoop-stacks_in_4 .swoop-content .swoop-item-details-inner {
      height: 0;
      opacity: 0;
      overflow: hidden;
      box-sizing: border-box;
      padding: 20px 20px;
      padding-left: calc(20px + 40px/2); }

@media (max-width: 600px) {
  .swoop-stacks_in_4 {
    -ms-flex-direction: column;
        flex-direction: column; }
    .swoop-stacks_in_4 .swoop-arrows {
      top: auto;
      right: 50%;
      bottom: 0;
      -ms-flex-direction: row;
          flex-direction: row;
      transform: translate(50%, 50%); }
    .swoop-stacks_in_4 .swoop-nav {
      width: 100%;
      height: auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      max-width: 100%;
      padding: 20px 20px;
      padding-bottom: calc(20px + 40px/2); }
    .swoop-stacks_in_4 .swoop-content {
      width: 100%;
      height: auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      max-width: 100%; }
      .swoop-stacks_in_4 .swoop-content .swoop-item-details-inner {
        padding: 20px 20px;
        padding-top: calc(20px + 40px/2); } }
#swoop-item-stacks_in_5.swoop-item.custom-content-colors {
  /*  */
  background: rgba(41, 42, 43, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #swoop-item-stacks_in_5.swoop-item.custom-content-colors::before {
    /*  */ }
  #swoop-item-stacks_in_5.swoop-item.custom-content-colors::before {
    top: 0;
    left: 0;
    content: '';
    z-index: 1;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    border-radius: inherit;
    background: ; }
  #swoop-item-stacks_in_5.swoop-item.custom-content-colors .swoop-item-details {
    color: rgba(255, 255, 255, 0.50); }
    #swoop-item-stacks_in_5.swoop-item.custom-content-colors .swoop-item-details h1, #swoop-item-stacks_in_5.swoop-item.custom-content-colors .swoop-item-details h2, #swoop-item-stacks_in_5.swoop-item.custom-content-colors .swoop-item-details h3, #swoop-item-stacks_in_5.swoop-item.custom-content-colors .swoop-item-details h4, #swoop-item-stacks_in_5.swoop-item.custom-content-colors .swoop-item-details h5, #swoop-item-stacks_in_5.swoop-item.custom-content-colors .swoop-item-details h6 {
      color: rgba(255, 255, 255, 1.00); }
    #swoop-item-stacks_in_5.swoop-item.custom-content-colors .swoop-item-details a, #swoop-item-stacks_in_5.swoop-item.custom-content-colors .swoop-item-details a:visited {
      color: rgba(255, 255, 255, 1.00); }

#swoop-item-title-stacks_in_5.custom-nav-colors {
  color: rgba(255, 255, 255, 1.00) !important; }
/*
1.0.3.4
- Ability to add classes to event items
- Icon fonts are now all loaded locally
- New option to inherit theme/framework @font-face {
- Custom font options now support fonts loaded from other addons or sources
- removes google calendar code
- you can now add titles above the date
- TODO: the above edit shifts the html contents of the slices, need to figure out how to do it without effect current instances of the stack...
*/
@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("events-files/MaterialIcons-Regular.eot"); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url("events-files/MaterialIcons-Regular.woff2") format('woff2'),
    url("events-files/MaterialIcons-Regular.woff") format('woff'),
    url("events-files/MaterialIcons-Regular.ttf") format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}
@font-face{font-family:"Ionicons";src:url("events-files/ionicons.eot?v=2.0.1");src:url("events-files/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("events-files/ionicons.ttf?v=2.0.1") format("truetype"),url("events-files/ionicons.woff?v=2.0.1") format("woff"),url("events-files/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}

/*  */
#events-stacks_in_252 {
  margin: 0 auto;
  max-width: 600px; }
  #events-stacks_in_252 ul.events-grid {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #events-stacks_in_252 ul.events-grid li.events-grid-item {
      padding: 10px 10px;
      padding-top: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; }
      #events-stacks_in_252 ul.events-grid li.events-grid-item:first-child {
        padding-top: 10px; }
  #events-stacks_in_252 .event {
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20); }
    #events-stacks_in_252 .event-header {
      /*  */
      /*  */
      background: rgba(7, 42, 64, 1.00);
      /*  */
      /*  */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      box-sizing: border-box; }
      #events-stacks_in_252 .event-header .header-title {
        /*  */
        font-family: "Nunito";
        /*  */
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        box-sizing: border-box; }
        #events-stacks_in_252 .event-header .header-title h3, #events-stacks_in_252 .event-header .header-title .header-description, #events-stacks_in_252 .event-header .header-title .header-title-info {
          margin: 0;
          padding: 0px; }
        #events-stacks_in_252 .event-header .header-title h3 {
          color: rgba(255, 255, 255, 1.00);
          font-size: 18px;
          line-height: 25.199999px;
          font-weight: bold; }
        #events-stacks_in_252 .event-header .header-title .header-description {
          color: rgba(255, 255, 255, 0.50) !important;
          font-size: 14px;
          line-height: 19.600000px; }
        #events-stacks_in_252 .event-header .header-title .header-title-info {
          font-size: 13px;
          line-height: %( %id=event_info_size[0] * 1.4 )%%px; }
          #events-stacks_in_252 .event-header .header-title .header-title-info span {
            color: rgba(90, 154, 244, 1.00);
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex; }
            #events-stacks_in_252 .event-header .header-title .header-title-info span:first-child {
              margin-right: 10px; }
          #events-stacks_in_252 .event-header .header-title .header-title-info i {
            font-size: inherit;
            margin-right: 5px; }
      #events-stacks_in_252 .event-header .header-date {
        /*  */
        /*  */
        background: rgba(23, 140, 164, 1.00);
        /*  */
        /*  */
        /*  */
        font-family: "Ubuntu";
        /*  */
        padding: 10px 10px;
        min-width: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        box-sizing: border-box;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        #events-stacks_in_252 .event-header .header-date .date-top {
          text-align: center;
          color: rgba(255, 255, 255, 1.00);
          font-size: 40px; }
        #events-stacks_in_252 .event-header .header-date .date-bottom {
          text-align: center;
          color: rgba(230, 230, 230, 1.00);
          font-size: 14px; }
      #events-stacks_in_252 .event-header .header-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin-left: auto;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        box-sizing: border-box;
        color: rgba(255, 255, 255, 1.00); }
        #events-stacks_in_252 .event-header .header-toggle .toggle-inner {
          /*  */
          font-family: "Nunito";
          /*  */
          width: 40px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          cursor: pointer;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          box-sizing: border-box;
          vertical-align: middle;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
    #events-stacks_in_252 .event-details {
      /*  */
      height: 0;
      /*  */
      /*  */
      font-family: "Nunito";
      /*  */
      /*  */
      /*  */
      background: rgba(7, 42, 64, 1.00);
      /*  */
      /*  */
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      overflow: hidden; }
      #events-stacks_in_252 .event-details .details-inner {
        padding: 15px 15px; }
        #events-stacks_in_252 .event-details .details-inner h1, #events-stacks_in_252 .event-details .details-inner h2, #events-stacks_in_252 .event-details .details-inner h3, #events-stacks_in_252 .event-details .details-inner h4, #events-stacks_in_252 .event-details .details-inner h5, #events-stacks_in_252 .event-details .details-inner h6 {
          color: rgba(255, 255, 255, 1.00); }
        #events-stacks_in_252 .event-details .details-inner p, #events-stacks_in_252 .event-details .details-inner ul, #events-stacks_in_252 .event-details .details-inner li, #events-stacks_in_252 .event-details .details-inner span, #events-stacks_in_252 .event-details .details-inner blockquote {
          line-height: 22.400000px;
          font-size: 16px;
          color: rgba(255, 255, 255, 0.40); }
        #events-stacks_in_252 .event-details .details-inner a, #events-stacks_in_252 .event-details .details-inner a:link, #events-stacks_in_252 .event-details .details-inner a:visited {
          line-height: 22.400000px;
          font-size: 16px;
          color: rgba(90, 154, 244, 1.00); }

#events-stacks_in_252 .event.event-opened .event-details {
  height: auto; }

#events-stacks_in_252 .event.event-opened .event-header .header-toggle .toggle-inner i::before {
  content: '\f126'; }

#events-stacks_in_252 .event.event-opened .event-details {
  height: auto; }

#events-stacks_in_252 .event.event-opened .event-header .header-toggle .toggle-inner i::before {
  content: '\f126'; }

#events-stacks_in_252.hide-date-top .date-top {
  display: none; }

#events-stacks_in_252.hide-date-bottom .date-bottom {
  display: none; }

#events-stacks_in_252.hide-description .header-title .header-description {
  display: none; }

#events-stacks_in_252.hide-location .header-title .header-title-info span:first-child {
  display: none; }

#events-stacks_in_252.hide-time .header-title .header-title-info span:nth-child(2) {
  display: none; }

@media (max-width: 500px) {
  #events-stacks_in_252 .event-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #events-stacks_in_252 .event-header .header-title {
      width: 100%; }
      #events-stacks_in_252 .event-header .header-title .header-title-info span {
        margin-bottom: 5px; }
    #events-stacks_in_252 .event-header .header-date {
      width: 100%; }
    #events-stacks_in_252 .event-header .header-toggle {
      width: 100%; }
      #events-stacks_in_252 .event-header .header-toggle .toggle-inner {
        width: 100%;
        min-height: 40px; }
        #events-stacks_in_252 .event-header .header-toggle .toggle-inner::after {
          display: inline;
          font-size: 14px;
          margin-left: 10px;
          content: 'View Details'; } }

@media (min-width: 400px) and (max-width: 780px) {
  /*  */
  #events-stacks_in_252 .event-header .header-title h3 {
    font-size: 16px;
    line-height: 22.400000px; }
  #events-stacks_in_252 .event-header .header-title .header-description {
    font-size: 13px;
    line-height: 18.199999px; }
  #events-stacks_in_252 .event-header .header-title .header-title-info {
    font-size: 13px;
    line-height: %( %id=event_info_size[1] * 1.4 )%%px; }
  #events-stacks_in_252 .event-header .header-date .date-top {
    font-size: 40px; }
  #events-stacks_in_252 .event-header .header-date .date-bottom {
    font-size: 14px; }
  #events-stacks_in_252 .event-details .details-inner {
    font-size: 16px;
    line-height: 22.400000px; }
  /*  */ }

@media (max-width: 400px) {
  /*  */
  #events-stacks_in_252 .event-header .header-title h3 {
    font-size: 16px;
    line-height: 22.400000px; }
  #events-stacks_in_252 .event-header .header-title .header-description {
    font-size: 13px;
    line-height: 18.199999px; }
  #events-stacks_in_252 .event-header .header-title .header-title-info {
    font-size: 13px;
    line-height: %( %id=event_info_size[2] * 1.4 )%%px; }
  #events-stacks_in_252 .event-header .header-date .date-top {
    font-size: 40px; }
  #events-stacks_in_252 .event-header .header-date .date-bottom {
    font-size: 14px; }
  #events-stacks_in_252 .event-details .details-inner {
    font-size: 16px;
    line-height: 22.400000px; }
  /*  */ }
#swoop-item-stacks_in_459.swoop-item.custom-content-colors {
  /*  */
  background: rgba(41, 42, 43, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #swoop-item-stacks_in_459.swoop-item.custom-content-colors::before {
    /*  */ }
  #swoop-item-stacks_in_459.swoop-item.custom-content-colors::before {
    top: 0;
    left: 0;
    content: '';
    z-index: 1;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    border-radius: inherit;
    background: ; }
  #swoop-item-stacks_in_459.swoop-item.custom-content-colors .swoop-item-details {
    color: rgba(255, 255, 255, 0.50); }
    #swoop-item-stacks_in_459.swoop-item.custom-content-colors .swoop-item-details h1, #swoop-item-stacks_in_459.swoop-item.custom-content-colors .swoop-item-details h2, #swoop-item-stacks_in_459.swoop-item.custom-content-colors .swoop-item-details h3, #swoop-item-stacks_in_459.swoop-item.custom-content-colors .swoop-item-details h4, #swoop-item-stacks_in_459.swoop-item.custom-content-colors .swoop-item-details h5, #swoop-item-stacks_in_459.swoop-item.custom-content-colors .swoop-item-details h6 {
      color: rgba(255, 255, 255, 1.00); }
    #swoop-item-stacks_in_459.swoop-item.custom-content-colors .swoop-item-details a, #swoop-item-stacks_in_459.swoop-item.custom-content-colors .swoop-item-details a:visited {
      color: rgba(255, 255, 255, 1.00); }

#swoop-item-title-stacks_in_459.custom-nav-colors {
  color: rgba(255, 255, 255, 1.00) !important; }
/*
1.0.3.4
- Ability to add classes to event items
- Icon fonts are now all loaded locally
- New option to inherit theme/framework @font-face {
- Custom font options now support fonts loaded from other addons or sources
- removes google calendar code
- you can now add titles above the date
- TODO: the above edit shifts the html contents of the slices, need to figure out how to do it without effect current instances of the stack...
*/
@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("events-files/MaterialIcons-Regular.eot"); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url("events-files/MaterialIcons-Regular.woff2") format('woff2'),
    url("events-files/MaterialIcons-Regular.woff") format('woff'),
    url("events-files/MaterialIcons-Regular.ttf") format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}
@font-face{font-family:"Ionicons";src:url("events-files/ionicons.eot?v=2.0.1");src:url("events-files/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("events-files/ionicons.ttf?v=2.0.1") format("truetype"),url("events-files/ionicons.woff?v=2.0.1") format("woff"),url("events-files/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}

/*  */
#events-stacks_in_460 {
  margin: 0 auto;
  max-width: 600px; }
  #events-stacks_in_460 ul.events-grid {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #events-stacks_in_460 ul.events-grid li.events-grid-item {
      padding: 10px 10px;
      padding-top: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; }
      #events-stacks_in_460 ul.events-grid li.events-grid-item:first-child {
        padding-top: 10px; }
  #events-stacks_in_460 .event {
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20); }
    #events-stacks_in_460 .event-header {
      /*  */
      /*  */
      background: rgba(73, 6, 13, 1.00);
      /*  */
      /*  */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      box-sizing: border-box; }
      #events-stacks_in_460 .event-header .header-title {
        /*  */
        font-family: "Roboto";
        /*  */
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        box-sizing: border-box; }
        #events-stacks_in_460 .event-header .header-title h3, #events-stacks_in_460 .event-header .header-title .header-description, #events-stacks_in_460 .event-header .header-title .header-title-info {
          margin: 0;
          padding: 0px; }
        #events-stacks_in_460 .event-header .header-title h3 {
          color: rgba(255, 255, 255, 1.00);
          font-size: 18px;
          line-height: 25.199999px;
          font-weight: bold; }
        #events-stacks_in_460 .event-header .header-title .header-description {
          color: rgba(255, 255, 255, 0.50) !important;
          font-size: 14px;
          line-height: 19.600000px; }
        #events-stacks_in_460 .event-header .header-title .header-title-info {
          font-size: 13px;
          line-height: %( %id=event_info_size[0] * 1.4 )%%px; }
          #events-stacks_in_460 .event-header .header-title .header-title-info span {
            color: rgba(53, 135, 250, 1.00);
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex; }
            #events-stacks_in_460 .event-header .header-title .header-title-info span:first-child {
              margin-right: 10px; }
          #events-stacks_in_460 .event-header .header-title .header-title-info i {
            font-size: inherit;
            margin-right: 5px; }
      #events-stacks_in_460 .event-header .header-date {
        /*  */
        /*  */
        background: rgba(214, 159, 58, 1.00);
        /*  */
        /*  */
        /*  */
        font-family: "Nunito";
        /*  */
        padding: 10px 10px;
        min-width: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        box-sizing: border-box;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        #events-stacks_in_460 .event-header .header-date .date-top {
          text-align: center;
          color: rgba(255, 255, 255, 1.00);
          font-size: 40px; }
        #events-stacks_in_460 .event-header .header-date .date-bottom {
          text-align: center;
          color: rgba(0, 4, 7, 1.00);
          font-size: 14px; }
      #events-stacks_in_460 .event-header .header-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin-left: auto;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        box-sizing: border-box;
        color: rgba(255, 255, 255, 1.00); }
        #events-stacks_in_460 .event-header .header-toggle .toggle-inner {
          /*  */
          font-family: "Roboto";
          /*  */
          width: 40px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          cursor: pointer;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          box-sizing: border-box;
          vertical-align: middle;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
    #events-stacks_in_460 .event-details {
      /*  */
      height: 0;
      /*  */
      /*  */
      font-family: "Roboto";
      /*  */
      /*  */
      /*  */
      background: rgba(84, 20, 18, 1.00);
      /*  */
      /*  */
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      overflow: hidden; }
      #events-stacks_in_460 .event-details .details-inner {
        padding: 15px 15px; }
        #events-stacks_in_460 .event-details .details-inner h1, #events-stacks_in_460 .event-details .details-inner h2, #events-stacks_in_460 .event-details .details-inner h3, #events-stacks_in_460 .event-details .details-inner h4, #events-stacks_in_460 .event-details .details-inner h5, #events-stacks_in_460 .event-details .details-inner h6 {
          color: rgba(255, 255, 255, 1.00); }
        #events-stacks_in_460 .event-details .details-inner p, #events-stacks_in_460 .event-details .details-inner ul, #events-stacks_in_460 .event-details .details-inner li, #events-stacks_in_460 .event-details .details-inner span, #events-stacks_in_460 .event-details .details-inner blockquote {
          line-height: 22.400000px;
          font-size: 16px;
          color: rgba(255, 255, 255, 0.40); }
        #events-stacks_in_460 .event-details .details-inner a, #events-stacks_in_460 .event-details .details-inner a:link, #events-stacks_in_460 .event-details .details-inner a:visited {
          line-height: 22.400000px;
          font-size: 16px;
          color: rgba(90, 154, 244, 1.00); }

#events-stacks_in_460 .event.event-opened .event-details {
  height: auto; }

#events-stacks_in_460 .event.event-opened .event-header .header-toggle .toggle-inner i::before {
  content: '\f126'; }

#events-stacks_in_460 .event.event-opened .event-details {
  height: auto; }

#events-stacks_in_460 .event.event-opened .event-header .header-toggle .toggle-inner i::before {
  content: '\f126'; }

#events-stacks_in_460.hide-date-top .date-top {
  display: none; }

#events-stacks_in_460.hide-date-bottom .date-bottom {
  display: none; }

#events-stacks_in_460.hide-description .header-title .header-description {
  display: none; }

#events-stacks_in_460.hide-location .header-title .header-title-info span:first-child {
  display: none; }

#events-stacks_in_460.hide-time .header-title .header-title-info span:nth-child(2) {
  display: none; }

@media (max-width: 500px) {
  #events-stacks_in_460 .event-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #events-stacks_in_460 .event-header .header-title {
      width: 100%; }
      #events-stacks_in_460 .event-header .header-title .header-title-info span {
        margin-bottom: 5px; }
    #events-stacks_in_460 .event-header .header-date {
      width: 100%; }
    #events-stacks_in_460 .event-header .header-toggle {
      width: 100%; }
      #events-stacks_in_460 .event-header .header-toggle .toggle-inner {
        width: 100%;
        min-height: 40px; }
        #events-stacks_in_460 .event-header .header-toggle .toggle-inner::after {
          display: inline;
          font-size: 14px;
          margin-left: 10px;
          content: 'View Details'; } }

@media (min-width: 400px) and (max-width: 780px) {
  /*  */
  #events-stacks_in_460 .event-header .header-title h3 {
    font-size: 16px;
    line-height: 22.400000px; }
  #events-stacks_in_460 .event-header .header-title .header-description {
    font-size: 13px;
    line-height: 18.199999px; }
  #events-stacks_in_460 .event-header .header-title .header-title-info {
    font-size: 13px;
    line-height: %( %id=event_info_size[1] * 1.4 )%%px; }
  #events-stacks_in_460 .event-header .header-date .date-top {
    font-size: 40px; }
  #events-stacks_in_460 .event-header .header-date .date-bottom {
    font-size: 14px; }
  #events-stacks_in_460 .event-details .details-inner {
    font-size: 16px;
    line-height: 22.400000px; }
  /*  */ }

@media (max-width: 400px) {
  /*  */
  #events-stacks_in_460 .event-header .header-title h3 {
    font-size: 16px;
    line-height: 22.400000px; }
  #events-stacks_in_460 .event-header .header-title .header-description {
    font-size: 13px;
    line-height: 18.199999px; }
  #events-stacks_in_460 .event-header .header-title .header-title-info {
    font-size: 13px;
    line-height: %( %id=event_info_size[2] * 1.4 )%%px; }
  #events-stacks_in_460 .event-header .header-date .date-top {
    font-size: 40px; }
  #events-stacks_in_460 .event-header .header-date .date-bottom {
    font-size: 14px; }
  #events-stacks_in_460 .event-details .details-inner {
    font-size: 16px;
    line-height: 22.400000px; }
  /*  */ }
#swoop-item-stacks_in_425.swoop-item.custom-content-colors {
  /*  */
  background: rgba(41, 42, 43, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #swoop-item-stacks_in_425.swoop-item.custom-content-colors::before {
    /*  */ }
  #swoop-item-stacks_in_425.swoop-item.custom-content-colors::before {
    top: 0;
    left: 0;
    content: '';
    z-index: 1;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    border-radius: inherit;
    background: ; }
  #swoop-item-stacks_in_425.swoop-item.custom-content-colors .swoop-item-details {
    color: rgba(255, 255, 255, 0.50); }
    #swoop-item-stacks_in_425.swoop-item.custom-content-colors .swoop-item-details h1, #swoop-item-stacks_in_425.swoop-item.custom-content-colors .swoop-item-details h2, #swoop-item-stacks_in_425.swoop-item.custom-content-colors .swoop-item-details h3, #swoop-item-stacks_in_425.swoop-item.custom-content-colors .swoop-item-details h4, #swoop-item-stacks_in_425.swoop-item.custom-content-colors .swoop-item-details h5, #swoop-item-stacks_in_425.swoop-item.custom-content-colors .swoop-item-details h6 {
      color: rgba(255, 255, 255, 1.00); }
    #swoop-item-stacks_in_425.swoop-item.custom-content-colors .swoop-item-details a, #swoop-item-stacks_in_425.swoop-item.custom-content-colors .swoop-item-details a:visited {
      color: rgba(255, 255, 255, 1.00); }

#swoop-item-title-stacks_in_425.custom-nav-colors {
  color: rgba(255, 255, 255, 1.00) !important; }
/*
1.0.3.4
- Ability to add classes to event items
- Icon fonts are now all loaded locally
- New option to inherit theme/framework @font-face {
- Custom font options now support fonts loaded from other addons or sources
- removes google calendar code
- you can now add titles above the date
- TODO: the above edit shifts the html contents of the slices, need to figure out how to do it without effect current instances of the stack...
*/
@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("events-files/MaterialIcons-Regular.eot"); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url("events-files/MaterialIcons-Regular.woff2") format('woff2'),
    url("events-files/MaterialIcons-Regular.woff") format('woff'),
    url("events-files/MaterialIcons-Regular.ttf") format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}
@font-face{font-family:"Ionicons";src:url("events-files/ionicons.eot?v=2.0.1");src:url("events-files/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("events-files/ionicons.ttf?v=2.0.1") format("truetype"),url("events-files/ionicons.woff?v=2.0.1") format("woff"),url("events-files/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}

/*  */
#events-stacks_in_426 {
  margin: 0 auto;
  max-width: 600px; }
  #events-stacks_in_426 ul.events-grid {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #events-stacks_in_426 ul.events-grid li.events-grid-item {
      padding: 10px 10px;
      padding-top: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; }
      #events-stacks_in_426 ul.events-grid li.events-grid-item:first-child {
        padding-top: 10px; }
  #events-stacks_in_426 .event {
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20); }
    #events-stacks_in_426 .event-header {
      /*  */
      /*  */
      background: rgba(73, 6, 13, 1.00);
      /*  */
      /*  */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      box-sizing: border-box; }
      #events-stacks_in_426 .event-header .header-title {
        /*  */
        font-family: "Roboto";
        /*  */
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        box-sizing: border-box; }
        #events-stacks_in_426 .event-header .header-title h3, #events-stacks_in_426 .event-header .header-title .header-description, #events-stacks_in_426 .event-header .header-title .header-title-info {
          margin: 0;
          padding: 0px; }
        #events-stacks_in_426 .event-header .header-title h3 {
          color: rgba(255, 255, 255, 1.00);
          font-size: 18px;
          line-height: 25.199999px;
          font-weight: bold; }
        #events-stacks_in_426 .event-header .header-title .header-description {
          color: rgba(255, 255, 255, 0.50) !important;
          font-size: 14px;
          line-height: 19.600000px; }
        #events-stacks_in_426 .event-header .header-title .header-title-info {
          font-size: 13px;
          line-height: %( %id=event_info_size[0] * 1.4 )%%px; }
          #events-stacks_in_426 .event-header .header-title .header-title-info span {
            color: rgba(53, 135, 250, 1.00);
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex; }
            #events-stacks_in_426 .event-header .header-title .header-title-info span:first-child {
              margin-right: 10px; }
          #events-stacks_in_426 .event-header .header-title .header-title-info i {
            font-size: inherit;
            margin-right: 5px; }
      #events-stacks_in_426 .event-header .header-date {
        /*  */
        /*  */
        background: rgba(214, 159, 58, 1.00);
        /*  */
        /*  */
        /*  */
        font-family: "Nunito";
        /*  */
        padding: 10px 10px;
        min-width: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        box-sizing: border-box;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        #events-stacks_in_426 .event-header .header-date .date-top {
          text-align: center;
          color: rgba(255, 255, 255, 1.00);
          font-size: 40px; }
        #events-stacks_in_426 .event-header .header-date .date-bottom {
          text-align: center;
          color: rgba(0, 4, 7, 1.00);
          font-size: 14px; }
      #events-stacks_in_426 .event-header .header-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin-left: auto;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        box-sizing: border-box;
        color: rgba(255, 255, 255, 1.00); }
        #events-stacks_in_426 .event-header .header-toggle .toggle-inner {
          /*  */
          font-family: "Roboto";
          /*  */
          width: 40px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          cursor: pointer;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          box-sizing: border-box;
          vertical-align: middle;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
    #events-stacks_in_426 .event-details {
      /*  */
      height: 0;
      /*  */
      /*  */
      font-family: "Roboto";
      /*  */
      /*  */
      /*  */
      background: rgba(84, 20, 18, 1.00);
      /*  */
      /*  */
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      overflow: hidden; }
      #events-stacks_in_426 .event-details .details-inner {
        padding: 15px 15px; }
        #events-stacks_in_426 .event-details .details-inner h1, #events-stacks_in_426 .event-details .details-inner h2, #events-stacks_in_426 .event-details .details-inner h3, #events-stacks_in_426 .event-details .details-inner h4, #events-stacks_in_426 .event-details .details-inner h5, #events-stacks_in_426 .event-details .details-inner h6 {
          color: rgba(255, 255, 255, 1.00); }
        #events-stacks_in_426 .event-details .details-inner p, #events-stacks_in_426 .event-details .details-inner ul, #events-stacks_in_426 .event-details .details-inner li, #events-stacks_in_426 .event-details .details-inner span, #events-stacks_in_426 .event-details .details-inner blockquote {
          line-height: 22.400000px;
          font-size: 16px;
          color: rgba(255, 255, 255, 0.40); }
        #events-stacks_in_426 .event-details .details-inner a, #events-stacks_in_426 .event-details .details-inner a:link, #events-stacks_in_426 .event-details .details-inner a:visited {
          line-height: 22.400000px;
          font-size: 16px;
          color: rgba(90, 154, 244, 1.00); }

#events-stacks_in_426 .event.event-opened .event-details {
  height: auto; }

#events-stacks_in_426 .event.event-opened .event-header .header-toggle .toggle-inner i::before {
  content: '\f126'; }

#events-stacks_in_426 .event.event-opened .event-details {
  height: auto; }

#events-stacks_in_426 .event.event-opened .event-header .header-toggle .toggle-inner i::before {
  content: '\f126'; }

#events-stacks_in_426.hide-date-top .date-top {
  display: none; }

#events-stacks_in_426.hide-date-bottom .date-bottom {
  display: none; }

#events-stacks_in_426.hide-description .header-title .header-description {
  display: none; }

#events-stacks_in_426.hide-location .header-title .header-title-info span:first-child {
  display: none; }

#events-stacks_in_426.hide-time .header-title .header-title-info span:nth-child(2) {
  display: none; }

@media (max-width: 500px) {
  #events-stacks_in_426 .event-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #events-stacks_in_426 .event-header .header-title {
      width: 100%; }
      #events-stacks_in_426 .event-header .header-title .header-title-info span {
        margin-bottom: 5px; }
    #events-stacks_in_426 .event-header .header-date {
      width: 100%; }
    #events-stacks_in_426 .event-header .header-toggle {
      width: 100%; }
      #events-stacks_in_426 .event-header .header-toggle .toggle-inner {
        width: 100%;
        min-height: 40px; }
        #events-stacks_in_426 .event-header .header-toggle .toggle-inner::after {
          display: inline;
          font-size: 14px;
          margin-left: 10px;
          content: 'View Details'; } }

@media (min-width: 400px) and (max-width: 780px) {
  /*  */
  #events-stacks_in_426 .event-header .header-title h3 {
    font-size: 16px;
    line-height: 22.400000px; }
  #events-stacks_in_426 .event-header .header-title .header-description {
    font-size: 13px;
    line-height: 18.199999px; }
  #events-stacks_in_426 .event-header .header-title .header-title-info {
    font-size: 13px;
    line-height: %( %id=event_info_size[1] * 1.4 )%%px; }
  #events-stacks_in_426 .event-header .header-date .date-top {
    font-size: 40px; }
  #events-stacks_in_426 .event-header .header-date .date-bottom {
    font-size: 14px; }
  #events-stacks_in_426 .event-details .details-inner {
    font-size: 16px;
    line-height: 22.400000px; }
  /*  */ }

@media (max-width: 400px) {
  /*  */
  #events-stacks_in_426 .event-header .header-title h3 {
    font-size: 16px;
    line-height: 22.400000px; }
  #events-stacks_in_426 .event-header .header-title .header-description {
    font-size: 13px;
    line-height: 18.199999px; }
  #events-stacks_in_426 .event-header .header-title .header-title-info {
    font-size: 13px;
    line-height: %( %id=event_info_size[2] * 1.4 )%%px; }
  #events-stacks_in_426 .event-header .header-date .date-top {
    font-size: 40px; }
  #events-stacks_in_426 .event-header .header-date .date-bottom {
    font-size: 14px; }
  #events-stacks_in_426 .event-details .details-inner {
    font-size: 16px;
    line-height: 22.400000px; }
  /*  */ }
#swoop-item-stacks_in_504.swoop-item.custom-content-colors {
  /*  */
  background: rgba(41, 42, 43, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #swoop-item-stacks_in_504.swoop-item.custom-content-colors::before {
    /*  */ }
  #swoop-item-stacks_in_504.swoop-item.custom-content-colors::before {
    top: 0;
    left: 0;
    content: '';
    z-index: 1;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    border-radius: inherit;
    background: ; }
  #swoop-item-stacks_in_504.swoop-item.custom-content-colors .swoop-item-details {
    color: rgba(255, 255, 255, 0.50); }
    #swoop-item-stacks_in_504.swoop-item.custom-content-colors .swoop-item-details h1, #swoop-item-stacks_in_504.swoop-item.custom-content-colors .swoop-item-details h2, #swoop-item-stacks_in_504.swoop-item.custom-content-colors .swoop-item-details h3, #swoop-item-stacks_in_504.swoop-item.custom-content-colors .swoop-item-details h4, #swoop-item-stacks_in_504.swoop-item.custom-content-colors .swoop-item-details h5, #swoop-item-stacks_in_504.swoop-item.custom-content-colors .swoop-item-details h6 {
      color: rgba(255, 255, 255, 1.00); }
    #swoop-item-stacks_in_504.swoop-item.custom-content-colors .swoop-item-details a, #swoop-item-stacks_in_504.swoop-item.custom-content-colors .swoop-item-details a:visited {
      color: rgba(255, 255, 255, 1.00); }

#swoop-item-title-stacks_in_504.custom-nav-colors {
  color: rgba(255, 255, 255, 1.00) !important; }
/*
1.0.3.4
- Ability to add classes to event items
- Icon fonts are now all loaded locally
- New option to inherit theme/framework @font-face {
- Custom font options now support fonts loaded from other addons or sources
- removes google calendar code
- you can now add titles above the date
- TODO: the above edit shifts the html contents of the slices, need to figure out how to do it without effect current instances of the stack...
*/
@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("events-files/MaterialIcons-Regular.eot"); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url("events-files/MaterialIcons-Regular.woff2") format('woff2'),
    url("events-files/MaterialIcons-Regular.woff") format('woff'),
    url("events-files/MaterialIcons-Regular.ttf") format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}
@font-face{font-family:"Ionicons";src:url("events-files/ionicons.eot?v=2.0.1");src:url("events-files/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("events-files/ionicons.ttf?v=2.0.1") format("truetype"),url("events-files/ionicons.woff?v=2.0.1") format("woff"),url("events-files/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}

/*  */
#events-stacks_in_505 {
  margin: 0 auto;
  max-width: 600px; }
  #events-stacks_in_505 ul.events-grid {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #events-stacks_in_505 ul.events-grid li.events-grid-item {
      padding: 10px 10px;
      padding-top: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; }
      #events-stacks_in_505 ul.events-grid li.events-grid-item:first-child {
        padding-top: 10px; }
  #events-stacks_in_505 .event {
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20); }
    #events-stacks_in_505 .event-header {
      /*  */
      /*  */
      background: rgba(73, 6, 13, 1.00);
      /*  */
      /*  */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      box-sizing: border-box; }
      #events-stacks_in_505 .event-header .header-title {
        /*  */
        font-family: "Roboto";
        /*  */
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        box-sizing: border-box; }
        #events-stacks_in_505 .event-header .header-title h3, #events-stacks_in_505 .event-header .header-title .header-description, #events-stacks_in_505 .event-header .header-title .header-title-info {
          margin: 0;
          padding: 0px; }
        #events-stacks_in_505 .event-header .header-title h3 {
          color: rgba(255, 255, 255, 1.00);
          font-size: 18px;
          line-height: 25.199999px;
          font-weight: bold; }
        #events-stacks_in_505 .event-header .header-title .header-description {
          color: rgba(255, 255, 255, 0.50) !important;
          font-size: 14px;
          line-height: 19.600000px; }
        #events-stacks_in_505 .event-header .header-title .header-title-info {
          font-size: 13px;
          line-height: %( %id=event_info_size[0] * 1.4 )%%px; }
          #events-stacks_in_505 .event-header .header-title .header-title-info span {
            color: rgba(53, 135, 250, 1.00);
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex; }
            #events-stacks_in_505 .event-header .header-title .header-title-info span:first-child {
              margin-right: 10px; }
          #events-stacks_in_505 .event-header .header-title .header-title-info i {
            font-size: inherit;
            margin-right: 5px; }
      #events-stacks_in_505 .event-header .header-date {
        /*  */
        /*  */
        background: rgba(214, 159, 58, 1.00);
        /*  */
        /*  */
        /*  */
        font-family: "Nunito";
        /*  */
        padding: 10px 10px;
        min-width: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        box-sizing: border-box;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        #events-stacks_in_505 .event-header .header-date .date-top {
          text-align: center;
          color: rgba(255, 255, 255, 1.00);
          font-size: 40px; }
        #events-stacks_in_505 .event-header .header-date .date-bottom {
          text-align: center;
          color: rgba(0, 4, 7, 1.00);
          font-size: 14px; }
      #events-stacks_in_505 .event-header .header-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin-left: auto;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        box-sizing: border-box;
        color: rgba(255, 255, 255, 1.00); }
        #events-stacks_in_505 .event-header .header-toggle .toggle-inner {
          /*  */
          font-family: "Roboto";
          /*  */
          width: 40px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          cursor: pointer;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          box-sizing: border-box;
          vertical-align: middle;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
    #events-stacks_in_505 .event-details {
      /*  */
      height: 0;
      /*  */
      /*  */
      font-family: "Roboto";
      /*  */
      /*  */
      /*  */
      background: rgba(84, 20, 18, 1.00);
      /*  */
      /*  */
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      overflow: hidden; }
      #events-stacks_in_505 .event-details .details-inner {
        padding: 15px 15px; }
        #events-stacks_in_505 .event-details .details-inner h1, #events-stacks_in_505 .event-details .details-inner h2, #events-stacks_in_505 .event-details .details-inner h3, #events-stacks_in_505 .event-details .details-inner h4, #events-stacks_in_505 .event-details .details-inner h5, #events-stacks_in_505 .event-details .details-inner h6 {
          color: rgba(255, 255, 255, 1.00); }
        #events-stacks_in_505 .event-details .details-inner p, #events-stacks_in_505 .event-details .details-inner ul, #events-stacks_in_505 .event-details .details-inner li, #events-stacks_in_505 .event-details .details-inner span, #events-stacks_in_505 .event-details .details-inner blockquote {
          line-height: 22.400000px;
          font-size: 16px;
          color: rgba(255, 255, 255, 0.40); }
        #events-stacks_in_505 .event-details .details-inner a, #events-stacks_in_505 .event-details .details-inner a:link, #events-stacks_in_505 .event-details .details-inner a:visited {
          line-height: 22.400000px;
          font-size: 16px;
          color: rgba(90, 154, 244, 1.00); }

#events-stacks_in_505 .event.event-opened .event-details {
  height: auto; }

#events-stacks_in_505 .event.event-opened .event-header .header-toggle .toggle-inner i::before {
  content: '\f126'; }

#events-stacks_in_505 .event.event-opened .event-details {
  height: auto; }

#events-stacks_in_505 .event.event-opened .event-header .header-toggle .toggle-inner i::before {
  content: '\f126'; }

#events-stacks_in_505.hide-date-top .date-top {
  display: none; }

#events-stacks_in_505.hide-date-bottom .date-bottom {
  display: none; }

#events-stacks_in_505.hide-description .header-title .header-description {
  display: none; }

#events-stacks_in_505.hide-location .header-title .header-title-info span:first-child {
  display: none; }

#events-stacks_in_505.hide-time .header-title .header-title-info span:nth-child(2) {
  display: none; }

@media (max-width: 500px) {
  #events-stacks_in_505 .event-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #events-stacks_in_505 .event-header .header-title {
      width: 100%; }
      #events-stacks_in_505 .event-header .header-title .header-title-info span {
        margin-bottom: 5px; }
    #events-stacks_in_505 .event-header .header-date {
      width: 100%; }
    #events-stacks_in_505 .event-header .header-toggle {
      width: 100%; }
      #events-stacks_in_505 .event-header .header-toggle .toggle-inner {
        width: 100%;
        min-height: 40px; }
        #events-stacks_in_505 .event-header .header-toggle .toggle-inner::after {
          display: inline;
          font-size: 14px;
          margin-left: 10px;
          content: 'View Details'; } }

@media (min-width: 400px) and (max-width: 780px) {
  /*  */
  #events-stacks_in_505 .event-header .header-title h3 {
    font-size: 16px;
    line-height: 22.400000px; }
  #events-stacks_in_505 .event-header .header-title .header-description {
    font-size: 13px;
    line-height: 18.199999px; }
  #events-stacks_in_505 .event-header .header-title .header-title-info {
    font-size: 13px;
    line-height: %( %id=event_info_size[1] * 1.4 )%%px; }
  #events-stacks_in_505 .event-header .header-date .date-top {
    font-size: 40px; }
  #events-stacks_in_505 .event-header .header-date .date-bottom {
    font-size: 14px; }
  #events-stacks_in_505 .event-details .details-inner {
    font-size: 16px;
    line-height: 22.400000px; }
  /*  */ }

@media (max-width: 400px) {
  /*  */
  #events-stacks_in_505 .event-header .header-title h3 {
    font-size: 16px;
    line-height: 22.400000px; }
  #events-stacks_in_505 .event-header .header-title .header-description {
    font-size: 13px;
    line-height: 18.199999px; }
  #events-stacks_in_505 .event-header .header-title .header-title-info {
    font-size: 13px;
    line-height: %( %id=event_info_size[2] * 1.4 )%%px; }
  #events-stacks_in_505 .event-header .header-date .date-top {
    font-size: 40px; }
  #events-stacks_in_505 .event-header .header-date .date-bottom {
    font-size: 14px; }
  #events-stacks_in_505 .event-details .details-inner {
    font-size: 16px;
    line-height: 22.400000px; }
  /*  */ }
#swoop-item-stacks_in_329.swoop-item.custom-content-colors {
  /*  */
  background: rgba(41, 42, 43, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #swoop-item-stacks_in_329.swoop-item.custom-content-colors::before {
    /*  */ }
  #swoop-item-stacks_in_329.swoop-item.custom-content-colors::before {
    top: 0;
    left: 0;
    content: '';
    z-index: 1;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    border-radius: inherit;
    background: ; }
  #swoop-item-stacks_in_329.swoop-item.custom-content-colors .swoop-item-details {
    color: rgba(255, 255, 255, 0.50); }
    #swoop-item-stacks_in_329.swoop-item.custom-content-colors .swoop-item-details h1, #swoop-item-stacks_in_329.swoop-item.custom-content-colors .swoop-item-details h2, #swoop-item-stacks_in_329.swoop-item.custom-content-colors .swoop-item-details h3, #swoop-item-stacks_in_329.swoop-item.custom-content-colors .swoop-item-details h4, #swoop-item-stacks_in_329.swoop-item.custom-content-colors .swoop-item-details h5, #swoop-item-stacks_in_329.swoop-item.custom-content-colors .swoop-item-details h6 {
      color: rgba(255, 255, 255, 1.00); }
    #swoop-item-stacks_in_329.swoop-item.custom-content-colors .swoop-item-details a, #swoop-item-stacks_in_329.swoop-item.custom-content-colors .swoop-item-details a:visited {
      color: rgba(255, 255, 255, 1.00); }

#swoop-item-title-stacks_in_329.custom-nav-colors {
  color: rgba(255, 255, 255, 1.00) !important; }
/*
1.0.3.4
- Ability to add classes to event items
- Icon fonts are now all loaded locally
- New option to inherit theme/framework @font-face {
- Custom font options now support fonts loaded from other addons or sources
- removes google calendar code
- you can now add titles above the date
- TODO: the above edit shifts the html contents of the slices, need to figure out how to do it without effect current instances of the stack...
*/
@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("events-files/MaterialIcons-Regular.eot"); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url("events-files/MaterialIcons-Regular.woff2") format('woff2'),
    url("events-files/MaterialIcons-Regular.woff") format('woff'),
    url("events-files/MaterialIcons-Regular.ttf") format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}
@font-face{font-family:"Ionicons";src:url("events-files/ionicons.eot?v=2.0.1");src:url("events-files/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("events-files/ionicons.ttf?v=2.0.1") format("truetype"),url("events-files/ionicons.woff?v=2.0.1") format("woff"),url("events-files/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}

/*  */
#events-stacks_in_330 {
  margin: 0 auto;
  max-width: 600px; }
  #events-stacks_in_330 ul.events-grid {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #events-stacks_in_330 ul.events-grid li.events-grid-item {
      padding: 10px 10px;
      padding-top: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; }
      #events-stacks_in_330 ul.events-grid li.events-grid-item:first-child {
        padding-top: 10px; }
  #events-stacks_in_330 .event {
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20); }
    #events-stacks_in_330 .event-header {
      /*  */
      /*  */
      background: rgba(73, 6, 13, 1.00);
      /*  */
      /*  */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      box-sizing: border-box; }
      #events-stacks_in_330 .event-header .header-title {
        /*  */
        font-family: "Roboto";
        /*  */
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        box-sizing: border-box; }
        #events-stacks_in_330 .event-header .header-title h3, #events-stacks_in_330 .event-header .header-title .header-description, #events-stacks_in_330 .event-header .header-title .header-title-info {
          margin: 0;
          padding: 0px; }
        #events-stacks_in_330 .event-header .header-title h3 {
          color: rgba(255, 255, 255, 1.00);
          font-size: 18px;
          line-height: 25.199999px;
          font-weight: bold; }
        #events-stacks_in_330 .event-header .header-title .header-description {
          color: rgba(255, 255, 255, 0.50) !important;
          font-size: 14px;
          line-height: 19.600000px; }
        #events-stacks_in_330 .event-header .header-title .header-title-info {
          font-size: 13px;
          line-height: %( %id=event_info_size[0] * 1.4 )%%px; }
          #events-stacks_in_330 .event-header .header-title .header-title-info span {
            color: rgba(53, 135, 250, 1.00);
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex; }
            #events-stacks_in_330 .event-header .header-title .header-title-info span:first-child {
              margin-right: 10px; }
          #events-stacks_in_330 .event-header .header-title .header-title-info i {
            font-size: inherit;
            margin-right: 5px; }
      #events-stacks_in_330 .event-header .header-date {
        /*  */
        /*  */
        background: rgba(214, 159, 58, 1.00);
        /*  */
        /*  */
        /*  */
        font-family: "Nunito";
        /*  */
        padding: 10px 10px;
        min-width: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        box-sizing: border-box;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        #events-stacks_in_330 .event-header .header-date .date-top {
          text-align: center;
          color: rgba(255, 255, 255, 1.00);
          font-size: 40px; }
        #events-stacks_in_330 .event-header .header-date .date-bottom {
          text-align: center;
          color: rgba(0, 4, 7, 1.00);
          font-size: 14px; }
      #events-stacks_in_330 .event-header .header-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin-left: auto;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        box-sizing: border-box;
        color: rgba(255, 255, 255, 1.00); }
        #events-stacks_in_330 .event-header .header-toggle .toggle-inner {
          /*  */
          font-family: "Roboto";
          /*  */
          width: 40px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          cursor: pointer;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          box-sizing: border-box;
          vertical-align: middle;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
    #events-stacks_in_330 .event-details {
      /*  */
      height: 0;
      /*  */
      /*  */
      font-family: "Roboto";
      /*  */
      /*  */
      /*  */
      background: rgba(84, 20, 18, 1.00);
      /*  */
      /*  */
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      overflow: hidden; }
      #events-stacks_in_330 .event-details .details-inner {
        padding: 15px 15px; }
        #events-stacks_in_330 .event-details .details-inner h1, #events-stacks_in_330 .event-details .details-inner h2, #events-stacks_in_330 .event-details .details-inner h3, #events-stacks_in_330 .event-details .details-inner h4, #events-stacks_in_330 .event-details .details-inner h5, #events-stacks_in_330 .event-details .details-inner h6 {
          color: rgba(255, 255, 255, 1.00); }
        #events-stacks_in_330 .event-details .details-inner p, #events-stacks_in_330 .event-details .details-inner ul, #events-stacks_in_330 .event-details .details-inner li, #events-stacks_in_330 .event-details .details-inner span, #events-stacks_in_330 .event-details .details-inner blockquote {
          line-height: 22.400000px;
          font-size: 16px;
          color: rgba(255, 255, 255, 0.40); }
        #events-stacks_in_330 .event-details .details-inner a, #events-stacks_in_330 .event-details .details-inner a:link, #events-stacks_in_330 .event-details .details-inner a:visited {
          line-height: 22.400000px;
          font-size: 16px;
          color: rgba(90, 154, 244, 1.00); }

#events-stacks_in_330 .event.event-opened .event-details {
  height: auto; }

#events-stacks_in_330 .event.event-opened .event-header .header-toggle .toggle-inner i::before {
  content: '\f126'; }

#events-stacks_in_330 .event.event-opened .event-details {
  height: auto; }

#events-stacks_in_330 .event.event-opened .event-header .header-toggle .toggle-inner i::before {
  content: '\f126'; }

#events-stacks_in_330.hide-date-top .date-top {
  display: none; }

#events-stacks_in_330.hide-date-bottom .date-bottom {
  display: none; }

#events-stacks_in_330.hide-description .header-title .header-description {
  display: none; }

#events-stacks_in_330.hide-location .header-title .header-title-info span:first-child {
  display: none; }

#events-stacks_in_330.hide-time .header-title .header-title-info span:nth-child(2) {
  display: none; }

@media (max-width: 500px) {
  #events-stacks_in_330 .event-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #events-stacks_in_330 .event-header .header-title {
      width: 100%; }
      #events-stacks_in_330 .event-header .header-title .header-title-info span {
        margin-bottom: 5px; }
    #events-stacks_in_330 .event-header .header-date {
      width: 100%; }
    #events-stacks_in_330 .event-header .header-toggle {
      width: 100%; }
      #events-stacks_in_330 .event-header .header-toggle .toggle-inner {
        width: 100%;
        min-height: 40px; }
        #events-stacks_in_330 .event-header .header-toggle .toggle-inner::after {
          display: inline;
          font-size: 14px;
          margin-left: 10px;
          content: 'View Details'; } }

@media (min-width: 400px) and (max-width: 780px) {
  /*  */
  #events-stacks_in_330 .event-header .header-title h3 {
    font-size: 16px;
    line-height: 22.400000px; }
  #events-stacks_in_330 .event-header .header-title .header-description {
    font-size: 13px;
    line-height: 18.199999px; }
  #events-stacks_in_330 .event-header .header-title .header-title-info {
    font-size: 13px;
    line-height: %( %id=event_info_size[1] * 1.4 )%%px; }
  #events-stacks_in_330 .event-header .header-date .date-top {
    font-size: 40px; }
  #events-stacks_in_330 .event-header .header-date .date-bottom {
    font-size: 14px; }
  #events-stacks_in_330 .event-details .details-inner {
    font-size: 16px;
    line-height: 22.400000px; }
  /*  */ }

@media (max-width: 400px) {
  /*  */
  #events-stacks_in_330 .event-header .header-title h3 {
    font-size: 16px;
    line-height: 22.400000px; }
  #events-stacks_in_330 .event-header .header-title .header-description {
    font-size: 13px;
    line-height: 18.199999px; }
  #events-stacks_in_330 .event-header .header-title .header-title-info {
    font-size: 13px;
    line-height: %( %id=event_info_size[2] * 1.4 )%%px; }
  #events-stacks_in_330 .event-header .header-date .date-top {
    font-size: 40px; }
  #events-stacks_in_330 .event-header .header-date .date-bottom {
    font-size: 14px; }
  #events-stacks_in_330 .event-details .details-inner {
    font-size: 16px;
    line-height: 22.400000px; }
  /*  */ }
