@font-face {
  font-family: 'display_art_threeregular';
  src: url("../fonts/display_art_three_w90_regular-webfont.woff2") format("woff2"), url("../fonts/display_art_three_w90_regular-webfont.woff") format("woff"), url("../fonts/display_art_three_w90_regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BubbleGum';
  src: url("../fonts/BubbleGum.ttf") format("truetype"), url("../fonts/BubbleGum.woff2") format("woff2"), url("../fonts/BubbleGum.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

a {
  font-weight: 400; }
  a {
    font-size: 0.85rem; }
    @media screen and (min-width: 20rem) {
      a {
        font-size: calc(0.2727272727vw + 0.7954545455rem); } }
    @media screen and (min-width: 75rem) {
      a {
        font-size: 1rem; } }
p, li {
  line-height: 1.5;
  font-weight: 400; }
  p, li {
    font-size: 0.85rem; }
    @media screen and (min-width: 20rem) {
      p, li {
        font-size: calc(0.2727272727vw + 0.7954545455rem); } }
    @media screen and (min-width: 75rem) {
      p, li {
        font-size: 1rem; } }
.xl-title {
  font-weight: 400;
  line-height: 1; }
  .xl-title {
    font-size: 4rem; }
    @media screen and (min-width: 20rem) {
      .xl-title {
        font-size: calc(4.5454545455vw + 3.0909090909rem); } }
    @media screen and (min-width: 75rem) {
      .xl-title {
        font-size: 6.5rem; } }
.large-title {
  font-weight: 400; }
  .large-title {
    font-size: 3rem; }
    @media screen and (min-width: 20rem) {
      .large-title {
        font-size: calc(0.9090909091vw + 2.8181818182rem); } }
    @media screen and (min-width: 75rem) {
      .large-title {
        font-size: 3.5rem; } }
.medium-title {
  font-weight: 400; }
  .medium-title {
    font-size: 2rem; }
    @media screen and (min-width: 20rem) {
      .medium-title {
        font-size: calc(0.9090909091vw + 1.8181818182rem); } }
    @media screen and (min-width: 75rem) {
      .medium-title {
        font-size: 2.5rem; } }
.small-title {
  font-weight: 400; }
  .small-title {
    font-size: 1rem; }
    @media screen and (min-width: 20rem) {
      .small-title {
        font-size: calc(0.9090909091vw + 0.8181818182rem); } }
    @media screen and (min-width: 75rem) {
      .small-title {
        font-size: 1.5rem; } }
.forward-text {
  font-family: 'display_art_threeregular'; }

@supports (mix-blend-mode: lighten) {
  .gradient1 {
    display: inline-block;
    position: relative;
    color: #000;
    background: #fff;
    mix-blend-mode: multiply; }
    .gradient1::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(to right,#23966c, #faaa54, #e23b4a, #db0768, #360670);
      pointer-events: none; }
    .gradient1::before {
      mix-blend-mode: screen; } }

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  margin: 0; }

a {
  text-decoration: none; }

p, a, button {
  line-height: 1;
  font-family: source-code-pro, monospace;
  text-transform: uppercase; }

p {
  line-height: 1.5; }

i {
  vertical-align: middle; }

.cover {
  object-fit: cover;
  object-position: center; }

.underline {
  text-decoration: underline; }

img {
  height: 100%;
  width: 100%; }

body {
  overflow-x: hidden;
  margin: 0;
  background-size: cover;
  background-attachment: fixed; }
  body.white {
    background: initial; }

@keyframes spin {
  0% {
    transform: rotateY(0); }
  100% {
    transform: rotateY(360deg); } }

.nav-outer {
  position: absolute;
  top: 0;
  width: 100vw;
  display: flex;
  z-index: 10;
  padding: 0 5%;
  justify-content: space-between;
  max-width: 95rem;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  top: 65px; }
  .nav-outer img {
    max-height: 35px;
    width: auto; }
  .nav-outer .open, .nav-outer .sub-page-open {
    z-index: 10; }
    .nav-outer .open i, .nav-outer .sub-page-open i {
      font-size: 3em;
      color: #000; }

.sub-page-open {
  display: initial; }
  @media (min-width: 40em) {
    .sub-page-open i {
      color: #000; } }
.nav-open {
  transform: translate(0, 0); }

.btn {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: source-code-pro, monospace;
  text-transform: uppercase;
  background: linear-gradient(to left, #FF6B6D 50%, #fff9d2 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: .3s ease;
  padding: .75rem 1.25rem;
  margin-bottom: 0.75em;
  font-size: 1rem;
  text-align: center; }
  @media (min-width: 40em) {
    .btn {
      font-size: 1.25rem; } }
  .btn:hover {
    background-position: left bottom;
    color: black; }
  @media (min-width: 64em) {
    .btn {
      display: inherit; } }
  .btn.btn-dark {
    background: linear-gradient(to left, #FF6B6D 50%, #fff9d2 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: #fff; }
    .btn.btn-dark:hover {
      background-position: left bottom;
      color: #000; }
  .btn.btn-sm {
    padding: .5rem .85rem;
    font-size: .75rem; }

nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  text-align: center;
  z-index: 100;
  background-color: #fff;
  display: flex;
  flex-flow: column;
  transform: translate(100%, 0);
  transition: .3s ease;
  width: 80%; }
  @media (min-width: 40em) {
    nav {
      width: 40%; } }
  nav a {
    font-size: 3rem;
    margin: 0.5em 0;
    font-family: "BubbleGum"; }
  nav p {
    margin: 1.5em 0 0; }
  nav .close {
    align-self: flex-end;
    padding-right: 6%;
    margin-top: 25px; }
    nav .close i {
      font-size: 3rem; }
  nav img {
    height: 25px;
    object-fit: contain;
    margin-bottom: 3em; }
    @media (min-width: 40em) {
      nav img {
        height: 35px; } }
  nav .btn-group {
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-flow: row;
    justify-content: space-around; }
    nav .btn-group img {
      width: auto; }

.sub-page-nav {
  padding: 5%;
  min-width: 45%; }
  @media (min-width: 40em) {
    .sub-page-nav {
      min-width: auto; } }
header {
  height: 100vh;
  display: flex;
  flex-flow: column;
  align-items: center;
  align-content: center;
  text-align: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: url("../img/gradient.png") no-repeat;
  background-blend-mode: saturation;
  background-size: cover;
  background-position: center;
  background-filter: grayscale(100); }
  header img {
    max-width: 90%;
    height: auto;
    margin-bottom: 1.5em; }
    @media (min-width: 40em) {
      header img {
        max-width: 35%; } }
  header .btn-group {
    display: flex;
    flex-flow: row; }
    header .btn-group .btn {
      height: auto;
      margin: 0 0.5em; }
  header p {
    color: #fff;
    flex: 0 1 auto; }
  header a {
    font-family: salsbury, sans-serif;
    color: #fff; }
    header a span {
      text-decoration: underline; }
  header .forward-mark {
    height: 100px;
    width: auto;
    filter: invert(87%) sepia(73%) saturate(6243%) hue-rotate(353deg) brightness(99%) contrast(110%); }
  header h1 {
    font-size: 7rem; }
  header .about-nav {
    grid-column: 6 / 7;
    grid-row: 11 / 12; }
  header .lineup-nav {
    grid-column: 6 / 7;
    grid-row: 4 / 5; }
  header .resources-nav {
    grid-column: 7 / 8;
    grid-row: 6 / 7; }
  header .schedule-nav {
    grid-column: -2 / -3;
    grid-row: 11 / 12; }
  header .lodging-nav {
    grid-column: 5 / 6;
    grid-row: 7 / 8; }
  header .badge {
    display: flex;
    flex-flow: row wrap;
    background-color: #fff;
    position: absolute;
    text-transform: uppercase;
    top: 120px;
    left: 10px;
    z-index: 10;
    padding: 1.5%; }
    header .badge h4 {
      line-height: 1;
      flex-basis: 100%;
      font-family: source-code-pro, monospace; }
    header .badge p {
      margin: 0; }
    @media (min-width: 40em) {
      header .badge {
        left: 50px; } }
  header .register {
    cursor: pointer;
    background-color: #FF6600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: source-code-pro, monospace;
    text-transform: uppercase;
    color: #fff;
    grid-column: 1 / -1;
    grid-row: 11 / 12;
    transition: .3s ease;
    width: 100%;
    padding: 5% 0; }
    header .register a {
      color: #fff; }
    header .register:hover {
      width: 110%; }
    @media (min-width: 64em) {
      header .register {
        grid-column: 5 / 8;
        grid-row: 8 / 10; } }
#about {
  margin: 4.5em 0;
  min-height: 30vw;
  align-content: center;
  display: flex; }
  #about .wrapper {
    padding: 1.5em;
    max-width: 75rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #about .wrapper h1 {
      font-family: "display_art_threeregular";
      flex-basis: 100%; }
      @media (min-width: 64em) {
        #about .wrapper h1 {
          flex-basis: 40%; } }
    @media (min-width: 64em) {
      #about .wrapper p {
        flex-basis: 60%; } }
    #about .wrapper h1, #about .wrapper p {
      padding: 0 2%; }
    #about .wrapper a {
      text-decoration: underline;
      color: blue; }
    @media (max-width: 39.9375em) {
      #about .wrapper {
        flex-flow: row wrap; } }
#atlanta {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh; }
  #atlanta img {
    width: 50%;
    height: auto; }

.angels {
  display: flex;
  justify-content: center; }
  .angels .angel {
    width: auto;
    height: 200px; }
  .angels img:nth-child(2) {
    transform: scaleX(-1);
    margin-left: 2%; }

#schedule {
  width: 100vw;
  background-color: #b1e5f0; }
  #schedule .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 55px;
    grid-auto-rows: min-content;
    align-content: center;
    font-family: "display_art_threeregular";
    max-width: 85rem;
    height: auto;
    margin: 4.5em auto;
    padding: 3% 5%; }
    #schedule .wrapper > h1 {
      font-family: "display_art_threeregular";
      font-size: 4rem;
      grid-column: 1 / -1;
      font-weight: 400;
      text-align: center;
      margin: 0.75em 0; }
    #schedule .wrapper img {
      grid-column: 2 / 4;
      object-fit: contain;
      height: auto;
      margin-bottom: 1.5em; }
    #schedule .wrapper .section-title {
      font-family: source-code-pro, monospace;
      text-transform: uppercase;
      text-align: center;
      grid-column: span 3;
      margin-bottom: 5%; }
    #schedule .wrapper .day-sched {
      grid-column: span 3;
      align-items: center;
      align-content: flex-start;
      margin: 1.5em 0;
      display: grid;
      grid-template-columns: max-content 1.5fr max-content;
      grid-auto-rows: auto;
      grid-column-gap: 15px; }
      @media (min-width: 40em) {
        #schedule .wrapper .day-sched {
          grid-column: span 1; } }
      #schedule .wrapper .day-sched .day {
        grid-column: 1 / -1;
        text-align: center; }
      #schedule .wrapper .day-sched .calendar {
        display: flex;
        align-items: center; }
        #schedule .wrapper .day-sched .calendar span {
          margin-right: 10px; }
    #schedule .wrapper p.subject-to-change {
      font-size: .5rem;
      font-style: italic; }

