@charset "utf-8";
/* CSS Document */
/***********************/
/*———————ACCORDION—————*/
/***********************/
.list-feature {
  margin: 0;
  padding: 0;
  color: #fff;
  list-style: none !important;
  max-width: 600px;
}
.list-feature a {
  color: #379cf2;
  line-height: 1.2em;
}
.list-feature a:hover {
  text-decoration: underline;
}
/* LIST FEATURE FULL WIDTH */
.listFeatureFullWidth {
  margin: -60px auto 0 auto;
  padding: 0;
  color: #fff;
  list-style: none !important;
  max-width: 85%;
}
.listFeatureFullWidth a {
  color: #379cf2;
  line-height: 1.2em;
}
.listFeatureFullWidth a:hover {
  text-decoration: underline;
}
/* END LIST FEATURE FULL WIDTH */
.question {
     font-family: 'Libre Franklin'; 
  border-bottom: 1px solid #03437b;
  padding: 15px 30px 15px 15px;
  position: relative;
  font-size: 15px;
  width: 95%;
}
.answer:last-child {
  border-bottom: 2px solid #007fed;
}
.question:hover {
  cursor: pointer;
}
.answer {
  display: none;
  padding: 1em 0.5em 2.5em 3em;
  font-size: 15px;
}
.expand-wrap {
  position:absolute;
  width:25px;
  height:25px;
  border-radius: 50%;
  right: 1em;
  border: 2px solid #FF6720;
}
.expand-bar {
  position: absolute;
  top: 42%;
  left: 23%;
  transition: all 0.5s ease;
}
.expand-bar, .expand-bar:after {
  width: 12px;
  height: 2px;
  background-color: #fff;
}
.expand-bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(90deg);
  transition: all 0.5s ease;
}
.open {
  border-bottom: none;
}
.open .expand-bar {
  transform: rotate(180deg);
}
.open .expand-bar:after {
  transform: rotate(180deg);
}
.heading {
  font-family: 'Libre Franklin'; 
  color: #f06023;
  font-size: 32px;
  padding-top: 15px;
  list-style: none !important;
}
/* MEDIA QUERIES */
/* 768px */
@media screen and (max-width: 768px) {
  /* break into 1x1 */
  .container-table, .table-contents {
    max-width: 450px;
  }
  /* break into 1x1 */
  ul, .heading {
    max-width: 450px;
    font-size: 24px;
  }
  /* add margins between rows */
  ul {
    margin-bottom: 100px;
  }
  /* cap component's width */
  ul, .heading {
    max-width: 360px;
    font-size: 24px;
  }
}
/* removes bullet points */
.dark-section li::before {
  display: none;
}
/*removes accordion content uneven indents */
.dark-section li {
  padding-left: 0;
  text-indent: 0;
}
/***************************/
/*———————END ACCORDION—————*/
/***************************/

.dark-section p {
  color: #000;
  font-size: 15px;
  line-height: 21px;
}
.list-feature a, .listFeatureFullWidth a {
  color: #007fed;
}
.list-feature .listFeatureFullWidth {
  color: #000;
  width: 108%;
}
.expand-bar, .expand-bar:after {
  background-color: #000 !important;
}
.heading {
color: #000;  
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 15px;
  list-style: none !important;
}
.heading11 {
  font-size: 30px;
}
.heading12 {
  font-size: 30px;
}
.dark-section .row {
  margin-right: -150px;
}
.row h2 {
  margin-top: -20px;
}
li {
  color: #000;
}
/* ————————————————————————— */
/* ————— media queries ————— */
/* ————————————————————————— */
/* 978 */
@media screen and (max-width: 978px) {
  .dark-section .row {
    margin-right: -20px;
  }
  .heading11 {
    margin-top: -160px !important;
  }
  .heading12 {
    margin-top: 80px !important;
  }
}