
.r-tabs .r-tabs-nav {
  margin: 0 0 -6px 0;
  padding: 0;
}

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
  font-family: 'jet-bold', 'Open Sans', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.r-tabs .r-tabs-panel {
  display: none;
}

.r-tabs .r-tabs-accordion-title {
  display: none;
}



/* Tabs container */
.r-tabs {
	position: relative;
	width: 100%;
  padding: 0 30px;
}

.r-tabs .r-tabs-nav {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: center;
}

/* Tab NAVIGATION element(s) */
.r-tabs .r-tabs-nav .r-tabs-tab {
  flex-basis: 100%;
	position: relative;
  line-height: 2;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	width: 100%;
	display: inline-block;
	padding: 14px 0px;
  text-align: center;
	text-decoration: none;
	font-size: 17px;
	color: #242f30;
  /*border-bottom: #d5d5d5 2px 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 {
  position: relative;
  width: 100%;
	color: #ff8000;
	text-shadow: none;
  /*min-width: 300px;*/
  text-align: center;
  /*border-bottom: #ff8000 6px solid;
  border-radius: 3px;*/
}
.r-tabs .r-tabs-nav .r-tabs-anchor:after {
  content: '';
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  width: 0;
  min-width: 0;
  height: 6px;
  background: #ff8000;
  display: block;
  border-radius: 3px;

  -webkit-transition: all .33s ease-in-out;
  transition: all .33s ease-in-out;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor:after {
  width: 100%;
  min-width: 100%;
}
.r-tabs-tab.r-tabs-state-active {
	color: #ff8000;
	text-shadow: none;
  margin-bottom: 2px;
}


/* Tab panel */
.r-tabs .r-tabs-panel {
  border-top: #d5d5d5 2px solid;
}


/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  position: relative;
  cursor: pointer;
	display: block;
  padding: 16px 10px;
	text-decoration: none;
	font-size: 16px;
  color: #242f30;
}



/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}



@media only screen and (max-width: 920px) {

  .r-tabs {
    padding: 0;
  }
  .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: 'jet-bold', 'Open Sans', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 26px;
  }

  .r-tabs .r-tabs-accordion-title {
    position: relative;
    display: block;
    border-top: 1px #faf8f6 solid;
    cursor: pointer;

    font-family: 'jet-bold', 'Open Sans', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 26px;
  }
  .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    color: #ff8000;
  }

  .r-tabs > div:nth-of-type(1) {
    border-top: none;
  }
  .r-tabs .r-tabs-accordion-title:after {
    position: absolute;
    opacity: 1;
    right: 16px;
    top: 24px;
    content: "";
    margin-right: -1px;
    margin-bottom: -3px;
    width: .5em;
    height: .5em;
    border-right: 2px solid #293133;
    border-top: 2px solid #293133;
    transform: rotate(495deg);

    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
  }
  .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 {

  }


  .faqs {
    padding: 0;
  }
  .faqs h3 {
    position: relative;
    background: none;
    margin: 0 0 0 0;
    padding: 17px 26px 14px 15px;
    cursor: pointer;

    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    text-transform: none;
    text-align: left;
    color: #293133;

    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
  }
  .faqs h3:after {
    opacity: 0.5;
    top: 18px;
    right: 18px;
    margin-right: -1px;
    margin-bottom: -3px;
    transform: rotate(495deg);
  }
  .faqs h3:hover {
    padding: 17px 26px 14px 15px;
    color: #ff8000;
  }
  .faqs h3:hover:after {
    border-right: 2px solid #ff8000;
    border-top: 2px solid #ff8000;
  }
  .faqs h3.active:after {
    opacity: 1;
    top: 20px;
    border-right: 2px solid #ff8000;
    border-top: 2px solid #ff8000;
    transform: rotate(-45deg);
  }
  .faqs .chapter.active-div {
    background: transparent;
    padding: 6px 15px 15px 15px;
    border-radius: 0;
  }


  .copy.r-tabs-panel {
    padding: 10px 14px 10px 14px;
  }

}