.follow-us, .download-app {
  background-color: #FF6B6D;
  padding: 2%; }
  .follow-us a, .download-app a {
    position: relative;
    color: #fff;
    font-size: .65rem; }
    .follow-us a h3, .download-app a h3 {
      text-align: center;
      font-family: "display_art_threeregular"; }
    .follow-us a i, .download-app a i {
      top: -5px;
      position: relative; }

.download-app {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center; }
  @media (min-width: 40em) {
    .download-app {
      flex-flow: row nowrap; } }
  .download-app h3 {
    font-family: "display_art_threeregular";
    color: #fff;
    flex: 0 1 100%;
    text-align: center;
    margin: 0.75em 0; }
    @media (min-width: 40em) {
      .download-app h3 {
        margin-right: 1.5em;
        flex: initial; } }
  .download-app img {
    height: 35px;
    width: auto;
    margin-right: 10px; }
  .download-app .btn-group {
    width: 20%;
    display: flex;
    flex-flow: row;
    justify-content: space-around; }

#lineup {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  max-width: 85rem;
  margin: 4.5em auto;
  min-height: 100vh;
  position: relative;
  padding: 5%; }
  #lineup::before {
    content: '';
    position: absolute;
    top: 20%;
    height: 70%;
    width: 70%;
    background: url("../img/scratch.png") no-repeat;
    background-size: contain;
    transform: scaleX(-1);
    z-index: -1; }
  #lineup .speaker-info {
    order: 1;
    width: 100%;
    font-family: "display_art_threeregular"; }
    @media (min-width: 40em) {
      #lineup .speaker-info {
        flex: 0 50%; } }
    #lineup .speaker-info .medium-title {
      font-family: "BubbleGum"; }
    #lineup .speaker-info .xl-title {
      color: #b1e5f0; }
      @media (max-width: 39.9375em) {
        #lineup .speaker-info .xl-title {
          margin-bottom: 0.5em; } }
    #lineup .speaker-info .small-title {
      color: #FF6B6D; }
  #lineup .sadie-name, #lineup .rich-name, #lineup .labrant-name, #lineup .madi-name, #lineup .laura-name, #lineup .peter-name, #lineup .reggie-name, #lineup .fcmusic-name, #lineup .yf-name, #lineup .jentezen-name {
    position: absolute; }
    @media (max-width: 39.9375em) {
      #lineup .sadie-name, #lineup .rich-name, #lineup .labrant-name, #lineup .madi-name, #lineup .laura-name, #lineup .peter-name, #lineup .reggie-name, #lineup .fcmusic-name, #lineup .yf-name, #lineup .jentezen-name {
        display: none !important; } }
  #lineup .speaker-pics {
    order: 2;
    z-index: 1;
    display: grid;
    justify-content: center;
    grid-gap: 10px;
    grid-template-columns: 1fr;
    grid-auto-rows: 250px; }
    #lineup .speaker-pics div {
      position: relative;
      display: flex;
      align-items: center;
      overflow: hidden;
      justify-content: center; }
      #lineup .speaker-pics div::after {
        content: '';
        position: absolute;
        font-family: "BubbleGum";
        width: 100%;
        height: 20%;
        background-color: rgba(255, 249, 210, 0.9);
        bottom: 0;
        left: 0;
        z-index: 10;
        display: flex;
        padding: 2%;
        align-items: center;
        color: #FF6B6D;
        font-size: 1.2rem; }
        @media (min-width: 40em) {
          #lineup .speaker-pics div::after {
            display: none; } }
      #lineup .speaker-pics div img {
        object-fit: cover;
        grid-column: span 1;
        position: relative; }
        @media (min-width: 40em) {
          #lineup .speaker-pics div img {
            object-position: center; } }
    #lineup .speaker-pics .sadie img {
      object-position: 0 40%; }
    #lineup .speaker-pics .sadie::after {
      content: 'Sadie Robertson Huff'; }
    #lineup .speaker-pics .rich::after {
      content: 'Rich Wilkerson Jr.'; }
    @media (max-width: 39.9375em) {
      #lineup .speaker-pics .rich img {
        object-position: 0 10%; } }
    #lineup .speaker-pics .labrant img {
      object-position: 0 20%; }
    #lineup .speaker-pics .labrant::after {
      content: 'Cole & Savannah Labrant'; }
    #lineup .speaker-pics .madi::after {
      content: 'Madi Prewett'; }
    #lineup .speaker-pics .laura img {
      object-position: 50% 50%;
      height: 300%; }
    #lineup .speaker-pics .laura::after {
      content: 'Laura Toggs'; }
    #lineup .speaker-pics .peter img {
      object-position: 0 20%; }
    #lineup .speaker-pics .peter::after {
      content: 'Peter Toggs'; }
    #lineup .speaker-pics .reggie::after {
      content: 'Reggie Dabbs'; }
    #lineup .speaker-pics .fcmusic::after {
      content: 'Free Chapel Music'; }
    #lineup .speaker-pics .yf::after {
      content: 'Hillsong Young & Free'; }
    #lineup .speaker-pics .jentezen img {
      object-position: 0 30%; }
    #lineup .speaker-pics .jentezen::after {
      content: 'Jentezen Franklin'; }
    #lineup .speaker-pics .more::after {
      display: none; }
    @media (min-width: 40em) {
      #lineup .speaker-pics {
        flex: 1;
        grid-template-columns: repeat(5, 1fr);
        grid-auto-rows: minmax(100px, 130px);
        grid-template-areas: '. . sadie . .' 'yf rich madi laura peter' '. . labrant . .' '. . jentezen . .' '. . reggie . .' '. . fcmusic . .'; }
        #lineup .speaker-pics .sadie {
          grid-area: sadie; }
          #lineup .speaker-pics .sadie img {
            object-position: 40%;
            top: 10%;
            height: 200%; }
        #lineup .speaker-pics .rich {
          grid-area: rich; }
          #lineup .speaker-pics .rich img {
            object-position: 70%;
            height: 200%;
            top: 40%; }
        #lineup .speaker-pics .labrant {
          grid-area: labrant; }
          #lineup .speaker-pics .labrant img {
            object-position: 40%;
            height: 170%;
            top: 20%; }
        #lineup .speaker-pics .madi {
          grid-area: madi; }
          #lineup .speaker-pics .madi img {
            height: 170%;
            top: 30%; }
        #lineup .speaker-pics .laura {
          grid-area: laura; }
          #lineup .speaker-pics .laura img {
            height: 350%;
            top: 0; }
        #lineup .speaker-pics .peter {
          grid-area: peter; }
          #lineup .speaker-pics .peter img {
            height: 200%;
            object-position: 40%;
            top: 30px; }
        #lineup .speaker-pics .reggie {
          grid-area: reggie; }
          #lineup .speaker-pics .reggie img {
            height: 200%;
            top: 30%; }
        #lineup .speaker-pics .fcmusic {
          grid-area: fcmusic; }
        #lineup .speaker-pics .yf {
          grid-area: yf; }
        #lineup .speaker-pics .jentezen {
          grid-area: jentezen; }
          #lineup .speaker-pics .jentezen img {
            height: 200%;
            object-position: 50%;
            top: 30px; }
        #lineup .speaker-pics .more {
          grid-area: more; } }
