body {
  margin: 0;
  border:0;
  background-color: WHITE;
}

body, td, .standardText {
  font-family: Helvetica, sans-serif;
  color: BLACK;
}

.mceContentBody, .editorBody {
   background: WHITE !important;
	 font-size: inherit;
   font-size:18pt;
	 text-align:left;
	 padding:5px;
}

input, select {
  font-family: Helvetica, sans-serif;
  font-size: smaller;
	margin: 2px;
	padding: 1px;
}

.pageCenterTitle {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 12px;
  display:block;
}

legend {
  font-size: 1.2em;
  font-weight: bold;
  padding:0 5px;
}

.navLinks {
  TEXT-ALIGN: center;
  padding-bottom: 20px;
  font-size: smaller;
}

.standout {
  color: BLUE !important;
}

a:link, .standout {
  color: BLUE;
}

a:visited {
  color: PURPLE;
}

a:active {
  color: BLUE;
}

a:hover {
  color: BLUE;
}


.secondary {
  color: BLACK;
  background-color: #DAC9B0;
}

.secondary .editableShow {
  border: 1px solid BLACK;
}

.strong {
  color: BLACK;
  background-color: #DAC9B0;
}

.menuText {
  font-size: 10px;
  color: BLACK;
}

.menuText a:link, .menuText a:visited {
  color: BLACK;
  text-decoration: none;
}

.menuText a:hover {
  color: #DAC9B0;
}

.menuL1, .menuL2, .menuL3 {
  cursor: default;
}

.contentSectionHeader {
  background-color: #DAC9B0;
  text-align: center;
  font-weight: Bold;
  font-style: Italic;
  color: BLACK;
	margin: 8px 0px 8px 0px;
	display:block;
}

.fieldMessageArea {
  white-space: no-wrap;
  margin-left: 3px;
  font-weight: bold;
}

.ddDivider {
  background-color: beige;
  letter-spacing: .5px;
  font-weight: bold;
}

.ddControl {
  color: darkred;
}

.ddCurrent {
  color: darkred;
  font-weight: bold;
}

.ddFaded {
}

/*  Table styles  */

table.portalTable {
	width: 450px;
  margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid BLACK;
	empty-cells: show;
  border-collapse: collapse;
}

.portalTable caption {
  font-size: 120%;
	font-weight: bold;
}

.portalTable thead td, .portalTable tfoot td {
	border-bottom: 1px inset BLACK;
  background-color: #DAC9B0;
  font-size: .72em;
  font-weight: bold;
  color: BLACK;
  padding: 4px;
  white-space: nowrap;
	vertical-align: middle;
}

.portalTable thead td a:hover {
  cursor: pointer;
}

.portalTable td {
  font-size: .72em;
  vertical-align: top;
	padding: 4px;
}

.portalTableSectionLeft {
  font-size: 115%;
  float: left;
  display: inline;
}

.portalTableSectionRight {
  background-color: WHITE;
	color: BLACK;
  float: right;
  display: inline;
  padding: 3px;
}

.portalTableSectionRight div {
  border-left: 4px solid BLACK;
}

.portalTableName {
  text-align: right;
  vertical-align: top;
  border-bottom: 1px inset BLACK;
}

.portalTableValue {
  border-bottom: 1px inset BLACK;
  padding-left: 8px !important;
  text-align: left;
}

.portalTableValueRequired {
  border-left: 4px solid BLACK;
  border-bottom: 1px inset BLACK;
  text-align: left;
}

.portalTableValueStandout {
  border-bottom: 1px inset BLACK;
  padding-left: 8px !important;
  color: BLACK;
  background-color: #DAC9B0;
}

.portalTableValue .fieldError, .portalTableValueRequired .fieldError {
	color: BLUE;
	font-weight: bold;
}

.portalText, .portalTable textarea {
  color: BLACK;
  border: 1px solid BLACK;
  font-family: Helvetica, sans-serif;
  font-size: 1.1em;
}

.portalTableValue>.portalText {
  font-size: 1em;
	padding: 1px;
}

.portalTable select, .portalSelect {
  color: BLACK;
  border: 1px solid BLACK;
	font-size: 1em;
}

.portalCheckbox {
  margin: 0px;
}

.portalButton, .portalSubmit, .submit {
  background-color: #DAC9B0;
  font-weight: bold;
  color: BLACK;
  border: 1px solid BLACK;
  margin: 10px 5px;
}

.portalButton:hover, .portalSubmit:hover, .submit:hover {
  background-color: #DAC9B0;
  color: BLACK;
  border: 1px solid #DAC9B0;
}

.portalActions {
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}

.portalTable .sorttable_nosort {
  white-space: nowrap;
}

.atb {
  border-bottom: 1px inset #DAC9B0;
  line-height: 1.5em;
}

/*  End Table Styles  */

.addNewItem {
  white-space: nowrap;
}

.center {
  text-align: center;
}

.message {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 300px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #DAC9B0;
  border: black solid 1px;
  font-weight: bold;
  font-size: 13px;
  color: BLACK;
}

#pageMessagesBox {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 500px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #DAC9B0;
  border: black solid 1px;
  font-size: 13px;
  color: BLACK;
}

.pageMessageError {
  margin:3px;
  margin-bottom:7px;
  text-align:left;
}

a.clicktoerror {
  text-decoration:underline;
  cursor:pointer;
  font-weight:bold;
}

a.clicktoerror:hover {
  text-decoration:none;
}

.error, .required {
color: BLUE;
font-weight: bold;
font-size: .85em;
margin-left: 2px;
}

.note {
color: BLUE;
font-size: .85em;
}

.formButtons {
text-align:center;
}

.comments {
  font-size: .85em;
  background-color: #DAC9B0;
  color: BLACK;
  margin: 20px;
  padding: 8px;
  border: 1px solid BLACK;
}

.rainbowbridgeTop, .browsekittensTop, .browseTop {
  margin: 5px;
}

.littlespace {
  margin: 8px;
}

.animalDetailBlock {
  margin-top: 15px;
  margin-bottom: 15px;
}

.animalDetailTitle {
  font-weight: bold;
}

.smallFormField {
  margin: 1px;
  padding: 1px;
  font-size: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}

.flags {
  text-align: center;
}

.flags img {
  border: none;
  vertical-align: middle;
}

.translate {
  background-color: yellow;
  color: black;
  font-weight: bold;
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
}

.inline {
	display : inline;
}

.animalimg {
  text-decoration: none;
    border: 1px solid black;
}

.logoimg {
  border: none;
  margin: 5px;
}

.AnimalAd {
  border: none;
  text-align: center;
  font-size: x-small;
  margin:10px
}

.smaller, .boxedLinks {
  font-size: smaller;
}

.iGive {
  background-image: url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/swingbags120.gif);
}

.noFormatting {
  margin: 10px;
}

.littleFont{
	font-size:0.65em;
}

.affiliate {
	text-align : center;
	font-size:0.65em;
	margin-left : auto;
	margin-right : auto;
	margin-top : 5px;
	width : 100%;
}

#affiliateVolunteerMatch {
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	width:130px;
}

#affiliateUnitedWay {
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	width:100px;
}

#affiliatePaypal {
  width: 73px;
  height: 44px;
  margin-right: auto;
  margin-left: auto;
  background: url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/x-click-butcc-donate.gif);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

/*  Admin only styles  */

.adminMenu {
  width: 100%;
  background: #DAC9B0;
}

.adminOnly {
  font-weight: bold;
  color: BLUE;
}

