body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #444444;
}

body h3 {
  color: #8b0304;
  font-size: 22px;
  line-height: 28px;
}

body h4 {
  font-size: 18px;
  color: #8b0304;
  line-height: 21px;
}

body h4.read_text {
  font-size: 15px;
  color: #8b0304;
  margin-top: 12px;
}

body p {
  font-size: 13px;
  line-height: 24px;
}

body p.grey_12 {
  margin-top: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #444444;
}

body p.grey {
  font-size: 13px;
  color: #444444;
  margin-top: 13px;
  line-height: 20px;
}

body a.call_to_action {
  background-image: url("/img/arrow.png");
  background-repeat: no-repeat;
  background-position: left 7px;
  height: 9px;
  float: left;
  width: 100%;
  padding-bottom: 25px;
  padding-left: 12px;
  font-size: 20px;
  color: #9e0b0f;
  text-decoration: none;
}

body a.call_to_action:hover {
  color: #564225;
  background-image: url("/img/hover_arrow.png");
}

body a.read_more {
  margin-top: 15px;
  font-size: 13px;
  color: #8b0304;
  text-decoration: none;
  background-image: url("/img/arrow2.png");
  background-repeat: no-repeat;
  background-position: left 8px;
  padding-left: 10px;
}

body a.read_more:hover {
  color: #564225;
  background-image: url("/img/hover_arrow2.png");
}

body a {
  color: #8b0304;
  font-weight: bold;
}

body a:hover {
  color: #CBAD70;
  text-decoration: none;
}

body p.copy_right {
  font-size: 12px;
  color: #444444;
  margin-top: 25px;
  line-height: 20px;
  padding-bottom: 50px;
  text-align: center;
}

body ul.no_list_style {
  list-style: none;
}

body ul.no_padding {
  padding: 0px;
}

body ol {
  width: 70%;
}

img {
  max-width: 100%;
}

#header_container {
  position: relative;
  top: 0px;
}

#header_container #header_content {
  position: absolute;
  top: -218px;
}

#header_container #header_content #header_aesthetics {
  height: 175px;
  background-image: url("/img/top_main.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
}

#header_container #header_content #header_aesthetics #main_logo {
  position: absolute;
  top: 50px;
}

#header_container #header_content #header_nav {
  height: 42px;
  color: white;
}

#main_container #page_content {
  padding-top: 27px;
}

footer {
  width: 100%;
  padding: 10px;
  padding-top: 57px;
  background: url("/img/bottom_bg.png") repeat-x top left;
}

#thorn_bush_left {
  background-image: url("/img/thorn_bush.jpg");
  background-position: right;
  background-repeat: repeat-y;
}

#thorn_bush_left h3 {
  margin-top: 0px;
}

#thorn_bush_left p {
  width: 95%;
}

.ensure_thorn_height {
  min-height: 510px;
}

.testimonial {
  border-bottom: 1px dotted #e8d39a;
  padding-bottom: 10px;
  padding-top: 5px;
}

.testimonial .author {
  color: #444444;
  font-size: 13px;
  text-align: right;
  width: 93%;
}

.donation-box {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #e8d39a;
  width: 90%;
}

#desktop-header {
  height: 218px;
}

#desktop-header .full-width {
  width: 100%;
}

#desktop-header .full-width.top_bg {
  background-image: url("/img/top_bg.png");
  height: 218px;
}

.slide-nav ul {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
}

.slide-nav ul:before, .slide-nav ul:after {
  content: "";
  display: table;
}

.slide-nav ul:after {
  clear: both;
}

.slide-nav ul > li {
  border: none;
  float: left;
  position: relative;
}

.slide-nav ul > li:hover ul li {
  height: 31px;
}

.slide-nav ul li {
  border: none;
}

.slide-nav ul li ul {
  border: none;
  background-image: url("/img/drop_bg.jpg");
  position: absolute;
  left: 0;
  top: 35px;
  z-index: 1;
}

.slide-nav ul li ul li {
  border: none;
  width: 200px;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 300ms ease-in;
  -moz-transition: height 300ms ease-in;
  -o-transition: height 300ms ease-in;
  transition: height 300ms ease-in;
  padding-left: 10px;
  position: relative;
  top: -1px;
}

.slide-nav ul li ul li a {
  border: none;
  color: #FFF;
}

.slide-nav ul li ul li a:hover, .slide-nav ul li ul li a.active {
  color: #9e7b36;
}

.slide-nav a {
  display: block;
  border: none;
  font-size: 15px;
  color: #FFF;
  text-decoration: none;
  line-height: 28px;
  height: 42px;
  padding-top: 3px;
  margin-right: 27px;
  cursor: pointer;
}

.slide-nav a:hover, .slide-nav a.active {
  cursor: pointer;
  text-decoration: none;
  color: #cbad70;
}

form legend {
  padding-bottom: 10px;
}

form .btn-default {
  width: 79px;
  height: 35px;
  background-color: white;
  border: none;
  background-image: url("/img/button.jpg");
  color: white;
}

form .btn-default:hover {
  color: white;
  background-color: white;
  border: none;
  -webkit-box-shadow: 7px 7px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 7px 7px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 7px 7px 3px 0px rgba(0, 0, 0, 0.75);
}

form textarea {
  height: 170px !important;
}

form input#middle_initial {
  width: 127px;
}

@media screen and (max-width: 768px) {
  #main_container {
    top: 50px !important;
  }
  #main_container #page_content {
    padding-top: 70px;
  }
  footer {
    margin-top: 20px;
    border-radius: 3px;
    padding-top: 3px;
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.1);
    background: url("/img/bottom_bg_mobile.png") repeat top left !important;
  }
  #thorn_bush_right {
    background-image: url("/img/thorn_bush.jpg");
    background-position: right;
    background-repeat: repeat-y;
    position: relative;
    top: -10px;
    padding-top: 27px;
  }
}

#mobile-nav img.mobile-logo {
  max-width: 8em;
  position: relative;
  top: -4px;
}

/* Unsubscribe form button — wider so the longer label fits. Stronger override (!important + button.btn-default selectors). */
form#unsubscribe_gods_minute button.btn-default,
form#unsubscribe_gods_minute .btn-default,
#unsubscribe_gods_minute button.btn-default,
#unsubscribe_gods_minute .btn-default {
  width: auto !important;
  min-width: 160px !important;
  height: 35px !important;
  padding: 0 22px !important;
  white-space: nowrap !important;
  background-image: url("/img/button.jpg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-color: transparent !important;
  border: none !important;
  color: white !important;
  text-align: center !important;
  line-height: 35px !important;
  display: inline-block !important;
  box-sizing: border-box !important;
}

form#unsubscribe_gods_minute button.btn-default:hover,
form#unsubscribe_gods_minute .btn-default:hover,
#unsubscribe_gods_minute button.btn-default:hover,
#unsubscribe_gods_minute .btn-default:hover {
  color: white !important;
  background-color: transparent !important;
  border: none !important;
  -webkit-box-shadow: 7px 7px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 7px 7px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 7px 7px 3px 0px rgba(0, 0, 0, 0.75);
}
