/**
*  Custom styles for footer.
**/
.footer-signup-container {
    min-height: 88px;
    line-height: 88px;
    background-color: #03a578;
    text-align: center;
}

.footer-signup-label {
    display: inline;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
    padding-right: 14px;
}

.footer-signup-input {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    width: 239px;
    height: 42px;
    background-color: #ffffff;
    padding-left: 17px;
    margin-right: 9px;
}

.footer-signup-button {
    cursor: pointer;
    width: 100px;
    height: 42px;
    border-radius: 5px;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #ffffff;
    border: 1px solid rgba(256, 256, 256, .4);    
}

.footer-signup-button:hover {
    background-color: #02D99E;
}

.footer-menu-container {
    padding: 53px 0px 30px 0px;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto; 
}

.footer-menu-title-blue, .footer-menu-title-blue a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #2e4f91;
    padding-bottom: 10px;
}

.footer-menu-title-blue a:hover {
    color: #265CC8;
}

.footer-menu-text-blue a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.71;
    color: #2e4f91;  
}

.footer-menu-text-blue a:hover {
    color: #265CC8;
}
.footer-menu-title-grey {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #888888;
    padding-bottom: 10px;
}

.footer-menu-text-grey a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.71;
    color: #888888;  
}

.footer-menu-text-grey a:hover {
    color: #03a578;
}

.footer-menu-copyright {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.71;
    color: #a3a3a3;  
}

.footer-menu-sponsor-logo {
    width: 85%;
}

.mc4wp-form {
    display: inline-block;
}