.QAHidden {
	font-size: smaller;
	display: none;
}
.QAVisible {
	font-size: smaller;
	display: block;
}

.completedFormQuestion {
  font-weight: bold;
}

.completedFormAnswer {
}

/* Styles for the Tigra Menu */
/* Style for a block - DIV */
.m0table {
	background: #DAC9B0;
	border: 1px none #DAC9B0;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: WHITE;
}

.m0movero, .m0mdowno {
	background: #DAC9B0;
}

/* Style for inner tag, mover (mouse over) state */
.m0inner, .m0mouti, .m0moveri, .m0mdowni {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}

.m0mouti {
  background-color: WHITE;
  color: BLACK;
}

.m0moveri {
  background-color: #DAC9B0;
  color: BLACK;
}

.m0mdowni {
  background-color: #DAC9B0;
  color: BLACK;
}

#actionsButtonsBottom, #actionsButtonsTop {
  width: 525px;
	margin-left: auto;
	margin-right: auto;
}

.dataTableForm {
  display: inline;
}

#PageFooter {
  margin-top: 15px;
}

#PageHeader {
  margin-bottom: 15px;
}

.hiddenNotification {
  display: none;
}

.visibleNotification {
  font-size: .7em;
  background-color: #DAC9B0;
  color: BLACK;
  border: 1px solid BLACK;
  width: 250px;
  padding: 3px;
  white-space: nowrap;
  margin-left: auto;
  cursor: pointer;
	font-weight: bold;
	text-align: center;
  position: fixed;
  _position: absolute;
  top: 0px;
	_top:expression(eval(document.body.scrollTop));
  right: 0px;
}

html>body>.visibleNotification {
  position: fixed;
}

.copyright {
  text-align: center;
	margin: 15px;
	font-size:.65em;
}

.poweredby {
  text-align: center;
	margin: 15px;
}

.browsePicture{
float:left !important;
height:auto;
margin-right:15px;
overflow : hidden;
text-align:center !important;
width:260px;
}

.browseInfo{
text-align:left !important;
float : left !important;
width : 200px;
height:auto;
}

.browse{
text-align:left !important;
height:auto;
overflow : hidden;
width: 480px;
font-size: smaller;
margin-bottom : 15px;
margin-right : auto;
margin-left : auto;
}

.browseNoPicture {
border-bottom:2px solid black;
border-top:2px solid black;
float:left !important;
height:auto;
margin-right:15px;
overflow:hidden;
text-align:center !important;
width:260px;
}

.browseContainer {
text-align : center;
}

.npLinks {
  text-align: center;
	padding: 30px;
  /*clear: both;
  //margin: 20px;*/
}

.highlighted {
margin: 5px auto 15px auto;
text-align:left !important;
height:auto;
overflow : hidden;
width: 100%;
font-size: smaller;
}

.highlightedPicture {
float:left !important;
height:auto;
margin-right:15px;
text-align:center !important;
width:110px;
}

.highlightedInfo{
text-align:left !important;
float : left !important;
width : 380px;
height:auto;
}

.hightlightedReadMore {
font-size:smaller;
}

.lastUpdatedDT {
	text-align : center;
	font-size : 8pt;
}

.tinyMCEfontSize1 {
	font-size : 8pt;
}

.tinyMCEfontSize2 {
	font-size : 10pt;
}

.tinyMCEfontSize3 {
	font-size : 12pt
}

.tinyMCEfontSize4 {
	font-size : 14pt;
}

.tinyMCEfontSize5 {
	font-size : 18pt;
}

.tinyMCEfontSize6 {
	font-size : 24pt;
}

.tinyMCEfontSize7 {
	font-size : 36pt;
}

/*New Admin Menu Styles*/
/* Style for a block - DIV */
.m0table {
	background: #DAC9B0;
	border: 1px none #DAC9B0;
}
/* Style for outer tag, mout (mouse out) default state */
.m0default {
	background: WHITE;
}
/* Style for outer tag, mover (mouse over) state */
.m0hover {
	background: #DAC9B0;
}
/* Style for outer tag, mdown (mouse down) state */
.m0clicked {
	background: #DAC9B0;;
}
/* Style for inner tag */
.m0inner {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : BLACK;
}
.m0innerhover {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : BLACK;
}
.m1table {
	background: #DAC9B0;
	border: 1px none #DAC9B0;
}
/* Style for outer tag, mout (mouse out) default state */
.m1default {
	background: WHITE;
}
/* Style for outer tag, mover (mouse over) state */
.m1hover {
	background: #DAC9B0;
}
/* Style for outer tag, mdown (mouse down) state */
.m1clicked {
	background: #DAC9B0;;
}
/* Style for inner tag */
.m1inner {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : BLACK;
}

.m2table {
	background: #DAC9B0;
	border: 1px none #DAC9B0;
}
/* Style for outer tag, mout (mouse out) default state */
.m2default {
	background: WHITE;
}
/* Style for outer tag, mover (mouse over) state */
.m2hover {
	background: #DAC9B0;
}
/* Style for outer tag, mdown (mouse down) state */
.m2clicked {
	background: #DAC9B0;;
}
/* Style for inner tag */
.m2inner {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : BLACK;
}

.helpPopupLink {
  text-decoration: none;
	font-weight: bold;
}

.helpPopupLink span {
	color: BLUE;;
}

.bd {
  letter-spacing: .4px;
  font-size: 130%;
  color:#336699;
  text-align:center;
}

.bd img {
 vertical-align:middle;
}

#closePopUp{
	text-align:right;
}

#closePopUp a, #closePopUp a:link, #closePopUp a:visited, #closePopUp a:hover{
	color:#333;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	text-transform:uppercase;
}

.yui-skin-sam .mask {
  background-color:#000000 !important;
  opacity:0.75 !important;
}

.yui-panel-container, .shadow {

}

.mask{

background-color:#000000 !important;
  opacity:0.75 !important;
}

.yui-skin-sam .yui-panel .hd {
  background:#F7F7F7 url('') !important;
  background-image:none !important;
  background-color:#F7F7F7 !important;
}

.yui-skin-sam .yui-panel .ft {
  background:#F7F7F7 url('') !important;
  background-image:none !important;
  background-color:#F7F7F7 !important;
}

#dogTimeSAD {
display:block;
text-align:center;
}

#dogTimeSAD img {
border:0px;
}

#dogTimeSAC {
display:block;
text-align:center;
}

#dogTimeSAC img {
border:0px;
}

.sparky {
height:350px;
width:170px;
margin-left:auto;
margin-right:auto;
padding:3px;
text-align:center;
}

/* Sytles for new grid animal list */

.animalBrowsePanel {
font-size:12px;
width:auto;
text-align:center;
}

.animalBrowsePanel hr {
  border: solid #DAC9B0 0;
  border-top-width: 1px;
  height: 0;
  color: #DAC9B0;
  margin:3px 0;
}

.animalGrid {
	margin-left:auto;
	margin-right:auto;
	width:600px;
}

.animalGrid .searchResultsCell {
    width: 600px;
  height: 110px;
  font: 12px Arial;
  padding: 0 6px;
  vertical-align: top;
  text-align:left;
}

.animalGrid .border {
	 border-right: 1px inset #DAC9B0;
}

.animalGrid .searchResultsCell img {
  border: 1px solid #DAC9B0;
}

.animalGrid .petName {
	display:block;
	width:100%;
	text-align:center;
	padding:6px 0 ;
	margin:3px 0 7px;
	background-color:#DAC9B0;
	color:BLACK;
}

