/* 
Theme Name: AFES
URI:     		http://codecorners.com
Author: Code Corners
version: 1.0
Theme URI: http://codecorners.com/
Author URI: http://codecorners.com/
*/

.wp-block-image{
    margin: 0;
}

.wp-block-image img{
    width: 100%;
    max-width: 100%;
}

.block-form .gform-theme.gform-theme--framework.gform_wrapper form .gform_body input[type=submit]{
    padding: 16px 20px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    border: 0;
    font-size: 16px;
    background-color: #9ad9e9;
    color: #242c37;
    border-radius: 0;
}

.gform-theme--foundation #field_submit {
    justify-content: flex-end;
}

.featured-support-block:not(.block-theme-navy) .block-form .gform-theme.gform-theme--framework.gform_wrapper form .gform_body input[type=submit] {
    background-color: #242c37;
    color: #fff;
}

.title a {
    text-decoration: none;
}