/*
Theme Name: spm9
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spm8

*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
img,
legend {
  border: 0;
}
legend,
td,
th {
  padding: 0;
}
html {
  font-family: "Open Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
optgroup,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
img {
  max-width: 100%;
  height: auto;
}
/*--------------------------------------------------------------
# Bootstrap & Gravity Forms Resets
--------------------------------------------------------------*/
@media (min-width: 320px) {
  .container {
    max-width: 1200px;
  }
  .col-sm-12,
  .col-sm-10,
  .col-sm-2 {
    padding-left: 0;
    padding-right: 0;
  }
  .container,
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 767px) {
  .col-sm-12,
  .col-sm-10,
  .col-sm-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container,
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
/*--------------------------------------------------------------
## Search Form Styles
--------------------------------------------------------------*/
div#search {
  display: none;
}

nav#mobile #search {
  display: block;
}
nav#mobile input[type="text"] {
  width: calc(98% - 35px);
  margin-left: 20px;
  padding: 5px 30px 5px 10px;
  background-image: url(/wp-content/themes/spm9/img/search.svg);
  background-size: 24px 24px;
  background-position: 98%;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 8px;
}
.footerSearch #search {
  display: block;
  margin-bottom: 30px;
}
.footerSearch input[type="text"] {
  width: 99%;
  margin-left: 0;
  padding: 5px 30px 5px 10px;
  background-image: url(/wp-content/themes/spm9/img/search.svg);
  background-size: 24px 24px;
  background-position: 98%;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 8px;
}

@media (min-width: 767px) {
  div#search {
    background: #414132;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .headerSearch {
    display: block;
  }
  .headerSearch input[type="text"] {
    width: 99%;
    float: right;
    margin-left: 0;
    padding: 5px 30px 5px 10px;
    background-image: url(/wp-content/themes/spm9/img/search.svg);
    background-size: 24px 24px;
    background-position: 98%;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 8px;
  }
}
@media (min-width: 1023px) {
  .headerSearch input[type="text"] {
    width: 60%;
  }
}
/*--------------------------------------------------------------
## Newsletter Header Signup
--------------------------------------------------------------*/
div#newsletter {
  display: none;
  background: #ebeacc;
  padding-top: 20px;
  padding-bottom: 30px;
} /* <- Set to Display None When you done */
div#newsletter h2 {
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}
div#newsletter input {
  width: calc(98% - 35px);
  margin-left: 20px;
  padding: 5px 30px 5px 10px;
  border-radius: 8px;
  border: 2px solid #8c9337;
  margin-bottom: 20px;
}
div#newsletter input[type="submit"] {
  display: block;
  border: 0;
  background: #e65314;
  color: #ffffff;
  width: auto;
  text-align: center;
  margin: 0 auto;
  padding: 8px 30px;
}
div#newsletter input[type="submit"]:hover {
  background: #414132;
}

