body {
  margin: 0;
  border:0;
  background-color: #FFF;
}

body, td, .standardText {
  font-family: Tahoma, Geneva, sans-serif;
  color: #5E5E5E;
}

.mceContentBody, .editorBody {
   background: #FFF !important;
	 font-size: inherit;
   font-size:14pt;
	 text-align:left;
	 padding:5px;
}

input, select {
  font-family: Tahoma, Geneva, 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: #9C64A6 !important;
}

a:link, .standout {
  color: #9C64A6;
}

a:visited {
  color: #9C64A6;
}

a:active {
  color: #9C64A6;
}

a:hover {
  color: #5C007A;
}


.secondary {
  color: #FFF;
  background-color: #371A87;
}

.secondary .editableShow {
  border: 1px solid #FFF;
}

.strong {
  color: #FFF;
  background-color: #927CB7;
}

.menuText {
  font-size: 10px;
  color: #FFF;
}

.menuText a:link, .menuText a:visited {
  color: #FFF;
  text-decoration: none;
}

.menuText a:hover {
  color: #927CB7;
}

.menuL1, .menuL2, .menuL3 {
  cursor: default;
}

.contentSectionHeader {
  background-color: #371A87;
  text-align: center;
  font-weight: Bold;
  font-style: Italic;
  color: #FFF;
	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 #5E5E5E;
	empty-cells: show;
  border-collapse: collapse;
}

.portalTable caption {
  font-size: 120%;
	font-weight: bold;
}

.portalTable thead td, .portalTable tfoot td {
	border-bottom: 1px inset #5E5E5E;
  background-color: #371A87;
  font-size: .72em;
  font-weight: bold;
  color: #FFF;
  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: #FFF;
	color: #5E5E5E;
  float: right;
  display: inline;
  padding: 3px;
}

.portalTableSectionRight div {
  border-left: 4px solid #5E5E5E;
}

.portalTableName {
  text-align: right;
  vertical-align: top;
  border-bottom: 1px inset #5E5E5E;
}

.portalTableValue {
  border-bottom: 1px inset #5E5E5E;
  padding-left: 8px !important;
  text-align: left;
}

.portalTableValueRequired {
  border-left: 4px solid #5E5E5E;
  border-bottom: 1px inset #5E5E5E;
  text-align: left;
}

.portalTableValueStandout {
  border-bottom: 1px inset #5E5E5E;
  padding-left: 8px !important;
  color: #FFF;
  background-color: #371A87;
}

.portalTableValue .fieldError, .portalTableValueRequired .fieldError {
	color: #9C64A6;
	font-weight: bold;
}

.portalText, .portalTable textarea {
  color: #5E5E5E;
  border: 1px solid #5E5E5E;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 1.1em;
}

.portalTableValue>.portalText {
  font-size: 1em;
	padding: 1px;
}

.portalTable select, .portalSelect {
  color: #5E5E5E;
  border: 1px solid #5E5E5E;
	font-size: 1em;
}

.portalCheckbox {
  margin: 0px;
}

.portalButton, .portalSubmit, .submit {
  background-color: #371A87;
  font-weight: bold;
  color: #FFF;
  border: 1px solid #FFF;
  margin: 10px 5px;
}

.portalButton:hover, .portalSubmit:hover, .submit:hover {
  background-color: #927CB7;
  color: #FFF;
  border: 1px solid #371A87;
}

.portalActions {
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}

.portalTable .sorttable_nosort {
  white-space: nowrap;
}

.atb {
  border-bottom: 1px inset #371A87;
  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: #371A87;
  border: black solid 1px;
  font-weight: bold;
  font-size: 13px;
  color: #FFF;
}

#pageMessagesBox {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 500px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #371A87;
  border: black solid 1px;
  font-size: 13px;
  color: #FFF;
}

.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: #9C64A6;
font-weight: bold;
font-size: .85em;
margin-left: 2px;
}

.note {
color: #9C64A6;
font-size: .85em;
}

.formButtons {
text-align:center;
}

.comments {
  font-size: .85em;
  background-color: #371A87;
  color: #FFF;
  margin: 20px;
  padding: 8px;
  border: 1px solid #FFF;
}

.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: #371A87;
}

.adminOnly {
  font-weight: bold;
  color: #9C64A6;
}

.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: #927CB7;
	border: 1px none #927CB7;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: #FFF;
}

.m0movero, .m0mdowno {
	background: #371A87;
}

/* Style for inner tag, mover (mouse over) state */
.m0inner, .m0mouti, .m0moveri, .m0mdowni {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
}

.m0mouti {
  background-color: #FFF;
  color: #5E5E5E;
}

.m0moveri {
  background-color: #371A87;
  color: #FFF;
}

.m0mdowni {
  background-color: #927CB7;
  color: #FFF;
}

#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: #371A87;
  color: #FFF;
  border: 1px solid #FFF;
  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: #371A87;
	border: 1px none #371A87;
}
/* Style for outer tag, mout (mouse out) default state */
.m0default {
	background: #FFF;
}
/* Style for outer tag, mover (mouse over) state */
.m0hover {
	background: #371A87;
}
/* Style for outer tag, mdown (mouse down) state */
.m0clicked {
	background: #371A87;;
}
/* Style for inner tag */
.m0inner {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #5E5E5E;
}
.m0innerhover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #FFF;
}
.m1table {
	background: #371A87;
	border: 1px none #371A87;
}
/* Style for outer tag, mout (mouse out) default state */
.m1default {
	background: #FFF;
}
/* Style for outer tag, mover (mouse over) state */
.m1hover {
	background: #371A87;
}
/* Style for outer tag, mdown (mouse down) state */
.m1clicked {
	background: #371A87;;
}
/* Style for inner tag */
.m1inner {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #5E5E5E;
}

