/*** ROOTREE 2019 CUSTOM STYLE ***/
img {
    max-width: 100%;
    height: auto;
}
h3 {
    background-color: #57585a !important;
    line-height: 0;
}
.bg-whitesmoke {
    background-color: whitesmoke !important;
}
.bg-3e3e40 {
    background-color: #3e3e40 !important;
}
.bg-57585a {
    background-color: #57585a !important;
}
.container {
    background-color: white;
}
.container-spacer {
    width: 100%;
    height: 15px;
}
.navbar-spacer {
    width: 100%;
    height: 5px;
}
.nav-item a {
    font-weight: 600;
}
#googlemap {
    width: 100%;
    max-width: 1068px;
    height: 500px;
}
#Staff-Collections-Title {
    background-color: #57585a;
    background-size: auto 14px;
    background-position: center center;
    position: relative;
    background-image: url("../img/staff-collections-title.jpg");
    background-repeat: no-repeat;
    height: 1.5em;
    overflow: hidden;
}
.copyleft {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: gray;
}
.footernav {
    background-color: #3e3e40 !important;
}
.footernav h6 {
    color: #ADB5BD;
    border-top: #ADB5BD dotted 1px;
}
.footernav a {
    color: #ADB5BD;
}
.footernav li {
    border: none;
    background-color: #3e3e40 !important;
}
.footernav ul li {
    position: relative;
  }
.footernav ul li::after,
.footernav ul li::before {
    display: block;
    content: '';
    position: absolute;
}
.footernav ul li::after {
    top: 1.125em;
    left: 0em;
    width: 14px;
    height: 14px;
    background-color: darkgoldenrod;
    border-radius: 100%;
}
.footernav ul li::before {
    z-index: 2;
    top: 1.45em;
    left: 0.25em;
    width: 4px;
    height: 4px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*** GO TO PAGE TOP FLOATING BUTTON ***/
#page_top{
    width: 90px;
    height: 75px;
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    z-index: 1;
  }
#page_top a{
    position: relative;
    display: block;
    width: 75px;
    height: 75px;
    text-decoration: none;
}
#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 20px;
    color: #ADB5BD;
    position: absolute;
    width: 20px;
    height: 20px;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
#page_top a::after{
    content: 'PAGE TOP';
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: 45px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #ADB5BD;
}