.transition, #section1 ul #section1 li i:before, #section1 ul li i:after, #section1 p {
  transition: all 0.25s ease-in-out;
}

.flipIn, #section1 ul #section1 li, #section1 h1 {
  animation: flipdown 0.5s ease both;
}

#section1 h1 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 3px;
  font-weight: 100;
}

#section1 h5 {
  font-size: 23px;
  line-height: 34px;
  font-weight: 356;
  letter-spacing: 1px;
  display: block;
  margin: 0;
  cursor: pointer;
}

#section1 p {
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}

#section1 p a {
  color: #0000EE;
  text-decoration: none !important;
  text-decoration-style: solid !important;
  border-bottom: none !important;
}

#section1 p a:visited {
  color: #551A8B;
  border-bottom: none !important;
}

#section1 p a:hover {
  color: #FF0000;
  text-decoration: underline !important;
}

#section1 p a:active {
  color: #FF0000;
}

#section1 ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
#section1 ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
}
#section1 ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
#section1 ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
#section1 ul li:nth-of-type(3) {
  animation-delay: 1s;
}
#section1 ul li:last-of-type {
  padding-bottom: 0;
}
#section1 ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
#section1 ul li i:before, #section1 ul li i:after {
  content: "";
  position: absolute;
  background-color: #446666;
  width: 3px;
  height: 9px;
}
#section1 ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
#section1 ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
#section1 ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 34px;
  top: 18px;
  z-index: 1;
  opacity: 0;
}
#section1 ul li input[type=checkbox]:checked ~ .faq-body {
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  margin-top: 0;
}

#section1 ul li .faq-body {
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.25s ease-in-out;
}
#section1 ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
#section1 ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
#section1 li:target input[type=checkbox]:checked ~ .faq-body {
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.25s ease-in-out;
}
html {
  scroll-padding-top: 70px;
}
#section1 li:target h5 {
  border-left: 5px solid #446666;
  padding-left: 10px;
  background-color: #99ff99;
  transition: background-color 0.25s ease-in-out;
}
#section1 li input[type="checkbox"]:not(:checked) ~ h5 {
  border-left: 5px solid #446666;
  background-color: #99ff99;
  padding-left: 10px;
  transition: background-color 0.25s ease-in-out;
}
.faq-table-wrapper {
  max-width: 500px;
  margin: 0;
}
.faq-table-wrapper .table {
  width: auto;
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  padding: 8px 12px;
  text-align: center !important;
}

tr:nth-child(even) {
  background-color: #dddddd;
}
.faq-body p {
  font-family: 'Calibri', 'Frutiger Linotype', 'Univers', 'Gill Sans',
               'Myriad Pro', 'Myriad', 'DejaVu Sans Condensed',
               'Liberation Sans', 'Nimbus Sans L', 'Tahoma',
               'Geneva', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  color: rgb(0, 0, 0);
  line-height: normal;
}