.animalGrid .petName a, .animalGrid .petName a:link, .animalGrid .petName a:hover,.animalGrid .petName a:visited {
	color:BLACK;
}

.animalGrid .petNameBottom {
	display:block;
	width:100%;
	text-align:center;
	padding:3px 0 ;
	margin:3px 0 2px;
}

.animalGrid .petName,.animalGrid .petNameBottom,.animalGrid  .petBreed {
  font-weight: bold;
}

.animalGrid .noBorder {
  border-right: 0;
}

.animalBrowsePanel .pageLinks {
  margin-top: 12px;
  margin-bottom: 2px;
  background-color: WHITE;
  color:BLACK;
  text-align: center;
  padding: 4px;
}

.animalBrowsePanel .pageLinks a, .animalBrowsePanel .pageLinks a:visited, .animalBrowsePanel .pageLinks a:active {
  border: 1px solid #DAC9B0;
  padding:0 4px 1px;
  color: #DAC9B0;
  margin: 0 4px;
}

.animalBrowsePanel .pageLinks a:hover {
  border: 1px solid #DAC9B0;
}

.animalBrowsePanel .pageLinksActive {
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #DAC9B0;
  padding:0 4px 1px;
}

.animalGrid .petPicLink {
  display: inline-block;
  text-align:center;
  float:left;
  margin:0 7px 3px;
  width:120px;
  height:120px;
}

* html .animalGrid .petPicLink {
  width:120px;
  height:120px;
}

.animalGrid .petPicLink a:hover {
  background-color: transparent;
}

.animalGrid .petDetails {
	text-align:left;
	display:inline-block;
	margin-top:1em;
	vertical-align:top;
	width:auto;
	float:left;
}

.animalGrid .petDetails span {
	display:inline-block;
	padding:2px;
}

.animalGrid .petDetails .petDescription {
	margin-top:10px;
}

#animalDetails.yui-panel .hd {
	display:none;
}
#animalDetails.yui-panel .ft {
	display:none;
}
#animalDetails.yui-panel .container-close {
	display:none;
}
#animalDetails.yui-panel .bd #closeAnimalDetails {
position:absolute;
bottom:5px;
right:7px;
font-size:12px;
letter-spacing:0px;
}

#animalDetails.yui-panel .bd #closeAnimalDetails a {
color:BLUE;
}

.musicPlayer {
	position:fixed;
	*position:absolute;
	*left:expression(document.body.scrollLeft+document.body.clientWidth-this.clientWidth-2);
  *top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight-2);
	bottom:2px;
	right:3px;
	padding:5px;
	background-color:WHITE;
	border:1px solid BLACK;
	width:190px;
}

.musicPlayer .control {
	position:absolute;
	top:3px;
	right:3px;
	z-index:10;
	cursor: pointer;
}

#mceTemplatePreview table td {
border:2px dotted #CCC;
}

#mceTemplatePreview table tbody td {
height:150px;
}

.sidebarBox {
text-align:left;
margin:10px auto;
border:1px solid BLACK;
background-color:WHITE;
padding:5px;
}

.sidebarBox .heading {
	font-weight:bold;
	background-color:#DAC9B0;
	color:BLACK;
	border:1px solid BLACK;
	font-size:1.15em;
	margin:1px;
	padding:3px;
	display:block;
}

.contentBoxBody {
text-align:left;
margin:10px auto;
border:1px solid BLACK;
padding:5px;
color:BLACK;
}

.contentBoxBody .heading {
	font-weight:bold;
	background-color:#DAC9B0;
	color:BLACK;
	border:1px solid BLACK;
	font-size:1.15em;
	margin:1px;
	padding:3px;
	display:block;
}

.contentBoxStrong {
text-align:left;
margin:10px auto;
border:1px solid BLACK;
padding:5px;
background-color:#DAC9B0;
	color:BLACK;
}

.contentBoxStrong .heading {
	font-weight:bold;
	background-color:#DAC9B0;
	color:BLACK;
	border:1px solid BLACK;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxStrong td {
	color:BLACK;
	background-color:#DAC9B0;
}

.contentBoxStrong a{
	 color:BLACK;
}
.contentBoxStrong a:link{
	 color:BLACK;
}
.contentBoxStrong a:visited{
	 color:BLUE;
}
.contentBoxStrong a:active{
	 color:BLUE;
}
.contentBoxStrong a:hover{
	 color:BLUE;
}

.contentBoxSecondary {
	text-align:left;
	margin:10px auto;
	border:1px solid BLACK;
	padding:5px;
	background-color:#DAC9B0;
	color:BLACK;
}

.contentBoxSecondary td {
	color:BLACK;
	background-color:#DAC9B0;
}

.contentBoxSecondary .heading {
	font-weight:bold;
	background-color:#DAC9B0;
	color:BLACK;
	border:1px solid BLACK;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxSecondary a{
	 color:BLACK;
}
.contentBoxSecondary a:link{
	 color:BLACK;
}
.contentBoxSecondary a:visited{
	 color:BLACK;
}
.contentBoxSecondary a:active{
	 color:BLACK;
}
.contentBoxSecondary a:hover{
	 color:BLACK;
}

.shopCategory {
text-align:center;
position:relative;
left:50%;
width:400px;
margin-left:-200px;
clear:left;
}

.shopPage {
text-align:center;
}

.siteSearchForm {
    border: 1px solid;
    font-size: 90%;
    margin: 5px 5px 10px;
    padding: 3px;
}

.siteSearchFormInline {
    border: 0px solid;
}

.hiddenElement {
  display:none;
}

#sponsorAnimalMainImage {
  float: left;
  margin: 0px 10px 0px 0px; 
  overflow: visible;
}

#sponsorAnimalSummary {
  text-align: left; 
  width: auto;
}

#animalSummary {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: larger;
  letter-spacing: 1.2px;
}

.message {
  color: #FFFFED;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  width: 300px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #336699;
  border: 1px solid #BBDBE6;
  margin-left: auto;
  margin-right: auto;
}

.message a {
  color: #FFFFED;
}

.pageMessageError {
	text-align: left;
	color: #900;
	margin-bottom: 2px;
	margin-left: 5px;
}
 
.pageMessageWarning {
	text-align: left;
	margin-bottom: 2px;
	margin-left: 5px;
}
 
.pageMessageInformational {
	text-align: left;
	margin-bottom: 2px;
	margin-left: 5px;
}

.mceContentBody{
   background: WHITE !important; /* FF requires a important here */
	 font-size: 18pt;
}

.menuText {
  padding: 5px 5px 5px 5px;
 }

.menuStyle {
	color: BLACK;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DAC9B0;
	text-decoration: none;
	width: 100%;
	border: solid 1px #DAC9B0;
	padding: 0px;
}
.secondary .editableShow {
  border: 1px solid BLACK;
}

.menuStyle .editableShow {
  border: 1px solid BLACK;
}

#menuHead {
	background-color: #DAC9B0;
	position: absolute;
	z-index: 50;
		top: 51px;
	left: 151px;
	width: 100%;
	height:  17px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: BLACK;
	text-decoration: none;
}

#menu1 {
	position: absolute;
	z-index: 100;
	visibility: hidden;
	width: 150px;
}

#menu2 {
	position: absolute;
	z-index: 100;
	visibility: hidden;
	width: 150px;
}

#menuHead1, #menuHead2, #menuHead3 {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: BLACK;
	text-decoration: none;
}

#menu3 {
	position: absolute;
	z-index: 0;
	visibility: hidden;
	width: 150px;
}

.menulink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: BLACK;
	text-decoration: none;
}

