/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Colors
green: #7EBA25
ADA Large green: #76A136
white: #fff
black: #231f20
light grey: #97908a
dark grey: #7a756f
new dark grey (menu): #2C2A2A
*/

html {
	scroll-behavior: smooth;
}

body {
	margin: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #231F20;
}

p {
	margin-top:0;
}

/* used to space out rows on any table */
table tr td.spacebelow {
	padding-bottom:20px;
}

/* used to space out rows on form pages */
form table tr td {
	padding-bottom:10px;
}

/* used to create dashed box in surveyRescue page */
form table tr td.dashBorder {
	border-bottom: dashed 1px #76A136;
	border-left: dashed 1px #76A136;
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
}

/* used to create dashed box in surveyRescue page */
form table tr th.dashBorder {
	border-bottom: dashed 1px #76A136;
	vertical-align:middle;
}

/* Used to right align columns in tables */
table td.left {
	text-align:left;
}

/* Sortable tables */
/* sortable used on kitten page, sortable2 used on names page */
table.sortable thead, table.sortable2 thead {
    background-color:#eee;
    font-weight: bold;
    cursor: default;
	text-align:center;
	margin: 0px 0px 0px 0px;
	font-size: 90%;
	color: #76A136;
}

table.sortable tbody, table.sortable2 tbody {
	text-align:center;
}

table.sortable {
	border-collapse:collapse;
}

table.sortable tr {
	margin-bottom:4px;
	border:1px solid #76A136;
}

table.sortable2 tr {
	margin-bottom:4px;
/*	border:10px solid #76A136;*/
}

/* End Sortable Tables */

/* 2 column text - used on internal page */
#leftCol {
    float:left;
    width:400px;
    }

#rightCol {
    float:right;
    width:400px;
   }
/* End 2 column text */

h1, h2, h3 {
}

h1 {
}

h2 {
	text-align: left;
}

h3 {
	text-align: left;
	margin: 0px 0px 0px 0px;
	font-size: 130%;
	font-weight: bold;
	color: #76A136;
	padding: 0px 0px 0px 0px;
}

/* Like h3 but for kitten page */
h4 {
	text-align: left;
	margin: 0px 0px 0px 0px;
	font-size: 115%;
	font-weight: normal;
	color: #76A136;
	padding: 5px 0px 0px 10px;
}

/* Like h3 but for Porsche Puppies page - inline */
.bl {
	text-align: left;
	margin: 0px 0px 0px 0px;
	font-size: 130%;
	font-weight: normal;
	color: #76A136;
	padding: 0px 0px 0px 0px;
	display:inline;
}

/* Like bl and h3 but for letters on animal name page - block */
.letters {
	text-align: left;
	font-size: 130%;
	font-weight: normal;
    background: #7EBA25;
    color: white;
    margin-left: -20px;
    padding-left: 10px;
}

li.letters {
    list-style: none;
}

#botNav {
    position: fixed;
    bottom: 0;
    width: 980px;
    margin: 0 auto;
	padding: 20px 0px;
	background: #000000;
	color: #686767;
}

#footer p {
	margin: 0px;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #A1A1A1;
}

/* Favorite Link FLexboxes on Home Page */
div.flex {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	column-gap: 20px;
	align-items: center;
}

div.flex p {
	flex-basis: auto;
}


/* Adoption Paragraphs */
h6 {
	font-weight: normal;
	font-size: 100%;
	color: #000;
	padding: 0px 0px 0px 10px;
	line-height: 150%;
	text-align: left;
}

/* Used with h6 to quad right Back to Top on Store Page */
.store {
	text-align: right;
}

.storeHR {
	padding-top:10px;
	padding-bottom:10px;
}

p, blockquote, ul, ol {
	margin-bottom: 10px;
	line-height: 1.6;
}

p {
}

form, fieldset {
	border-style:none;
}

.basket {
	margin-left:10px;
	margin-right: 20px;
	line-height: 1.5em;
	text-align:left;
}

a {
	text-decoration: underline;
	color: #7a756f; /* grey */
}

a:hover {
	text-decoration: none;
	color: #76A136;
}

/* Slideshows for home page */
.slideshow {
/*    max-width: 500px;
*/
	width: 50%;
}