@media (min-width: 767px) {
  div#newsletter {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  div#newsletter input {
    width: 47.5%;
    float: left;
    margin: 0 2.5% 20px 0;
    padding: 8px 15px;
  }
  div#newsletter input[type="submit"] {
    float: right;
    margin-right: 2.5%;
  }
}
@media (min-width: 1023px) {
  div#newsletter h2 {
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
## Mobile Navigation
--------------------------------------------------------------*/
.primaryNav,
.secondaryNav,
nav#mobile {
  display: none;
}
/* Mobile Menu Icon */
#mobileButton {
  display: inline-block;
  cursor: pointer;
  margin-top: 5px;
  float: right;
}
.bar1,
.bar2,
.bar3 {
  width: 30px;
  height: 4px;
  background-color: #333;
  margin: 5px 0;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
  transform: rotate(-45deg) translate(-5px, 5px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
/* Mobile Menu Dropdown */
nav#mobile {
  background: #414132;
  padding-top: 5px;
  padding-bottom: 5px;
}
nav#mobile ul.menu,
nav#mobile ul.sub-menu {
  list-style: none;
  font-size: 1em;
  margin: 0;
  padding: 0;
  width: 100%;
}
nav#mobile ul.menu li,
nav#mobile ul.sub-menu li {
  list-style: none;
  font-size: 1em;
  margin: 0;
  padding: 0;
  width: 100%;
}
nav#mobile ul.menu {
  padding-top: 10px;
  padding-bottom: 10px;
}
nav#mobile ul.sub-menu {
  display: none;
  float: left;
  background: #373737;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 20px;
}
nav#mobile ul.menu li a,
nav#mobile ul.sub-menu li a {
  display: block;
  padding: 20px;
  color: #ebeacc;
}
nav#mobile ul.menu li a {
  padding-top: 7px;
  font-weight: 700;
  text-transform: uppercase;
}
nav#mobile ul.sub-menu li a {
  font-weight: 400;
  text-transform: none;
  padding-top: 12px;
}
nav#mobile li a.active:after {
  content: "\2304";
  color: #ffffff;
  float: right;
  position: relative;
  bottom: 15px;
  margin-left: 10px;
  font-weight: 400;
}
nav#mobile ul.menu li ul li a:after {
  display: none;
}
nav#mobile a.headerSocial {
  display: inline-block;
  margin: 20px 0 0 20px;
  width: 40px;
  height: 40px;
  background-size: cover;
}
nav#mobile a.headerFacebook {
  background-image: url(/wp-content/themes/spm9/img/social_fb.svg);
}
nav#mobile a.headerInstagram {
  background-image: url(/wp-content/themes/spm9/img/social_instagram.svg);
}
nav#mobile a.headerTwitter {
  background-image: url(/wp-content/themes/spm9/img/social_twitter.svg);
}
nav#mobile p.headerEmail {
  margin: 15px 0 15px 20px;
}
nav#mobile p.headerEmail a {
  color: #ebeacc;
  font-weight: 600;
}
@media (min-width: 767px) {
  #mobileButton {
    display: none;
  }
  .primaryNav,
  .secondaryNav {
    display: block;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #e65314;
}
a:hover {
  text-decoration: none;
}
a:focus {
  border: 0;
}
a.readMore {
  font-weight: 700;
  word-break: keep-all;
  color: #e65314;
}
a.readMore:hover {
  color: #414132;
}
.button {
  display: inline-block;
  padding: 5px 30px;
  text-align: center;
  border-radius: 8px;
  margin: 0 auto 15px auto;
  text-transform: uppercase;
  font-weight: 600;
}
.button:hover {
}

/*--------------------------------------------------------------
## Colors
--------------------------------------------------------------*/
.darkBrown {
  color: #414132;
}
.darkGray {
  color: #373737;
}
.orange {
  color: #e65314;
}
.green {
  color: #8c9337;
}
.tan {
  color: #ebeacc;
}
.offWhite {
  color: #fbfbf5;
}
.mediumGray {
  color: #5f5f5f;
}

/*--------------------------------------------------------------
## Universal Typography | font-family: 'Open Sans', sans-serif;
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
blockquote {
  margin: 0;
  padding: 0;
  line-height: 1;
}

/* Start here */
h1 {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.4;
}
h2 {
  font-size: 1.3125em;
  line-height: 1.3;
}
h3 {
}
h4 {
}
p {
  font-size: 1em;
  color: #373737;
  line-height: 1.5;
}
ul {
  list-style: none;
  font-size: 1em;
}
ol {
}
blockquote {
}

/* Pages */
.hero-title {
}
.hero-title a {
  color: #ffffff;
}
.page-title {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 700;
}
.page-content h2 {
  font-size: 1.6875em;
  font-weight: 600;
  line-height: 1.1;
}
.page-content h2 a {
  color: #414132;
  font-weight: 700;
}
.page-content h2 a:hover {
  color: #e65314;
}
.page-content h3 {
}
.page-content h4 {
}
.page-content p {
  padding-top: 5px;
  padding-bottom: 15px;
}
.page-content ul {
  list-style: disc;
  margin: 10px 0 20px 20px;
}
.page-content ol {
  margin: 10px 0 20px 20px;
}
.page-content li {
  margin-bottom: 10px;
  line-height: 1.5;
}
.page-content li li {
  list-style: circle;
}
.page-content a {
  font-weight: 600;
}
.page-content a:hover {
  color: #414132;
}
.page-content img {
  height: auto;
  margin-bottom: 15px;
  max-width: 100%;
}
.page-content img.align-right {
}
.page-content img.align-left {
}

/* Posts */
.post-title {
}
.post-content h2 {
}
.post-content h3 {
}
.post-content h4 {
}
.post-content p,
.page-content ul,
.page-content ol {
}
.post-content ul,
.page-content ol {
}
.post-content li {
}
.post-content img {
}
.post-content img.align-right {
}
.post-content img.align-left {
}

/* Events List */

/* Events Post */

/* Sidebars */
#sidebar h1 {
}
#sidebar h2 {
}
#sidebar h3 {
}
#sidebar h4 {
}
#sidebar a {
}
#sidebar p {
}
#sidebar ul {
}
#sidebar ol {
}
#sidebar li {
}

