
.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-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: #fff 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: #fff 3px solid;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
  border-top: #fff 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: #fff;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #fff;
	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: #fff;
	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 .question {
  /* border-top: 1px #EAE7E4 solid; */
}
.faqs .question:first-of-type {
  border-top: none;
}

.faqs .question h4 {
  position: relative;
  background: none;
  margin: 0;
  padding: 10px 0 0 30px;

  font-family: 'jet-bold', 'Open Sans', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 140%;

  transition: all 0.5s;
  cursor: pointer;
  text-transform: none;
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.faqs h4:after {
  position: absolute;
  opacity: 1;
  z-index: 10;
  left: -10px;
  top: 41%;
  transform: translateY(-50%);
  content: "";
  margin-right: -1px;
  margin-bottom: -3px;
  width: 15px;
  height: 15px;
  border-right: 3px solid #293133;
  border-top: 3px solid #293133;
  transform: rotate(45deg);
  transition: 0.3s;
}
.faqs h4.active {
  /*color: #ff8000;*/
}
.faqs h4:hover {
  /*color: #ff8000;*/
}
.faqs h4:hover:after {
  /*
  border-right: 2px solid #ff8000;
  border-top: 2px solid #ff8000;
  */
}
.faqs h4.active:after {
  top: 37%;
  transform: translateY(-50%);
  /*
  border-right: 2px solid #ff8000;
  border-top: 2px solid #ff8000;
  */
  transform: rotate(495deg);
}
.faqs .chapter {
	height: 0;
  opacity: 0;
  transition: all 0.03s;
}
.faqs .chapter.active-div {
	height: 100%;
  opacity: 1;
  padding: 15px 0px 0 0;
}
.chapter {
  margin: 0 0 0 30px;
}
.faqs p {
  width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #293133;
}
.faqs ol {
  margin-top: 10px;
  margin-bottom: -10px;
}
.faqs ol {
  position: relative;
  padding: 0;
}
.faqs ol li {
  position: relative;
  margin: 0;
  padding: 0 0 16px 20px;
  font-size: 14px;
}


@media only screen and (max-width: 1023px) {

  .faqs p {
    max-width: 100%;
  }

}


@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;
    font-weight: 400;
    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;
  }


  .chapter {
    margin: 0 0 8px 30px;
  }
  .faqs {
    position: relative;
    overflow: hidden;
  }
  .faqs .question h4 {
    position: relative;
    background: none;
    margin: 0 0 0 0;
    transition: all 0.5s;
    cursor: pointer;
    font-size: 16px;
  }
  .faqs p {
    font-size: 14px;
    line-height: 24px;
  }
  .faqs h4:after {
    position: absolute;
    opacity: 1;
    z-index: 10;
    left: -10px;
    top: 44%;
    transform: translateY(-50%);
    content: "";
    margin-right: -1px;
    margin-bottom: -3px;
    width: 13px;
    height: 13px;
    border-right: 3px solid #293133;
    border-top: 3px solid #293133;
    transform: rotate(45deg);
    transition: 0.3s;
  }


  .copy.r-tabs-panel {
    padding: 10px 14px 10px 14px;
  }

}
