/* your styles go here */

.faq .tab {
  padding: 1rem 0;
}

.faq .tab-answer {
    margin: 0 1rem 1rem 1rem;
  }

.faq .tab h3 {
  font-weight: bold;
}

.tab .anchor {
  height: 2rem;
  width: 2rem;
  display: inline-block;
  visibility: hidden;
  position: absolute;
  left: -2rem;
  border-bottom: none;
  z-index: 1;
  line-height: unset;
  padding-left: 0.5rem;
}

.tab .anchor:before {
  content: url('/img/link.svg');
}

.tab:hover .anchor {
  visibility: visible;
  border-bottom: none;
}

.tab {
  position: relative;
  width: 100%;
  color: #4c4c4c;
  border-top: 1px solid #edeef0;
}

.tab:first-of-type {
    border-top: none !important;
}

.tab label {
    font-family: 'Hind', sans-serif;
    font-size: 1.3rem;
}

.tab:last-of-type {
    border-bottom: 1px solid #edeef0;
}

input.accordion {
  position: absolute;
  display: none;
  z-index: -1;
}
label.accordion {
  position: relative;
  display: block;
  padding: 1.3rem 2rem 1.3rem 0;
  font-weight: bold;
  line-height: 1.7;
  cursor: pointer;
  margin-right: 0.5rem;
}

.research-paper .tab label {
    font-size: 1.1rem;
}

.research-paper .tab .tab-content p {
    padding-top: 0;
}

.research-paper .tab .tab-content a {
    display: inline-block;
}

.tab-content {
  max-height: 0;
  border-radius: 3px;
  -webkit-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  transition: max-height 0.3s;
  overflow: hidden;
}

.tab-content p {
  margin: 0 1rem 2rem 1rem;
}

input.accordion:checked ~ .tab-content {
  max-height: 100rem;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@media only screen and (max-width: 48rem) {

.tab-content p {
  margin: 1rem 0;
}
}


label.accordion {
  position: relative;
  display: block;
  padding: 1.3rem 2rem 1.3rem 0;
  font-weight: bold;
  line-height: 1.7;
  cursor: pointer;
  margin-right: 0.5rem;
}


label.accordion::after {
  margin-right: 0;
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-top: 4px solid #4c4c4c;
  border-bottom: 0 solid #4c4c4c;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  -webkit-transition: border-bottom .1s, border-top .1s .1s;
  -o-transition: border-bottom .1s, border-top .1s .1s;
  transition: border-bottom .1s, border-top .1s .1s;
}

.container {

    max-width: 1337px;

}

.card-body {

    padding: 0.25rem;

}


.navbar .navbar-nav > .nav-item > .nav-link {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 30px 15px !important;
  color: #000;
}


.rules_code{
  background-color: #ececec;
  text-align: center;
  word-wrap: break-word;
}

.card-title {

    background-color: #de6a0c;

}

.card-header:first-child {

    color: #fff;
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    background-color: #de6a0c;

}

div.tab-listing {

    overflow: hidden;
    border-bottom: 1px solid #ccc;

}

div.tab-listing a.focus {

    color: #000;
    background-color: #fff;
    border: 1px solid #ccc;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    border-bottom: none;

}
div.tab-listing a {

    font-weight: 400;
    float: left;
    outline: none;
    cursor: pointer;
    font-size: 13px;
    border-radius: 3px;
    border: 0.5px solid #f3f0f0;

    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    padding: 15px 15px !important;

}
pre {
	white-space: pre-wrap;
	}