.m2table {
	background: #371A87;
	border: 1px none #371A87;
}
/* Style for outer tag, mout (mouse out) default state */
.m2default {
	background: #FFF;
}
/* Style for outer tag, mover (mouse over) state */
.m2hover {
	background: #371A87;
}
/* Style for outer tag, mdown (mouse down) state */
.m2clicked {
	background: #371A87;;
}
/* Style for inner tag */
.m2inner {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #5E5E5E;
}

.helpPopupLink {
  text-decoration: none;
	font-weight: bold;
}

.helpPopupLink span {
	color: #9C64A6;;
}

.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 #927CB7 0;
  border-top-width: 1px;
  height: 0;
  color: #927CB7;
  margin:3px 0;
}

.animalGrid {
	margin-left:auto;
	margin-right:auto;
	width:600px;
}

.animalGrid .searchResultsCell {
    width: 200px;
  height: 110px;
  font: 12px Arial;
  padding: 0 6px;
  vertical-align: top;
  text-align:left;
}

.animalGrid .border {
	 border-right: 1px inset #927CB7;
}

.animalGrid .searchResultsCell img {
  border: 1px solid #371A87;
}

.animalGrid .petName {
	display:block;
	width:100%;
	text-align:center;
	padding:6px 0 ;
	margin:3px 0 7px;
	background-color:#927CB7;
	color:#FFF;
}

.animalGrid .petName a, .animalGrid .petName a:link, .animalGrid .petName a:hover,.animalGrid .petName a:visited {
	color:#FFF;
}

.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: #FFF;
  color:#5E5E5E;
  text-align: center;
  padding: 4px;
}

.animalBrowsePanel .pageLinks a, .animalBrowsePanel .pageLinks a:visited, .animalBrowsePanel .pageLinks a:active {
  border: 1px solid #371A87;
  padding:0 4px 1px;
  color: #371A87;
  margin: 0 4px;
}

.animalBrowsePanel .pageLinks a:hover {
  border: 1px solid #927CB7;
}

.animalBrowsePanel .pageLinksActive {
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #371A87;
  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:#9C64A6;
}

.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:#FFF;
	border:1px solid #5E5E5E;
	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 #5E5E5E;
background-color:#FFF;
padding:5px;
}

.sidebarBox .heading {
	font-weight:bold;
	background-color:#371A87;
	color:#FFF;
	border:1px solid #5E5E5E;
	font-size:1.15em;
	margin:1px;
	padding:3px;
	display:block;
}

.contentBoxBody {
text-align:left;
margin:10px auto;
border:1px solid #5E5E5E;
padding:5px;
color:#5E5E5E;
}

.contentBoxBody .heading {
	font-weight:bold;
	background-color:#371A87;
	color:#FFF;
	border:1px solid #5E5E5E;
	font-size:1.15em;
	margin:1px;
	padding:3px;
	display:block;
}

.contentBoxStrong {
text-align:left;
margin:10px auto;
border:1px solid #5E5E5E;
padding:5px;
background-color:#927CB7;
	color:#FFF;
}

.contentBoxStrong .heading {
	font-weight:bold;
	background-color:#371A87;
	color:#FFF;
	border:1px solid #FFF;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxStrong td {
	color:#FFF;
	background-color:#927CB7;
}

.contentBoxStrong a{
	 color:#FFFFFF;
}
.contentBoxStrong a:link{
	 color:#FFFFFF;
}
.contentBoxStrong a:visited{
	 color:#FFF;
}
.contentBoxStrong a:active{
	 color:#FFF;
}
.contentBoxStrong a:hover{
	 color:#5C007A;
}

.contentBoxSecondary {
	text-align:left;
	margin:10px auto;
	border:1px solid #5E5E5E;
	padding:5px;
	background-color:#371A87;
	color:#FFF;
}

.contentBoxSecondary td {
	color:#FFF;
	background-color:#371A87;
}

.contentBoxSecondary .heading {
	font-weight:bold;
	background-color:#927CB7;
	color:#FFF;
	border:1px solid #FFF;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxSecondary a{
	 color:#FFF;
}
.contentBoxSecondary a:link{
	 color:#FFF;
}
.contentBoxSecondary a:visited{
	 color:#FFF;
}
.contentBoxSecondary a:active{
	 color:#FFF;
}
.contentBoxSecondary a:hover{
	 color:#9C64A6;
}

.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;
}

/* Override some styles from style_common.inc */
input, select {
  font-size: inherit;
}

.navLinks {
  font-size: inherit;
}

.portalTable caption {
  font-size: 1.2em;
}

.portalTable thead td, .portalTable tfoot td {
  font-size: inherit;
}

.portalTable td {
  font-size: inherit;
}

.portalTableSectionLeft {
  font-size: 1.1em;
}

.portalText, .portalTable textarea {
  font-size: 1.1em;
}

.portalTableValue>.portalText {
  font-size: 1em;
}

.portalTable select, .portalSelect {
	font-size: 1em;
}

.message {
  font-size: inherit;
}

.comments {
  font-size: .85em;
}

.animalSummary {
  font-size: inherit;
}

.smaller, .boxedLinks {
  font-size: .85em;
}

.affiliate {
	font-size:1em;
}

.QAHidden {
	font-size: .85em;
}
.QAVisible {
	font-size:.85em;
}

.visibleNotification {
  font-size: .85em;
}

html>body>.visibleNotification {
  position: fixed;
}

.copyright {
  text-align: center;
	margin: 15px;
	font-size:.85em;
}

.browse, .highlightedInfo{
font-size:14pt;
}

.highlighted {
font-size:14pt;
}

.highlightedPicture {
margin-top: -15px;
}

.hightlightedReadMore {
font-size:14pt;
}

.lastUpdatedDT {
	text-align : center;
	font-size:14pt;
}

.bd {
  font-size:inherit;
}

#closePopUp a, #closePopUp a:link, #closePopUp a:visited, #closePopUp a:hover{
	font-size:14pt;
}

.littlespace {
	font-size:1em;
}

.littleFont {
	font-size:1em;
}

#sideBarHits{
	text-align:center;
	margin-top:5px;
}

#sideBarHits img {
	vertical-align:middle;
}