.fade-in-image { animation: imageFade 5s; }

@keyframes imageFade {
  0%,100% { opacity: 0; }
  50% { opacity: 1 }
}

/* Page */

#page {
	width: 940px;
	margin: 0px auto;
	padding-top: 30px;
}

#page-update {
	width: 940px;
	margin: 0px auto;
	padding-top: 0;
}

.photos-update {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.post-update {
    width: 940px;
    margin: 0 auto;
}

.title-update {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #515151;
	line-height: 1.5em;
}

.title-update a {
	padding: 4px 15px 4px 15px;
	background: #000000;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

#splash-update {
    width: 940px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}


/* Content */

#content {
	float: right;
	width: 640px;
}

.center {
	text-align: center;
}

.post {
	margin: 0px 0px 30px 0px;
	border-bottom: 1px solid #CCCCCC;
/*	turned off because adoption app had horizontal scroll
	overflow:auto; */
	clear:left;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #515151;
	line-height: 1.5em;
}

.post .title a {
	padding: 4px 15px 4px 15px;
	background: #000000;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

.post .title404 {
	margin: 20px auto 0px auto;
	padding: 0px 0px 5px 0px;
	color: #515151;
	text-align:center;
}

.post .title404 a {
	padding: 4px 35px 4px 15px;
	background: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size:36px;
	color: #FFFFFF;
}

.post .poem {
	margin: 0px 0px 0px 0px;
	color: #76A136;
	padding: 0px 0px 15px 0px;
	line-height: 150%;
	vertical-align:text-top;
}

.tabhead {
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-size: 90%;
	font-weight: bold;
	color: #76A136;
}

.tabbody {
	text-align:center;
	line-height:175%;
}

.letter {
	font-size:0px;
	line-height:0%;
	padding:0px;
}

.alignleft {
	text-align:left;
}

.alignright {
	text-align:right;
}

.required {
	color:#F00;
	font-size:18px;
}

.required2 {
	color:#F00;
	font-size:24px;
}

.level {
	font-size:24px;
}

.pixwrap {
	margin-right: 20px;
	display:inline;
	float:left;
	overflow:auto;
}

/* Used for breed guessing */
.pixwrap2 {
	margin: 0 10px 10px 0;
	display:inline;
	float:left;
	overflow:auto;
}

/* Used for hurricane icon */
.pixwrap3 {
	margin: 0 10px 0 0;
	display:inline;
	float:left;
	overflow:auto;
}

.pixwrapright {
	margin: 0 20px 20px 20px;
	display:inline;
	float:right;
}

.clearfloat {
	clear: both;
}
.clearfix {
	overflow:auto;
}

.post .entry {
	padding: 20px 0px;
}

/* SLIDESHOW GALLERIES */

    * {box-sizing: border-box}
    .mySlides {display: none}

    /* Slideshow container */
    .slideshow-container {
      max-width: 1000px;
      position: relative;
      margin: auto;
    }

    /* Next & previous buttons */
    .prev, .next {
      cursor: pointer;
      position: absolute;
      top: 50%;
      width: auto;
      padding: 16px;
      margin-top: -22px;
      color: white;
      font-weight: bold;
      font-size: 18px;
      transition: 0.6s ease;
      border-radius: 0 3px 3px 0;
      user-select: none;
    }

    /* Position the "next button" to the right */
    .next {
      right: 0;
      border-radius: 3px 0 0 3px;
    }

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
      background-color: rgba(0,0,0,0.8);
    }

    /* Caption text */
    .text {
      background-color: #222;
      color: #f2f2f2;
      font-size: 16px;
      padding: 8px 12px;
      position: absolute;
      bottom: -30px;
      width: 100%;
      text-align: center;
    }

    /* Number text (1/3 etc) */
    .numbertext {
      color: #f2f2f2;
      font-size: 12px;
      padding: 8px 12px;
      position: absolute;
      top: 0;
    }

    /* The dots/bullets/indicators */
    .dot {
      cursor: pointer;
      height: 15px;
      width: 15px;
      margin: 20px 2px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.6s ease;
    }

    .current, .dot:hover {
      background-color: #717171;
    }

    /* Fading animation */
    .fade {
      animation-name: fade;
      animation-duration: 1.5s;
    }

    @keyframes fade {
      from {opacity: .4}
      to {opacity: 1}
    }

    /* On smaller screens, decrease text size */
    @media only screen and (max-width: 300px) {
      .prev, .next,.text {font-size: 11px}
    }

