
.r-tabs .r-tabs-nav {
  margin: 0 0 -3px 0;
  padding: 0;
}

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 0 42px 0 0;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.r-tabs .r-tabs-panel {
  display: none;
}

.r-tabs .r-tabs-accordion-title {
  display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}


/* Tabs container */
.r-tabs {
	position: relative;
	width: 100%;
}

/* Tab NAVIGATION element(s) */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
  line-height: 2;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	width: 100%;
	display: inline-block;
	padding: 14px 0px 14px 0px;
	text-decoration: none;
	font-size: 17px;
	color: #0a3847;
  border-bottom: #d8d8d8 3px solid;
}


/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  width: 100%;
	/* background-color: #fff; */
	color: #ff8000;
	text-shadow: none;
  border-bottom: #ff8000 3px solid;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
  border-top: #d8d8d8 3px solid;
	/* background-color: #fff; */
}


/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  position: relative;
  z-index: 1000;
  cursor: pointer;
	display: block;
	background: #fff;
  padding: 16px 10px;
	text-decoration: none;
	font-size: 16px;
  color: #0a3847;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #ff8000;
	text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

/* Buttons */
button {
	display: inline-block;
  background-color: #fff;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	line-height: 100%;
  border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;

	color: #0a3847;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	font-weight: 300;
}

/* Info bar */
.info {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	width: 300px;
	line-height: 100%;

	font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
	font-size: 14px;
	color: #00c5ad;
	border: 2px solid #00ab94;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;

	cursor: pointer;
}



/* start disclaimer page styles */

.question {
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(36,47,48, 0.2);
}

.faqs {
  padding: 20px 0 0 0;
}

.faqs a {
  color: #293133;
  text-decoration: underline;
}
.faqs a:hover {
  color: #293133;
}

.faqs h3 {
  position: relative;
  background: none;
  margin: 1em 0 8px 0;
  transition: all 0.5s;
  cursor: pointer;
  padding: 24px 0 0 0;
  border-top: 1px #d8d8d8 solid;

  font-family: 'jet-bold', 'Open Sans', Helvetica, sans-serif;
  font-size: 20px;
  line-height: 26px;
  text-transform: none;
  text-align: left;
  color: #242f30;
}
.faqs h3:first-of-type {
  border-top: none;
}

.faqs h3:after {
  position: absolute;
  opacity: 1;
  z-index: 10;
  right: 0px;
  transition: 0.3s;
  top: 30px;
  content: "";
  margin-right: -1px;
  margin-bottom: -3px;
  width: .5em;
  height: .5em;
  border-right: 2px solid #242f30;
  border-top: 2px solid #242f30;
  transform: rotate(495deg);
}
.faqs h3.active {
  color: #242f30;
}
.faqs h3:hover {
  padding-left: 0px;
  color: #242f30;
}
.faqs h3:hover:after {
  border-right: 2px solid #242f30;
  border-top: 2px solid #242f30;
}
.faqs h3.active:after {
  border-right: 2px solid #242f30;
  border-top: 2px solid #242f30;
  transform: rotate(-45deg);
}
.faqs .chapter {
	height: 0;
  opacity: 0;
  transition: all 0.05s;
}
.faqs .chapter.active-div {
	height: 100%;
  opacity: 1;
}
.faqs p {
  padding: 6px 30px 0 0;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #242f30;
}

.faqs ol {
  position: relative;
  padding: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}
.faqs ol li {
  position: relative;
  counter-increment: my-awesome-counter;
  margin: 0;
  padding: 0 0 15px 30px;

  line-height: 22px;
  text-align: left;

}

.faqs ol li::before {
  position: absolute;
  left: 0;
  content: counter(my-awesome-counter) " ";
  font-family: 'takeaway-bold','Open Sans', 'Avant Garde', 'Century Gothic', Helvetica, Arial, sans-serif;
  color: #0a3847;
}