.homeServices p a img {
  width: 100%;
  margin-bottom: 10px;
  height: auto;
}

#nostyle {
  width: auto;
  bottom: 0px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: block;
  background: none;
  color: none;
  padding: 0px 0px;
  border-radius: 0px;
  text-transform: none;
  font-weight: 600;
}

@media (min-width: 767px) {
  /* Pages */
  .page-title {
    font-size: 2.25em;
  }
  .page-content {
    padding-bottom: 30px;
  }
  .page-content img {
    margin-bottom: 0;
  }
  .page-content img.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .page-content img.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
  }
  .page-content ul {
    list-style: outside disc;
    margin: 10px 0 20px 20px;
  }
  .page-content ul li {
    position: relative;
    left: 1em;
    padding-right: 1em;
  }
  .page-content ol {
    list-style: outside;
    margin-left: 1em;
  }
  .page-content ul li {
    position: relative;
    left: 1em;
    padding-right: 1em;
  }

  /* Posts */
  /* Events List */
  /* Events Post */
  /* Sidebars */
}
@media (min-width: 1023px) {
  /* Pages */
  /* Posts */
  /* Events List */
  /* Events Post */
  /* Sidebars */
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
#masthead {
  border-bottom: 5px solid #ebeacc;
}
#masthead .container {
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(/wp-content/themes/spm9/img/map.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#headerLogo {
  display: block;
  float: left;
  height: 70px;
  width: 240px;
  text-align: left;
}
#headerLogo img {
  display: block;
  float: left;
  text-align: left;
  max-height: 70px;
  width: 100%;
}

