@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.4-rc1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1.6rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: 900;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #bbbbbb; }

h1, .h1 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0; }

h2, .h2 {
  font-size: 0.8333333333rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0; }

h3, .h3 {
  font-size: 0.7916666667rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0; }

h4, .h4 {
  font-size: 0.75rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0; }

h5, .h5 {
  font-size: 0.7083333333rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0; }

h6, .h6 {
  font-size: 0.6666666667rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2rem; }
  h2, .h2 {
    font-size: 1.3333333333rem; }
  h3, .h3 {
    font-size: 1.2916666667rem; }
  h4, .h4 {
    font-size: 1.0416666667rem; }
  h5, .h5 {
    font-size: 0.75rem; }
  h6, .h6 {
    font-size: 0.6666666667rem; } }

a {
  line-height: inherit;
  color: #f4422a;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #f4422a; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 60rem;
  height: 0;
  margin: 0.8333333333rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #bbbbbb;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1.6rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1.6rem;
  padding: 0.375rem 0.8333333333rem 0 0.7916666667rem;
  border-left: 1px solid #bbbbbb; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #888888; }

cite {
  display: block;
  font-size: 0.5416666667rem;
  color: #888888; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.0833333333rem 0.2083333333rem 0.0416666667rem;
  border: 1px solid #bbbbbb;
  background-color: #f3f3f2;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.0833333333rem 0.1666666667rem 0;
  background-color: #f3f3f2;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #888888; }

.lead {
  font-size: 1.5833333333rem;
  line-height: 2.4166666667rem; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #888888;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

@font-face {
  font-family: "Culver";
  font-weight: 900;
  src: url("/fonts/Culver-Black.woff") format("woff"), url("/fonts/Culver-Black.otf") format("opentype"); }

@font-face {
  font-family: "Culver";
  font-weight: 600;
  src: url("/fonts/Culver-Bold.woff") format("woff"), url("/fonts/Culver-Bold.otf") format("opentype"); }

body {
  counter-reset: section; }

h2, .h2, .lr .col.heading p, .header2, #modal-container .profile-short .name .lname {
  font-family: "Culver";
  font-size: 3rem;
  letter-spacing: 0; }
  @media screen and (max-width: 63.9375em) {
    h2, .h2, .lr .col.heading p, .header2, #modal-container .profile-short .name .lname {
      font-size: 1.6666666667rem;
      line-height: 1; } }
  @media screen and (max-width: 39.9375em) {
    h2, .h2, .lr .col.heading p, .header2, #modal-container .profile-short .name .lname {
      font-size: 1.5rem;
      line-height: 1; } }

h3, h4, .inline-caps, .header4, .header3, #modal-container .profile-short .name .fname {
  font-family: "Culver"; }

h4, .header4 {
  letter-spacing: 0;
  font-weight: 600; }

.header4 {
  font-weight: 400; }

input {
  line-height: initial; }

.header2 > p, #modal-container .profile-short .name .lname > p {
  line-height: 1.083;
  font-size: 3rem; }
  @media screen and (max-width: 39.9375em) {
    .header2 > p, #modal-container .profile-short .name .lname > p {
      font-size: 1rem !important; } }

h3, .header3, #modal-container .profile-short .name .fname {
  font-size: 1.5rem;
  line-height: 1.11;
  margin-top: 0;
  margin-bottom: 1.4rem;
  letter-spacing: 0; }
  h3 strong, .header3 strong, #modal-container .profile-short .name .fname strong {
    color: #e1684f; }
  @media screen and (max-width: 39.9375em) {
    h3, .header3, #modal-container .profile-short .name .fname {
      font-size: 1rem; } }

h4 {
  font-size: 0.875rem; }

p {
  font-size: 0.875rem;
  letter-spacing: 0;
  margin-bottom: 1.0416666667rem; }
  @media screen and (max-width: 39.9375em) {
    p {
      margin-bottom: 0.625rem;
      font-size: 0.6666666667rem; } }

.branded-hero .branded-hero-title.ido-grid-container.grid-centered {
  justify-content: space-around !important; }

.branded-hero .lr.text-content-centered {
  align-items: flex-end; }

.branded-hero .lr .split p {
  font-weight: 500; }

.branded-hero .lr .split h2 {
  line-height: 1; }

.branded-hero .lr .split img {
  max-width: 380px;
  max-height: 70vh;
  width: 65%;
  height: auto; }