.faqs.no-chapter p {
  margin: 0 0 20px 0;
}
.faqs.no-chapter p b {
  color: #0a3847;
}


.faqs ul {
  list-style-image: none;
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 0;
  font-size: 16px;
}
.faqs ul li {
  background: url('/campaign/affiliate/img/icons-list-blue.svg') no-repeat 1px 4px;
  background-size: 12px 12px;
  padding-left: 30px;
  display: block;

  font-size: 12px;
  color: #666666;
  padding-bottom: 15px;
}

.faqs ol li ul li {
  counter-reset: none;
  counter-increment: none;
}
.faqs ol li ul li::before {
  display: none;
  content: " ";
}


@media only screen and (max-width: 768px) {

  .r-tabs .r-tabs-nav {
    display: none;
  }

  .r-tabs .r-tabs-panel {
    border-top: none;
  }

  .r-tabs .r-tabs-nav .r-tabs-anchor {
  	width: 100%;
  	display: inline-block;
  	padding: 14px 0px 14px 0px;
    border-bottom: 0;
    border-bottom: none;

  	text-decoration: none;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    line-height: 26px;
  	color: #0a3847;
  }

  .r-tabs .r-tabs-accordion-title {
    position: relative;
    z-index: 1000;
    display: block;
    border-top: 1px #faf8f6 solid;
    cursor: pointer;

    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
  .r-tabs > div:nth-of-type(1) {
    border-top: none;
  }
  .r-tabs .r-tabs-accordion-title:after {
    position: absolute;
    opacity: 1;
    z-index: 1000;
    right: 16px;
    transition: 0.3s;
    top: 24px;
    content: "";
    margin-right: -1px;
    margin-bottom: -3px;
    width: .5em;
    height: .5em;
    border-right: 2px solid #0a3847;
    border-top: 2px solid #0a3847;
    transform: rotate(495deg);
  }
  .r-tabs .r-tabs-accordion-title.r-tabs-state-active:after {
    transform: rotate(-45deg);
    border-right: 2px solid #ff8000;
    border-top: 2px solid #ff8000;
  }

  /* Tab panel */
  .r-tabs .r-tabs-panel {
  	background: #f3f3f3;
  }

  .faq h2 {
    font-size: 34px;
    line-height: 36px;
  }

  .faqs h3 {
    position: relative;
    background: none;
    margin: 0 0 0 0;
    padding: 17px 40px 14px 0;
    transition: all 0.5s;
    cursor: pointer;

    font-size: 16px;
    line-height: 22px;
    text-transform: none;
    text-align: left;
    color: #0a3847;
  }
  .faqs h3:after {
    opacity: 1;
    top: 18px;
    right: 18px;
    margin-right: -1px;
    margin-bottom: -3px;
    transform: rotate(495deg);
  }
  .faqs h3:hover {
    padding: 17px 40px 14px 0;
    color: #242f30;
  }
  .faqs h3:hover:after {
    border-right: 2px solid #242f30;
    border-top: 2px solid #242f30;
  }
  .faqs h3.active:after {
    opacity: 1;
    top: 20px;
    border-right: 2px solid #242f30;
    border-top: 2px solid #242f30;
    transform: rotate(-45deg);
  }
  .faqs .chapter.active-div {
    background: transparent;
    padding: 6px 15px 15px 0;
    border-radius: 0;
  }

  .faqs p {
    padding: 6px 40px 0 0;
    font-size: 14px;
    line-height: 20px;
  }
  .faqs ol {
    margin-left: 0;
  }
  .faqs ol li {
    position: relative;
    counter-increment: my-awesome-counter;
    margin: 0;
    padding: 0 0 15px 30px;
    line-height: 22px;
    text-align: left;

    font-size: 14px;
    line-height: 20px;
  }

  .faqs.no-chapter {
    margin: 0 0 24px 0;
    padding: 15px 15px 15px 15px;
  }


  .copy.r-tabs-panel {
    padding: 10px 14px 10px 14px;
  }

}