#sponsors {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 65rem;
  margin: 3em auto;
  padding: 0 5%; }
  #sponsors h3 {
    flex-basis: 100%;
    font-family: 'display_art_threeregular';
    text-align: center;
    margin-bottom: 0.75em; }
  #sponsors img {
    max-width: 90px; }

footer {
  background-color: #000;
  height: 150px;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: space-between;
  padding: 5%; }
  footer img {
    height: 20px;
    width: auto; }
    @media (max-width: 39.9375em) {
      footer img {
        margin-bottom: 15px; } }
  footer ul {
    text-align: right;
    flex: 1 0 auto;
    list-style-type: none;
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 0;
    flex-basis: 100%; }
    @media (min-width: 40em) {
      footer ul {
        flex-basis: auto;
        justify-content: flex-end; } }
    footer ul li {
      margin: 0 5% 0 0; }
      footer ul li a {
        color: #fff; }
      footer ul li:last-child {
        margin: 0; }

.live-header {
  font-family: "display_art_threeregular"; }
  .live-header #countdown {
    color: #fff9d2;
    margin: 0; }
  @media (min-width: 40em) {
    .live-header p {
      font-size: 8vw; } }
.gradient-bg {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0; }

header.live-header-final {
  padding: 50px 5% 0 5%;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-auto-rows: max-content;
  max-width: 95rem;
  margin: 0 auto;
  background: none;
  position: relative;
  height: initial;
  min-height: 100vh; }
  header.live-header-final .dynamic-content {
    display: none;
    grid-column: 1 / -1;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5em; }
    @media (max-width: 39.9375em) {
      header.live-header-final .dynamic-content {
        margin-top: 100px; } }
    header.live-header-final .dynamic-content h2 {
      font-family: "display_art_threeregular";
      margin-right: 15px;
      font-size: 2vmax; }
    header.live-header-final .dynamic-content img {
      min-height: 20px;
      max-height: 250px;
      max-width: 50%;
      width: auto; }
  header.live-header-final .session-number {
    font-family: source-code-pro, monospace;
    margin-top: 0.5em;
    grid-column: 1 / -1;
    text-align: left; }
  header.live-header-final .video-container {
    overflow: hidden;
    position: relative;
    grid-column: 1 / -1; }
    @media (min-width: 40em) {
      header.live-header-final .video-container {
        grid-column: 1 / 2; } }
    header.live-header-final .video-container::after {
      padding-top: 56.25%;
      display: block;
      content: ''; }
    header.live-header-final .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  header.live-header-final .sidebar {
    grid-column: 1 / -1;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 1.5em;
    position: relative;
    align-items: center; }
    @media (min-width: 40em) {
      header.live-header-final .sidebar {
        grid-column: 2 / 3;
        flex-flow: column;
        height: 100%; } }
    header.live-header-final .sidebar h2 {
      flex-basis: 100%;
      text-align: center;
      font-family: "BubbleGum";
      margin-bottom: 0.5em; }
    header.live-header-final .sidebar a {
      width: 40%; }
      @media (min-width: 40em) {
        header.live-header-final .sidebar a {
          width: 100%;
          height: 100%; } }
    header.live-header-final .sidebar img {
      object-fit: contain;
      width: 100%; }
    header.live-header-final .sidebar iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      margin: auto;
      border: none;
      outline: none;
      overflow: hidden; }