.portalTable tbody td {
	background : #FFF none repeat scroll 0 0;
}

body, td {
	font-size:14pt;
	color:#5E5E5E;
  line-height:1.4em;
}


.portalTableValueStandout {
	background-color:#371A87 !important;
	border-bottom:1px inset #FFF !important;
	color:#FFF !important;
	padding-left:8px !important;
}

.secondary {
  color:#FFF;
  background-color:#371A87;
}

.secondary a{
	 color:#FFF;
}
.secondary a:link{
	 color:#FFF;
}
.secondary a:visited{
	 color:#FFF;
}
.secondary a:active{
	 color:#FFF;
}
.secondary a:hover{
	 color:#9C64A6;
}

.contentSectionHeader {
	color:#5E5E5E;
	background-color:#FFF;
	text-align:left;
	font-size:1.25em;
	font-style:normal;
	border-bottom:2px solid #371A87;
	padding-bottom:3px;
}
.contentSectionHeader a{
	 color:#9C64A6;
	 text-decoration:none;
}
.contentSectionHeader a:link{
	 color:#9C64A6;
}
.contentSectionHeader a:visited{
	 color:#9C64A6;
}
.contentSectionHeader a:active{
	 color:#9C64A6;
}
.contentSectionHeader a:hover{
	 color:#5C007A;
}

.portalTable thead td a, .portalTable tfoot td a{
	 color:#FFF;
}
.portalTable thead td a:link, .portalTable tfoot td a:link{
	 color:#FFF;
}
.portalTable thead td a:visited, .portalTable tfoot td a:visited{
	 color:#FFF;
}
.portalTable thead td a:active, .portalTable tfoot td a:active{
	 color:#FFF;
}
.portalTable thead td a:hover, .portalTable tfoot td a:hover{
	 color:#9C64A6;
}

.portalTableValueStandout a{
	 color:#FFF;
}
.portalTableValueStandout a:link{
	 color:#FFF;
}
.portalTableValueStandout a:visited{
	 color:#FFF;
}
.portalTableValueStandout a:active{
	 color:#FFF;
}
.portalTableValueStandout a:hover{
	 color:#9C64A6;
}

.message a{
	 color:#FFF;
}
.message a:link{
	 color:#FFF;
}
.message a:visited{
	 color:#FFF;
}
.message a:active{
	 color:#FFF;
}
.message a:hover{
	 color:#9C64A6;
}

.comments a{
	 color:#FFF;
}
.comments a:link{
	 color:#FFF;
}
.comments a:visited{
	 color:#FFF;
}
.comments a:active{
	 color:#FFF;
}
.comments a:hover{
	 color:#9C64A6;
}

.portalTableSectionRight a, .portalTableSectionRight a:link, .portalTableSectionRight a:visited {
	color:#9C64A6 !important;
}

.portalTableSectionRight a:hover {
	color:#5C007A;
}

#storiesPageLinks {
	padding-right:20px;
}

#pageMessage {
margin-top:20px;
}

.lastUpdatedDT {
	display:inline;
	float:right;
	font-size:1em;
}

.sparky {
	z-index:0;
}

.portalTable thead td, .portalTable tbody td, .portalTable tfoot td, .portalTable td, {
	font-size:14pt;
}

#sidebarSparky {
	text-align:center;
	width:auto;
}

.sparky {
	height:300px;
	margin-top:7px;
}

/*Start Layout Specific Styles*/
body{
	text-align : center;
}

#adminMenuContainer .adminMenu{
	text-align : left !important;
	border-bottom : 2px solid #5E5E5E;
}

body {
	background-color : #333;
}

.siteWidth {
	width : 1050px;
}

#bodyContainer {
	margin:10px 0 5px 0;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	background-color : #FFF;
	font-size:inherit;
}

#header {
	margin: 0 0 0 0;
	color: #FFF;
}

#headerContent {
  background-color : #927CB7;
  color:#FFF;
  padding:10px;
}

#headerContent a{
   color:#FFFFFF;
}
#headerContent a:link{
   color:#FFFFFF;
}
#headerContent a:visited{
   color:#FFF;
}
#headerContent a:active{
   color:#FFF;
}
#headerContent a:hover{
   color:#5C007A;
}

#headerContainer a{
   color:#FFFFFF;
}
#headerContainer a:link{
   color:#FFFFFF;
}
#headerContainer a:visited{
   color:#FFF;
}
#headerContainer a:active{
   color:#FFF;
}
#headerContainer a:hover{
   color:#5C007A;
}

#headerLogo{
  }

#headerTitle{
  padding-left:5px;
  text-align:left;
  font-size:2em;
  font-weight:bold;
  color:#FFF;
  letter-spacing:2px;
  white-space:nowrap;
}

#headerContact{
  padding-left:5px;
  text-align:left;
  color:#FFF;
  font-weight:bold;
  white-space:nowrap;
}

#headerContact span{
  display:block;
  white-space:nowrap;
}


#editableHeader {
	display:inline;
}

#orgName {
	font-size:28px;
	margin-top:10px;
}

#slogan {
	font-size:18px;
	margin-top:5px;
}

#headerCustomText .boxedLinks {
	display:none;
}

.sidebarBox {
text-align:left;
margin:10px auto 20px auto;
}

.sidebarBox .heading {
	font-weight:bold;
	background-color:#371A87;
	color:#FFF;
	border:1px solid #5E5E5E;
	font-size:1.15em;
	margin:1px;
	padding:3px;
}

.sidebarBox form {
	padding:3px 0 3px 20px;
}

.sidebarBox form .portalSubmit, .sidebarBox form .offCenter {
	margin-left:-20px;
}

.sidebarBox .menuL1 {
	padding:3px;
	margin:5px 0 5px 10px;
	font-weight:bold;
	background-color:#FFF;
	color:#5E5E5E;
	border:0px solid #5E5E5E;
	font-size:1.05em;
}

.sidebarBox .menuL2, .sidebarBox .menuL3 {
padding:1px 0px 1px 20px;
}