a:link.menulink, a:visited.menulink, a:hover.menulink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: BLACK;
	text-decoration: none;
	font-size: 10px;
}

.animalSearchForm, .siteSearchForm {
  font-size: 11px;
  align: left;
  border-style: solid;
  border-width: 1px;
  padding: 3px;
  margin-bottom: 10px;
}

.header {
  background-color: #DAC9B0;
  color: BLACK;
  text-align: center;
  font-size: 20px;
  font-weight: Bold;
  padding-top: 13px;
  padding-bottom: 16px;
}

.editableShow {
  border: 1px solid BLACK;
}



/* ==========================================================
   Cause 4 Paws RescueGroups Master Stylesheet
   Cleaned and Consolidated

   This version removes obsolete generations of the header,
   navigation, banner, hamburger menu, and repeated component
   rules while preserving the current cascade and appearance.
   ========================================================== */

:root {
    --c4p-cream: #f8f2ea;
    --c4p-soft-cream: #fffaf5;
    --c4p-rust: #9f2f1f;
    --c4p-rust-dark: #7f2418;
    --c4p-gold: #d99a2b;
    --c4p-charcoal: #292929;
    --c4p-gray: #666666;
    --c4p-border: #e2d3c2;
    --c4p-white: #ffffff;
    --c4p-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    --c4p-radius: 10px;
}