#past-sessions {
  max-width: 85rem;
  margin: 4.5em auto;
  padding: 0 5%; }
  #past-sessions h1, #past-sessions h2 {
    font-family: "BubbleGum";
    margin-bottom: 0.75em; }
  #past-sessions .card-stack, #past-sessions .card-stack-small {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 35px; }
    #past-sessions .card-stack h2, #past-sessions .card-stack-small h2 {
      grid-column: 1 / -1;
      margin-bottom: 0; }
    #past-sessions .card-stack img, #past-sessions .card-stack-small img {
      width: 100%;
      height: auto;
      grid-column: span 1; }

#tribe-scoreboard {
  background: url("../img/gradient.jpg") no-repeat;
  background-size: cover;
  padding: 5%;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  max-height: 100%;
  position: relative; }
  #tribe-scoreboard h1 {
    text-align: center;
    flex-basis: 100%;
    font-family: 'display_art_threeregular';
    color: #fff9d2; }
  #tribe-scoreboard .responsive-container {
    height: 0;
    padding-top: 56.25%;
    width: 100%;
    position: relative; }
    #tribe-scoreboard .responsive-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      margin: 0 auto;
      border: none; }

#register-header, #faq-header {
  height: 50vh;
  position: relative;
  display: flex;
  align-items: center;
  background: url("../img/clouds.jpg") no-repeat;
  background-size: cover;
  background-position: center; }
  #register-header h1, #faq-header h1 {
    font-family: "display_art_threeregular";
    flex: 0 1 auto;
    color: #fff9d2; }