.branded-hero .lr .split .inline-caps {
  font-size: 1.2rem; }
  .branded-hero .lr .split .inline-caps a {
    color: #FFF4E5; }
    .branded-hero .lr .split .inline-caps a:hover {
      color: #433B39; }

@media screen and (max-width: 74.9375em) {
  .branded-hero .split img {
    width: 70%; } }

@media screen and (max-width: 63.9375em) {
  .branded-hero .split:first-child {
    margin-bottom: 1rem; }
  .branded-hero .split img {
    width: 50%; } }

.profile-short .job-title {
  color: #e1684f;
  opacity: 1; }

.profile-short hr {
  border: none; }
  .profile-short hr:before {
    content: '';
    width: 2rem;
    height: 1px;
    background: #e1684f;
    margin-bottom: 0.41666rem;
    display: block; }

@media screen and (max-width: 39.9375em) {
  .profile-short hr {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem; } }

.tile__person .fname, .tile__person .lname {
  line-height: 1;
  display: block; }

.tile__person .fname {
  font-size: 0.8333333333rem;
  margin-top: 0.7916666667rem; }

.tile__person .lname {
  font-size: 1.3333333333rem;
  font-weight: 900; }

@media screen and (max-width: 74.9375em) {
  .tile__person .fname {
    font-size: 0.5833333333rem; }
  .tile__person .lname {
    font-size: 1rem; } }

@media screen and (max-width: 63.9375em) {
  .tile__person .fname {
    font-size: 0.7916666667rem; }
  .tile__person .lname {
    font-size: 1.3333333333rem; } }

@media screen and (max-width: 39.9375em) {
  #launch-event-page .tile__person .fname, .tile__person .lname {
    display: inline !important; }
  .tile__person p {
    font-size: 0.5833333333rem;
    line-height: 1; } }

.profile-short p {
  font-weight: 500; }

.text-large {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.26; }

.hero-media {
  height: auto;
  min-height: 50vh; }

.btn {
  margin-top: 0;
  background: #433B39;
  display: inline-block;
  color: #FFF4E5 !important;
  text-transform: uppercase;
  font-family: "Culver";
  font-size: 0.833rem;
  padding: 1rem 2rem;
  line-height: 1; }
  .btn:hover {
    background: #e1684f; }
  .bg-red .btn:hover {
    background: #FFF4E5;
    color: #433B39 !important; }
  .btn .link-arrow-icon {
    display: none; }
  @media screen and (max-width: 63.9375em) {
    .btn {
      font-size: 0.8333333333rem;
      padding: 0.75rem 1rem; } }
  @media screen and (max-width: 39.9375em) {
    .btn {
      margin: 0; } }

.branded-hero-title {
  padding-bottom: 0;
  align-self: center; }
  .branded-hero-title .lr {
    margin-bottom: 1.875rem; }
  .branded-hero-title .subheading {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    color: #e1684f;
    font-weight: 500; }
    .branded-hero-title .subheading .highlight {
      background-color: #FFF4E5;
      font-weight: 500;
      line-height: 1.6;
      padding: 1px 8px;
      font-size: 1rem;
      -webkit-font-smoothing: subpixel-antialiased;
      -moz-osx-font-smoothing: auto; }
      .branded-hero-title .subheading .highlight.red {
        background-color: #e1684f;
        color: #FFF4E5; }
      @media screen and (max-width: 39.9375em) {
        .branded-hero-title .subheading .highlight {
          font-weight: 600;
          font-size: 0.8333333333rem;
          line-height: 1.6; } }
    .branded-hero-title .subheading p {
      margin-bottom: 1rem; }
    @media screen and (max-width: 74.9375em) {
      .branded-hero-title .subheading {
        width: 30%; } }
    @media screen and (max-width: 63.9375em) {
      .branded-hero-title .subheading {
        width: 40%;
        padding: 4rem 0;
        margin-top: 2rem; }
        .branded-hero-title .subheading p.text-large {
          font-size: 1rem; } }
    @media screen and (max-width: 39.9375em) {
      .branded-hero-title .subheading {
        width: auto;
        margin-top: 1.6666666667rem;
        padding-top: 0;
        padding-bottom: 3.3333333333rem; } }

.logo {
  flex-direction: column; }
  @media screen and (max-width: 74.9375em) {
    .logo img {
      width: 100%; } }
  @media screen and (max-width: 63.9375em) {
    .logo {
      text-align: center; }
      .logo.ido-cell-4 {
        width: 40%;
        display: flex;
        justify-content: center; }
      .logo img {
        width: 80%;
        height: auto; } }
  @media screen and (max-width: 39.9375em) {
    .logo.ido-cell-4 {
      width: 50%;
      align-items: center;
      width: 100%;
      padding-top: 2.9166666667rem; }
    .logo img {
      width: 72.5%;
      max-width: 310px;
      max-height: 220px; } }

form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.block-form {
  background: #FFF4E5; }

.form-block {
  letter-spacing: 0;
  font-weight: 600;
  /* freeform for elements */ }
  .form-block .form-invalid :invalid {
    border-color: #e1684f; }
  .form-block label {
    font-size: 0.8333333333rem; }
  .form-block .step:before {
    counter-increment: section;
    content: "Step " counter(section) " of 3";
    color: #e1684f;
    font-family: "Poppins";
    font-size: 0.5rem;
    font-weight: 600; }
  .form-block .freeform-row, .form-block .freeform-form-has-errors {
    width: 100%;
    padding-left: 50%; }
    .form-block .freeform-row .count + label, .form-block .freeform-form-has-errors .count + label {
      margin-top: 0; }
    @media screen and (max-width: 63.9375em) {
      .form-block .freeform-row, .form-block .freeform-form-has-errors {
        padding-left: 0; } }
  .form-block .freeform-row .freeform-column .freeform-input {
    border: 1px solid #433B39; }
  .form-block .freeform-row .freeform-column .freeform-label ~ label {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: #433B39;
    margin-left: 1rem; }
    .form-block .freeform-row .freeform-column .freeform-label ~ label input {
      margin-right: 0.5rem !important; }
  .form-block .freeform-row .freeform-column:only-child {
    width: calc(100% - 30px); }
  @media screen and (max-width: 39.9375em) {
    .form-block .freeform-row .freeform-column:only-child {
      width: 100%; } }
  @media screen and (max-width: 39.9375em) {
    .form-block .freeform-row .freeform-column {
      margin: 0; }
      .form-block .freeform-row .freeform-column input[type="text"].freeform-input, .form-block .freeform-row .freeform-column textarea.freeform-input, .form-block .freeform-row .freeform-column input[type="email"].freeform-input,
      .form-block .freeform-row .freeform-column input::placeholder, .form-block .freeform-row .freeform-column textarea::placeholder {
        font-size: 0.5rem; }
      .form-block .freeform-row .freeform-column select {
        padding: 0 0.8rem;
        font-size: 0.5rem;
        text-transform: none;
        font-family: "Poppins";
        background-image: url("/dist/svgs/down-arrow.svg"); }
      .form-block .freeform-row .freeform-column select:invalid, .form-block .freeform-row .freeform-column select:disabled {
        color: #433b39; } }
  .form-block .section-left {
    width: calc(100% - 30px);
    position: absolute;
    top: 2rem;
    left: calc(-100% - 48px); }
    @media screen and (max-width: 74.9375em) {
      .form-block .section-left {
        left: calc(-100% - 30px); } }
    @media screen and (max-width: 63.9375em) {
      .form-block .section-left {
        position: relative;
        width: 100%;
        left: 0; } }
  .form-block .section-spacer {
    margin-top: 1.25em; }
  .form-block .chosen-single {
    height: 2.05rem;
    display: flex;
    align-items: center; }
  .form-block .freeform-row input.freeform-input, .form-block .freeform-row select.freeform-input {
    height: 49px;
    padding: 0 0.8rem 0 1.25rem; }
    @media screen and (max-width: 39.9375em) {
      .form-block .freeform-row input.freeform-input, .form-block .freeform-row select.freeform-input {
        padding: 0 0.8em 0 2.5em; } }
  .form-block .freeform-row input[type="text"].freeform-input, .form-block .freeform-row textarea.freeform-input, .form-block .freeform-row input[type="email"].freeform-input, .form-block .freeform-row .chosen-single, .form-block .freeform-row .chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #FFF4E5;
    color: #433B39;
    border: 1px solid #433B39;
    font-family: Poppins !important;
    text-transform: none;
    font-size: 0.5833333333rem; }
  .form-block .freeform-row button[type='submit'] {
    background-color: #e1684f !important;
    display: inline-block;
    font-family: "Culver";
    width: auto;
    padding: 0.625rem 2.9166666667rem;
    height: auto;
    color: #FFF4E5; }
  .form-block .freeform-row input[type="radio"].freeform-input {
    cursor: pointer;
    position: relative;
    margin-right: 20px !important;
    opacity: 0;
    width: 40px; }
  .form-block .freeform-row input[type="radio"].freeform-input + .custom-radio-btn:before {
    content: '';
    position: absolute;
    width: 46px;
    height: 40px;
    display: block;
    border: 1px solid #433B39;
    background: #FFF4E5;
    left: -2px;
    top: 0px; }
  .form-block .freeform-row input[type="radio"].freeform-input + .custom-radio-btn:after {
    content: '';
    transition: none;
    position: absolute;
    width: 36px;
    height: 30px;
    display: block;
    background-color: #FFF4E5;
    left: 3px;
    top: 5px;
    z-index: 5;
    border-radius: 50%; }
  .form-block .freeform-row input[type="radio"].freeform-input:checked + .custom-radio-btn:after {
    background-color: #e1684f;
    border-radius: 0;
    transition: 0.3s; }
  .form-block .freeform-row input::placeholder, .form-block .freeform-row textarea::placeholder, .form-block .freeform-row .chosen-container {
    font-family: Poppins !important;
    text-transform: none;
    color: #433B39;
    font-size: 0.5833333333rem;
    font-weight: 400;
    line-height: initial; }
  .form-block .freeform-row input::placeholder, .form-block .freeform-row textarea::placeholder {
    color: rgba(67, 59, 57, 0.4); }
  @media screen and (max-width: 39.9375em) {
    .form-block .freeform-row input[type="radio"].freeform-input:after {
      border-radius: 0; }
    .form-block .freeform-row .freeform-column label ~ label {
      padding-top: 0; } }
  @media screen and (max-width: 63.9375em) {
    .form-block .freeform-row {
      margin: 0 15px; }
      .form-block .freeform-row .freeform-column {
        margin-top: 0;
        margin-bottom: 0; }
        .form-block .freeform-row .freeform-column label .req {
          margin-left: 34px; }
        .form-block .freeform-row .freeform-column label ~ label {
          padding-left: 0; }
      .form-block .freeform-row button[type='submit'] {
        font-size: 20px;
        margin: 0 auto;
        padding: 20px 60px;
        line-height: 1;
        height: auto; } }

.freeform-row .freeform-column label {
  margin-top: 2rem; }
  @media screen and (max-width: 39.9375em) {
    .freeform-row .freeform-column label {
      font-size: 0.6666666667rem; } }

.block-copy + .block-visualizations {
  margin-top: -4.1666666667rem; }
  @media screen and (max-width: 63.9375em) {
    .block-copy + .block-visualizations {
      margin-top: 0; } }

.text-block h2, .text-block h1, .panel-content h2, .panel-content h1 {
  color: #e1684f;
  border-bottom: 2px solid #e1684f; }

.bg-light-blue:not(.panel) .text-large {
  text-transform: uppercase;
  color: #e1684f;
  font-family: "Culver";
  font-size: 1.6rem;
  letter-spacing: 0; }

.copy h2 {
  color: #e1684f; }

.bg-red.copy h2 {
  color: #FFF4E5;
  text-align: center; }

/* rename left/right text module */
.lr .col strong {
  color: #e1684f; }

.lr .col.standard p {
  font-family: "Poppins"; }

.lr .col.large p {
  font-family: "Culver";
  font-weight: 900; }

.lr .col.heading p {
  font-family: "Culver"; }

.lr .col .inline-caps {
  font-size: 1rem;
  line-height: 1; }

@media screen and (max-width: 39.9375em) {
  .lr .col.standard:not(:only-child) p {
    font-weight: 400; }
  .lr .col.heading p br {
    display: none; }
  .lr .col + .col.small {
    margin-top: 1.5rem; } }

/* outline text */
.pullquote {
  text-align: center; }
  @media screen and (max-width: 39.9375em) {
    .pullquote .header2, .pullquote #modal-container .profile-short .name .lname, #modal-container .profile-short .name .pullquote .lname {
      letter-spacing: 0;
      text-align: left; } }

.pullquote.bg-light-gray div.header2, .pullquote.bg-light-gray #modal-container .profile-short .name div.lname, #modal-container .profile-short .name .pullquote.bg-light-gray div.lname, .pullquote.bg-light-blue div.header2, .pullquote.bg-light-blue #modal-container .profile-short .name div.lname, #modal-container .profile-short .name .pullquote.bg-light-blue div.lname, .pullquote.bg-white div.header2, .pullquote.bg-white #modal-container .profile-short .name div.lname, #modal-container .profile-short .name .pullquote.bg-white div.lname, .pullquote#issues-dropdown div.header2, .pullquote#issues-dropdown #modal-container .profile-short .name div.lname, #modal-container .profile-short .name .pullquote#issues-dropdown div.lname,
.pullquote.bg-black div.header2,
.pullquote.bg-black #modal-container .profile-short .name div.lname,
#modal-container .profile-short .name .pullquote.bg-black div.lname, .nav-bg-black .pullquote.intro div.header2, .nav-bg-black .pullquote.intro #modal-container .profile-short .name div.lname, #modal-container .profile-short .name .nav-bg-black .pullquote.intro div.lname, .nav-bg-black .pullquote#issues-dropdown div.header2, .nav-bg-black .pullquote#issues-dropdown #modal-container .profile-short .name div.lname, #modal-container .profile-short .name .nav-bg-black .pullquote#issues-dropdown div.lname, .pullquote.bg-off-black div.header2, .pullquote.bg-off-black #modal-container .profile-short .name div.lname, #modal-container .profile-short .name .pullquote.bg-off-black div.lname, .outline-text.red, .outline-text.asterisk, .carousel-nav-item.is-selected .outline-text.heading, .bg-off-black .outline-text,
.panel-content h2.outline-text {
  -webkit-text-stroke-color: transparent !important;
  -webkit-text-stroke-color: none !important;
  -webkit-text-stroke-width: 0;
  -webkit-text-fill-color: #e1684f;
  color: #e1684f; }

.pullquote.bg-red div.header2, .pullquote.bg-red #modal-container .profile-short .name div.lname, #modal-container .profile-short .name .pullquote.bg-red div.lname {
  -webkit-text-stroke-color: transparent !important;
  -webkit-text-stroke-color: none !important;
  -webkit-text-stroke-width: 0;
  -webkit-text-fill-color: #FFF4E5;
  color: #FFF4E5; }

/* panels */
.panel.bg-black {
  color: #e1684f; }

.panel-content {
  font-weight: 400;
  font-size: 24px; }
  .panel-content .inline-caps {
    font-size: 1rem;
    letter-spacing: 0; }
  .panel-content .text-large {
    font-family: "Culver";
    text-transform: uppercase; }
  .panel-content h2.outline-text {
    text-align: left;
    -webkit-text-fill-color: #e1684f;
    color: #e1684f; }
  .panel-content p.text-large {
    margin: 1.6666666667rem 0 0.5rem; }
  @media screen and (max-width: 63.9375em) {
    .panels.alt .content-panel__inner .panel-content {
      padding: 0.8333333333rem 0.8333333333rem; }
    .panels.alt .col:last-child .panel-content {
      padding-bottom: 2.0833333333rem; } }
  @media screen and (max-width: 39.9375em) {
    .panel-content p {
      line-height: 1.25rem; } }

.ido-grid-full.panels.alt {
  background-color: #FFF4E5 !important; }

.preheading {
  font-family: "Poppins";
  font-size: 0.625rem;
  font-weight: 400;
  color: #e1684f;
  letter-spacing: 0;
  margin: 0; }
  @media screen and (max-width: 39.9375em) {
    .preheading {
      font-size: 0.5rem;
      margin-bottom: 0.2083333333rem; } }

.issue-title .bg-shading {
  background: linear-gradient(to bottom, rgba(255, 244, 229, 0) 50%, #fff4e5 100%); }

.slider .slick-slide h4 {
  color: #433B39;
  font-size: 0.875rem; }

@media screen and (max-width: 39.9375em) {
  .slider .slick-slide h4 {
    font-size: 1rem; } }

.slick-dots li button {
  background-color: #FFF4E5; }

.slick-dots li.slick-active button {
  background-color: #e1684f; }

.block-icon-slides h3 {
  width: 45%; }

@media screen and (max-width: 39.9375em) {
  .block-icon-slides h3 {
    width: 100%; } }

@media screen and (max-width: 39.9375em) {
  .mc-form {
    margin-top: 0; }
    .mc-form input[type="email"], .mc-form input[type="text"] {
      width: calc(100% - 108px); }
    .mc-form input[type="submit"] {
      padding-left: 0.8333333333rem;
      padding-right: 0.8333333333rem; } }

.mc-clone .mc-form {
  width: calc(80% - 150px); }

.mc-clone input[type=submit] {
  background-color: #433B39; }

@media screen and (max-width: 39.9375em) {
  .mc-clone .mc-form {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .text-content-centered {
    width: 100%; } }

.block-anchor {
  top: -50px; }
  @media screen and (max-width: 39.9375em) {
    .block-anchor {
      top: -50px; } }

.header3, #modal-container .profile-short .name .fname {
  letter-spacing: 0;
  color: #e1684f; }

.panel-content .text-large {
  letter-spacing: 0;
  font-weight: 400; }

.req, select:required + .chosen-container > .chosen-single span {
  position: relative; }
  .req:before, select:required + .chosen-container > .chosen-single span:before {
    content: '*';
    display: inline-block;
    position: absolute;
    color: #e1684f;
    font-family: "Culver";
    font-size: 1.5rem;
    left: -1.4rem;
    top: 5px;
    font-weight: 600; }
    @media screen and (max-width: 39.9375em) {
      .req:before, select:required + .chosen-container > .chosen-single span:before {
        line-height: 1;
        top: 7.5px; }
        label .req:before, label select:required + .chosen-container > .chosen-single span:before {
          top: 0; } }

select:required + .chosen-container > .chosen-single span:before {
  left: 0; }

.chosen-container b {
  color: #433B39; }

.chosen-container .chosen-results {
  background-color: #FFF4E5;
  margin: 0;
  padding: 0;
  color: #433B39; }
  .chosen-container .chosen-results li {
    border-top: 1px solid #433B39;
    padding: 0.6rem 1.1rem; }

.chosen-container > .chosen-single span {
  padding-left: 1rem;
  font-weight: 400;
  color: rgba(67, 59, 57, 0.4); }

.chosen-container.activated > .chosen-single span {
  color: #433b39; }

.req-msg, .count {
  font-size: 0.5rem;
  color: #e1684f;
  font-family: "Poppins";
  font-weight: 400;
  margin-bottom: 0.5rem; }
  .req-msg .req:before, .count .req:before {
    top: 1px; }
  @media screen and (max-width: 63.9375em) {
    .req-msg, .count {
      padding-left: 15px; }
      .req-msg .req:before, .count .req:before {
        top: 1px; } }

@media screen and (max-width: 63.9375em) {
  .count {
    font-weight: 600; } }

.req-msg {
  text-transform: uppercase; }
  .req-msg.primary {
    position: absolute;
    margin-top: -3.5rem; }
  @media screen and (max-width: 63.9375em) {
    .req-msg {
      line-height: 1.66; }
      .req-msg.primary {
        margin-top: -45px;
        padding-left: 34px;
        position: relative; }
        .req-msg.primary .req:before {
          top: -13px; } }
  @media screen and (max-width: 39.9375em) {
    .req-msg.primary .req:before {
      top: -2px; } }

input + .req {
  top: -1.58rem;
  left: 1.7rem;
  top: -1.6rem; }

input[type=file] {
  opacity: 0;
  z-index: 10;
  position: relative;
  cursor: pointer; }
  input[type=file].has-file + .upload-button:after {
    color: #FFF4E5;
    background: #e1684f;
    content: "Uploaded";
    letter-spacing: 0; }
  input[type=file]:hover + .upload-button:after, input[type=file]:focus + .upload-button:after {
    color: #FFF4E5;
    background: #433B39; }

.upload-msg {
  font-size: 0.6666666667rem;
  font-weight: 400;
  margin-top: 1rem;
  position: relative;
  font-weight: 400;
  color: rgba(67, 59, 57, 0.4);
  margin-left: 0; }
  .upload-msg .req:before {
    left: -1.1rem; }
  @media screen and (max-width: 39.9375em) {
    .upload-msg {
      margin-left: 34px; }
      .upload-msg .req:before {
        top: -3px; } }

.upload-button {
  z-index: 1; }

.upload-button:after {
  content: "Upload";
  transition: 0.2s;
  display: flex;
  width: 235px;
  height: 56px;
  background: #F0D8CE;
  color: #433B39;
  position: absolute;
  font-family: "Culver";
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 1; }
  @media screen and (max-width: 63.9375em) {
    .upload-button:after {
      font-size: 0.8333333333rem; } }

#pdoPopup, #successPopup {
  display: none; }

.public-defenders-only, .success-screen {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 1000; }
  #pdoPopup:checked + .public-defenders-only, #successPopup:checked + .public-defenders-only, #pdoPopup:checked + .success-screen, #successPopup:checked + .success-screen {
    display: flex; }
  .public-defenders-only .pdo-popup, .public-defenders-only .success-popup, .success-screen .pdo-popup, .success-screen .success-popup {
    background: #e1684f;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.9rem 2.1rem;
    z-index: 100;
    width: 800px;
    max-width: calc(100vw - 1rem); }
    .public-defenders-only .pdo-popup h3, .public-defenders-only .success-popup h3, .success-screen .pdo-popup h3, .success-screen .success-popup h3 {
      color: #FDE2A5;
      line-height: 1.1111; }
    .public-defenders-only .pdo-popup p, .public-defenders-only .success-popup p, .success-screen .pdo-popup p, .success-screen .success-popup p {
      font-size: 0.875rem;
      color: #FFF4E5;
      font-weight: 600; }
      .public-defenders-only .pdo-popup p:last-child, .public-defenders-only .success-popup p:last-child, .success-screen .pdo-popup p:last-child, .success-screen .success-popup p:last-child {
        margin-bottom: 0; }
    .public-defenders-only .pdo-popup a, .public-defenders-only .success-popup a, .success-screen .pdo-popup a, .success-screen .success-popup a {
      color: #FFF4E5; }
    .public-defenders-only .pdo-popup label, .public-defenders-only .success-popup label, .success-screen .pdo-popup label, .success-screen .success-popup label {
      display: inline !important; }
    .public-defenders-only .pdo-popup .mc-clone, .public-defenders-only .success-popup .mc-clone, .success-screen .pdo-popup .mc-clone, .success-screen .success-popup .mc-clone {
      margin-top: -0.5rem;
      margin-bottom: 2rem; }
    .public-defenders-only .pdo-popup .social-clone, .public-defenders-only .success-popup .social-clone, .success-screen .pdo-popup .social-clone, .success-screen .success-popup .social-clone {
      margin-left: 1rem;
      display: inline-block;
      vertical-align: top; }
      .public-defenders-only .pdo-popup .social-clone a, .public-defenders-only .success-popup .social-clone a, .success-screen .pdo-popup .social-clone a, .success-screen .success-popup .social-clone a {
        display: inline-block;
        vertical-align: middle; }
      .public-defenders-only .pdo-popup .social-clone a:hover .social-icon, .public-defenders-only .success-popup .social-clone a:hover .social-icon, .success-screen .pdo-popup .social-clone a:hover .social-icon, .success-screen .success-popup .social-clone a:hover .social-icon {
        color: #433B39; }
    @media screen and (max-width: 39.9375em) {
      .public-defenders-only .pdo-popup, .public-defenders-only .success-popup, .success-screen .pdo-popup, .success-screen .success-popup {
        padding: 1.5rem 1rem;
        max-width: 100%; }
        .public-defenders-only .pdo-popup p, .public-defenders-only .success-popup p, .success-screen .pdo-popup p, .success-screen .success-popup p {
          line-height: 1.2;
          font-size: 0.75rem; }
        .public-defenders-only .pdo-popup .mc-clone, .public-defenders-only .success-popup .mc-clone, .success-screen .pdo-popup .mc-clone, .success-screen .success-popup .mc-clone {
          margin-top: 0; }
        .public-defenders-only .pdo-popup .social-clone, .public-defenders-only .success-popup .social-clone, .success-screen .pdo-popup .social-clone, .success-screen .success-popup .social-clone {
          display: block;
          margin-left: 0; } }

.social-shares a, .social-clone a {
  color: #FFF4E5; }
  .social-shares a + a, .social-clone a + a {
    margin-left: 0.5rem; }

.deadline-text a {
  color: #FDE2A5;
  text-decoration: underline; }
  .deadline-text a:hover {
    color: #FFF4E5; }

.mobile-deadlines {
  display: none; }
  @media screen and (max-width: 63.9375em) {
    .mobile-deadlines {
      padding-top: 2.5rem;
      display: flex; }
      #home-page .mobile-deadlines {
        padding-top: 0; }
      .mobile-deadlines .deadlines {
        flex-direction: column;
        font-size: 0.875rem;
        padding: 1rem;
        line-height: 1.23; } }

.custom-navbar {
  font-family: "Culver";
  background: #433B39;
  color: #FFF4E5;
  z-index: 100; }
  .custom-navbar .nav-title a {
    font-weight: 900;
    color: #FFF4E5; }
  .custom-navbar .nav-container {
    padding-right: 1rem;
    padding-left: 1rem; }
    @media screen and (min-width: 40em) {
      .custom-navbar .nav-container {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    @media screen and (min-width: 64em) {
      .custom-navbar .nav-container {
        padding-right: 1.76rem;
        padding-left: 1.76rem; } }
    @media screen and (min-width: 75em) {
      .custom-navbar .nav-container {
        padding-right: calc(1.5625rem + .883rem);
        padding-left: calc(1.5625rem + .883rem); } }
  .custom-navbar ul.nav-links #mobile-nav-open:checked + .nav-hamburger {
    color: #e1684f; }
  .custom-navbar ul.nav-links li a {
    color: #FFF4E5; }
  .custom-navbar ul.nav-links li:last-child a {
    background: #e1684f;
    padding: 1rem 1.875rem; }
    .custom-navbar ul.nav-links li:last-child a:not(.nav-link) {
      cursor: default; }
    .custom-navbar ul.nav-links li:last-child a.nav-link:hover {
      background: #FFF4E5;
      color: #433B39; }
  @media screen and (max-width: 63.9375em) {
    .custom-navbar ul.nav-links {
      background-color: #FFF4E5; }
      .custom-navbar ul.nav-links li a {
        color: #e1684f;
        border-top: 2px solid #e1684f; }
      .custom-navbar ul.nav-links li:last-child a {
        border-bottom: 2px solid #e1684f;
        background: transparent;
        padding: 1rem 0; }
      .custom-navbar ul.nav-links .nav-hamburger {
        color: #FFF4E5; } }
  @media screen and (max-width: 63.9375em) {
    .custom-navbar {
      background: transparent; }
      .custom-navbar .open-svg {
        color: #433B39; }
      .custom-navbar.show {
        background: #433B39; }
        .custom-navbar.show .open-svg {
          color: #FFF4E5; } }

.deadlines {
  background: #e1684f;
  display: flex;
  width: 100%;
  justify-content: space-around;
  padding: 0.5rem 0;
  color: #FDE2A5;
  font-family: "Culver";
  font-size: 0.8333333333rem; }
  @media screen and (max-width: 63.9375em) {
    .custom-navbar .deadlines {
      display: none; } }

#modal-container .profile {
  display: flex;
  align-items: flex-end; }

#modal-container .pic {
  overflow: hidden;
  height: 0;
  padding-bottom: 110%;
  position: relative; }
  #modal-container .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

#modal-container .profile-short p {
  font-size: 0.5833333333rem;
  line-height: 1.3;
  margin-bottom: 2px; }

#modal-container .profile-short .name {
  font-family: "Culver"; }
  #modal-container .profile-short .name .fname {
    font-size: 1rem;
    display: block;
    margin-bottom: 0;
    color: #433B39; }
  #modal-container .profile-short .name .lname {
    font-size: 2.0833333333rem;
    font-weight: 900;
    line-height: 1;
    color: #e1684f; }

#modal-container .full-bio {
  margin-top: 2.0833333333rem; }
  #modal-container .full-bio p {
    font-size: 0.6666666667rem;
    line-height: 1.5; }
  #modal-container .full-bio p.text-large {
    font-size: 0.875rem;
    line-height: 1.61;
    font-weight: 600; }

@media screen and (max-width: 63.9375em) {
  #modal-container .profile {
    margin-top: 1.25rem; }
  #modal-container img {
    width: 75%; } }

@media screen and (max-width: 39.9375em) {
  #modal-container img {
    width: 100%; } }

#content {
  padding-top: 3rem;
  overflow: hidden;
  padding-top: 2.5rem; }

.mobile-deadlines + #content {
  padding-top: 5rem; }
  .mobile-deadlines + #content .copy.bg-light-blue .text-block .text-left > div {
    width: 75%; }
  @media screen and (max-width: 63.9375em) {
    .mobile-deadlines + #content {
      padding-top: 0; } }

#home-page #content {
  padding-top: 0; }
  @media screen and (max-width: 63.9375em) {
    #home-page #content {
      padding-top: 0; } }

.footer-content > div:nth-child(2) {
  padding-left: 12.5%; }

@media screen and (max-width: 63.9375em) {
  .footer-content > div {
    padding: 0 0.8333333333rem; }
  .footer-content > div:nth-child(2) {
    padding-left: 0.8333333333rem; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .branded-hero-title {
    margin-top: 4.1666666667rem; }
    .branded-hero-title img {
      width: 100%; }
  .branded-hero-title .subheading .highlight {
    line-height: 1.7; }
  input[type=file] {
    width: 300px;
    margin-left: -50px; }
  .form-block .freeform-row, .form-block.freeform-has-errors {
    width: 60%;
    padding-left: 0; }
  .form-block .section-left {
    position: relative;
    width: 100%;
    left: 0; }
  .freeform-column {
    margin-top: 0;
    margin-bottom: 0; }
    .freeform-column label {
      padding-left: 0px; }
  .req-msg {
    padding-left: 15px; }
  .req:before {
    top: -7px; }
  .req-msg .req:before {
    top: -0.55rem; }
  .modal-close-x:after {
    content: '\00D7';
    color: #433B39;
    display: block;
    position: absolute;
    top: -4px;
    left: 0;
    font-size: 35px;
    font-weight: 100; }
  .modal-close-x svg {
    opacity: 0; }
  .nav-hamburger label:after {
    content: '\2630';
    display: block;
    top: 0;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 100; }
  .nav-hamburger label svg {
    opacity: 0; } }

/* error messages */
.form-block .form-invalid .freeform-row .freeform-column :invalid,
.form-block .form-invalid :invalid::placeholder,
.form-block .form-invalid :invalid ~ .chosen-container-single .chosen-single,
.form-block .form-invalid :invalid ~ .chosen-container > .chosen-single span {
  color: #e1684f;
  border-color: #e1684f;
  opacity: 1; }

.form-block .form-invalid input:invalid {
  border-color: #e1684f !important; }

.form-block .form-invalid .input-validation-text {
  color: #e1684f;
  position: relative; }
  @media print, screen and (min-width: 40em) {
    .form-block .form-invalid .input-validation-text {
      position: relative; } }

@media print, screen and (min-width: 40em) {
  .form-block .form-invalid select:invalid ~ .input-validation-text {
    top: 0; } }

.freeform-row .freeform-column .freeform-errors > li, ul.errors.help-block {
  color: #e1684f !important;
  list-style: none;
  margin: 0.25rem 0 0 0; }

.freeform-form-has-errors {
  color: #FFF4E5 !important;
  background: #e1684f;
  padding: 1rem;
  padding-left: 1rem !important; }
  .freeform-form-has-errors + .freeform-row .req-msg {
    margin-top: -5.5rem; }
    @media screen and (max-width: 63.9375em) {
      .freeform-form-has-errors + .freeform-row .req-msg {
        margin-top: -5rem; } }

.tiles:not(.tile-count-1):not(.tile-count-2) h3 {
  font-weight: 600; }

.block-zealousSchedule section {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  position: relative; }

.accordion__title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem 0;
  line-height: 1.4;
  position: relative; }
  @media screen and (max-width: 63.9375em) {
    .accordion__title .title {
      width: calc(60% - 1rem);
      margin-right: -1rem; } }
  @media screen and (max-width: 39.9375em) {
    .accordion__title {
      flex-direction: column; }
      .accordion__title .title {
        margin-top: 1rem;
        width: 100%; }
      .accordion__title .acc-arrow {
        position: absolute;
        right: 0;
        top: 1.25rem; } }

.acc-trigger {
  display: none; }

.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  border-bottom: 2px solid #e1684f;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  pointer-events: none;
  position: relative; }
  .accordion__content .description, .accordion__content .video, .accordion__content .panelists-grid, .accordion__content .moderator, .accordion__content .panelist-heading {
    width: 75%;
    margin-left: auto;
    font-family: "Poppins";
    font-size: 0.667rem;
    line-height: 1.61; }
    @media screen and (max-width: 63.9375em) {
      .accordion__content .description, .accordion__content .video, .accordion__content .panelists-grid, .accordion__content .moderator, .accordion__content .panelist-heading {
        max-width: 60%;
        width: 60%; } }
    @media screen and (max-width: 39.9375em) {
      .accordion__content .description, .accordion__content .video, .accordion__content .panelists-grid, .accordion__content .moderator, .accordion__content .panelist-heading {
        position: relative;
        width: 100%;
        max-width: 100%; } }
  .accordion__content .description {
    order: 1; }
    .accordion__content .description p {
      font-size: inherit; }
  .accordion__content .video {
    position: relative;
    background: transparent;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-family: "Culver";
    order: 2; }
    .accordion__content .video > div {
      width: 100%;
      height: 100%;
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 0;
      left: 0; }
  .accordion__content.scheduleEntrySpeakers .description {
    display: flex;
    flex-direction: row;
    justify-content: flex-start; }
    .accordion__content.scheduleEntrySpeakers .description .tile__person, .accordion__content.scheduleEntrySpeakers .description .description__inner {
      display: inline-block; }
    .accordion__content.scheduleEntrySpeakers .description .tile__person + .description__inner {
      width: calc(50% - 1rem);
      margin-left: 1rem; }
  .accordion__content .description__inner {
    width: 75%; }
  @media screen and (max-width: 63.9375em) {
    .accordion__content.scheduleEntrySpeakers .description {
      flex-direction: column; }
      .accordion__content.scheduleEntrySpeakers .description .tile__person, .accordion__content.scheduleEntrySpeakers .description .description__inner {
        display: inline-block; }
      .accordion__content.scheduleEntrySpeakers .description .tile__person + .description__inner {
        width: 75%;
        margin-left: 0; }
      .accordion__content.scheduleEntrySpeakers .description .tile__person + .description__inner {
        order: 1;
        margin-bottom: 1rem; }
      .accordion__content.scheduleEntrySpeakers .description .tile__person {
        order: 2; } }
  @media screen and (max-width: 39.9375em) {
    .accordion__content {
      flex-direction: column;
      flex-wrap: inherit; }
      .accordion__content .description, .accordion__content .panelists, .accordion__content .video {
        max-width: none;
        width: 100%; }
      .accordion__content .description__inner {
        width: 100%; } }

.acc-trigger:checked + .accordion__title + .accordion__content {
  max-height: 4000px;
  transition: 0.7s;
  pointer-events: all;
  padding-bottom: 3rem; }

.acc-arrow {
  color: #e1684f;
  justify-self: flex-end;
  margin-left: auto;
  transform-origin: center center;
  transform: scale(0.7) rotate(0deg); }

.acc-trigger:checked + .accordion__title .acc-arrow {
  transform: scale(0.7) rotate(-180deg); }

.block-zealousSchedule section {
  padding-bottom: 4rem; }

.title {
  font-family: "Poppins";
  font-weight: 800;
  font-size: 0.85rem;
  width: calc(60% - 1rem);
  padding-right: 1rem; }
  .title .type {
    color: #e1684f; }

.time {
  line-height: 1;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-family: "Culver";
  font-weight: 600;
  width: 25%; }
  @media screen and (max-width: 63.9375em) {
    .time {
      width: 40%; } }
  @media screen and (max-width: 39.9375em) {
    .time {
      width: 80%; } }

.schedule__heading {
  padding-top: 0;
  padding-bottom: 0; }
  .schedule__heading h2 {
    padding-top: 1rem;
    padding-bottom: 1rem; }

.schedule-entries {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  max-width: 60rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .schedule-entries {
      padding-right: 0.5208333333rem;
      padding-left: 0.5208333333rem; } }
  @media print, screen and (min-width: 64em) {
    .schedule-entries {
      padding-right: 0.8333333333rem;
      padding-left: 0.8333333333rem; } }
  @media screen and (min-width: 75em) {
    .schedule-entries {
      padding-right: 1.5625rem;
      padding-left: 1.5625rem; } }

.flex-break {
  flex-basis: 100%;
  height: 0;
  order: 3; }

.heading-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media screen and (max-width: 39.9375em) {
    .heading-row {
      display: none; } }

.accordion__content .tile__person, .heading-row div {
  width: calc(25% - 1rem); }
  @media screen and (max-width: 63.9375em) {
    .accordion__content .tile__person, .heading-row div {
      width: calc(50% - 1rem); } }
  @media screen and (max-width: 39.9375em) {
    .accordion__content .tile__person, .heading-row div {
      width: 100%;
      margin-bottom: 2rem; } }

.keynote {
  order: 1; }

.moderator {
  order: 4;
  position: absolute; }

.panelists {
  order: 5;
  width: 100%; }

.panelists-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto; }

.block-zealousSchedule .tile__person .name, .block-zealousFeaturing .tile__person .name {
  line-height: 1;
  margin-top: 1rem; }

.block-zealousSchedule .tile__person .fname, .block-zealousSchedule .tile__person .lname, .block-zealousFeaturing .tile__person .fname, .block-zealousFeaturing .tile__person .lname {
  font-size: 1rem;
  display: block;
  font-weight: 600; }

.block-zealousSchedule .tile__person .person-type, .block-zealousFeaturing .tile__person .person-type {
  display: none; }

.block-zealousSchedule .tile__person:nth-child(1) .person-type, .block-zealousSchedule .tile__person:nth-child(2) .person-type, .block-zealousFeaturing .tile__person:nth-child(1) .person-type, .block-zealousFeaturing .tile__person:nth-child(2) .person-type {
  display: block; }

@media print, screen and (min-width: 40em) {
  .block-zealousSchedule .tile__person:nth-child(1) .person-type, .block-zealousSchedule .tile__person:nth-child(2) .person-type, .block-zealousFeaturing .tile__person:nth-child(1) .person-type, .block-zealousFeaturing .tile__person:nth-child(2) .person-type {
    display: none; } }

.accordion__content h4 {
  margin-bottom: 1rem;
  font-size: 1rem; }

#participants-page .tile__person .open-popout-modal {
  display: none; }

#event-page #content .bg-shading {
  display: none; }

.schedule-entries, .schedule__heading {
  position: relative;
  z-index: 2; }

.block-copy, .custom-footer {
  position: relative;
  z-index: 100; }

.schedule-bg {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  background-repeat: repeat-y;
  pointer-events: none;
  opacity: 0.1;
  position: fixed; }
  @media screen and (max-width: 39.9375em) {
    .schedule-bg {
      opacity: 0.05; } }

.schedule-bg {
  opacity: 0; }

.schedule-bg.show {
  opacity: 0.1; }

.schedule-bg-left {
  background-image: url("/dist/imgs/zealous-bg-left.svg");
  background-position: top left;
  left: 0; }

.schedule-bg-right {
  background-image: url("/dist/imgs/zealous-bg-right.svg");
  background-position: top right;
  right: 0; }

.hero-media .hero-media-video video {
  position: fixed;
  min-width: 100%;
  height: auto;
  width: auto;
  min-height: 100%; }

.content-blocks {
  position: relative;
  z-index: 10; }

.bg-video {
  opacity: 0.15; }

.bg-video.show {
  opacity: 0.6; }

.bg-video {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none; }
  .bg-video video {
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }

@media screen and (max-width: 39.9375em) {
  .bg-video {
    display: none; }
  .hero-media-video {
    display: none; } }

video:focus {
  outline: none; }

.block-zealousFeaturing {
  z-index: 3;
  position: relative; }
  .block-zealousFeaturing > div {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }
  .block-zealousFeaturing .slick-slide {
    text-align: left;
    padding: 1rem 0.5rem; }
  .block-zealousFeaturing .slick-arrow {
    color: #e1684f;
    transform: scale(0.75) translate(1rem, 0); }
    .block-zealousFeaturing .slick-arrow.prev {
      transform: scale(0.75) translate(-1rem, 0); }
  .block-zealousFeaturing .slick-slider {
    padding-left: 1rem;
    padding-right: 1rem; }
  @media screen and (min-width: 64em) {
    .block-zealousFeaturing > div {
      padding-top: 4.1666666667rem; } }
  @media screen and (max-width: 63.9375em) {
    .block-zealousFeaturing .slick-slider {
      padding-left: 2rem;
      padding-right: 2rem; }
    .block-zealousFeaturing .slick-arrow {
      color: #e1684f;
      transform: scale(0.75) translate(0rem, 0); }
      .block-zealousFeaturing .slick-arrow.prev {
        transform: scale(0.75) translate(0rem, 0); } }
  @media screen and (max-width: 39.9375em) {
    .block-zealousFeaturing .slick-slider {
      padding-left: 0;
      padding-right: 0; }
    .block-zealousFeaturing > div {
      padding-bottom: 0; } }

.freeform-row .freeform-column label[for^=form-input-rank].freeform-label {
  display: inline-block;
  width: calc(100% - 80px);
  float: right;
  margin: 0 0 0;
  height: 50px;
  display: flex;
  align-items: center; }
  .freeform-row .freeform-column label[for^=form-input-rank].freeform-label:after {
    display: none; }

.form-block .freeform-row .freeform-column input[name^=rank] {
  width: 65px;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  background-color: #FFF4E5; }
  .form-block .freeform-row .freeform-column input[name^=rank] + .req {
    display: none; }

.block-relatedPartners {
  position: relative;
  z-index: 100; }
  .block-relatedPartners .black-on-white {
    background: #fde2a5; }
  .block-relatedPartners .links-section .list-with-space li p {
    display: none; }
  @media screen and (min-width: 40em) {
    .block-relatedPartners .links-section .list-with-space li .icon-holder {
      width: 70%;
      padding-bottom: 70%; } }
