/*shared styles - across IGA pages*/

/*crosslinks*/
.grad-border {
    position: relative;
}
@media (max-width:768px) {
    .grad-border {
        width: calc(100% - 30px);
    }
}

.grad-border>p {
    margin-bottom: 0;
    padding: 0px 0px 30px;
    display: flex;
    justify-content: space-evenly;
}

.grad-border {
    background: #f2f1f1;
}

.grad-border:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-repeat: no-repeat;
}

.iga .btn.btn-crosslink {
    padding: 23px 46px;
    height: 90px;
    background-color: #096;
    border-color: #096;
    line-height: 1.2;
    border-radius: 50px;
    min-width: unset;
    font-weight: 700;
}

.iga .btn.btn-crosslink:hover {
    color: white;
}

.iga {
    margin: 30px 0px;
}

@media (min-width: 992px) {
    .grad-border>p {
        flex-flow: nowrap row;
    }

    .grad-border:after {
        background-image: url("/dam/jcr:f1576305-5609-42bf-88ec-01a5cc3a1761");
        background-size: cover;
    }
}

@media (max-width: 991px) {
    .grad-border {
        margin: 0px 15px;
    }

    .grad-border:after {
        background-image: url("/dam/jcr:6c7b4b49-1a34-4efa-8df8-ee78af5d19bd");
        background-size: cover;
    }

    .grad-border>p {
        flex-flow: nowrap column;
    }
    .iga {
        margin: 30px 0px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .grad-border>p {
        justify-content: center;
    }
}

/*end crosslinks*/