
.qlStyle .links {
    position: relative;
    margin: 20px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.qlStyle .links a {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 0;
    margin: 0 auto;
    line-height: normal;
    color: #ffffff;
    text-decoration: none !important;
    font-weight: 400;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.qlStyle .links a .icons {
    display: block;
    line-height: 80px;
    position: relative;
    top: 0;
    z-index: 1;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    height: 70px;
    width: 70px;
    background: #044767;
    border-radius: 100px;
    border: 4px solid #013042;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.qlStyle .links a .shadow {
    display: block;
    position: absolute;
    width: 110px;
    height: 45px;
    top: 74px;
    background: url(/UserFiles/Servers/Server_10384345/Templates/qlShadow.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.qlStyle .links a span.fa {
    font-size: 34px;
    line-height: normal;
}

.qlStyle .links a img {
  margin-bottom: 5px;
  width: auto;
  height: 3vh;
} 

.qlStyle .links a span.fa, .qlStyle .links a img, .qlStyle .links a .qu-text {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    text-align: center;
    color: #fff;
}

.qlStyle .links a:hover, .qlStyle .links a:focus { text-decoration: none; }

.qlStyle .links a:hover .icons, .qlStyle .links a:focus .icons {
    top: -10px;
}

.qlStyle .links a:hover .shadow, .qlStyle .links a:focus .shadow {
    width: 90px;
}

span.qu-text {
    max-height: 40px;
    font-size: 16px; 
    display: block;
}

.qlStyle .links a .qu-text .text-center {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    color: #000;
}








/*
.mobile-quick-links {
 display: none;
}

#quickLinks .links {
    position: relative;
    margin: 20px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}


#quickLinks .links a {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 0;
    margin: 0 auto;
    line-height: normal;
    color: #ffffff;
    font-weight: 400;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

#quickLinks .links a .icons {
    display: block;
    line-height: 80px;
    position: relative;
    top: 0;
    z-index: 1;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    height: 70px;
    width: 70px;
    background: #044767;
    border-radius: 100px;
    border: 4px solid #013042;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

#quickLinks .links a .shadow {
    display: block;
    position: absolute;
    width: 110px;
    height: 45px;
    top: 74px;
    background: url(/UserFiles/Servers/Server_10384345/Templates/qlShadow.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

#quickLinks .links a span.fa {
    font-size: 34px;
    line-height: normal;
}

#quickLinks .links a img {
  margin-bottom: 5px;
  width: auto;
  height: 3vh;
} 

#quickLinks .links a span.fa, #quickLinks .links a img, #quickLinks .links a .qu-text {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    text-align: center;
}

#quickLinks .links a:hover, #quickLinks .links a:focus { text-decoration: none; }

#quickLinks .links a:hover .icons, #quickLinks .links a:focus .icons {
    top: -10px;
}

#quickLinks .links a:hover .shadow, #quickLinks .links a:focus .shadow {
    width: 90px;
}

span.qu-text {
    max-height: 40px;
    font-size: 16px; 
    display: block;
}

#quickLinks .links a .qu-text .text-center {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    color: #000;
}

*/