@charset "UTF-8";
/* CSS Document */
body {
  font-family: 'Poppins', sans-serif;
}
.grid-container {
  max-width: 85.375em;
}
a {
  color: #FF5B46;
  font-weight: 800;
}
a:hover {
  color: #FC3117;
  text-decoration: underline;
}
h2 {
  color: #000;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2.313rem;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
  line-height: 2rem;
  margin-bottom: .5rem;
}
.ticket-content h2 {
  margin-bottom: 2.5rem;
}
h3 {
  color: #FF5B46;
  font-weight: 800;
  font-size: 1.625rem;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
  line-height: 2rem;
  margin-bottom: .5rem;
}
.ticket-content h3 {
  color: #000;
  font-size: 1.25em;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
h3.form_header {
  font-size: 1.625rem;
  margin-top: 2rem;
	margin-bottom: 2rem;
  line-height:1.2;
}
h4 {
  font-weight: 500;
  font-size: 1.250rem;
  font-family: 'Poppins', sans-serif;
}
h4 > span.bold {
  font-weight: 900;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}
p {
  font-weight: 500;
  font-size: 1.250rem;
}
p.subbutton-text {
  font-size: 1rem;
  line-height: 1rem;
}
.ticket-content ul {
  margin-bottom: 3rem;
	list-style-image: url('https://resources.peta.org/engaging-networks/pages/peta-virtual-conf/images/bullet.svg');
}
.ticket-content ul > li {
  margin-bottom: .5rem;
  font-size: 1.125em;
	padding-left: 10px;
}
.text-content h3 {
  color: #FF5B46;
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.text-content li {
  font-size: 1.25rem;
  list-style-position: inside;
  text-indent: -1em;
  padding: 10px 10px 10px 1.5em;
  margin-bottom:0.625rem;
}
.text-content li:nth-of-type(2n) {
  background-color: #efefef;
}
.header {
  background-color: #E7F9FA;
  padding-bottom: 2.5em;
  margin-bottom: 2.5em;
}
header img {
  width: 100%;
}
.main-content {
  background-color: #E7F9FA;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.text-content {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
header {
  width: 100%;
  background-color: #E7F9FA;
}
.ticket-container > p {
	font-size: 1rem !important;
}
.main-container {
  width: 100%;
  background-color: #E7F9FA;
}
.ticket-container {
  background-color: #E7F9FA;
	max-width: 75em;
	padding: 3rem 5rem;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 4rem;
}
.callout {
  border: none;
  background-color: #FF5B46;
  padding: 2rem;
}
.en__donation--billing--info .en__field--emailAddress .en__field__element::after {
    color: #000 !important;
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.3;
}
.button {
  background-color: #FF5B46;
  padding: 1.5rem;
  text-transform: uppercase;
  font-size: 1.250rem;
}
.button:hover {
    color:#fff !important;
    background-color:#FC3117 !important;
}
.footer-container {
  width: 100%;
  background-color: #000;
}
.footer {
  background-color: #000;
  color: #fff;
  padding: 1rem;
}
#footer_links li {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.35;
  margin-right: 16px;
}
#footer_links li a, #footer_links li a:visited {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
.footer-logo li {
  display: inline-block;
  list-style-type: none;
  margin-right: 1rem;
}
p#footer_text {
  font-size: .8125rem;
}
footer p {
  font-size: 0.8125rem;
  color: #fff;
  line-height: 1.5;
  margin: 0 0 20px;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  p {
    font-size: 1rem;
  }
  h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
    line-height: 1.5rem;
    margin-bottom: .5rem;
  }
  h3 {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1rem;
    margin-bottom: .5rem;
  }
  h4 {
    font-size: 1rem;
  }
  .text-content h3 {
    font-size: 1.25em;
  }
  .text-content li {
    font-size: 1rem;
  }
  .header {
    background-color: #E7F9FA;
    padding-bottom: 1em;
    margin-bottom: 2.5em;
  }
  .main-content {
    background-color: #E7F9FA;
    padding-top: 2.5em;
    padding-bottom: 1em;
  }
  .callout {
    margin-top: 1.5em;
  }
  .ticket-container {
    padding: 3rem 2rem;
  }
}
/* Medium and up */
@media screen and (min-width: 40em) {
  .callout {
    margin-top: 4.5em;
  }
	
	.en__field__label {
    display: inline-block;
 
}
	
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}
/* Large and up */
@media screen and (min-width: 64em) {}
/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

/* Accordion styles */
.tabs {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}
.tab {
  width: 100%;
  color: white;
  overflow: hidden;
  background: #FF5B46;
}
.tabs:nth-of-type(odd) .tab {
  background:#df4e3b;
}
.tab h4 {
  font-weight: 700;
  margin-bottom:1.125rem;
}
.tab p {
  font-size: 1rem;
}
.tab a:focus {
  color: #ff5b46;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab label {
  color: white;
}
.tab .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: transparent;
  font-size:1.125rem;
  font-weight: bold;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
.tab .tab-label:hover {
  background: #1a252f;
}
.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
  margin-left:30px;
}
.tab-content {
  max-height: 0;
  height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
}
.tab-content ul {
  margin-left:.5rem;
  list-style-type:none;
}
.tab-content li {
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.625rem !important;
}
.tab-content ul li > ul li:first-of-type {
  margin-top: 12px;
}
.tab-content ul li > ul li:last-of-type {
  border-bottom: none !important;
  margin-bottom: 0;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.tab-close:hover {
  background: #1a252f;
}
input:checked + .tab-label {
  background: #1a252f;
}
input:checked + .tab-label::after {
  transform: rotate(90deg);
  color:#f5ee5d;
}
input:checked ~ .tab-content {
  max-height: 100vh;
  height: auto;
  padding: 1em;
  overflow: auto;
}
/* youtube video */
.video-container { 
    position: relative;
    margin: 0 auto;
    border:none;
    margin-bottom:1rem;
    width:100%;
    max-width:800px;
}
.video-fullwidth { 
    padding-top: 30px; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden;
    border:none;
} 
.video-fullwidth iframe, 
.video-fullwidth object, 
.video-fullwidth embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    border:none;
}
@media screen and (max-width: 39.9375em) {
  .tab .tab-label {
    font-size:1rem;
  }
}