.text-uppercase{
    text-transform: uppercase;
}
.text-dark-green{
    color:#083d35;
}
.text-green{
    color:#007755;
}
.text-yellow{
    color:#ddbf2a;
}
.din-bold{
    font-family: 'DIN Pro Medium','Helvetica Neue', sans-serif;
}

.hero-5 {
    /*height: 90vh;*/
}

.header-transparent:not(.header-sticky) .v-align-middle.current a {
    background-color: transparent!important;
    border-color: rgba(255,255,255,.6)!important;
    color: rgba(255,255,255,.6)!important;
    margin: 0 1rem 0 0;
}

.header-transparent:not(.header-sticky) .v-align-middle.current a:hover {
    background-color: #083d35!important;
    border-color: #083d35!important;
    color: #ffffff!important;
}

/******************* CONTACT FORM *******************/

form .sending-overlay {
    position: absolute;
    background-color: rgba(255,255,255,.8);
    z-index: 100;
    text-align: center;
    height: 100%;
    width: 100%;
}

form .sending-overlay img {
    width: 20%;
    padding-top: 20%;
}

#form-response {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: none;
}

#form-response .success {
    position: absolute;
    width: 100%;
    top: 50%;
    background-color: #eee;
}

#form-response .error {
    position: absolute;
    width: 100%;
    top: 50%;
}

form label.error {
    display: none!important;
}
.icon-container {
    padding-bottom: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100% !important;
    max-width:20vw;
    margin:30px auto 0;
}
h1.tms-caption{
    margin-bottom:30px!important;
}
@media only screen and (max-width: 500px){
    
    .mobile .header .logo{
        width:30%;
    }
    .mobile .header .navigation .v-align-middle{
        padding: 0 0 0 0!important;
    }
    .mobile .header .v-align-middle.current > .button:not(.nav-icon){
        border-width:1px;
        background-color: #007755!important;
        border-color: #007755!important;
        font-size: 1rem;
        padding: 1.3rem 1.5rem;
    }

    h1.tms-caption{
        font-size:3.2rem;
        margin-bottom:30px!important;
    }
    h2.tms-caption{
        font-size:1.7rem;
        line-height:1.5;
    }
    .icon-container {
        max-width:50vw;
    }
}


.footer-bottom .footer-btn {
    border: 2px solid rgba(255,255,255,0.3);
    background-color: transparent!important;
    color: rgba(255,255,255,.6)!important;
}

.footer-bottom .footer-btn:hover {
    background-color: #083d35!important;
    border-color: #083d35!important;
    color: #ffffff!important;
}

.disclosures-button {
    background-color: #007755;
    border-color: transparent;
    color: #fff;
    width: 210px;
    text-align: center;
}