@charset "utf-8";
/* CSS Document */

.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
	    visibility: hidden;
}
.tabset {
    margin: 20px 0px;
    display: inline-block;
    width: 100%;
}
.tab-panel p {
    font-size: 15px;
    color: #363c3f;
    line-height: 20px;
    margin-bottom: 10px
}
.tab-panels ul {
}
.tab-panels ul li::before {
    content: "\f054";
    color: #2984b3;
    font-weight: bold;
    font-family: Font Awesome\ 5 Free;
    margin-right: 0px;
    position: absolute;
    left: 6px;
    top: 2px;
}
.tab-panels ul li {
    color: #6c7274;
    margin-bottom: 5px;
    list-style-type: none;
    padding-left: 20px;
    position: relative
}
.tabset .tab-panel {
    display: none;
}
.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child, .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2), .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3), .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4), .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5), .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
    width: 100%;
    background: white;
    padding: 20px;
    border: 1px solid #f1f1f1;
}
.tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
}
.tabset > label::after {
/*  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;*/
}
.tabset > label:hover, .tabset > input:focus + label {
    color: #43b8e8;
}
.tabset > label:hover::after, .tabset > input:focus + label::after, .tabset > input:checked + label::after {
    background: #43b8e8;
}
.tabset > input:checked + label {
    border-color: #f1f1f1;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    z-index: 2;
    color: #43b8e8;
    background: white;
}
.tab-panel {
    padding: 30px 0;
    border-top: 1px solid #f1f1f1;
}
section.tab-panel h2 {
    font-size: 15px;
    color: #363c3f;
    font-weight: 500;
    width: 100%;
    margin: 0px;
    clear: both;
    padding: 20px 0px 10px 0px;
    font-family: 'Roboto', sans-serif;
}
.content .box section.tab-panel p {
    font-size: 14px;
    color: #6c7274;
    line-height: 20px;
}