.wufoo-register {
  padding: 5%;
  margin: auto;
  overflow-x: hidden; }
  .wufoo-register::before {
    content: "";
    position: absolute;
    height: 70%;
    z-index: -1;
    background: url("../img/scratch.png") 0 0 repeat;
    background-size: contain;
    top: 50%;
    left: 0;
    transform: rotate(30deg);
    overflow-x: hidden; }
    @media (min-width: 40em) {
      .wufoo-register::before {
        width: 100%; } }
  .wufoo-register #wufoo-w8iqxxo0dqhhq0 {
    background-color: #fff;
    max-width: 55rem;
    margin: auto; }

#faq-header {
  background: url("../img/faqheader.jpg"); }

.faq {
  max-width: 55rem;
  margin: 3em auto; }
  .faq a {
    text-decoration: underline;
    color: blue; }

nav#sub-page-nav {
  display: initial; }

@media (min-width: 40em) {
  .details-wrapper {
    display: flex;
    justify-content: space-between; } }

.details-wrapper #details-header h1 {
  font-size: 4em; }

@media (max-width: 39.9375em) {
  .details-wrapper #details-header {
    width: 100%; } }

@media (min-width: 40em) {
  .details-wrapper #details-header {
    width: 47%;
    position: sticky;
    top: 0; } }