/* END SLIDESHOW GALLERIES */

/* for update pages */
.post img {
	/* float: left;
	padding: 15px 0px; */
}
#content .post .post {
}
#content .post .post {
}
#content .post .post {
}
#content .post .post {
}
#content .post .post {
}

.post .meta {
	text-align: right;
	padding: 0px 0px 20px 0px;
	font-weight: bold;
	color: #202020;
}

.post .byline {
	position: absolute;
	right:0;
	top:-20px;
	font-size: 12px;
	font-weight: bold;
	color: #5E5E5E;
}

/* using to indent subquestions on applications */
.subquestion {
	margin-left:30px;
}

/* Sidebar / Aside */


aside {
	float: left;
	width: 250px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

aside ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

aside li {
	margin-bottom: 1px;
}

aside li ul {
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

aside li li {
	margin: 0;
	padding: 9px 0px;
	border: none;
	border-bottom: 1px solid #CCCCCC;
}


aside h2 {
	margin: 0px;
	font-size: 120%;
	font-weight: bold;
	color: #76A136;
}

aside #counter {
	margin: 0px;
	padding:5px 0px 2px 0px;
	background-color:#000000;
	text-align:center;
/*
	-o-border-radius: 8px;
	-icab-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
*/
}

aside h4 {
	color: #7a756f;
}

.padabove {
	padding: 15px 0px 0px 0px;
}

#top {
	padding: 0px 0px 0px 0px;
}

aside h3 {
	font-size: 77%;
	color: #110404;
}

aside p {
	margin: 0;
	line-height: normal;
	color: #000;
}

aside a {
	border: none;
	text-decoration: none;
	color: #76A136;
}

aside a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	margin: 0 auto;
	padding: 20px 0px;
	background: #000000;
	color: #686767;
}

#footer p {
	margin: 0px;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #A1A1A1;
}

#footer a:hover {
	text-decoration: none;
}

/* Hover Images for adoptable page */
a.p1 {
	display:block;
	width:200px;
	height:200px;
	text-decoration:none;
	background:#fff;
	border:0px;
	margin:0px 0px 0px 0px;
	float:left;
}

a.p1 img {
	display:block;
	border:0;
}

a.p1:hover {
	text-decoration:none;
	background-color:#8c97a3;
	color:#000;
	position:relative;
	z-index:500;
}

a.p1 b {
	display:block;
	position:absolute;
	left:-9999px;
	padding:10px;
	opacity:0;

	-o-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	-icab-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	-khtml-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);

	-o-border-radius: 8px;
	-icab-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

	-webkit-transition: opacity 0.6s ease-in-out;
}


a.p1:hover b {
	top:-100px;
	left:0px;
	padding:10px;
	border:1px solid #aaa;
	background:#76A136;
	opacity:1.0;
}

.p1sub {
	padding-bottom:25px;
	display:block;
}

#info {z-index:100; height:22em;}

/* Hover Images for kitten status page */
a.p2 {
	display:block;
	width:100px; 	/* different from p1 */
	height:100px;	/* different from p1 */
	text-decoration:none;
	background:#fff;
	border:0;
	margin:0px 0px 0px 0px;
	float:left;
}

a.p2 img {
	display:block;
	border:0px;
}

a.p2:hover {
	text-decoration:none;
	background-color:#8c97a3;
	color:#000;
	position:relative;
	z-index:500;
}

a.p2 b {
	display:block;
	position:absolute;
	left:-9999px;
	padding:10px;
	opacity:0;

	-o-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	-icab-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	-khtml-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);

	-o-border-radius: 8px;
	-icab-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

	-webkit-transition: opacity 0.6s ease-in-out;
}


a.p2:hover b {
	top:-200px; 	/* different from p1 */
	left:-350px; 	/* different from p1 */
	padding:10px;
	border:1px solid #aaa;
	background:#76A136;
	opacity:1.0;
}

/* Hover Images for calendar */

