#sp-logo .sp-default-logo, #sp-logo .sp-retina-logo {
    height: auto;
    width: 100%;
}

#sp-header {
    background-color: #008854;
    color: #d9d9d9;
}

.sticky .sticky__wrapper {
    background-color: rgba(0,136,84,0.90);
}

.sp-page-title-no-img {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#008854+0,00703f+100 */
background: #008854; /* Old browsers */
background: -moz-linear-gradient(top, #008854 0%, #00703f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #008854 0%,#00703f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #008854 0%,#00703f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008854', endColorstr='#00703f',GradientType=0 ); /* IE6-9 */
}

p {
  padding-bottom: 4px;  
}

#sp-footer {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: inset 0 -10px 40px -10px rgba(0,0,0,0.1), inset 0 10px 10px -8px rgba(0,0,0,0.2);
    backface-visibility: hidden;
}
a {color: #008854;}