@media (min-width: 767px) {
  #masthead {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .secondaryNav ul.menu {
    display: inline-block;
    float: right;
    margin-right: 20px;
    text-align: right;
    padding-top: 7px;
    padding-bottom: 20px;
  }
  .secondaryNav ul.menu li {
    display: inline-block;
    margin-left: 30px;
  }
  .secondaryNav ul.menu li a {
    color: #373737;
    font-weight: 600;
  }
  .secondaryNav ul.menu li:last-child a {
    font-weight: 700;
  }
  .secondaryNav ul.menu li a:hover {
    color: #e65314;
  }
  i.headerSearch {
    display: inline-block;
    float: right;
    width: 30px;
    height: 30px;
    margin-left: 20px;
    margin-right: 5%;
    background-image: url(/wp-content/themes/spm9/img/search.svg);
    background-size: contain;
  }
  i.headerSearch:hover {
    cursor: pointer;
  }
  a.headerSocial {
    display: inline-block;
    float: right;
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  a.headerFacebook {
    background-image: url(/wp-content/themes/spm9/img/social_fb.svg);
  }
  a.headerInstagram {
    background-image: url(/wp-content/themes/spm9/img/social_instagram.svg);
  }
  a.headerTwitter {
    background-image: url(/wp-content/themes/spm9/img/social_twitter.svg);
  }
  #headerLogo {
    display: block;
    float: left;
    width: 100%;
    height: 150px;
    padding-bottom: 20px;
  }
  #headerLogo img {
    display: block;
    float: left;
    text-align: center;
    max-height: 100%;
    width: 100%;
  }
  .primaryNav {
    background: #414132;
  }
  .primaryNav ul {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .primaryNav ul li {
    display: inline-block;
    text-align: center;
    margin: 0 30px;
    font-size: 1.125em;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .primaryNav ul li a {
    color: #fbfbf5;
  }
  .primaryNav ul li.current-menu-item a,
  .primaryNav ul li.current-page-ancestor a {
    border-top: 6px solid #e65314;
    padding-top: 6px;
  }
  .primaryNav ul li.menu-item-8297 {
    background: #e65314;
    padding-left: 30px;
    padding-right: 30px;
  }
  .primaryNav ul li.menu-item-8297 a {
    color: #ffffff;
  }
  .primaryNav ul li a:hover {
    opacity: 0.5;
  }
}
@media (min-width: 1023px) {
  .primaryNav {
  }
  .primaryNav ul {
    text-align: right;
    margin: 0;
  }
  .primaryNav ul li {
    margin: 0 0 0 60px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .primaryNav ul li.current-menu-item a,
  .primaryNav ul li.current-page-ancestor a {
    border-top: 6px solid #e65314;
    padding-top: 11px;
  }
  .primaryNav ul li.menu-item-8297 {
    background: #e65314;
    margin-left: 30px;
  }
  .primaryNav ul li.menu-item-8297 a {
    color: #ffffff;
  }
  .secondaryNav ul.menu {
    padding-bottom: 0px;
  }
  .secondaryNav ul.menu li {
    display: inline-block;
    margin-left: 45px;
  }
  #headerLogo {
    display: block;
    float: left;
    width: 100%;
    height: 150px;
    padding-bottom: 5px;
  }
}
@media (min-width: 1023px) {
  #headerLogo {
  }
  #headerLogo img {
    width: 500px;
  }
}
/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
.homeHeroImage {
  padding: 25% 0;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.homeHero {
  background: #fbfbf5;
}
.homeHero p {
  font-size: 1.125em;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.homeHero p a {
  color: #e65314;
  font-weight: 600;
}
.homeHero p a:hover {
  color: #414132;
}
.homeServices {
  background: #ebeacc;
  padding-top: 10px;
  padding-bottom: 10px;
}
.homeServices .container {
  padding: 0;
}
.homeServices .container .col-sm-12 {
  padding-left: 15px;
  padding-right: 15px;
}
.serviceItem {
  padding-top: 30px;
  background: #fbfbf5;
  margin-bottom: 1px;
  padding-bottom: 15px;
}
.homeServices img {
  border-bottom: 7px solid #8c9337;
  margin-bottom: 15px;
}
.homeServices h1,
.homeServices p,
.homeServices p a {
  text-align: center;
}
.homeServices h1 {
  text-transform: none;
  font-weight: 600;
  margin-bottom: 15px;
}
.homeServices p {
  margin-bottom: 20px;
}
.homeServices p a {
  display: inline-block;
  background: #e65314;
  color: #fbfbf5;
  padding: 8px 20px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 600;
}
.homeServices p a:hover {
  background: #414132;
}
.homeFeeds {
  background: #fbfbf5;
  padding-top: 30px;
}
.feedItem {
  margin-bottom: 35px;
}
.feedItem:last-child {
  margin-bottom: 20px;
}
.feedHeader {
  position: relative;
}
.feedHeader h2 {
  font-size: 1.125em;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 15px;
  text-transform: uppercase;
  background: #414132;
  color: #fbfbf5;
  font-weight: 700;
  text-align: left;
}
.feedContent {
  background: #ffffff;
  padding: 15px 15px 0 15px;
  border: 1px solid #ebeacc;
  margin-bottom: 30px;
}
.feedContent h3 {
  font-size: 1.3125em;
  font-weight: 600;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 4px double #ebeacc;
}
.feedContent h3 a {
  color: #373737;
}
.feedContent p {
  line-height: 1.6;
}
p.feedDate {
  font-size: 1.125em;
  margin-bottom: 10px;
  line-height: 1.6;
}
.homeBlog {
  background: #ebeacc url(/wp-content/themes/spm9/img/map.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 15px;
}
.homeBlog h1 {
  padding-top: 15px;
  padding-bottom: 20px;
}
.blogImage {
  display: none;
}
.blogContent {
  background: #ffffff;
  padding: 20px;
}
.blogExcerpt p {
  line-height: 1.6;
}
h2.blogTitle {
  font-size: 1.3125em;
  line-height: 1.4;
  margin-bottom: 15px;
}
h2.blogTitle a {
  color: #373737;
  font-weight: 600;
}
.blogPost {
  margin-bottom: 30px;
}

@media (min-width: 767px) {
  .homeHeroImage {
    padding: 25% 0;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .homeHero p {
    font-size: 1.5em;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .homeServices {
    background: #ebeacc;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .homeServices .container {
    padding: 20px 20px 20px 20px;
  }
  .serviceItem {
    padding-top: 15px;
    background: #ffffff;
    margin-bottom: 0;
    padding-bottom: 15px;
    border-right: 1px solid #ebeacc;
  }
  .homeFeeds {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .feedHeader h2 {
    font-size: 1.5em;
    padding: 10px 20px;
  }
  .feedContent {
    padding: 20px 20px 0 20px;
  }
  .feedContent h3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .homeBlog {
    background-position: top center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .homeBlog h1 {
    padding-top: 0;
  }
  .blogPost {
    margin: 15px 0;
  }
}

@media (min-width: 1023px) {
  .homeHero .container {
    padding-left: 0;
    padding-right: 0;
  }
  .homeHeroText {
    left: 4.166666666%;
  }
  .homeHero p {
    font-size: 1.6875em;
    padding-top: 15%;
  }
  .homeHeroImage {
    padding: 15% 0;
    width: 50%;
    margin-left: 0;
  }
  .homeServices h1 {
    font-size: 1.3125em;
  }
  .homeServices p {
    margin-bottom: 0;
  }
  .homeServices p img {
    margin-bottom: 10px;
  }
  .homeServices p a {
    position: absolute;
    width: 160px;
    bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .serviceItem {
    position: relative;
    min-height: 390px;
  }
  .serviceItem img {
    margin-bottom: 0;
  }
  .homeFeeds {
    padding-bottom: 10px;
  }
  .blogImage {
    display: block;
  }
}
@media (min-width: 1199px) {
  .homeHero p {
    font-size: 1.6875em;
    padding-top: 22%;
  }
}

/*--------------------------------------------------------------
## Program Landing Page
--------------------------------------------------------------*/
.programsLanding {
  padding: 45px 0;
  background: #ebeacc;
}
.programsLanding .page-title {
  text-align: center;
}
.programsList {
  padding-top: 20px;
  padding-bottom: 20px;
}
.programsBox {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.programsImage {
  margin-bottom: 20px;
}
.programsContent h2 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 6px solid #8c9337;
}
.programsContent p:last-child a {
  display: inline-block;
  background: #e65314;
  color: #ffffff;
  padding: 10px 30px;
  text-align: center;
  border-radius: 8px;
  margin: 10px auto 15px auto;
  text-transform: uppercase;
  font-weight: 600;
}
.programsContent a:hover {
  color: #414132;
}
.programsContent p:last-child a:hover {
  background: #414132;
}
@media (min-width: 767px) {
  .programsList {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .programsBox {
    margin-bottom: 40px;
  }
}
@media (min-width: 1023px) {
  .programsLanding {
    padding: 60px 0;
    background: #ebeacc;
  }
  .programsList {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1199px) {
}

/*--------------------------------------------------------------
## Single Program Page
--------------------------------------------------------------*/
body.single-program #donateNow {
  display: none;
}
.programSingle section {
  padding-left: 15px;
  padding-right: 15px;
}
.programCrumbs {
  padding-top: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}
.programCrumbs p {
  font-size: 0.874em;
}
.programCrumbs p a:hover {
  color: #414132;
}
.programSingle h1 {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 6px solid #8c9337;
  line-height: 1.1;
}
.programSingle .page-content h2 {
  font-size: 1.4375em;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 5px;
}
.programSingle .page-content h3 {
  font-size: 1;
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: 10px;
}
.sidebarNav {
  display: none;
}
.sidebar {
  background: #fbfbf5;
  padding: 30px 0;
}
.sidebar a {
  font-weight: 600;
}
.sidebar a:hover {
  color: #414132;
}
.sidebar h3 {
  font-size: 1.3125em;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sidebar h3 a {
  color: #373737;
  font-weight: 700;
}
.sidebar p {
  padding-bottom: 10px;
}
.sidebar img {
  margin-bottom: 0;
  width: 100%;
}
.sidebar a.button {
  background: #e65314;
  color: #ffffff;
  margin-top: 15px;
}
.sidebar aside {
  padding: 15px 0;
}
.sidebarContact p {
  line-height: 1.5;
}
aside.donate a {
  display: inline-block;
  background: #e65314;
  color: #ffffff;
  padding: 10px 30px;
  text-align: center;
  border-radius: 8px;
  margin: 10px auto 15px auto;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 15px;
}
aside.donate a:hover {
  background: #414132;
  color: #ffffff;
}

@media (min-width: 767px) {
  .programSingle section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .programSingle section.main {
    padding-left: 40px;
  }
  body.page .sidebarNav {
    display: block;
  }
  body.page .sidebarNav ul {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body.page .sidebarNav ul li a {
    display: block;
    color: #373737;
    font-weight: 600;
    padding: 10px 0;
  }
  body.page .sidebarNav ul li a:hover {
    color: #e65314;
  }
  body.page .sidebarNav ul li.current_page_item {
    background: #8c9337;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  body.page .sidebarNav ul li.current_page_item a {
    display: block;
    padding-left: 20px;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* Sidebar Hack */
  body.page nav.sidebarNav ul.children {
    display: none;
  }
}
@media (min-width: 1023px) {
  .programSingle section.main {
    padding-left: 20px;
  }
}
@media (min-width: 1199px) {
}

/*--------------------------------------------------------------
## Blog/Archive Styles
--------------------------------------------------------------*/
.indexFeatured {
  background: #fbfbf5;
}
.indexFeatured .container {
  padding-left: 0;
  padding-right: 0;
}
.featuredContent {
  padding: 20px 15px;
}
.featuredContent h2 {
  font-size: 1.3125em;
  font-weight: 600;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 4px double #ebeacc;
}
.featuredContent h2 a {
  color: #373737;
}
.featuredDate {
  font-size: 1.125em;
  margin-bottom: 10px;
  line-height: 1.3;
}
.indexCategory {
  padding: 10px 0;
  background: #ffffff;
}
.indexCategoryContainer h3 {
  color: #373737 !important;
  font-size: 1.125em;
  font-weight: 600;
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 4px double #ebeacc;
  border-top: 4px double #ebeacc;
  text-align: center;
}
.indexCategoryContainer h3:before {
  display: inline-block;
  content: "+";
  font-size: 1.3125em;
  color: #e65314;
  font-weight: 700;
  padding-left: 0;
  vertical-align: -2px;
  margin-right: 10px;
  margin-top: 0px;
  height: 20px;
}
.indexCategoryContainer h3:hover {
  cursor: pointer;
}
.indexCategoryContainer ul {
  padding-top: 10px;
}
.indexCategoryContainer ul li {
  text-align: center;
  margin-bottom: 10px;
}
.indexCategoryContainer ul li a {
  color: #373737;
  font-weight: 600;
  padding: 10px 0;
}
.indexCategoryContainer ul li a:hover {
  color: #e65314;
}
.indexFeed {
  background: #ebeacc;
  background: #ebeacc url(/wp-content/themes/spm9/img/map.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 15px;
}
.indexFeed h1 {
  padding-top: 10px;
  padding-bottom: 15px;
}
.indexFeed article {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
}
.indexFeed article header h2 {
  font-size: 1.3125em;
  line-height: 1.3;
  margin-bottom: 10px;
}
.indexFeed article header a {
  color: #373737;
  font-weight: 600;
}
.nav-previous,
.nav-next {
  text-transform: uppercase;
}
.nav-previous a,
.nav-next a {
  color: #373737;
  font-weight: 600;
}
.nav-previous a:before {
  content: "«";
  color: #e65314;
  font-weight: 600;
  font-size: 1.4em;
  margin-right: 5px;
}
.nav-next a:after {
  content: "»";
  color: #e65314;
  font-weight: 600;
  font-size: 1.4em;
  margin-left: 5px;
}
footer.nav {
  margin-bottom: 20px;
  margin-top: 15px;
}

@media (min-width: 767px) {
  .featuredPhoto {
    padding-left: 0;
  }
  .featuredContent {
    padding-left: 0;
    padding-top: 5%;
  }
  .indexCategoryContainer ul {
    padding-top: 15px;
  }
  .indexCategoryContainer ul li {
    text-align: center;
    margin-bottom: 15px;
  }
  header.feed {
    padding-left: 0;
    padding-right: 0;
  }
  .indexThumbnail {
    width: 50%;
    float: left;
  }
  .articleContainer {
    width: 50%;
    float: left;
    padding-left: 20px;
  }
}
@media (min-width: 1023px) {
  .indexFeatured .container {
    padding-left: 0;
    padding-right: 20px;
  }
  .featuredContent {
    padding-left: 20px;
    padding-top: 5%;
  }
  .featuredContent h2 {
    font-size: 1.6875em;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 4px double #ebeacc;
  }
  .featuredDate {
    font-size: 1.125em;
    margin-bottom: 10px;
    line-height: 1.3;
  }
}
@media (min-width: 1199px) {
}

/*--------------------------------------------------------------
## Single Blog Styles
--------------------------------------------------------------*/
body.single-post div#donateNow {
  display: none;
}
body.single-post .sidebar {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 767px) {
  body.single-post .sidebarNav {
    display: block;
    padding-bottom: 20px;
  }
  body.single-post .sidebarNav ul {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.single-post .sidebarNav ul li a {
    display: block;
    color: #373737;
    font-weight: 600;
    padding: 5px 0;
  }
  body.single-post .sidebarNav ul li a:hover {
    color: #e65314;
  }
  body.single-post .sidebar img {
    margin-bottom: 0;
  }
}
.disqus-wrap {
  margin-bottom: 30px;
  min-height: 702px !important;
}
@media (min-width: 1023px) {
}
@media (min-width: 1199px) {
}

/*--------------------------------------------------------------
## Search Page Styles
--------------------------------------------------------------*/
body.search .indexFeed article {
  margin-bottom: 0;
}

@media (min-width: 767px) {
}
@media (min-width: 1023px) {
}

/*--------------------------------------------------------------
## 404 / Thanks Page Styles
--------------------------------------------------------------*/
.thanks {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

/*--------------------------------------------------------------
## Publications Styles
--------------------------------------------------------------*/
body.common_ground-template-default {
}

body.common_ground-template-default .page-content ol {
  list-style: outside upper-roman;
  margin-left: 2em;
}
body.common_ground-template-default .page-content ol ol {
  list-style: outside lower-roman;
}
body.common_ground-template-default .page-content ol ol ol {
  list-style: outside lower-alpha;
}

/* First Tier */
body.common_ground-template-default .sidebarNav h3 a:hover {
  color: #e65314;
}
body.common_ground-template-default .sidebarNav {
  display: block;
}
body.common_ground-template-default .sidebarNav ul {
  list-style: disc;
  margin: 30px 15px;
}
body.common_ground-template-default .sidebarNav li {
  line-height: 1.3;
  padding-bottom: 15px;
  list-style: upper-roman;
  color: #414132;
}
body.common_ground-template-default .sidebarNav li a {
  display: block;
  line-height: 1.3;
  color: #414132;
}
body.common_ground-template-default .sidebarNav li a:hover {
  color: #e65314;
}
body.common_ground-template-default .sidebarNav li.page_item_has_children a {
  padding-bottom: 15px;
}

/* Children */
body.common_ground-template-default .sidebarNav ul.children {
  margin: 0 0 0 20px;
}
body.common_ground-template-default .sidebarNav ul.children li {
  font-size: 0.875em;
  list-style: disc;
  margin: 0 0 7px 0;
  padding-bottom: 0px;
}
body.common_ground-template-default .sidebarNav ul.children li a {
  color: #e65314;
  margin: 0 0 0 0;
  padding-bottom: 0px;
}
body.common_ground-template-default .sidebarNav ul.children li a:hover {
  color: #414132;
}

body.common_ground-template-default .sidebarNav li.current-page-item a {
  color: #414132;
}

/* Sidebar Hack Reset */
body.common_ground-template-default nav.sidebarNav ul.children {
  display: block;
}

/*--------------------------------------------------------------
## Footer Styles
--------------------------------------------------------------*/
body.single div#donateNow,
body.page-template-page-events div#donateNow,
body.page-template-page-volunteer div#donateNow,
body.page-template-page-programs-single div#donateNow,
body.page-template-page-about div#donateNow,
body.page-template-page-employers div#donateNow,
body.page-template-default div#donateNow {
  display: none;
}

body.common_ground-template-default div#donateNow {
  display: block;
}

#donateNow {
  background: #8c9337;
  background-image: url(/wp-content/themes/spm9/img/donate.svg);
  background-position: bottom center;
  background-size: 80%;
  background-repeat: no-repeat;
  padding-top: 45px;
  padding-bottom: 100px;
}
.donateImage {
  display: none;
}
#donateNow h2,
#newsletterNow h2 {
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}
#donateNow h2 {
  color: #ffffff;
}
#donateNow p,
#newsletterNow p {
  font-size: 1.125em;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 15px;
}
#donateNow p {
  color: #ffffff;
}
#donateNow p a.button {
  background: #ffffff;
  color: #e65314;
  padding: 8px 30px;
}
#donateNow p a.button:hover {
  background: #414132;
  color: #ffffff;
  padding: 8px 30px;
}
#newsletterNow {
  background: #ebeacc;
  padding-top: 30px;
  padding-bottom: 30px;
}
#newsletterNow input {
  width: calc(98% - 35px);
  margin-left: 20px;
  padding: 5px 30px 5px 10px;
  border-radius: 8px;
  border: 2px solid #8c9337;
  margin-bottom: 20px;
}
#newsletterNow input[type="submit"] {
  display: block;
  border: 0;
  background: #e65314;
  color: #ffffff;
  width: auto;
  text-align: center;
  margin: 0 auto;
  padding: 8px 30px;
}
#newsletterNow input[type="submit"]:hover {
  background: #414132;
  color: #ffffff;
}
#top {
  display: none;
}
/* Footer */
#footer {
  padding-top: 45px;
  padding-bottom: 20px;
  background: #414132;
  position: relative;
}
#footer .container {
  position: relative;
}
#footer ul.menu li {
  text-transform: uppercase;
  font-size: 1.125em;
  margin-bottom: 20px;
}
#footer ul.menu li a {
  font-weight: 700;
  color: #ebeacc;
}
#footer ul.menu li a:hover {
  color: #fbfbf5;
}
#footer h3 {
  text-transform: uppercase;
  font-size: 1.125em;
  color: #ebeacc;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 15px;
}
#footer h4 {
  font-size: 1.125em;
  color: #ebeacc;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1.3;
}
#footer p {
  color: #ffffff;
  margin-bottom: 20px;
}
#footer p a {
  color: #ffffff;
  font-weight: 400;
}
.footerNav {
  margin-bottom: 30px;
}
.footerMission section {
  margin-bottom: 40px;
}
.footerSearch p {
  font-size: 1.125em;
}
a.footerLogo {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 120px;
  height: 120px;
  margin-bottom: -40px;
}