a.p4 {
	display:block;
	width:144px;
	height:111px;
	text-decoration:none;
/*	background:#7a756f; */
	border:0;
	margin:0px 0px 0px 0px;
	float:left;
/*	padding-right:10px;*/	/* different from .p3sub {
	padding-bottom:225px;
}
p1 */
/*	padding-bottom:10px;*/
}


/* TEST TO SWITCH ANCHOR TO PARA */

/* Hover Images for adoptable page */
p.p1 {
	display:block;
	width:200px;
	height:200px;
	text-decoration:none;
	background:#fff;
	border:0px;
	margin:0px 0px 0px 0px;
	float:left;
}

p.p1 img {
	display:block;
	border:0;
}

p.p1:hover {
	text-decoration:none;
	background-color:#8c97a3;
	color:#000;
	position:relative;
	z-index:500;
}

p.p1 b {
	display:block;
	position:absolute;
	left:-9999px;
	padding:10px;
	opacity:0;

	-o-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	-icab-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	-khtml-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);

	-o-border-radius: 8px;
	-icab-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

	-webkit-transition: opacity 0.6s ease-in-out;
}


p.p1:hover b {
	top:-100px;
	left:0px;
	padding:10px;
	border:1px solid #aaa;
	background:#76A136;
	opacity:1.0;
}

.p1sub {
	padding-bottom:25px;
	display:block;
}

#info {z-index:100; height:22em;}


/* END TEST */


a.p4 img {
	display:block;
	border:0;
}

a.p4:hover {
	text-decoration:none;
	background-color:#8c97a3;
	color:#000;
	position:relative;
	z-index:500;
}

a.p4 b {
	display:block;
	position:absolute;
	left:-9999px;
	padding:10px;
	opacity:0;

	-o-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	-icab-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	-khtml-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);

/*	-o-border-radius: 8px;
	-icab-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
*/
	-webkit-transition: opacity 0.6s ease-in-out;
}


a.p4:hover b {
	top:0px; 	/* different from p3 */
	left:0px; 	/* different from p1 */
	padding:0px; /* different from p3 */
	border:1px solid #aaa;
	background:#76A136;
	opacity:1.0;
}

.p4sub {
	padding-bottom:20px;
}

/* Hover Images for store page */
a.p5 {
	display:block;
	width:60px; 	/* different from p1 */
	height:60px;	/* different from p1 */
	text-decoration:none;
	background:#fff;
	border:0;
	margin:0px 0px 0px 0px;
	float:left;
}

a.p5 img {
	display:block;
	border:0px;
}

a.p5:hover {
	text-decoration:none;
	background-color:#8c97a3;
	color:#000;
	position:relative;
	z-index:500;
}

a.p5 b {
	display:block;
	position:absolute;
	left:-9999px;
	padding:10px;
	opacity:0;

	-o-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	-icab-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	-khtml-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);

	-o-border-radius: 8px;
	-icab-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

	-webkit-transition: opacity 0.6s ease-in-out;
}


a.p5:hover b {
	top:-200px; 	/* different from p1 */
	left:-350px; 	/* different from p1 */
	padding:10px;
	border:1px solid #aaa;
	background:#76A136;
	opacity:1.0;
}


/* used for donation spacer image */
/* need separate to change width form 60 to 15px */
a.p5a {
	display:block;
	width:15px; 	/* different from p1 */
	height:60px;	/* different from p1 */
	text-decoration:none;
	background:#fff;
	border:0;
	margin:0px 0px 0px 0px;
	float:left;
}

/* used for donation spacer image */
/* need separate to change width form 60 to 15px */
a.p5a img {
	display:block;
	border:0px;
}


/* Hover Images for photo album pages ex: golf, l4l */
a.p6 {
	display:block;
	width:175px;	/* different from p1 */
	height:175px; 	/* different from p1 */
	text-decoration:none;
	background:#fff;
	border:0px;
	margin:0px 0px 0px 0px;
	float:left;
}

a.p6 img {
	display:block;
	border:0;
}

a.p6:hover {
	text-decoration:none;
	background-color:#8c97a3;
	color:#000;
	position:relative;
	z-index:500;
}

a.p6 b {
	display:block;
	position:absolute;
	left:-9999px;
	padding:10px;
	opacity:0;

	-o-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	-icab-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	-khtml-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);

	-o-border-radius: 8px;
	-icab-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

	-webkit-transition: opacity 0.6s ease-in-out;
}


