/* BEGIN s-sidebar-6 */
.s-sidebar-6 {
    background-color: #fdfbfa;
    padding: 20px;
}
.s-sidebar-6 .s_heading {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative;
}
.s-sidebar-6 .s_heading::after {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #6dbd1e;
    z-index: 3;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.s-sidebar-6 li a {
    display: block;
    padding: 7px 15px;
    border-radius: 5px;
    font-size: 17px;
}
.s-sidebar-6 li a::before {
    content: '\f105';
    font-family: FontAwesome;
    font-weight: bold;
    font-size: 10px;
    color: #888;
    margin-right: 7px;
    position: relative;
    top: -2px;
}
.s-sidebar-6 li a:hover {
    color: #fff;
    background-color: #6dbd1e;
}
.s-sidebar-6 li a:hover::before {
    color: inherit;
    margin-right: 10px;
    -webkit-transition: margin 0.25s ease;
    -o-transition: margin 0.25s ease;
    transition: margin 0.25s ease;
}
.s-sidebar .c-headline-2 .c_name {
    font-size: 18px;
}
/* END s-sidebar-6 */

/* BEGIN c-symbol-1 */
.c-symbol-1 {
    font-size: 14px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.c-symbol-1 i::before {
    display: inline-block;
    color: #888;
    background-color: #f4f4f4;
    border-radius: 50%;
    text-align: center;
    font-size: 1.429em;
    line-height: 2em;
    margin-right: 0.5em;
    width: 2em;
    height: 2em;
}
.c-symbol-1>div span {
    display: block;
}
.c-symbol-1>div span:first-child {
    color: #f60;
    font-size: 1.286em;
}
.c-symbol-1>div span:last-child {
    color: #888;
    font-size: 17px;
}

/* END c-symbol-1 */

/* BEGIN b-card-34 */
.b-card-34 .b_title {
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    background-color: #f5f5f5;
}
.b-card-34 .b_title h2 {
    color: #6dbd1e;
    font-size: 14px;
    font-weight: bold;
}
.b-card-34 .b_title span {
    display: block;
    text-indent: 2px;
    color: #888;
}
.b-card-34 .c-symbol-1 {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}
.b-card-34 .c-symbol-1 i::before {
    color: #6dbd1e;
    height: auto;
    line-height: initial;
    font-size: 30px;
    margin-right: 0;
    background-color: initial;
}
.b-card-34 .c-symbol-1>div span:first-child {
    color: #000;
    font-weight: 500;
    font-size: 18px;
}
.b-card-34 .c-symbol-1 strong {
    color: #a23723;
    font-size: 20px;
    font-weight: 500;
}

/* END b-card-34 */

/* BEGIN s-sidebar-7 */
.s-sidebar-7 {
    background-color: #fdfbfa;
    padding: 20px;
}
.s-sidebar-7 .s_fixed {
    position: fixed;
    top: 0;
}
.s-sidebar-7 .s_absolute {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* END s-sidebar-7 */
@media screen and (max-width: 479px) {
    .s-sidebar-7 {
        padding: 10px;
    }
}

/* BEGIN c-radio */
.c-radio {
    display: block;
    line-height: 1;
    position: relative;
    z-index: 2;
    margin-right: 15px;
}
.c-radio label {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    color: #666666;
    position: relative;
}
.c-radio label>span:not(.c_tick) {
    font-size: 1em;
    line-height: 1.42857143;
}
.c-radio label:hover {
    color: #6dbd1e;
}
.c-radio .c_tick {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #666666;
    border-radius: 100%;
    margin: 0 0.358em 0.072em 0;
    width: 1.072em;
    height: 1.072em;
}
.c-radio .c_tick::before {
    content: '';
    display: block;
    border-radius: 100%;
    background-color: #6dbd1e;
    width: 1.072em;
    height: 1.072em;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.c-radio input[type=radio] {
    overflow: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.c-radio input[type=radio]:checked~.c_tick {
    border-color: #6dbd1e;
    opacity: 1;
}
.c-radio input[type=radio]:checked~.c_tick::before {
    opacity: inherit;
}
.c-radio input[type=radio]:checked+.c_tick::before {
    -webkit-transform: scale3d(0.65, 0.65, 1);
    -moz-transform: scale3d(0.65, 0.65, 1);
    -o-transform: scale3d(0.65, 0.65, 1);
    -ms-transform: scale3d(0.65, 0.65, 1);
    transform: scale3d(0.65, 0.65, 1);
}
.c-radio input[type=radio][disabled]~.c_tick {
    border-color: #000;
    opacity: 0.26;
}
.c-radio input[type=radio][disabled]~.c_tick::before {
    opacity: inherit;
}