
.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: #242f30;
  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: #242f30;
}

/* 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: #242f30;
	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 */


.faqs h3 {
  position: relative;
  background: none;
  margin: 0 0 25px 0;
  padding: 0 0 0 0;
  transition: all 0.5s;
  text-transform: none;
  text-align: left;
  color: #242f30;
}
h3 img {
  width: auto;
  height: 38px;
  margin: -6px 16px 0 0;
}


.faqs div {
  padding: 0 0 32px 0;
}
.faqs ol div:last-of-type {
  padding: 0 0 0 0;
}
.faqs p {
  margin: 0;
  padding: 6px 0 0 0;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}


.faqs ol {
  position: relative;
  counter-reset: Chapter-counter;
  margin: 0;
  padding: 0;
  list-style: none;
}
.faqs ol li {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 25px 50px;
  list-style-type: none;
  counter-increment: Chapter-counter;
  font-size: 18px;
  line-height: 26px;
}
.faqs ol li::before {
  position: absolute;
  left: 0;
  top: -2px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f88000;
  content: counter(Chapter-counter);

  text-align: center;
  font-family: 'jet-bold', 'Open Sans', 'Avant Garde', 'Century Gothic', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.faqs ol li ol li  {
  counter-reset: none;
  counter-increment: none;
}
.faqs ol li ol li::before {
  display: none;
  content: " ";
}



/* SKIPS */
.faqs .skip ol li  {
  counter-reset: none;
  counter-increment: none;
  list-style-type: decimal;
}
.faqs .skip ol li::before {
  display: none;
  content: " ";
}



/*  OL LI OL */

.faqs .skip ol li ol li {
  list-style-type: lower-alpha !important;
  padding: 15px 0 15px 24px;
}
.faqs .skip ol li ol li ol li {
  list-style-type: upper-roman !important;
  padding: 15px 0 4px 24px;
}
.faqs .skip ol li ol li ol li ol li {
  list-style-type: decimal !important;
  padding: 15px 0 15px 24px;
}



.faqs ol li ol li {
  list-style-type: upper-roman;
  padding: 15px 0 15px 24px;
}

.faqs ol li ol li ol li {
  list-style-type: decimal !important;
  padding: 15px 0 4px 24px;
}

.faqs ol li ol li ol li ol li {
  list-style-type: lower-latin !important;
  padding: 15px 0 15px 24px;
}

.faqs ol li ol li ol li ol li ol li {
  list-style-type: lower-roman !important;
  padding: 15px 0 15px 24px;
}

.faqs ol li ol li ul {
  margin: 20px 0 0 0;
}
.faqs ol li ol li ul li {
  list-style-type: square;
  padding: 0 0 15px 15px;
}
.faqs ol li ol li ul li ol li {
  list-style-type: decimal;
  padding: 0 0 15px 24px;
}

/*
.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;
}
*/



@media only screen and (max-width: 768px) {



}