a.p6:hover b {
	top:-5px; 		/* different from p1 */
	left:-5px; 		/* different from p1 */
	padding:10px;
	border:1px solid #aaa;
	background:#76A136;
	opacity:1.0;
}

#info {z-index:100; height:22em;}


/* End Hover Images Style */

/* Header START */

header {
    background: #97908a;
}

#btilar {
	width: 940px;
	margin: 0 auto;
    padding: 35px 0;
}


#splashBkgd {
    background: #7a756f;
}

#splash {
    width: 940px;
    height: 255px;
    margin: 0 auto;
}

#splash img {
	display:inline;
	padding:0px;
	margin:0px;
	text-align:left;
	border:none;
	float:left;
}

/* Header END */

/* Navbar using flexbox - START */

nav {
	width:940px;
	height:50px;
	margin:0 auto;
	background: #444444;
}

nav ul {
	list-style: none;
 	margin: 0;
	padding: 0;
	background: #444444;
	display: flex;
    justify-content: space-around;
}

/* Stylize links in navbar */
nav a {
	text-decoration: none;
	display: block;
	padding: 10px 20px 0 20px;
    height:50px; /* determines how deep black highlight is */
    color:#76A136;
    font-weight:bold;
    font-size:16px;
}

/* Stylize hover */
nav a:hover {
    color:#ffffff;
    background:#000000 url(../images/general/hover4.gif) bottom center no-repeat;
    display:block;
    height:50px; /* determines how deep black highlight is */
}

/* Position required for child that uses absolute */
.dropdown {
	position: relative;
}

/* Hides the dropdown. Position dropdown */
.dropdown-content {
	display: none;
	position: absolute;
    top: 50px;
}

.dropdown-content a {
  color:#76A136;
  background: #2C2A2A;
  display:block;
  height:50px;
  min-width:240px;
  white-space: nowrap;
  text-align:left;
  font-weight:bold;
  margin:0px 2px 0px 0px;
  padding:10px 0px 0px 20px;
}

/* Displays dropdown on hover. Sets width of dropdown to width of navbar item (100%). But has to be a minum of 200px */
.dropdown:hover .dropdown-content {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 240px;
	background: #999;
    background:#000000 url(../images/general/hover_sub2.gif) center left no-repeat;
    color:#ffffff;
    text-align:left;
}

nav .dropdown-content a:hover {
     background:#000000 url(../images/general/hover_sub2.gif) center left no-repeat;

}

/* Navbar using flexbox - END */

/* Causes arrow to print under menu item for current page */
#Home li.home a, #Adoptable li.adoptable a, #Events li.events a, #Involved li.involved a, #Store li.store a, #About li.about a, #Photos li.photos a, #Forms li.forms a, #Sponsors li.sponsors a, #Porsche li.porsche a {
	background: #000000 url("../images/general/hover4.gif") bottom center no-repeat;
	color: #FFFFFF;
}

/* turns off borders on images that are also links */
a img {
	border:none;
}


.adopted {
	text-align: left;
	margin: 0px 0px 0px 0px;
	font-size: 130%;
	font-weight: normal;
	color: #76A136;
	padding:0 13px 15px 0;
	float:left;
	position: relative;
}

.namecols {
	-moz-column-count:6; /* Firefox */
	-webkit-column-count:6; /* Safari and Chrome */
	column-count:6;

	-moz-column-gap:30px; /* Firefox */
	-webkit-column-gap:30px; /* Safari and Chrome */
	column-gap:30px;
}

.namecols4 {
	-moz-column-count:4; /* Firefox */
	-webkit-column-count:4; /* Safari and Chrome */
	column-count:4;

	-moz-column-gap:30px; /* Firefox */
	-webkit-column-gap:30px; /* Safari and Chrome */
	column-gap:30px;
}

/* Used on Internship Application */
.legend {
	font-weight: bold;
}

.fieldset {
	margin-bottom: 10px;
}

