/* ITS Tagline Banner */

.ITS-tagline-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 40px 30px;
    box-sizing: border-box;
	padding: 50px 30px 50px 30px!important;
    /* Default gradient — overridden by Elementor background controls */
    background: linear-gradient(to right, #0b2d5e, #1a5296);

    /* Default borders — overridden by Elementor border controls */
    border-top: 4px solid #D4901A;
    border-bottom: 4px solid #3A90D4;
    border-left: none;
    border-right: none;
    border-style: solid none solid none;
}

.ITS-tagline-banner__text {
    max-width: 900px;
    width: 100%;
    text-align: center;
    color: #ffffff;
}

.ITS-tagline-banner__text p {
    margin: 0;
    color: inherit;
    font-weight: 700;
}

.ITS-tagline-banner__text p:not(:last-child) {
    margin-bottom: 0.5em;
}

/* Strip any default WYSIWYG margins at the edges */
.ITS-tagline-banner__text > *:first-child {
    margin-top: 0;
}

.ITS-tagline-banner__text > *:last-child {
    margin-bottom: 0;
}
.ITS-tagline-banner--full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
