﻿footer {
    color: #c7c7c7b3;
    font-size: 0.85rem;
}

.footer-container-1 {
    background-color: var(--sg-secondary);
    padding: 1.5rem;
    color: #c7c7c7b3;
}

.footer-container-2 {
    background-color: #262727;
    padding: 1.5rem;
}

    .footer-container-2 ul li {
        padding: 0.25rem 0 0.25rem 0;
    }

        .footer-container-2 ul li a {
            color: inherit;
        }

            .footer-container-2 ul li a:hover {
                color: var(--sg-primary);
            }

.footer-container-3 {
    background-color: var(--sg-secondary);
    padding: 1rem 1.5rem;
    border-bottom: 0.25rem solid var(--sg-primary);
}

.footer-logo {
    height: 36px;
    width: auto;
    margin-bottom: 1rem;
}

.footer-main-label {
    color: #C7C7C7;
    font-size: .9rem;
    margin-bottom: 1rem;
}

.facebook-logo {
    height: 22px;
    width: 34px;
}

.linkedin-logo {
    height: 20px;
    width: 45px;
}

.twitter-logo {
    height: 20px;
    width: 40px;
}

.footer-input {
    color: #c7c7c7b3;
}

.was-validated .form-control:invalid,
.was-validated .form-control:valid {
    background-image: none !important;
}

#subscribeModal .was-validated .form-control:invalid {
    border-left: 2px solid rgba(73,80,87,0.23) !important;
}

.was-validated .form-control:invalid {
    border: 1px solid #CC0033 !important;
}

was-validated .form-control:valid {
    border: 2px solid rgba(73,80,87,0.23);
}

#newsletter .form-control {
    border: 2px solid rgba(73,80,87,0.23);
}

#newsletter .input-group-text {
    background-color: transparent !important;
    padding: 0.375rem 1.2rem !important;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid rgba(73,80,87,0.23);
    border-right: none;
    background-size: 0.9rem;
}

.modal-header {
    border-bottom: none !important;
}

.modal-title {
    color: #495057;
    font-size: 1.5rem;
    font-family: var(--sg-heading-font-family-bold);
}

.modal-description {
    color: #7C8389;
    font-size: 0.8rem;
    font-family: var(--sg-font-family-regular);
}

#subscribeModal a {
    color: #495057;
    font-size: 0.75rem;
    font-family: var(--sg-heading-font-family-medium);
    text-decoration: underline;
}

.success-title {
    color: #495057;
    font-size: 1.5rem;
    font-family: var(--sg-heading-font-family-semibold);
}

.success-desc {
    color: #495057;
    font-size: 0.85rem;
    font-family: var(--sg-font-family-regular);
}

.success-icon {
    width: 60px;
    margin-bottom: 1rem;
}