#footerAffiliates {
	padding:3px;
	text-align:center;
}

#footerAffiliates div {
	display:inline;
	*display:inline;
	padding:3px;
}

#footer td a{
	 color:#FFFFFF;
}
#footer td a:link{
	 color:#FFFFFF;
}
#footer td a:visited{
	 color:#FFF;
}
#footer td{
	 color:#FFF;
}
#footer td a:hover{
	 color:#5C007A;
}

#footerContent {
	background : #927CB7;
	color: #FFF;
	min-height:200px;
}

#footerContent {
  padding:15px;
  color: #FFF;
}

#footerContent td {
  color: #FFF;
}

#footerMenu {
		padding:10px;
    text-align:center;
}

#footercopyright {
  text-align:center;
}

#copyright {
  width:600px;
  margin:auto;
}

.menuBottom, .menuBottomfirst {
	display:inline;
}

.menuBottom a, .menuBottomfirst a{
	 color:#FFF;
}
.menuBottom a:link, .menuBottomfirst a:link{
	 color:#FFF;
}
.menuBottom a:visited, .menuBottomfirst a:visited{
	 color:#FFF;
}
.menuBottom a:active, .menuBottomfirst a:active{
	 color:#FFF;
}
.menuBottom a:hover, .menuBottomfirst a:hover{
	 color:#9C64A6;
}


#sidebarmiddle {
	text-align:left;
}

#hitCounter {
	text-align:center;
}

.pageCenterTitle {
	text-align:left;
	font-size:1.55em;
}

#headerMenu {
  background-color: #371A87;
  border-top:1px solid #FFF;
  border-bottom:1px solid #FFF;
}

#headerMenu a {
	display:inline-block;
	*display:inline;
	padding:3px;
}

#headerAffiliates {
	padding:3px;
	text-align:right;
	vertical-align:middle;
}

#headerAffiliates div {
	float:right;
	*float:none;
	padding:0 3px;
	display:inline;
}

#headerAffiliates div .littlespace {
	float:right;
	padding:0 3px;
	margin:0;
}

#headerMenu {
	vertical-align:bottom;
}

table#content {
margin-top:20px;
margin-bottom:20px;
background-color:#FFF;
}

#content tbody td {
	vertical-align:top;
}

#content tbody td#left, #content tbody td#right {
	padding: 10px 5px 5px;
	width:220px;
	*width:230px;
	text-align:center;
}

#content tbody td#center {
	padding: 0px 20px;
}

#subFooter, #subFooter a, #subFooter a:Link, #subFooter a:Hover, #subFooter a:Visited, #subFooter a:Active{
	color:#FFF;
}

/* Styles for the Tigra Menu */
/* Style for a block - DIV */
.menuLevel0 {
  background: #371A87;
	border: 0px none #5E5E5E;
	margin-left:auto;
	margin-right:auto;
}

/* Style for outer tag, mout (mouse out) state */
.menuLevel0OuterOut, .menuLevel0OuterOver, .menuLevel0OuterDown {
  /*border: 1px solid #FFF;*/
  text-align:center;
  padding: 0px;
}

/* Style for inner tag, mover (mouse over) state */
.menuLevel0InnerOut, .menuLevel0InnerOver, .menuLevel0InnerDown {
  font-family: Tahoma, Geneva, sans-serif;
  font-size:15.4pt;
  /*white-space:nowrap;*/
  background-color: #371A87;
  color: #FFF;
    padding: 0px;
  text-align:center;
}

.menuLevel0InnerOut {
}

.menuLevel0InnerOver {
  background-color: #927CB7;
  color: #FFF;
}

.menuLevel0InnerDown {
  background-color: #927CB7;
  color: #FFF;
}

.menuLevel1 {
  background: #371A87;
  border: 0px none #5E5E5E;
  margin-left:auto;
  margin-right:auto;
  padding: 0px;
}

.menuLevel1OuterOut, .menuLevel1OuterOver, .menuLevel1OuterDown {
  border: 0px solid #FFF;
  text-align:left;
  padding: 0px 0px 0px 0px;
  border-left: 3px solid #371A87;
}

.menuLevel1InnerOut, .menuLevel1InnerOver, .menuLevel1InnerDown {
  font-family: Tahoma, Geneva, sans-serif;
  font-size:15.4pt;
  white-space:nowrap;
  background-color: #371A87;
  color: #FFF;
    padding: 0px;
  border-left: 0px solid #371A87;
}

.menuLevel1InnerOut {
}

.menuLevel1InnerOver, .menuLevel1OuterOver {
  background-color: #927CB7;
  color: #FFF;
  padding:0px;
  border-left: 3px solid #927CB7;
}

.menuLevel1InnerDown, .menuLevel1OuterDown {
  background-color: #927CB7;
  color: #FFF;
  padding:0px;
  border-left: 3px solid #927CB7;
}


#CustomPage21288 #content {
	background-image:url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s7137nqsrexlns50.webp);
}
#CustomPage21288.noFormatting {
  background-image:url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s7137nqsrexlns50.webp);
}
#CustomPage21290 #content {
	background-image:url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s7137nqsrexlns50.webp);
}
#CustomPage21290.noFormatting {
  background-image:url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s7137nqsrexlns50.webp);
}
#CustomPage21718 #content {
	background-image:url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s7137nqsrexlns50.webp);
}
#CustomPage21718.noFormatting {
  background-image:url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s7137nqsrexlns50.webp);
}

#Page314 #content {
	background-image:url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s7137nqsrexlns50.webp);
}

/* ================================================================
   ALLIE'S HAVEN — REVAMP STYLESHEET v2
   Corrected against the REAL homepage source (haven.txt):
   - .highlighted = ONE animal (picture + info) → the card is
     .highlighted itself, not its children
   - .contentSectionHeader = the section title + "see all" link
   - homepage right sidebar hidden on desktop (rule restored)
   - .welcome is a table class
   LIVE VERSION - replaces the Custom CSS panel contents in full.
   Old CSS backed up as css-backup file before pasting.
   ================================================================ */