.post .fieldset .title a {
	padding: 4px 35px 4px 15px;
	background: #76A136;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

.fieldset {
	border: dashed 1px #76A136;
	padding: 10px;
}

/* Scroll-to-top button */
.to-top {
	position: fixed;
	right: 50px;
	bottom: 100px;
	height: 75px;
	width: 50px;
	text-align: center;
}
.to-top a {
	text-decoration: none;;
}
.to-top i {
	font-size: 50px;
	line-height: 60px;
}

/* Love for Life Sponsor Pages */
.donor-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2em;
    margin-bottom: 2em;
}
.donor-list.featured {
    grid-template-columns: repeat(2, 1fr);
}

.donor-list>* {
    color: #7a756f;


    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 10px rgba(200, 200, 200, .5);
}
.donor-list.featured>* {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 10px rgba(200, 200, 200, .5);
}
.donor-list.featured img {
    max-width: 100%;
}
.donor-list.featured p {
    margin: 0;
    padding: 1em;
}


/* For Events Page */
.event {
    padding: 1em;
    max-width: 95%;
}
.event h3 {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 780px) {
    .event {
        margin: 1.75em auto;
        padding: 1em;
        max-width: 75%;
        box-shadow: 0 0 10px 0 rgb(0, 0, 0, .25);
    }
    .event h3 {
        display: flex;
        justify-content: space-between;
        margin-bottom: .5em;
    }
}

/* For Adoptable Animals Page */
.pet-listing {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-gap: 15px;
    margin: 2em 0;
}

.pet-listing h3 {
    grid-column: 1 / span 2;
}

.pet-listing p.p1 {
    display: grid;
    position: relative;
    width: 200px;
    height: 200px;
}

.pet-listing.adoption-pending p.p1 {
    background-repeat: ;ound-color: #b4dc6c;
}

.pet-listing.adoption-pending p.p1:before {
    content: "Adoption Pending";
    color: #666;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding-top: 60px;
}

.pet-listing.adoption-pending img {
    opacity: 0.35;
}

.pet-listing.adoption-pending img.large {
    opacity: 1;
}

.pet-listing.application-pending p.p1 {
    background-color: #fff44f;
}

.pet-listing.application-pending p.p1:before {
    content: "Application Pending";
    color: #666;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding-top: 60px;
    opacity: 1;
}

.pet-listing.application-pending img {
    opacity: 0.35;
}

.pet-listing.application-pending img.large {
    opacity: 1;
}

.pet-listing.medical-hold p.p1 {
    background-color: orange;
}

.pet-listing.medical-hold p.p1:before {
    content: "Medical Hold";
    color: #666;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 60px 5px 0;
    opacity: 1;
}

.pet-listing.medical-hold img {
    opacity: 0.35;
}

.pet-listing.medical-hold img.large {
    opacity: 1;
}

.tab-container {
    margin: 4em 0 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}

.tab {
    display: inline-block;
    margin-bottom: -1px;
}

.tab a {
    display: block;
    padding: 0.75em 1em;
    border: 1px solid #ccc;
    border-radius: 10px 10px 0 0;
    margin: 0 10px;
    min-width: 150px;
    text-align: center;
    text-decoration: none;
    font-size: 130%;
    color: #76a136;
    font-weight: bold;
    line-height: 1;
}

.tab a.active {
    border-bottom: 1px solid #fff;
}

.tab-content {
    display: none;
    position: relative;
    margin-bottom: 3em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #ccc;
}

.tab-content.active {
    display: block;
}

.recent-adopt {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    margin-top: 20px;
}

figure {
    padding: 0;
    margin: 0;
    position: relative;
}

figure img {
    max-width: 100%;
    border-radius: 20px 20px 20px 0;
}

figcaption {
    position: absolute;
    left: 5px;
    bottom: 5px;
    font-size: 140%;
    font-weight: bold;
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.note-link {
    font-weight: bold;
}

#adoption-note {
    font-weight: 700;
    padding: 1em;
    background: #eee;
    border: 1px solid #666;
    margin: 2em 0;
}

.readMore {
    padding: 10px;
    background: #7EBA25;
    color: white;
    border: none;
    margin-top:20px;
}

a.readMore {
    text-decoration: none;
}

a.readMore:hover {
    color: #2C2A2A;
}


/* Colors
green: #7EBA25
ADA Large green: #76A136
white: #fff
black: #231f20
light grey: #97908a
dark grey: #7a756f
new dark grey (menu): #2C2A2A
*/
