#site-wrapper {padding-top:120px!important;}

@media only screen and (min-width: 692px){
.branding .site-logo img {
    max-width: 14rem!important;
}
}
.region--navigation .block--menu--main ul.menu li a.is-active {
    text-decoration: none!important;
}


.paragraph[class*="background--transparent"] h2, 
.paragraph[class*="background--transparent"] h3, 
.paragraph[class*="background--transparent"] h4, 
.paragraph[class*="background--transparent"] a 
{
    color: #fff;
} 

.text-white h3{
    color: #fff;
}

.text-white.paragraph--type--section.paragraph--background-image::before {

    background: transparent;
}

.cta-button-inline{
	padding: 13px 40px 12px 24px;
    padding: 0.75rem 2.5rem 0.75rem 1.5rem;
    display: inline-block;
    color: #fff;
    font-family: "AvenirLT-Black","Arial","Helvetica","sans-serif";
    text-transform: uppercase;
    position: relative;
}

.button-green{
    background: #67AE3E;
    color: #fff;
}


.button-green:after {
	    content: "\E006";
    font-family: "icons";
    speak: none;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    right: 16px;
    right: 1rem;
    top: 50%;
    margin-top: -10px;
    margin-top: -0.625rem;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.button-green:hover {
    background: #5c9b37;
}

.button-green:hover:after {
    right: 8px;
    right: 0.5rem;
}

.about-node .node--view-mode-teaser {
    background: transparent; 
}
.about-node .node--view-mode-teaser .field--node-link {
    position: absolute;
    bottom: -2px;
    bottom: -0.2rem;
    right: 0;
    width: auto !important;
}

a.explore-button {
	background: #67AE3E;
	color: #fff!important;
	padding: 4px 10px;
}

a.explore-button:hover {
	color: #333!important;
}