a {
    color: #9c5e35;
    text-decoration: none;
}

a:hover {
    color:#0f4f9e;
    text-decoration: none;
}

.text-b-md {
    color: #9c5e35;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.text-b-sm {
    color: #9c5e35;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.text-bu {
    font-weight: bold;
    text-transform: uppercase;
}

.text-err {
    color: #9c5e35;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.text-small {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.text-small-link {
    color: #fff;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.text-small-link:hover,  
.text-small-link:focus,
.text-small-link:active {
    color: #9c5e35;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

.text-reg {
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.text-reg-link {
    color: #9c5e35;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.text-reg-link:hover,  
.text-reg-link:focus,
.text-reg-link:active {
    color: #14183e;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

.btn-drm {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    background-color: #9c5e35;
    border-color: #fff;
    padding: 4px 20px 4px 20px;
}

.btn-drm:hover, .btn-drm:focus, .btn-drm:active {
    color: #9c5e35;
    background-color: transparent;
    border-color: #9c5e35;
}

.drm-title {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
}

.form-control {
    border-radius: 0;
}

.space-ver {
    height: 300px;
}

.text-md-right {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.text-b-lg {
    font-size: 18px;
    font-weight: 700;
}

.custom-file-button {
	input[type="file"] {
		margin-left: -2px !important;

		&::-webkit-file-upload-button {
			display: none;
		}
		&::file-selector-button {
			display: none;
		}
        &::-ms-browse {
            display: none;
        }
	}

	&:hover {
		label {
			background-color: #dde0e3;
			cursor: pointer;
		}
	}
}

.filepond--credits {
    color: #fff !important;
}