.context-home .page__content section {
    margin-bottom: 3rem;
}

.homepage-edge-to-edge__field-image .img-fluid {
    width: 100%;
}
.homepage-edge-to-edge__field-image .img-fluid {
    width: 100%;
}

.block-views-blockcustom-blocks-homepage-edge-to-edge-top .tout-view-mode .tout-content {
    top: 0;
    color: #1f5f79;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
}

.context-home #block-blue-bird-content {
    margin-bottom: 0rem !important;
}

.context-home .block-title, .context-home header {
    text-align: center;
    border-bottom: 0px;
}

.homepage-edge-to-edge__field-newsletter form {
    background-color: #18495f;
    border-radius: 1rem;
    padding: 0.7rem 1rem;
    -moz-box-shadow:    inset 0 0 8px #0072bb;
    -webkit-box-shadow: inset 0 0 8px #0072bb;
    box-shadow:         inset 0 0 8px #0072bb;
    width: 300px;
    border: 1px solid #0072bb;
    color: #FFF;
}

@media (max-width: 768px) {
    
    .homepage-edge-to-edge__body table {
        width: 100%;
        margin-top: 25px;
    }
    
    .homepage-edge-to-edge__body table tr td:first-child {
        display: none;
    }
    
    .homepage-edge-to-edge__body {
        font-size: 0px;
    }
    
    .homepage-edge-to-edge__body bigtitle {
        display: block;
    }
}