/* Sponsors */
#sponsors {
  background: #1c1c1c;
  padding: 30px 0;
}
#sponsors ul {
  list-style: none;
  text-align: center;
}
#sponsors ul li {
  display: block;
  margin: 0 5px;
  text-align: center;
  width: 45%;
  float: left;
  padding: 15px;
}
#sponsors ul li img {
  vertical-align: middle;
  max-height: 80px;
  width: auto;
}

/* Attribution */
#attribution {
  background: #373737;
  padding-top: 10px;
  padding-bottom: 10px;
}
#attribution p {
  color: #a5a5a5;
  font-size: 14px;
  text-align: center;
}
#attribution p a {
  color: #a5a5a5;
}
#attribution p a:hover {
  color: #e65314;
}

@media (min-width: 767px) {
  #donateNow {
    padding-top: 0;
    padding-bottom: 0;
    background-size: 35%;
    background-position: 90% 100%;
  }
  .donateImage {
    display: block;
    padding: 30% 0;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  #donateNow h2,
  #newsletterNow h2 {
    text-align: left;
  }
  #donateNow p,
  #newsletterNow p {
    text-align: left;
  }
  #donateNow p:last-child {
    margin-bottom: 0;
  }
  #donateNow a.button {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .donateContent {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  #newsletterNow {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .newsletterForm {
    margin-top: 15px;
  }
  #newsletterNow input {
    width: 45%;
    float: left;
    margin: 0 20px 20px 0;
    padding: 8px 15px;
  }
  #newsletterNow input[type="submit"] {
    float: right;
    margin-right: 6.5%;
  }
  /* Footer */
  #footer {
    padding-top: 90px;
  }
  #footer h3 {
    margin-top: 0;
  }
  #footer h4 {
    margin-top: 0;
  }
  #footer .left {
    width: 32%;
    float: left;
  }
  #footer .right {
    width: 40%;
    float: left;
    margin-left: 30px;
  }
  a.footerLogo {
    width: 180px;
    height: 180px;
    right: 20px;
    margin-bottom: -20px;
  }
  /* Sponsors */
  #sponsors {
    padding: 10px 0;
  }
  #sponsors ul {
    display: block;
    list-style: none;
    text-align: center;
  }
  #sponsors ul li {
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    width: 20%;
    float: none;
    padding: 15px;
  }
  /* Attribution */
  #attribution p:first-child {
    width: 50%;
    float: left;
    text-align: left;
  }
  #attribution p:last-child {
    width: 50%;
    float: left;
    text-align: right;
  }
}

