@charset "utf-8";

:root {
  /* --color-primary: blue; */
}


/* Adjust the height of the welcome message image */
article#ContactUs {
  & ._Body {
    & ._Chapter {
      & ._ImageFloatLeft {
        & img {
          float: none !important;
          display: block !important;
          margin-inline: auto !important;
          width: 100% !important;
          max-width: 100% !important;
        }
      }
    }
  }
}



/* Special Styles */

.sp_HomeHead {
	color: #165E35 !important;
	color: #5D8F3B !important;
	font-size: 1.3em !important;
  font-weight: bold !important;
	margin: 14px 5% !important;
	margin-bottom: 0 !important;
	margin-top: 20px !important;;
	padding: 0 !important;
}
.sp_HomeSubhead {
	color: #165E35 !important;
	color: #5D8F3B !important;
	font-size: 1.1em !important;
	margin: 0 5% !important;
	margin-top: 0;
	padding: 0;
}
.sp_HomePara {
	color: black !important;
	font-size: 1.1em !important;
	margin: 0px 5%;
}
/* Links */
.sp_HomePara a:link, .sp_HomePara a:visited {
	/* color: #5D8F3B !important; */
	font-weight: bold;
	font-style: italic;
	color: #456A2C !important;
	text-decoration: underline;
}
.sp_HomePara a:hover, .sp_HomePara a:active {
	/* color: #5D8F3B !important; */
	color: #456A2C !important;
	font-style: italic;
	text-decoration: none;
	outline: 1px dotted #7CB854;
	background-color: #DFEDD5;
}

.sp_JustifyCenter {
	text-align: center !important;
}

.sp_LightBrown {
	color: #C48529 !important;
}
.sp_Black {
	color: black !important;
}
.sp_DarkGreen {
	color: #165E35 !important;
	color: #5D8F3B !important;
}
.sp_Gold {
	color: #C48529 !important;
}
.sp_Italic {
	font-style: italic !important;
}

/* Does Not Diagnose - Paragraph */
.sp_Diagnose {
	color: #5D8F3B !important;
	font-size: 0.9em !important;
	margin: 0px 5%;
	color: #5D8F3B !important;
	text-align: center !important;
}

.sp_Heart {
	height: 0.9em;
	width: auto;
}



@media screen and (max-width: 980px) {
	.sp_Heart {
		height: 19px;
		width: auto;
	}
}


