#jGrowl .jGrowl-notification {
    background-position: 4px center;
    background-repeat: no-repeat;
    padding-left: 34px;
    padding-right: 14px;
}

#jGrowl .jGrowl-notification.status {
    color: lightgreen;
    background-color: green;
    border: 1px solid darkgreen;
}

#jGrowl .jGrowl-notification.warning {
    color: lightyellow;
    background-color: orange;
    border: 1px solid darkorange;
}

#jGrowl .jGrowl-notification.error {
    color: #FFDBF4;
    background-color: red;
    border: 1px solid darkred;
}

#jGrowl .jGrowl-notification a {
    color: #fff;
    border-bottom: 1px dotted white;
}

#jGrowl .jGrowl-notification .jGrowl-message {
    word-wrap: break-word;
    padding-right: 34px;
}

#jGrowl .jGrowl-notification .jGrowl-close {
    font-size: 1.2em;
}

#jGrowl .jGrowl-closer {
    padding-right: 24px;
    padding-left: 24px;
    background-image: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 0 none;
    background-image: none;
}

.jGrowl.center {
    top: 0;
    left: 50%;
    width: auto;
    margin: 0 0 0 -130px;
}

/*Custom*/
.page-node-12625 .jGrowl.center {
    top: 26%;
    left: 50%;
    width: auto;
    /*margin: 0 0 0 -130px;*/
    margin: 0 0 0 -208px;
}

#jGrowl .jGrowl-notification {
    width: 400px;
    height: 50px;
}

#jGrowl .jGrowl-notification.status {
    background-color: #a8f0c6;
    border-left: 5px solid #178344;
    opacity: 1;
    transition: background-color 300ms ease-out;
}

#jGrowl .jGrowl-notification .jGrowl-header {
    display: none;
}

#jGrowl .jGrowl-notification.status {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

#jGrowl .jGrowl-notification .jGrowl-message {
    padding-right: 0;
    font-size: 1.5em;
    color: #242424;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
}

#jGrowl .jGrowl-notification .jGrowl-message p {
    color: #242424;
}

#jGrowl > div.jGrowl-notification.alert.ui-state-highlight.ui-corner-all.status > button {
    width: 30px;
    height: 30px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    font-size: 1.6em;
    cursor: pointer;
    border-color: #178344;
    color: #178344;
    padding: 0;
    background: #a8f0c6;
    transition: background-color 300ms ease-out;
}

#jGrowl > div.jGrowl-notification.alert.ui-state-highlight.ui-corner-all.status > button:hover {
    background: #9bdeb7;
}

@media (max-width: 500px) {
    #jGrowl .jGrowl-notification {
        width: 300px
    }

    .page-node-12625 .jGrowl.center {
        top: 30%;
        left: 58%;
    }
}