.rel{
    position: relative;
}
.sticky-contact{
    top: 5px;
    right: 5px;
}
@media (min-width: 1024px){
    #mobile-sticky-nav{
        display: none !important;
    }
    #glm-sticky-schedules{
        display: none;
    }
}
@media (max-width: 1024px){
    #boxed-wrapper{
        margin-bottom: 80px;
    }
}
#mobile-sticky-nav img{
    max-width: 50px;
}
#mobile-sticky-nav{  
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: #B23134; */
    background: #B23134;
    display: flex;
    justify-content: space-around;
    color: white;
    /* border-top: 2px solid white; */
    z-index: 999999;
    transition: opacity 300ms linear;
}
#mobile-sticky-nav a{
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    font-weight: bold;
}
#mobile-sticky-nav a.active{
    background: #790C0F;
}
.mobile-sticky-nav-item{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    position: relative;
    padding-top: 8px;
}
.mobile-sticky-nav-item:first-child,  .mobile-sticky-nav-item:nth-child(2){
    /* border-right: 1px solid white; */
}
.gpu {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    will-change: transform;
}
.open-form{
    transform: translateY(0vh) !important;
}
body .sticky-show{
    opacity: 1 !important;
}   

#glm-sticky-schedules{
    padding: 16px;
    position: fixed;
    width: 100%;
    height: calc(100vh - 80px);
    background: white;
    transform: translateY(100vh);
    left: 0;
    top: 0;
    z-index: 99999;
    transition: transform 300ms ease-in-out;
    overflow-y: scroll;
}
/* #glm-sticky-schedules #glma-schedules-grid{
    max-width: 320px;
    margin: 0 auto;
} */
.open-schedules{
    transform: translateY(0) !important;
}

.center-vert{
    align-items: center;
}
.spread{
    justify-content: space-between;
}
#glm-sticky-close{
    font-size: 40px;
    position: relative;
    right: 24px;
}
#glm-sticky-schedules-header{
    margin-bottom: 16px;
}
#glm-sticky-schedules-header img{
    /* max-width: 175px; */
    /* margin: 0 auto; */
}
.glm-dock-icon{
    margin-right: 16px;
    font-size: 24px;
    color: #B23134;
}
#glm-sticky-schedules #glma-schedules-grid{
    padding: 0;
}
#glm-sticky-schedules .glm-dock-name span{
    font-size: 14px;
}
#glm-sticky-schedules .glma-dock-container{
    margin-bottom: 8px;
}
#glm-schedules{
    margin: 0 auto;
}
#glm-sticky-schedules .glm-dock-schedules-container{
    /* text-align: center; */
    margin-left: 35px;
}
#glm-sticky-schedules .glm-dock-image-front{
    display: none;
}
.sticky-header-title{
    margin: 0 0 24px 0px;
    padding-left: 36px;
    border-bottom: 1px solid lightgrey;
    font-weight: bold;
    line-height: 1;
    padding-top: 8px;
    padding-bottom: 4px;
    /* max-width: 200px; */
    font-size: 18px;

}
#glm-sticky-schedules .glma-schedules-grid{
    max-width: 320px;
    padding: 0;
    margin: 0 auto;
}
#glm-sticky-schedules .glm-dock-form{
    max-width: 320px;
    margin: 0 auto;
}
body .glma-schedules-grid .glma-dock-schedules-slider{
    border: 1px solid #403f3f;
    color: #403f3f;
}
.graph-print,#gform_submit_button_4{
    background: #156196;
    color: white;
}
.graph-print{
    display: flex;
    border-radius: 5px;
    line-height: 1;
    padding: 13px 8px 8px 8px;
    align-items: center;
    justify-content: center;
    transition: background 300ms ease-in-out;
}
.graph-print:hover{
    cursor: pointer;
    background: #74A8BF;
}
.glm-dock-button{
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding: 16px 0;
}
.glm-dock-button.purple{
    background: rgb(70, 89, 164);
    margin-bottom: 32px;
}
.glm-dock-button.yellow{
    background: rgb(252, 183, 55);
}
.glm-mobile-dock-header, .glm-mobile-dock-text{
    line-height: 1;
}