.clr-white{
    color: #ffffff;
}
.w-full{
    width:100%;
}
.d-flex{
    display: flex;
}
.d-block{
    display: block;
}
.d-inline-block{
    display: inline-block;
}
.float-right{
    float: right;
}
.flaot-left{
    float:left;
}
.d-none{
    display: none;
}
.overflow-auto{
    overflow: auto;
}
.overflow-hidden{
    overflow: hidden;
}
.border-none{
    border: none;
}
.mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.cursor-pointer{
    cursor: pointer;
}
li.selected>a {
    color: #40bfdd;
}

.mb-1{
    margin-bottom: 1%;
}
.mb-2{
    margin-bottom: 2%;
}
.mb-3{
    margin-bottom: 3%;
}
.mb-4{
    margin-bottom: 4%;
}
.mb-5{
    margin-bottom: 5%;
}
/* To align text center horizontally and vertically */
.text-center-HV{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pw-img-outer{
    max-height:420px;
    height:420px;
}
.header .dropdown-menu li>a:focus{
    background: #687074!important;
    color: #fff;
}
.topbar ul.loginbar>li>a:focus, .topbar ul.loginbar li i.fa:focus, .topbar ul.loginbar li i.fa:hover, .topbar ul.loginbar>li.active{
    text-decoration: underline;
    color: #04abd3;
}
.reg-block p a:focus {
    font-weight: bold;
}
a.show-password.fa.fa-eye:focus {
    border-bottom: 1px solid #000000;
}
.font-bold-on-focus-hover:is(:hover,:focus){
    font-weight: bold;
}
.text-decoration-underline-focus-hover:is(:hover,:focus){
    text-decoration: underline;
}
#tcMessage > a:focus {
    text-decoration: underline;
}
.image-border-focus-hover:is(:hover,:focus){
    display:inline-block;
    border: 0.5px solid #303d3e;
}
.accessibility-icons{
    height: 20px;
    width: 20px;
    margin: 0px 10px 0px 0px;
}
#radioInline{
    margin: 20px 0px;
}
#radioInline > label.radio {
    display: inline-block;
    margin-right: 5%;
}
.font-normal{
    font-weight: normal;
}

/** custom styling **/

a#search-modal-header-btn {
    cursor: pointer;
}

button.btn.btn-default.btn-load-more {
    border: none;
    border-radius: 4px !important;
    box-shadow: none;
    padding: 8px 15px 5px 15px;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #14bfdd;
}
button.btn.btn-default.btn-load-more:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.025) !important;
    opacity: 0.7;
}

div.alert.text-info {
    font-size: 16px;
}
.btn-xs.twitter-bg,
.btn-xs.facebook-bg,
.btn-xs.linkedin-bg {
    padding: 3px 5px;
    line-height: 1.0;
}
.twitter-bg{
    background: #0c080f;
}
.facebook-bg{
    background: #3b5998;
}
.linkedin-bg{
    background: #2d65bc;
}
.text-white, .text-white:hover{
    color:#FFFFFF;
}

.fa-spotify {
    color: #2FD865 !important;
}

.fa-youtube {
    color: #FF1814 !important;
}

.fa-vimeo-square {
    color: #2ABAEB !important;
}

.fa-apple {
    color: #040404 !important;
}