/* Apply consistent sizing throughout the site */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Overall website appearance */
body.yui-skin-sam {
    margin: 0;
    background-color: var(--c4p-cream);
    color: var(--c4p-charcoal);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

/* General text links */
body.yui-skin-sam a {
    color: var(--c4p-rust);
}

body.yui-skin-sam a:hover,
body.yui-skin-sam a:focus {
    color: var(--c4p-rust-dark);
}

/* Make uploaded images responsive */
td.header img,
td.content img,
td.sidebar img {
    max-width: 100%;
    height: auto;
}

/* Header banner */
td.header {
    padding: 0 !important;
    background: var(--c4p-soft-cream);
}

td.header p {
    margin: 0;
}

/* General headings */
body.yui-skin-sam h1,
body.yui-skin-sam h2,
body.yui-skin-sam h3 {
    color: var(--c4p-charcoal);
    line-height: 1.25;
}

body.yui-skin-sam h1 {
    font-size: 34px;
}

body.yui-skin-sam h2 {
    font-size: 28px;
}

body.yui-skin-sam h3 {
    font-size: 21px;
    color: var(--c4p-rust);
}

/* Reusable modern button */
.c4p-button {
    display: inline-block;
    padding: 11px 20px;
    border: 2px solid var(--c4p-rust);
    border-radius: 6px;
    background: var(--c4p-rust);
    color: var(--c4p-white) !important;
    font-weight: 700;
    text-decoration: none !important;
    text-align: center;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.c4p-button:hover,
.c4p-button:focus {
    background: var(--c4p-rust-dark);
    border-color: var(--c4p-rust-dark);
    color: var(--c4p-white) !important;
}

/* Reusable content card */
.c4p-card {
    padding: 22px;
    border: 1px solid var(--c4p-border);
    border-radius: var(--c4p-radius);
    background: var(--c4p-soft-cream);
    box-shadow: var(--c4p-shadow);
}

/* Improve keyboard accessibility */
body.yui-skin-sam a:focus,
body.yui-skin-sam button:focus {
    outline: 3px solid var(--c4p-gold);
    outline-offset: 2px;
}

/* ==========================================================
   RescueGroups Header Reset
   ========================================================== */

.yui-skin-sam{
    background-color:#f3ebe8;
}

#PageHeader,
#editableHeader,
#editableHeader p,
.c4p-header-wrap,
.c4p-banner,
.c4p-banner p{
    margin:0 !important;
    padding:0 !important;
    line-height:0 !important;
}

#editableHeader p:empty{
    display:none;
}

td.header{
    padding:0 !important;
    background:var(--c4p-soft-cream);
}

td.header p{
    margin:0;
}

td.header img,
td.content img,
td.sidebar img{
    max-width:100%;
    height:auto;
}

/* Hide the original RescueGroups image-based navigation. */
tr:has(td.siteMenu),
td.siteMenu{
    display:none !important;
}

/* ==========================================================================
   HOMEPAGE INTRODUCTION
   ========================================================================== */

.c4p-home-intro {
    padding: 28px 34px 18px;
}

.c4p-notice {
    margin: 0 0 28px;
    padding: 16px 20px;
    border-left: 5px solid var(--c4p-gold);
    border-radius: 6px;
    background: #fff3d8;
}

.c4p-notice h3 {
    margin: 0 0 6px;
    color: var(--c4p-rust);
    font-size: 18px;
}

.c4p-notice p {
    margin: 0;
    font-size: 15px;
}

.c4p-about-section {
    padding: 26px 30px;
    border: 1px solid var(--c4p-border);
    border-radius: var(--c4p-radius);
    background: var(--c4p-soft-cream);
    box-shadow: var(--c4p-shadow);
}

.c4p-about-section h1 {
    margin: 0 0 22px;
    padding-bottom: 10px;
    border-bottom: 3px solid var(--c4p-rust);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
}

.c4p-about-section p {
    margin: 0 0 16px;
    font-size: 17px;
}

.c4p-care-list {
    margin: 8px 0 20px;
    padding: 0;
    list-style: none;
}

.c4p-care-list li {
    position: relative;
    margin: 8px 0;
    padding-left: 28px;
    font-size: 16px;
}

.c4p-care-list li::before {
    content: "●";
    position: absolute;
    left: 5px;
    top: 0;
    color: var(--c4p-rust);
    font-size: 14px;
}

.c4p-about-goal {
    margin-bottom: 0 !important;
    font-weight: 700;
}

@media (max-width: 700px) {
    .c4p-home-intro {
        padding: 18px 14px;
    }

    .c4p-about-section {
        padding: 20px;
    }

    .c4p-about-section h1 {
        font-size: 28px;
    }
}

/* Align homepage content with the banner */
.c4p-home-intro {
    padding: 28px 0 18px;
}

.c4p-notice,
.c4p-about-section {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/* Hide the default RescueGroups page title */
#headerTitle {
    display: none !important;
}

/* ==========================================================
   Final Desktop and Mobile Banner Fix
   ========================================================== */

/* Remove spacing around the entire header */
.c4p-header-wrap,
.c4p-banner,
.c4p-banner p{
    margin:0 !important;
    padding:0 !important;
    line-height:0 !important;
}

/* DESKTOP */
.c4p-banner{
    width:100% !important;
    height:500px !important;
    overflow:hidden !important;
}

.c4p-banner-desktop{
    display:block !important;
    width:100% !important;
    height:100% !important;
    margin:0 !important;
    padding:0 !important;
    object-fit:cover !important;
    object-position:center center !important;
}

.c4p-banner-mobile{
    display:none !important;
}

/* Keep the menu touching the banner */
.c4p-banner + .c4p-custom-nav{
    margin-top:0 !important;
}

/* MOBILE */
@media screen and (max-width:900px){

    .c4p-banner{
        height:245px !important;
        overflow:hidden !important;
    }

    .c4p-banner-desktop{
        display:none !important;
    }

    .c4p-banner-mobile{
        display:block !important;
        width:100% !important;
        height:100% !important;
        margin:0 !important;
        padding:0 !important;
        object-fit:cover !important;
        object-position:center center !important;
    }

    .c4p-custom-nav{
        margin-top:0 !important;
    }
}

/* ==========================================================
   Cause 4 Paws Final Dropdown Navigation
   ========================================================== */

.c4p-custom-nav,
.c4p-custom-nav *{
    box-sizing:border-box;
}

.c4p-custom-nav ul,
.c4p-custom-nav li{
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
}

/* Main navigation bar */

.c4p-custom-nav{
    position:relative;
    z-index:1000;
    width:100%;
    margin:0 !important;
    padding:0 !important;
    border-top:0 !important;
    border-bottom:3px solid #aa3422 !important;
    background:#fbf6ef;
    box-shadow:0 3px 9px rgba(0,0,0,.08);
}

/* Hide mobile control on desktop */

.c4p-menu-check,
.c4p-menu-toggle{
    display:none !important;
}

/* Desktop navigation row */

.c4p-nav-links{
    display:flex !important;
    width:100%;
    align-items:stretch;
    justify-content:center;
}

/* Top-level items */

.c4p-nav-item{
    position:relative;
    display:flex;
    align-items:stretch;
    border-right:1px solid #e5d8ca;
}

.c4p-nav-item:first-child{
    border-left:1px solid #e5d8ca;
}

/* Top-level links and dropdown headings */

.c4p-nav-item > a,
.c4p-dropdown-heading{
    display:flex;
    min-height:58px;
    padding:0 30px;
    align-items:center;
    justify-content:center;
    gap:9px;
    background:#fbf6ef;
    color:#2d2926 !important;
    font-family:inherit;
    font-size:16px;
    font-weight:700;
    line-height:1.2;
    text-decoration:none !important;
    white-space:nowrap;
    cursor:pointer;
    transition:
        background-color .2s ease,
        color .2s ease;
}

.c4p-nav-item > a:hover,
.c4p-nav-item > a:focus,
.c4p-dropdown:hover > .c4p-dropdown-heading,
.c4p-dropdown:focus-within > .c4p-dropdown-heading{
    background:#aa3422;
    color:#ffffff !important;
}

/* Arrow beside dropdown headings */

.c4p-dropdown-arrow{
    display:inline-block;
    width:8px;
    height:8px;
    margin-top:-4px;
    border-right:2px solid currentColor;
    border-bottom:2px solid currentColor;
    transform:rotate(45deg);
    transition:
        margin-top .2s ease,
        transform .2s ease;
}

.c4p-dropdown:hover .c4p-dropdown-arrow,
.c4p-dropdown:focus-within .c4p-dropdown-arrow{
    margin-top:4px;
    transform:rotate(225deg);
}

/* Dropdown panels */

.c4p-dropdown-menu{
    position:absolute;
    top:100%;
    left:0;
    z-index:1100;
    display:block !important;
    min-width:250px;
    padding:7px 0 !important;
    border:1px solid #dfd0c1;
    border-top:3px solid #aa3422;
    border-radius:0 0 8px 8px;
    background:#ffffff;
    box-shadow:0 9px 20px rgba(0,0,0,.15);
    opacity:0;
    visibility:hidden;
    transform:translateY(8px);
    transition:
        opacity .18s ease,
        visibility .18s ease,
        transform .18s ease;
}

.c4p-dropdown:hover > .c4p-dropdown-menu,
.c4p-dropdown:focus-within > .c4p-dropdown-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

/* Dropdown links */

.c4p-dropdown-menu li{
    display:block;
    width:100%;
}

.c4p-dropdown-menu a{
    display:block;
    width:100%;
    padding:12px 18px;
    border-bottom:1px solid #eee3d9;
    background:#ffffff;
    color:#2d2926 !important;
    font-size:15px;
    font-weight:600;
    line-height:1.35;
    text-align:left;
    text-decoration:none !important;
    white-space:nowrap;
}

.c4p-dropdown-menu li:last-child a{
    border-bottom:0;
}

.c4p-dropdown-menu a:hover,
.c4p-dropdown-menu a:focus{
    background:#fff4e8;
    color:#aa3422 !important;
}

/* Highlighted Donate button */

.c4p-donate-item{
    padding:7px 9px !important;
    align-items:center;
}

.c4p-nav-item > .c4p-donate-link{
    min-height:44px;
    padding:0 25px;
    border-radius:7px;
    background:#aa3422;
    color:#ffffff !important;
}

.c4p-nav-item > .c4p-donate-link:link,
.c4p-nav-item > .c4p-donate-link:visited{
    color:#ffffff !important;
}

.c4p-nav-item > .c4p-donate-link:hover,
.c4p-nav-item > .c4p-donate-link:focus{
    background:#842718;
    color:#ffffff !important;
}

/* ==========================================================
   Mobile Hamburger and Menu
   ========================================================== */

@media screen and (max-width:900px){

    .c4p-menu-check{
        position:absolute !important;
        display:block !important;
        width:1px !important;
        height:1px !important;
        opacity:0 !important;
        pointer-events:none;
    }

    .c4p-menu-toggle{
        display:flex !important;
        width:100%;
        min-height:56px;
        margin:0 !important;
        padding:0 20px !important;
        align-items:center;
        justify-content:center;
        gap:12px;
        border:0;
        background:#fbf6ef;
        color:#2d2926;
        cursor:pointer;
        font-family:inherit;
        font-size:17px;
        font-weight:700;
        line-height:1;
    }

    /* Hamburger lines */

    .c4p-menu-icon{
        display:flex !important;
        width:27px !important;
        height:21px !important;
        flex:0 0 27px;
        flex-direction:column;
        justify-content:space-between;
    }

    .c4p-menu-icon span{
        display:block !important;
        width:27px !important;
        height:4px !important;
        min-height:4px !important;
        margin:0 !important;
        padding:0 !important;
        border:0 !important;
        border-radius:3px;
        background:#aa3422 !important;
        opacity:1 !important;
        visibility:visible !important;
    }

    /* Entire mobile menu */

    .c4p-nav-links{
        display:none !important;
        width:100%;
        flex-direction:column;
        align-items:stretch;
        border-top:1px solid #dfd0c1;
        background:#ffffff;
    }

    .c4p-menu-check:checked
    + .c4p-menu-toggle
    + .c4p-nav-links{
        display:flex !important;
    }

    /* Top-level mobile items */

    .c4p-nav-item{
        display:block;
        width:100%;
        border-right:0;
        border-bottom:1px solid #eadfd5;
        border-left:0 !important;
    }

    .c4p-nav-item > a,
    .c4p-dropdown-heading{
        width:100%;
        min-height:50px;
        padding:13px 20px;
        justify-content:space-between;
        background:#ffffff;
        color:#2d2926 !important;
        font-size:16px;
        text-align:left;
        white-space:normal;
    }

    .c4p-nav-item > a:hover,
    .c4p-nav-item > a:focus,
    .c4p-dropdown:hover > .c4p-dropdown-heading,
    .c4p-dropdown:focus-within > .c4p-dropdown-heading{
        background:#fff4e8;
        color:#aa3422 !important;
    }

    /* Submenu links stay visible after hamburger opens */

    .c4p-dropdown-menu{
        position:static;
        display:block !important;
        width:100%;
        min-width:0;
        padding:0 !important;
        border:0;
        border-radius:0;
        background:#f7eee5;
        box-shadow:none;
        opacity:1;
        visibility:visible;
        transform:none;
    }

    .c4p-dropdown-menu a{
        padding:11px 20px 11px 40px;
        border-top:1px solid #eadfd5;
        border-bottom:0;
        background:#f7eee5;
        color:#514943 !important;
        font-size:15px;
        white-space:normal;
    }

    .c4p-dropdown-menu a:hover,
    .c4p-dropdown-menu a:focus{
        background:#f1dfcf;
        color:#aa3422 !important;
    }

    .c4p-dropdown-arrow{
        display:none;
    }

    /* Mobile Donate button */

    .c4p-donate-item{
        padding:12px 18px !important;
        background:#ffffff;
    }

    .c4p-nav-item > .c4p-donate-link{
        min-height:46px;
        justify-content:center;
        border-radius:7px;
        background:#aa3422;
        color:#ffffff !important;
    }

    .c4p-nav-item > .c4p-donate-link:hover,
    .c4p-nav-item > .c4p-donate-link:focus{
        background:#842718;
        color:#ffffff !important;
    }
}

/* ==========================================================
   Cause 4 Paws Modern Homepage
   ========================================================== */

.c4p-home{
    --c4p-rust:#aa3422;
    --c4p-rust-dark:#862719;
    --c4p-gold:#e2a126;
    --c4p-cream:#fffaf3;
    --c4p-soft:#f7efe5;
    --c4p-border:#dfd0c1;
    --c4p-text:#2d2926;

    color:var(--c4p-text);
    font-size:17px;
    line-height:1.65;
}

.c4p-home *,
.c4p-home *::before,
.c4p-home *::after{
    box-sizing:border-box;
}

.c4p-home section{
    margin:0 0 32px;
}

.c4p-home h1,
.c4p-home h2,
.c4p-home h3{
    margin-top:0;
    color:var(--c4p-text);
    line-height:1.2;
}

.c4p-home h1{
    margin-bottom:18px;
    font-size:40px;
    font-weight:600;
}

.c4p-home h2{
    margin-bottom:14px;
    font-size:31px;
    font-weight:600;
}

.c4p-home h3{
    margin-bottom:10px;
    font-size:23px;
    font-weight:600;
}

.c4p-home p{
    margin-top:0;
}

.c4p-eyebrow{
    margin-bottom:7px !important;
    color:var(--c4p-rust);
    font-size:14px;
    font-weight:700;
    letter-spacing:1.3px;
    text-transform:uppercase;
}

/* Introductory section */

.c4p-intro{
    padding:36px 40px;
    border:1px solid var(--c4p-border);
    border-radius:14px;
    background:#ffffff;
    box-shadow:0 5px 18px rgba(77,55,38,.07);
}

.c4p-intro p{
    max-width:950px;
}

/* Shared section heading */

.c4p-section-heading{
    max-width:900px;
    margin:0 auto 25px;
    text-align:center;
}

/* Veterinary care section */

.c4p-care-section{
    padding:38px 34px;
    border-radius:14px;
    background:var(--c4p-soft);
}

.c4p-care-grid{
    display:grid;
    grid-template-columns:repeat(5, minmax(0,1fr));
    gap:14px;
}

.c4p-care-item{
    padding:22px 18px;
    border-top:4px solid var(--c4p-gold);
    border-radius:10px;
    background:#ffffff;
    text-align:center;
    box-shadow:0 4px 13px rgba(77,55,38,.06);
}

.c4p-care-item h3{
    color:var(--c4p-rust);
    font-size:19px;
}

.c4p-care-item p{
    margin-bottom:0;
    font-size:15px;
    line-height:1.5;
}

/* Homepage action cards */

.c4p-action-section{
    padding:38px 0 6px;
}

.c4p-action-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:22px;
}