.details-wrapper .details-faq {
  padding: 5%; }
  @media (min-width: 40em) {
    .details-wrapper .details-faq {
      width: 47%;
      padding: 5%; } }
  .details-wrapper .details-faq h1 {
    padding-top: 10%; }

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s; }

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc; }

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 2%; }
  .panel.half strong {
    font-weight: 800; }
  .panel.half div {
    display: flex;
    flex-flow: row wrap; }
  .panel.half p {
    margin-right: 0;
    width: 50%; }

.coming-soon::after {
  background-color: rgba(0, 0, 0, 0.7);
  content: 'Coming Soon';
  color: #fff;
  display: flex;
  font-family: source-code-pro, monospace;
  font-size: .5rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.leader-collective i {
  color: #000; }

.leader-collective #leader-info {
  position: relative; }
  .leader-collective #leader-info .wrapper {
    max-width: 35rem;
    margin: 0 auto;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    color: #fff;
    align-content: center;
    text-align: center;
    padding: 0 10%; }
    .leader-collective #leader-info .wrapper a {
      flex-basis: 100%;
      margin-bottom: 5%; }
      @media (min-width: 40em) {
        .leader-collective #leader-info .wrapper a {
          flex-basis: 35%; } }
    .leader-collective #leader-info .wrapper h1 {
      color: #000;
      margin-bottom: 5%; }
    .leader-collective #leader-info .wrapper .btn {
      padding: 5%; }
      @media (min-width: 40em) {
        .leader-collective #leader-info .wrapper .btn {
          padding: 2% 3%; } }
