.bg-gradient {
    overflow: hidden;
    color: color-yiq(#56585C);
    background: linear-gradient(-30deg, theme-color("secondary") 0%, theme-color("primary") 50%, theme-color("primary") 100%);
}

.filter-dark {
    overflow: hidden;
    position: relative;
    color: color-yiq(#000);
}

.filter-dark:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: ' ';
    background: rgba(0, 0, 0, 0.75);
}

.filter-light {
    overflow: hidden;
    position: relative;
    color: color-yiq(#ffffff);
}

.filter-light:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: ' ';
    background: rgba(255, 255, 255, 0.75);
}

.filter-color {
    overflow: hidden;
    position: relative;
    color: color-yiq(#56585C);
}

.filter-color:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: ' ';
    background: rgba(252, 192, 20, 0.75);
}

.filter-gradient {
    overflow: hidden;
    position: relative;
    color: color-yiq(#56585C);
}

.filter-gradient:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: ' ';
    background: linear-gradient(-30deg, rgba(225, 106, 7, 0.9) 0%, rgba(252, 192, 20, 0.9) 50%, rgba(252, 192, 20, 0.95) 100%);
}

.filter-fade-in {
    overflow: hidden;
    position: relative;
}

.filter-fade-in:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: ' ';
    background: linear-gradient(#fff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
}

.navbar-nav li {
    font-weight: bold;
}

.navbar-nav li:hover {
    border-bottom: 3px solid #AE004B;
}

.btn-green {
    background-color: #006705;
    color: #fff;
}

.btn-orange {
    background-color: #A12A00;
    color: #fff;
}

.btn-grey {
    background-color: #56585B;
    color: #fff;
}

.wel-block-title {
    display: block;
    color: #ffffff;
    padding: 10px;
    width: 100%;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.wel-block-title.purple {
    background-color: #91278f;
}

.wel-block-title.grey {
    background-color: #d5d7d8;
    color: #222222;
}

.wel-block-title.orange {
    background-color: #A12A00;
}

.wel-block-title.pink {
    background-color: #AE004B;
}

.wel-block-title.blue {
    background-color: #0052A1;
}

.wel-block-title.green {
    background-color: #006705;
}

.wel-block-title.black {
    background-color: #222222;
}

.wel-block-quote, blockquote {
    border-top: 5px solid #56585C;
    border-bottom: 5px solid #56585C;
    color: #000;
    padding: 20px 70px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    font-style: italic;
    background: #eaeaea;
}

.wel-block-quote p, blockquote p {
    font-size: 18px;
    margin: 20px;
    text-align: center;
}

.wel-block-quote::before, blockquote::before {
    position: absolute;
    left: 10px;
    top: 15px;
    content: url("http://welfare.sags.com/wp-content/themes/welfare2018/dist/images/qte-left.png");
    color: rgba(0, 0, 0, 0.2);
    font-size: 50px;
    font-weight: 900;
    line-height: 0.7;
}

.wel-block-quote::after, blockquote::after {
    position: absolute;
    right: 10px;
    bottom: 15px;
    content: url("http://welfare.sags.com/wp-content/themes/welfare2018/dist/images/qte-rt.png");
    color: rgba(0, 0, 0, 0.2);
    font-size: 50px;
    font-weight: 900;
    line-height: 0.7;
}

.wel-content-feature {
    border: 7px solid #b4b1b1;
    padding: 40px 20px;
    margin-bottom: 30px;
    margin-top: 9px;
    width: 50%;
    float: right;
    margin-left: 5%;
}

@media (max-width: 576px) {
    .wel-content-feature {
        width: 100%;
    }
}

.g-row {
    position: relative;
}

.g-row .has-background .row-header {
    color: white;
}

.g-row .container {
    position: relative;
}

.background-underlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.background-underlay.has-image {
    background-repeat: no-repeat;
}

.background-underlay.has-image:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.background-underlay.is-page:after {
    background: transparent;
}

img {
    flex-shrink: 0;
}

hr {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 8px solid rgba(0, 0, 0, 0.1);
}

h2 {
    margin-bottom: 20px;
}

h1 {
    font-size: 2.2rem;
}

b, strong {
    font-weight: bold;
}
.text-row .bg-primary span { color: white !important;}
.text-row .bg-primary span a { color: white !important;}

.btn,.blocktitle,.btn-lg,.nav-link{
    text-decoration: none !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #56585B !important;
    border-color: #56585B !important;
}