.c4p-action-card{
    display:flex;
    flex-direction:column;
    min-height:270px;
    padding:30px;
    border:1px solid var(--c4p-border);
    border-radius:13px;
    background:#ffffff;
    box-shadow:0 5px 17px rgba(77,55,38,.07);
}

.c4p-action-card h3{
    padding-bottom:12px;
    border-bottom:2px solid var(--c4p-gold);
    color:var(--c4p-rust);
}

.c4p-action-card p{
    flex-grow:1;
}

/* Buttons */

.c4p-button{
    display:inline-block;
    align-self:flex-start;
    margin-top:10px;
    padding:12px 21px;
    border:2px solid var(--c4p-rust);
    border-radius:7px;
    background:var(--c4p-rust);
    color:#ffffff !important;
    font-size:16px;
    font-weight:700;
    line-height:1.25;
    text-align:center;
    text-decoration:none !important;
    transition:
        background-color .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.c4p-button:hover,
.c4p-button:focus{
    border-color:var(--c4p-rust-dark);
    background:var(--c4p-rust-dark);
    color:#ffffff !important;
    transform:translateY(-1px);
}

.c4p-button-secondary{
    background:#ffffff;
    color:var(--c4p-rust) !important;
}

.c4p-button-secondary:hover,
.c4p-button-secondary:focus{
    background:var(--c4p-rust);
    color:#ffffff !important;
}

/* Adoption events feature */

.c4p-events-feature{
    padding:38px 40px;
    border-left:7px solid var(--c4p-gold);
    border-radius:12px;
    background:
        linear-gradient(
            110deg,
            #fff8e6 0%,
            #fffaf3 65%,
            #f4e8dc 100%
        );
    box-shadow:0 5px 16px rgba(77,55,38,.06);
}

.c4p-events-text{
    max-width:900px;
}

.c4p-location{
    padding-left:16px;
    border-left:3px solid var(--c4p-gold);
}

/* Tablet adjustments */

@media (max-width:1100px){

    .c4p-care-grid{
        grid-template-columns:repeat(2, minmax(0,1fr));
    }

    .c4p-care-item:last-child{
        grid-column:1 / -1;
    }
}

/* Mobile homepage adjustments */

@media (max-width:700px){

    .c4p-home{
        font-size:16px;
    }

    .c4p-home h1{
        font-size:31px;
    }

    .c4p-home h2{
        font-size:26px;
    }

    .c4p-intro,
    .c4p-care-section,
    .c4p-events-feature{
        padding:26px 22px;
    }

    .c4p-care-grid,
    .c4p-action-grid{
        grid-template-columns:1fr;
    }

    .c4p-care-item:last-child{
        grid-column:auto;
    }

    .c4p-action-card{
        min-height:0;
        padding:25px 22px;
    }

    .c4p-button{
        display:block;
        width:100%;
    }
}

/* Homepage action-card icons */

.c4p-action-icon{
    display:block;
    width:92px;
    height:92px;
    object-fit:contain;
    margin:0 auto 18px;
}

.c4p-action-card h3{
    text-align:center;
}

@media (max-width:700px){
    .c4p-action-icon{
        width:80px;
        height:80px;
        margin-bottom:15px;
    }
}

/* Matching homepage card icons */

.c4p-action-icon{
    width:100px;
    height:100px;
    margin:0 auto 18px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.c4p-action-icon svg{
    display:block;
    width:100%;
    height:100%;
    fill:none;
    stroke:#aa3422;
    stroke-width:3;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.c4p-action-card{
    text-align:center;
}

.c4p-action-card .c4p-button{
    align-self:center;
}

/* ==========================================================
   Cause 4 Paws Reusable Interior Page Design
   ========================================================== */

.c4p-page{
    --c4p-rust:#aa3422;
    --c4p-rust-dark:#842718;
    --c4p-gold:#e2a126;
    --c4p-cream:#fbf6ef;
    --c4p-soft:#f6ede4;
    --c4p-border:#e2d4c5;
    --c4p-text:#2d2926;

    width:100%;
    max-width:1400px;
    margin:0 auto;
    padding:30px 24px 10px;
    box-sizing:border-box;
    color:var(--c4p-text);
    font-size:17px;
    line-height:1.65;
}

.c4p-page *,
.c4p-page *::before,
.c4p-page *::after{
    box-sizing:border-box;
}

.c4p-page-header{
    max-width:900px;
    margin:0 auto 30px;
    text-align:center;
}

.c4p-page-header h1{
    margin:4px 0 12px;
    color:var(--c4p-text);
    font-size:44px;
    line-height:1.15;
}

.c4p-page-intro{
    margin:0 auto;
    color:#5a514b;
    font-size:20px;
    line-height:1.5;
}

.c4p-page-eyebrow{
    margin:0 0 7px !important;
    color:var(--c4p-rust);
    font-size:14px;
    font-weight:700;
    letter-spacing:1.3px;
    text-transform:uppercase;
}

.c4p-content-card{
    margin:0 0 26px;
    padding:34px 38px;
    border:1px solid var(--c4p-border);
    border-radius:14px;
    background:#ffffff;
    box-shadow:0 5px 18px rgba(77,55,38,.07);
}

.c4p-content-card h2,
.c4p-page-cta h2{
    margin:0 0 17px;
    color:var(--c4p-rust);
    font-size:29px;
    line-height:1.25;
}

.c4p-content-card h2::after{
    content:"";
    display:block;
    width:72px;
    height:3px;
    margin-top:10px;
    border-radius:3px;
    background:var(--c4p-gold);
}

.c4p-content-card h3{
    margin:18px 0 6px;
    color:var(--c4p-text);
    font-size:19px;
}

.c4p-content-card p:last-child{
    margin-bottom:0;
}

.c4p-mission-card{
    border-left:7px solid var(--c4p-gold);
    background:linear-gradient(110deg, #fffaf3, #f7eee5);
}

.c4p-mission-statement{
    font-size:21px;
    font-weight:600;
}

.c4p-section-heading{
    margin-bottom:25px;
    text-align:center;
}

.c4p-section-heading h2::after{
    margin-right:auto;
    margin-left:auto;
}

.c4p-people-grid{
    display:grid;
    grid-template-columns:repeat(5, minmax(0, 1fr));
    gap:18px;
}

.c4p-person-card{
    padding:24px 15px;
    border:1px solid var(--c4p-border);
    border-radius:12px;
    background:var(--c4p-cream);
    text-align:center;
}

.c4p-person-card h3{
    margin:13px 0 4px;
    color:var(--c4p-rust);
    font-size:19px;
}

.c4p-person-card p{
    margin:0;
    font-size:15px;
    line-height:1.4;
}

.c4p-person-icon{
    width:70px;
    height:70px;
    margin:0 auto;
}

.c4p-person-icon svg{
    display:block;
    width:100%;
    height:100%;
    fill:none !important;
    stroke:var(--c4p-rust) !important;
    stroke-width:3 !important;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.c4p-person-placeholder{
    opacity:.72;
}

.c4p-about-lower-grid{
    display:grid;
    grid-template-columns:1fr 1.35fr;
    gap:26px;
}

.c4p-about-lower-grid .c4p-content-card{
    margin-bottom:26px;
}

.c4p-content-card a{
    color:var(--c4p-rust) !important;
    font-weight:600;
}

.c4p-candid-badge{
    margin-top:22px;
}

.c4p-candid-badge img{
    display:block;
    max-width:180px;
    height:auto;
}

.c4p-button{
    display:inline-block;
    margin-top:10px;
    padding:12px 21px;
    border:2px solid var(--c4p-rust);
    border-radius:7px;
    background:var(--c4p-rust);
    color:#ffffff !important;
    font-size:16px;
    font-weight:700;
    line-height:1.25;
    text-align:center;
    text-decoration:none !important;
}

.c4p-button:hover,
.c4p-button:focus{
    border-color:var(--c4p-rust-dark);
    background:var(--c4p-rust-dark);
    color:#ffffff !important;
    text-decoration:none !important;
}

.c4p-page-cta{
    display:flex;
    margin:4px 0 25px;
    padding:30px 36px;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    border-left:7px solid var(--c4p-gold);
    border-radius:12px;
    background:linear-gradient(110deg, #fff8e6, #f6e7d9);
}

.c4p-page-cta h2{
    margin-bottom:8px;
}

.c4p-page-cta p:last-child{
    margin-bottom:0;
}

.c4p-page-cta .c4p-button{
    flex:0 0 auto;
    margin:0;
}

/* Tablet */

@media screen and (max-width:1050px){

    .c4p-people-grid{
        grid-template-columns:repeat(3, minmax(0, 1fr));
    }
}

/* Mobile */

@media screen and (max-width:700px){

    .c4p-page{
        padding:23px 14px 5px;
        font-size:16px;
    }

    .c4p-page-header h1{
        font-size:34px;
    }

    .c4p-page-intro{
        font-size:18px;
    }

    .c4p-content-card{
        padding:25px 21px;
    }

    .c4p-people-grid,
    .c4p-about-lower-grid{
        grid-template-columns:1fr;
    }

    .c4p-person-card{
        padding:22px 16px;
    }

    .c4p-page-cta{
        flex-direction:column;
        padding:27px 22px;
        align-items:stretch;
        text-align:center;
    }

    .c4p-page-cta .c4p-button{
        width:100%;
    }

    .c4p-candid-badge img{
        margin-right:auto;
        margin-left:auto;
    }
}

/* ==========================================================
   About Page Contact Button and Candid Badge Fix
   ========================================================== */

/* Keep button text white inside content cards */
.c4p-content-card a.c4p-button,
.c4p-content-card a.c4p-button:link,
.c4p-content-card a.c4p-button:visited,
.c4p-page-cta a.c4p-button,
.c4p-page-cta a.c4p-button:link,
.c4p-page-cta a.c4p-button:visited{
    display:inline-block;
    padding:12px 21px;
    border:2px solid #aa3422;
    border-radius:7px;
    background:#aa3422 !important;
    color:#ffffff !important;
    font-weight:700;
    line-height:1.25;
    text-align:center;
    text-decoration:none !important;
}

.c4p-content-card a.c4p-button:hover,
.c4p-content-card a.c4p-button:focus,
.c4p-page-cta a.c4p-button:hover,
.c4p-page-cta a.c4p-button:focus{
    border-color:#842718;
    background:#842718 !important;
    color:#ffffff !important;
    text-decoration:none !important;
}

/* Candid Badge */

.c4p-candid-badge{
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    margin:35px auto 0;
}

.c4p-candid-badge a{
    display:block;
}

.c4p-candid-badge img{
    display:block;
    max-width:165px;
    height:auto;
}

/* Keep the two lower cards aligned neatly */
.c4p-about-lower-grid{
    display:grid;
    grid-template-columns:1fr 1.35fr;
    gap:30px;
    align-items:stretch;
}

/* Mobile alignment */
@media screen and (max-width:700px){

    .c4p-candid-badge{
        text-align:center;
    }

    .c4p-candid-badge img{
        margin-right:auto;
        margin-left:auto;
    }
}

/* ==========================================================
   About Page Lower Cards and Donation Section
   ========================================================== */

.c4p-about-lower-grid{
    display:grid !important;
    grid-template-columns:1fr 1.35fr !important;
    gap:30px !important;
    width:100%;
    align-items:stretch !important;
}

.c4p-about-lower-grid > .c4p-content-card{
    width:100%;
    height:100%;
    margin:0 !important;
}

.c4p-contact-card,
.c4p-nonprofit-card{
    display:flex;
    flex-direction:column;
}

.c4p-candid-badge{
    display:flex !important;
    width:100%;
    margin-top:auto !important;
    padding-top:30px;
    align-items:center;
    justify-content:center !important;
    text-align:center !important;
}

.c4p-candid-badge a{
    display:inline-block;
    line-height:0;
}

.c4p-candid-badge img{
    display:block;
    width:auto;
    max-width:165px;
    height:auto;
    margin:0 auto !important;
    border:0;
}

/* Donation panel must span the full page width */

.c4p-page-cta{
    display:grid !important;
    grid-template-columns:1fr auto;
    width:100% !important;
    margin:30px 0 25px !important;
    padding:30px 42px !important;
    align-items:center;
    gap:40px;
    border-left:7px solid #e2a126;
    border-radius:14px;
    background:linear-gradient(
        110deg,
        #fff8e6 0%,
        #f6e7d9 100%
    );
}

.c4p-page-cta-text{
    min-width:0;
}

.c4p-page-cta h2{
    margin:4px 0 8px;
}

.c4p-page-cta p:last-child{
    max-width:750px;
    margin-bottom:0;
}

.c4p-page-cta .c4p-button{
    min-width:230px;
    margin:0 !important;
}

/* Mobile */

@media screen and (max-width:700px){

    .c4p-about-lower-grid{
        grid-template-columns:1fr !important;
    }

    .c4p-page-cta{
        grid-template-columns:1fr;
        padding:27px 22px !important;
        text-align:center;
    }

    .c4p-page-cta .c4p-button{
        width:100%;
        min-width:0;
    }
}
/* Align Important Notice with homepage cards */

.c4p-notice{
    width:100%;
    max-width:1400px;
    margin:0 auto 28px !important;
}

/* ==========================================================
   Cause 4 Paws Compact Footer
   ========================================================== */

.c4p-footer{
    --footer-rust:#aa3422;
    --footer-rust-dark:#842718;
    --footer-gold:#e2a126;
    --footer-cream:#fbf5ec;
    --footer-soft:#efe2d3;
    --footer-border:#d8c7b6;
    --footer-text:#2d2926;

    width:100%;
    margin:35px 0 0;
    padding:0;
    border-top:5px solid var(--footer-rust);
    background:var(--footer-cream);
    color:var(--footer-text);
    font-size:16px;
    line-height:1.55;
}

.c4p-footer *,
.c4p-footer *::before,
.c4p-footer *::after{
    box-sizing:border-box;
}

.c4p-footer-main{
    display:grid;
    grid-template-columns:1.65fr .85fr;
    gap:50px;
    width:100%;
    max-width:1300px;
    margin:0 auto;
    padding:30px 40px 28px;
}

.c4p-footer-brand{
    display:flex;
    align-items:flex-start;
    gap:24px;
}

.c4p-footer-logo{
    display:block;
    width:150px;
    height:auto;
    max-height:125px;
    flex:0 0 auto;
    object-fit:contain;
}

.c4p-footer-brand-text{
    max-width:720px;
}

.c4p-footer h2,
.c4p-footer h3{
    margin-top:0;
    color:var(--footer-rust);
    line-height:1.25;
}

.c4p-footer h2{
    margin-bottom:10px;
    font-size:25px;
}

.c4p-footer h3{
    margin-bottom:14px;
    padding-bottom:7px;
    border-bottom:2px solid var(--footer-gold);
    font-size:20px;
}

.c4p-footer p{
    margin-top:0;
    margin-bottom:12px;
}

.c4p-footer a{
    color:var(--footer-rust) !important;
    font-weight:600;
    text-decoration:none !important;
}

.c4p-footer a:hover,
.c4p-footer a:focus{
    color:var(--footer-rust-dark) !important;
    text-decoration:underline !important;
}

.c4p-footer-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:16px;
}

.c4p-footer-button{
    display:inline-flex !important;
    min-height:44px;
    padding:10px 18px !important;
    align-items:center;
    justify-content:center;
    border:2px solid var(--footer-rust) !important;
    border-radius:7px;
    background:var(--footer-rust) !important;
    color:#ffffff !important;
    font-weight:700 !important;
    line-height:1.2;
    text-align:center;
    text-decoration:none !important;
}

.c4p-footer-button:link,
.c4p-footer-button:visited{
    color:#ffffff !important;
}

.c4p-footer-button:hover,
.c4p-footer-button:focus{
    border-color:var(--footer-rust-dark) !important;
    background:var(--footer-rust-dark) !important;
    color:#ffffff !important;
    text-decoration:none !important;
}

.c4p-footer-button-secondary{
    background:transparent !important;
    color:var(--footer-rust) !important;
}

.c4p-footer-button-secondary:link,
.c4p-footer-button-secondary:visited{
    color:var(--footer-rust) !important;
}

.c4p-footer-button-secondary:hover,
.c4p-footer-button-secondary:focus{
    background:var(--footer-rust) !important;
    color:#ffffff !important;
}

.c4p-footer-legal{
    padding:16px 28px;
    border-top:1px solid var(--footer-border);
    background:var(--footer-soft);
    text-align:center;
}

.c4p-footer-legal p{
    max-width:1100px;
    margin:3px auto;
    font-size:13px;
    line-height:1.5;
}

@media (max-width:850px){

    .c4p-footer-main{
        grid-template-columns:1fr;
        gap:28px;
    }

    .c4p-footer-brand{
        align-items:center;
    }
}

@media (max-width:600px){

    .c4p-footer-main{
        padding:26px 22px;
    }

    .c4p-footer-brand{
        flex-direction:column;
        text-align:center;
    }

    .c4p-footer-logo{
        width:135px;
        margin:0 auto;
    }

    .c4p-footer-contact{
        text-align:center;
    }

    .c4p-footer-actions{
        justify-content:center;
    }

    .c4p-footer-button{
        width:100%;
        max-width:280px;
    }

    .c4p-footer-legal{
        padding:15px 18px;
    }
}

/* ==========================================================
   Remove RescueGroups Left Sidebar
   ========================================================== */

/* Hide common RescueGroups sidebar containers */
#editableSidebar,
#sidebar,
#leftSidebar,
#leftColumn,
.siteSidebar,
.siteLeftColumn,
.leftSidebar,
.leftColumn,
.sidebarColumn,
td.siteSidebar,
td.siteLeftColumn,
td.leftSidebar,
td.leftColumn{
    display:none !important;
    width:0 !important;
    min-width:0 !important;
    max-width:0 !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
}

/* Hide the table cell containing the editable sidebar */
td:has(#editableSidebar),
td:has(.siteSidebar),
td:has(.leftSidebar){
    display:none !important;
    width:0 !important;
    padding:0 !important;
    border:0 !important;
}

/* Expand the main content column */
#editableContent,
#mainContent,
#content,
.siteContent,
.mainContent,
.contentColumn,
td.siteContent,
td.mainContent,
td.contentColumn{
    width:100% !important;
    max-width:none !important;
    padding-left:20px !important;
    padding-right:20px !important;
    margin-left:0 !important;
}

/* Allow RescueGroups layout tables to use the full width */
table.siteLayout,
table.pageLayout,
#contentTable,
#mainTable{
    width:100% !important;
    table-layout:auto !important;
}

/* Remove gaps left behind by the sidebar */
.c4p-home-intro,
.c4p-home,
.c4p-footer,
.c4p-custom-nav,
.c4p-header-wrap{
    width:100% !important;
    max-width:none !important;
}

/* Keep homepage content readable on very wide screens */
.c4p-home{
    max-width:1400px !important;
    margin-right:auto !important;
    margin-left:auto !important;
}