.alert {
  position: absolute;
  background-color: #FFF9D2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1% 0;
  z-index: 10;
  width: 100vw;
  font-family: salsbury, sans-serif;
  min-height: 50px; }
  .alert a {
    text-align: center;
    max-width: 70%;
    margin: 0;
    line-height: 1.2; }

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */ }
  .modal-content p {
    font-family: salsbury, sans-serif; }

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

#prize-frame {
  display: flex;
  justify-content: center; }
  #prize-frame iframe {
    width: 100vw;
    min-height: 100vh; }

.card-stack, .card-stack-small {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column: 1 / -1;
  min-height: 100%;
  grid-column-gap: 15px;
  margin-bottom: 1.5em;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
  .card-stack .card, .card-stack-small .card {
    display: grid;
    grid-row-gap: 5px;
    grid-template-columns: 1fr min-content;
    grid-auto-rows: min-content;
    line-height: 1; }
    .card-stack .card .pseudo-play, .card-stack-small .card .pseudo-play {
      grid-column: 1 / -1; }
    .card-stack .card .campus_image, .card-stack-small .card .campus_image {
      grid-column: span 2;
      height: auto;
      width: 100%; }
    .card-stack .card .xsmall-title, .card-stack-small .card .xsmall-title {
      margin: 0;
      text-transform: initial; }
    .card-stack .card a, .card-stack-small .card a {
      color: #000;
      text-decoration: none;
      line-height: 1; }
      .card-stack .card a.xsmall-title, .card-stack-small .card a.xsmall-title {
        grid-column: 1 / 2; }
    .card-stack .card h3, .card-stack-small .card h3 {
      line-height: 1; }
      .card-stack .card h3.xsmall-title, .card-stack-small .card h3.xsmall-title {
        grid-column: 1 / 2; }
    .card-stack .card i, .card-stack-small .card i {
      grid-column: 2 / 3;
      align-self: center;
      transform: translate(0, -2px);
      font-size: modular-scale(0);
      line-height: 1;
      text-align: right; }
    .card-stack .card p, .card-stack-small .card p, .card-stack .card .campus_times, .card-stack-small .card .campus_times {
      grid-column: 1 / -1;
      line-height: 1; }
    .card-stack .card p, .card-stack-small .card p {
      margin: 0; }
    .card-stack .card iframe, .card-stack-small .card iframe {
      grid-column: span 2; }

@media (min-width: 64em) {
  .card-stack-small {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35px 20px; } }

.card-stack-fancy div.card {
  grid-template-columns: 1fr;
  position: relative;
  grid-auto-rows: 1fr;
  height: auto;
  align-items: center;
  grid-row-gap: 20px; }
  .card-stack-fancy div.card h3 {
    grid-row: 1 / 2; }
  .card-stack-fancy div.card p {
    grid-row: 2 / 3; }
  .card-stack-fancy div.card .btn {
    grid-row: 3 / 4; }
  .card-stack-fancy div.card .btn {
    align-self: flex-end;
    z-index: 10;
    margin: 0 2px; }
  .card-stack-fancy div.card::after, .card-stack-fancy div.card::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out; }
  .card-stack-fancy div.card:hover::after {
    opacity: 1;
    transform: translate(10px, -10px); }
  .card-stack-fancy div.card:hover::before {
    opacity: 1;
    transform: translate(-10px, 10px); }

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  animation-name: fadein;
  animation-duration: 1s; }
  .modal ol {
    list-style: decimal;
    padding: 0 0 1em 0; }
    .modal ol li {
      font-weight: 400;
      padding: 0.25em 0; }
  .modal p {
    font-weight: 400;
    padding-bottom: 1em; }
    @media (min-width: 40em) {
      .modal p {
        padding-bottom: 0; } }
    .modal p.groups-join-info {
      font-weight: 700;
      text-align: left;
      width: 100%;
      font-size: 120%; }

.blocker {
  display: grid;
  z-index: 1000000; }

body > div.jquery-modal.blocker.current::before {
  display: none; }

.modal-content {
  position: relative;
  grid-template-columns: 1fr 1fr;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  justify-content: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: .5s ease; }
  @media (min-width: 40em) {
    .modal-content {
      width: 50%; } }
#ECFAinfo.modal-content {
  grid-template-columns: 1fr; }
  #ECFAinfo.modal-content h1, #ECFAinfo.modal-content p {
    margin-bottom: 1em; }

@keyframes animatetop {
  from {
    top: -100px; }
  to {
    top: 0; } }

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

.modal-close {
  position: absolute;
  top: 0;
  right: 15px;
  color: #000;
  font-size: 28px;
  font-weight: bold;
  z-index: 1000000; }

.modal-close:hover,
.modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white; }

.modal-body {
  width: 100%;
  padding: 5%; }

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white; }