@media (min-width: 1023px) {
  #donateNow {
    padding-top: 0;
    padding-bottom: 0;
    background-size: 25%;
    background-position: 90% 100%;
  }
  #donateNow .container {
    padding-left: 0;
    padding-right: 0;
  }
  .donateImage {
    display: block;
    padding: 15% 20px;
    width: 50%;
    margin-left: 0;
  }
  .donateContent {
    padding-left: 80px;
    padding-top: 80px;
  }
  #newsletterNow {
    padding-top: 60px;
  }
  .newsletterForm {
    margin-top: 0;
  }
  #footer {
    padding-top: 90px;
  }
  #footer .left,
  #footer .right {
    width: 100%;
  }
  #footer .left {
    margin-bottom: 20px;
  }
  #footer .right {
    margin-left: 0;
  }
  a.footerLogo {
    width: 160px;
    height: 160px;
  }
}
@media (min-width: 1199px) {
}

.wp-caption {
  max-width: 100%; /* Image does not overflow the content area */
  padding: 0;
}

.wp-caption.alignnone {
  margin: 0 0 1rem 0;
  width: 100% !important;
}

.wp-caption.alignleft {
  margin: 0 0 1rem 0;
}

.wp-caption.alignright {
  margin: 0 0 1rem 0;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100% !important;
}