.author-banner-wrapper .aut-img {
    background-color: transparent;
}

.inline-block {
    display: inline-block;
}
.va-middle {
    vertical-align: middle;
}
.h-100p {
    height: 100%;
}
.vl {
    width: 1px;
    background-color: #ccc;
}
.bg-c-4bbebe {background-color: #4bbebe;}
.bg-c-f3f3f3 {background-color: #f3f3f3;}
.mg-0-5 {
    margin: 0 5px;
}
.pd-5-20 {
    padding: 5px 20px;
}
.mr-5 {
    margin-right: 5px;
}
.lh-2_5 {
    line-height: 2.5em;
}
.pl-5 {
    padding-left: 5px;
}
.pl-10 {
    padding-left: 10px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-30-exc-1 + .ml-30-exc-1 {
    margin-left: 30px;
}
.ml-30 {
    margin-left: 30px;
}
.mr-30 {
    padding-right: 30px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-30 {
    margin-bottom: 30px;
}
.br-20_5 {
    border-radius: 20.5px;
}
.bd-1-s-c9caca {
    border: 1px solid #c9caca;
}
.bd-1-s-eee {
    border: 1px solid #eee;
}
.text-red {color: #ef685f;}
.c-686868 {color: #686868;}
.c-ffffff {color: #ffffff;}
.c-7e7e7e {color: #7e7e7e;}

.fs-0 {
    font-size: 0;
}
.fs-14 {
    font-size: 14px;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fw-bold {
    font-weight: bold;
}
.ta-left {
    text-align: left;
}
.ta-center {
    text-align: center;
}
.lh-0 {
    line-height: 0;
}
.nowrap {
    white-space: nowrap;
    word-wrap: normal;
}

.hover-parent > .hover-hidden {
    display: initial;
}
.hover-parent > .hover-display {
    display: none;
}
.hover-parent:hover > .hover-hidden {
    display: none;
}
.hover-parent:hover > .hover-display {
    display: initial;
}
.box-white-shadow {
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: var(--white);
}
.cur-p {
    cursor: pointer;
}
.no-deco {
    text-decoration: none;
}
.no-outline {
    outline: 0 none !important;
}
.no-border {
    border: 0 none !important;
}
.pos-rel {
    position: relative;
}
.noselect, .noselect * {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}
svg path {
    overflow: visible !important;
}
.loading {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background-image: url(../images/search/loading.gif);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 3;
}