*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0;
  background: #EDEAF1;
  color: #3d3646;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: 'Bitter', serif; font-weight: 700; color: #47204a; }
a { color: #371a87; text-decoration: none; font-weight: 500; transition: color .2s; }
a:hover { color: #da8c4c; }
img { border: 0; max-width: 100%; height: auto; }
iframe { max-width: 100%; }
#bodyContainer, table.siteWidth {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  background: #fff;
}


/* hide side columns site-wide (was homepage-only; browse pages were cramped) */
#content tbody td#right, td#right,
#content tbody td#left, td#left { display: none; }
/* animal browse listings: platform hardcodes 94px side margins + 480px width */
.browse { margin: 0 0 15px !important; width: auto !important; max-width: 100% !important; }
.browseInfo { float: none !important; width: auto !important; max-width: 100% !important; overflow: hidden; clear: none !important; }
.browsePicture { float: left !important; margin: 0 24px 8px 0 !important; display: block !important; width: auto !important; }

/* ---------- buttons ---------- */
.ah-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 14px;
  letter-spacing: .05em; text-transform: uppercase;
  padding: 15px 30px; border-radius: 3px; text-decoration: none;
  transition: transform .15s ease, background .2s;
}
.ah-btn:hover { transform: translateY(-2px); }
.ah-btn-orange { background: #da8c4c; color: #fff !important; }
.ah-btn-orange:link, .ah-btn-orange:visited { color: #fff !important; }
.ah-btn-ghost:link, .ah-btn-ghost:visited { color: #fff !important; }
.ah-btn-orange:hover { background: #e6a468; color: #fff; }
.ah-btn-ghost { border: 2px solid rgba(255,255,255,0.55); color: #fff; }
.ah-btn-ghost:hover { border-color: #fff; color: #fff; }
/* H3 + link = button, sitewide (the site's own convention) */
h3 a {
  display: inline-block;
  font-family: 'Roboto', sans-serif; font-size: 13px; font-weight: 700;
  letter-spacing: .05em; text-transform: uppercase;
  color: #da8c4c; border: 1.5px solid #da8c4c;
  padding: 11px 24px; border-radius: 22px;
  transition: background .2s, color .2s;
}
h3 a:hover { background: #da8c4c; color: #fff; }

/* ---------- header identity bar ---------- */
#headerContent { height: auto; max-height: none; padding: 0; background: #fff; }
.ah-idbar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding: 16px 32px;
}
.ah-id-left { display: flex; align-items: center; gap: 18px; }
.ah-id-left img { width: 96px; height: auto; margin: 0; }
.ah-id-name h1 { font-size: 26px; margin: 0; line-height: 1.15; text-align: left; }
.ah-id-name p {
  margin: 2px 0 0; font-family: 'Bitter', serif; font-style: italic;
  font-weight: 600; color: #6f6879; font-size: 14px;
}
.ah-idbar .social-icons-container {
  display: flex; justify-content: flex-end; align-items: center;
  gap: 10px; position: static; left: 0; flex-wrap: wrap;
}
.ah-idbar .social-icons-container a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%;
  color: #fff; font-size: 16px; transition: transform .15s ease;
}
.ah-idbar .social-icons-container a:hover { transform: scale(1.12); color: #fff; }
.ah-idbar .social-icons-container a:nth-child(1) { background: #ff9900; }
.ah-idbar .social-icons-container a:nth-child(2) { background: #3B5998; }
.ah-idbar .social-icons-container a:nth-child(3) { background: #125688; }
.ah-idbar .social-icons-container a:nth-child(4) { background: #bb0000; }

/* ---------- nav (tigra menu) ---------- */
#headerMenu {
  background: #371a87;
  position: sticky; top: 0; z-index: 100;
  box-shadow: 0 3px 12px rgba(42,20,102,0.3);
}
.menuLevel0InnerOut, .menuLevel0InnerOver, .menuLevel0InnerDown {
  color: #fff; font-family: 'Roboto', sans-serif; font-weight: 700;
  font-size: 14px; letter-spacing: .07em; text-transform: uppercase;
  padding: 15px 22px;
}
.menuLevel0InnerOver, .menuLevel0InnerDown { color: #da8c4c; }
.menuLevel1OuterOut, .menuLevel1OuterOver, .menuLevel1OuterDown { background: #2a1466; }
.menuLevel1InnerOut, .menuLevel1InnerOver, .menuLevel1InnerDown {
  color: #fff; font-size: 13px; padding: 11px 16px;
}
.menuLevel1InnerOver, .menuLevel1InnerDown { color: #da8c4c; background: rgba(255,255,255,0.06); }

/* ---------- hero + tiles ---------- */
.ah-hero {
  display: grid; grid-template-columns: 1fr 1fr;
  background: linear-gradient(160deg, #371a87 0%, #2a1466 100%);
  color: #fff; min-height: 420px;
}
.ah-hero-copy {
  padding: 56px 44px; display: flex; flex-direction: column;
  justify-content: center; align-items: flex-start;
}
.ah-hero-saved {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25);
  border-radius: 3px; padding: 8px 14px; margin-bottom: 22px;
  font-size: 13.5px; font-weight: 500; letter-spacing: .03em;
}
.ah-hero-saved b {
  font-family: 'Bitter', serif; font-size: 19px; color: #e6a468;
  font-variant-numeric: tabular-nums;
}
.ah-hero h2 { color: #fff; font-size: 48px; line-height: 1.1; margin: 0 0 14px; text-align: left; }
.ah-hero h2 span { color: #e6a468; }
.ah-hero p { color: rgba(255,255,255,0.85); font-size: 17px; max-width: 42ch; margin: 0 0 30px; text-align: left; }
.ah-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.ah-hero-photo { position: relative; overflow: hidden; min-height: 320px; background: transparent; }
.ah-hero-photo img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; max-width: none; margin: 0;
}
.ah-tiles {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 16px; padding: 36px 32px 8px; background: #fff;
}
.ah-tile {
  background: #da8c4c; color: #fff !important; text-align: center;
  padding: 30px 14px 24px; border-radius: 3px; text-decoration: none;
  transition: transform .15s ease, filter .2s;
  box-shadow: 0 4px 12px rgba(218,140,76,0.28);
}
.ah-tile:hover { transform: translateY(-4px); filter: brightness(1.07); }
.ah-tile svg { width: 52px; height: 52px; margin: 0 auto 12px; stroke: #fff; fill: none; stroke-width: 1.7; display: block; }
.ah-tile b { display: block; font-size: 18px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.ah-tile span { display: block; font-size: 12.5px; color: rgba(255,255,255,0.88); margin-top: 4px; line-height: 1.45; }
.ah-tile.purple { background: #371a87; box-shadow: 0 4px 12px rgba(55,26,135,0.28); }

/* ---------- welcome (table.welcome) ---------- */
table.welcome { width: 100%; }
table.welcome td { padding: 30px 40px 10px; }
table.welcome h1 { font-size: 32px; text-align: center; }
table.welcome p { max-width: 70ch; margin: 0 auto 1.2em; color: #6f6879; text-align: center; }

/* ---------- Highlighted Animals: REAL structure ---------- */
.contentSectionHeader {
  font-family: 'Bitter', serif; font-weight: 700; color: #47204a;
  font-size: 30px; text-align: center;
  background: #FAF8F4; border-top: 1px solid #E8E3EF;
  padding: 40px 20px 6px; line-height: 1.4;
}
.contentSectionHeader a {
  display: inline-block;
  font-family: 'Bitter', serif; font-style: italic; font-weight: 600;
  font-size: 16px; color: #da8c4c; margin-top: 4px;
}
.highlighted {
  display: flow-root;
  background: #fff;
  border: 1px solid #E8E3EF; border-radius: 6px;
  box-shadow: 0 8px 20px -14px rgba(55,26,135,0.3);
  max-width: 880px; margin: 24px auto; padding: 24px 28px;
  transition: transform .18s ease, box-shadow .18s ease;
  position: relative;
}
.highlighted:hover { transform: translateY(-3px); box-shadow: 0 14px 28px -14px rgba(55,26,135,0.42); }
/* cream band behind the cards */
#editableFrontPageTop + br, #editableFrontPageTop + br + br { display: none; }
.highlightedPicture { float: left; margin: 0 26px 6px 0; }
.highlightedPicture img, .animalimg {
  border-radius: 5px; border: 1px solid #E8E3EF;
  width: 180px; height: auto;
}
.highlightedInfo { color: #6f6879; font-size: 15px; }
.highlightedInfo a { font-weight: 700; }

/* ---------- Allie Mae ---------- */
.ah-allie {
  background: linear-gradient(160deg, #371a87 0%, #2a1466 100%);
  color: #fff;
  display: grid; grid-template-columns: .9fr 1.1fr;
  gap: 48px; align-items: center; padding: 60px 44px;
  margin-top: 30px;
}
.ah-allie-photo { max-width: 340px; border-radius: 6px; border: 1px solid rgba(255,255,255,0.2); overflow: hidden; }
.ah-allie-photo img { width: 100%; height: auto; margin: 0; border-radius: 0; border: 0; }
.ah-allie-kicker { font-family: 'Bitter', serif; font-style: italic; font-weight: 600; color: #e6a468; font-size: 17px; margin-bottom: 8px; }
.ah-allie h2 { color: #fff; font-size: 34px; margin: 0 0 16px; text-align: left; }
.ah-allie p { color: rgba(255,255,255,0.84); max-width: 54ch; margin: 0 0 14px; font-size: 15.5px; text-align: left; }
.ah-allie .ah-btn { margin-top: 10px; }

/* ---------- footer ---------- */
#footerContent { background: #2a1466; color: #fff; }
td#footerContent { padding: 0; }
.ah-foot-wrap { padding: 48px 32px 26px; }
.ah-foot-grid {
  display: grid; grid-template-columns: 1.2fr 1fr 1fr;
  gap: 40px; max-width: 1000px; margin: 0 auto;
}
.ah-foot-grid h3 { color: #e6a468; font-size: 19px; margin: 0 0 12px; }
.ah-foot-grid p { font-size: 13.5px; color: rgba(255,255,255,0.72); line-height: 1.8; margin: 0; }
.ah-foot-grid a { display: block; color: rgba(255,255,255,0.85); font-size: 14px; margin-bottom: 9px; }
.ah-foot-grid a:hover { color: #e6a468; }
.ah-foot-fine {
  text-align: center; font-size: 12.5px; color: rgba(255,255,255,0.55);
  margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.16);
}

/* ---------- forms & inner pages ---------- */
input, select, textarea {
  font-family: 'Roboto', sans-serif; font-size: 16px;
  border: 1.5px solid #E8E3EF; border-radius: 4px;
  padding: 9px 12px; background: #fff;
}
input:focus, select:focus, textarea:focus { border-color: #371a87; outline: none; }

/* ---------- mobile ---------- */
@media only screen and (max-width: 880px) {
  .ah-hero { grid-template-columns: 1fr; }
  .ah-hero-photo { min-height: 250px; order: -1; }
  .ah-tiles { grid-template-columns: repeat(2, 1fr); }
  .ah-allie { grid-template-columns: 1fr; gap: 30px; padding: 44px 26px; }
  .ah-allie-photo { max-width: 280px; }
  .ah-foot-grid { grid-template-columns: 1fr; gap: 28px; }
}
@media only screen and (max-width: 600px) {
  body { overflow-x: hidden; }
  table { max-width: 100%; }
  .ah-idbar { flex-direction: column; gap: 12px; text-align: center; padding: 18px 16px 14px; }
  .ah-id-left { flex-direction: column; gap: 10px; }
  .ah-id-name h1 { font-size: 22px; text-align: center; }
  .ah-idbar .social-icons-container { justify-content: center; }
  .ah-hero-copy { padding: 40px 24px; }
  .ah-hero h2 { font-size: 32px; }
  .ah-tiles { grid-template-columns: 1fr; padding: 26px 18px 4px; }
  table.welcome td { padding: 26px 22px 6px; }
  .highlighted { padding: 20px; margin: 18px 14px; }
  .highlightedPicture { float: none; margin: 0 auto 16px; text-align: center; }
  .browsePicture { float: none !important; margin: 0 auto 16px !important; text-align: center; }
  .highlightedPicture img { margin: 0 auto; }
  .highlightedInfo { text-align: center; }
  h1, .pageCenterTitle { font-size: 27px; line-height: 33px; }
  h2 { font-size: 22px; }
  .contentSectionHeader { font-size: 24px; }
}
/* legacy device-width neutralizer */
@media only screen and (min-device-width: 250px) and (max-device-width: 550px) {
  #content tbody td#right { display: none; }
  .browse, .highlightedInfo { font-size: 16px; line-height: 1.55; }
  p, .event { font-size: 16px; line-height: 1.6; }
  h1, .pageCenterTitle { font-size: 27px; line-height: 33px; }
  h2 { font-size: 22px; line-height: 28px; }
  h3 { font-size: 17px; line-height: 23px; }
  label, ul, li { font-size: 15px; line-height: 1.6; }
  input, select { font-size: 16px; line-height: 1.4; }
}

/* ---- nav: original working geometry, recolored ---- */
#headerMenu { position: static; box-shadow: none; background: #371a87; }
.menuLevel0 { border: 0; margin-left: auto; margin-right: auto; text-align: left; }
.menuLevel0OuterOut, .menuLevel0OuterOver, .menuLevel0OuterDown {
  text-align: left; font-weight: 500; background: transparent !important;
}
.menuLevel0InnerOut, .menuLevel0InnerOver, .menuLevel0InnerDown {
  text-align: center; white-space: nowrap; text-transform: uppercase;
  font-weight: 500; font-family: 'Roboto', sans-serif; color: #fff;
}
.menuLevel0InnerOver, .menuLevel0InnerDown { color: #da8c4c; }
.menuLevel1 { margin-left: auto; margin-right: auto; padding: 5px; border: 0; font-weight: 500; margin-top: 15px; }
.menuLevel1OuterOut, .menuLevel1OuterOver, .menuLevel1OuterDown {
  border: 0; text-align: left; padding: 5px;
  font-family: 'Roboto', sans-serif; background: #2a1466;
}
.menuLevel1InnerOut, .menuLevel1InnerOver, .menuLevel1InnerDown {
  white-space: nowrap; padding: 5px; text-transform: uppercase;
  font-family: 'Roboto', sans-serif; font-weight: 500; color: #fff;
}
.menuLevel1InnerOver, .menuLevel1InnerDown { color: #da8c4c; }

/* ---- nav dropdown: final blend (outranks the menu script's inline styles) ---- */
.menuLevel1 { background: #2a1466 !important; border: 0 !important; }
.menuLevel1OuterOut, .menuLevel1OuterOver, .menuLevel1OuterDown {
  background: #2a1466 !important;
  border: 0 !important;
}
.menuLevel1OuterOver, .menuLevel1OuterDown { background: #443093 !important; }
.menuLevel1InnerOut, .menuLevel1InnerOver, .menuLevel1InnerDown { border: 0 !important; }

/* ---- mobile: let the nav wrap instead of stretching the page ---- */
@media only screen and (max-width: 700px) {
  #headerMenu table, #headerMenu tbody { display: block; width: 100% !important; }
  #headerMenu tr, .menuLevel0 {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100% !important;
  }
  #headerMenu td { display: inline-block !important; width: auto !important; }
  .menuLevel0InnerOut, .menuLevel0InnerOver, .menuLevel0InnerDown {
    font-size: 11px;
    line-height: 12px;
    padding: 9px 6px;
  }
  /* paint every nav layer the same purple so no white shows between cells */
  #headerMenu, #headerMenu table, #headerMenu tbody, #headerMenu tr, #headerMenu td,
  .menuLevel0,
  .menuLevel0OuterOut, .menuLevel0OuterOver, .menuLevel0OuterDown {
    background: #371a87 !important;
  }
  #headerMenu td { vertical-align: middle; }
  #headerMenu tr, .menuLevel0 { align-items: stretch; }
  /* menu script hardcodes 130x30 wrappers + invisible tap-target images; */
  /* our global img height:auto blew those images up to ~89px. Re-pin both. */
  #headerMenu td > div { width: auto !important; height: auto !important; position: relative !important; }
  #headerMenu .mlyri {
    position: absolute !important; left: 0 !important; top: 0 !important;
    width: 100% !important; height: 100% !important;
  }
  #headerMenu .mlyri a, #headerMenu .mlyri img {
    display: block !important; width: 100% !important; height: 100% !important;
    max-width: none !important;
  }
}

/* ---- mobile: PayPal hide (permanent) ---- */
.ah-idbar .buttons-container { display: none !important; }

/* ---- mobile: fix the actual root container (it's a div, not a table) ---- */
@media only screen and (max-width: 700px) {
  #bodyContainer.siteWidth,
  #bodyContainer {
    width: 100% !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
  #bodyContainer table, #bodyContainer td {
    max-width: 100% !important;
    box-sizing: border-box;
  }
  img { max-width: 100% !important; height: auto !important; }
  p, div, span, h1, h2, h3 {
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

/* keep as a safety net only, not the primary fix */
html, body { overflow-x: hidden; }

/* ---- mobile: stack the Front Page Bottom columns (Donorbox/FB/badge) ---- */
@media only screen and (max-width: 700px) {
  #editableFrontPageBottom table,
  #editableFrontPageBottom tbody,
  #editableFrontPageBottom tr,
  #editableFrontPageBottom td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  #editableFrontPageBottom iframe { width: 100% !important; }
}

/* ---- mobile: clamp any inline-width tables/cells + iframes ---- */
@media only screen and (max-width: 700px) {
  table[style*="width"] { width: 100% !important; }
  td[style*="width"] { width: 100% !important; display: block !important; }
  iframe { width: 100% !important; max-width: 100% !important; }
}

/* ---- mobile: THE overflow fix — tables must obey their declared width ---- */
@media only screen and (max-width: 700px) {
  table.siteWidth,
  #content,
  #footer {
    table-layout: fixed !important;
    width: 100% !important;
  }
}

/* ---- mobile: no JS dropdowns — nav items tap straight through ---- */
@media only screen and (max-width: 700px) {
  .mlyrh {
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

/* ---- mobile: hero buttons as an equal side-by-side pair ---- */
@media only screen and (max-width: 700px) {
  .ah-hero-actions { width: 100%; gap: 10px; }
  .ah-hero-actions .ah-btn {
    flex: 1 1 0;
    padding: 15px 8px;
    justify-content: center;
    text-align: center;
  }
}

/* ---- Allie Mae headline: own its line-height ---- */
.ah-allie h2 { line-height: 1.2; }
@media only screen and (max-width: 700px) {
  .ah-allie h2 { font-size: 27px; }
}

/* ---- Allie Mae: kill the baseline gap + center the mobile stack ---- */
.ah-allie-photo img { display: block; }
@media only screen and (max-width: 700px) {
  .ah-allie { text-align: center; }
  .ah-allie h2 { text-align: center; }
  .ah-allie-photo { margin: 0 auto; }
  .ah-allie p { text-align: left; }
}

/* ---- Allie Mae name: own line + accent, mobile only ---- */
@media only screen and (max-width: 700px) {
  .ah-allie-name { display: block; color: #e6a468; }
}

/* ---- Highlighted widget: fill the card, center on mobile ---- */
.highlightedInfo {
  width: auto !important;
  max-width: none !important;
  overflow: hidden;   /* text sits beside the photo instead of wrapping under it */
}
.highlightedPicture { margin: 0 22px 8px 0; }
.highlightedPicture img, .highlightedPicture .animalimg { width: 160px; height: auto; }
@media only screen and (max-width: 700px) {
  .highlightedPicture {
    float: none !important;
    margin: 0 auto 14px !important;
    text-align: center;
  }
}

/* ---- Highlighted section v2: our design language ---- */
.contentSectionHeader {
  background: #FAF8F4;
  border-top: 1px solid #E8E3EF;
  border-bottom: 0;
  padding: 36px 20px 8px;
}
.highlighted {
  display: flex !important;
  gap: 26px;
  align-items: center;
  padding: 24px 28px;
}
.highlightedPicture {
  float: none !important;
  margin: 0 !important;
  flex: 0 0 auto;
}
.highlightedPicture img, .highlightedPicture .animalimg {
  width: 190px !important;
  height: auto;
  border-radius: 6px;
  display: block;
}
.highlightedInfo {
  flex: 1;
  width: auto !important;
  max-width: none !important;
  text-align: left;
}
@media only screen and (max-width: 700px) {
  .highlighted { flex-direction: column; gap: 16px; padding: 20px; }
  .highlightedInfo { text-align: center; }
}

/* ---- highlighted card: force-center on mobile ---- */
@media only screen and (max-width: 700px) {
  .highlighted {
    width: calc(100% - 32px) !important;
    margin: 18px auto !important;
  }
}

/* ---------- Event countdown band ---------- */
.ah-countdown { background: #da8c4c; }
.ah-countdown .ah-cd-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 24px; flex-wrap: wrap;
  padding: 14px 20px;
  color: #fff !important;
  text-decoration: none;
  font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 500;
}
.ah-countdown .ah-cd-inner:hover { color: #fff !important; filter: brightness(1.06); }
.ah-countdown .ah-cd-label { color: #fff; }
.ah-countdown .ah-cd-name { font-weight: 700; }
.ah-countdown .ah-cd-timer { display: inline-flex; align-items: center; gap: 18px; }
.ah-countdown .ah-cd-unit { display: inline-flex; align-items: baseline; gap: 5px; }
.ah-countdown .ah-cd-num {
  font-family: 'Roboto', sans-serif; font-size: 19px; font-weight: 700;
  color: #fff; font-variant-numeric: tabular-nums;
}
.ah-countdown .ah-cd-unitlabel {
  font-family: 'Roboto', sans-serif; font-size: 12px; font-weight: 400;
  color: rgba(255,255,255,.7); text-transform: lowercase;
}
.ah-countdown .ah-cd-go {
  font-weight: 700; text-transform: uppercase; font-size: 12px; letter-spacing: .06em;
  color: #fff;
  border-left: 1px solid rgba(255,255,255,.4); padding-left: 18px;
}
@media only screen and (max-width: 700px) {
  .ah-countdown .ah-cd-inner { gap: 10px; flex-direction: column; padding: 12px 16px; text-align: center; }
  .ah-countdown .ah-cd-go { border-left: none; padding-left: 0; }
}

/* =====================================================
   Nav dropdown — final version
   ===================================================== */

/* menu spacer images: match the nav cell (130 wide, ~50 tall) so the
   hover/click zone covers the whole button — no more, no less */
#headerMenu img {
  width: 130px !important;
  height: 50px !important;
  max-width: none !important;
}

.mlyrh {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.menuLevel1 {
  margin-top: 15px;
  border: 0 !important;
  box-shadow: none !important;
  background: rgba(42, 20, 102, 0.94) !important;
}
.menuLevel1OuterOut, .menuLevel1OuterOver, .menuLevel1OuterDown {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.menuLevel1OuterOver, .menuLevel1OuterDown {
  background: rgba(68, 48, 147, 0.55) !important;
}
.menuLevel1InnerOut, .menuLevel1InnerOver, .menuLevel1InnerDown {
  border: 0 !important;
}