* {
  margin: 0;
  padding: 0;
}

body { 		
	background:white !important;
}

input[type='text'],
input[type='number'],
textarea {
  font-size: 16px;
}


#searchresults.results {
	padding-left: 25px;
	padding-right: 25px;
}
a, img {
    border:none;
    outline:none
}

.codeicon {
	max-height:100px !important;
}

strong {
	font-weight:400 !important;
	font-size:110% !important;
}
.header {
	width: 100%;
	/*background-image:url('../imgs/brickblur.png');
	background-size:cover;*/
	/*Original Blue: background-color: rgb(146, 205, 241);*/
	background-color: #ededed;
	/*background-color: rgba(207,237,240,.85);*/
	border-bottom: 1px inset rgba(39, 38, 38, 0.71);
	font-family: "Open Sans" !important;

}

p, li, h1, h2, h3, h4, h5, h6, a {
	font-family: "Open Sans" !important;
}

.magicspace {
	width:100%; 
	display:inline-block;
}
.recplan {
	 
	 color:white !important;
	 text-shadow:1px 1px 10px #373737;
	 display: inline-block;
	 margin:auto;
	
	}
	
.recplan:hover {
	text-decoration:underline!important;
	color: rgba(255, 255, 255, 0.6) !important;
	}
	
.linkonlanding {
	width: 100%;
	min-height: 40px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	overflow: scroll;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 0px;
	display: block;
}

#magglass img:hover {
	filter: invert(50%);
	-moz-filter: invert(50%);
	-webkit-filter: invert(50%);
}

	.breadcrumbs {
		width: 100%;
		background-color: rgba(0,0,0,.8) !important;
		color: white !important;
		padding-top: 3px;
		padding-bottom: 3px !important;
		margin-top: 20px !important;
		font-size:.9em !important;
		
	}
	.breadcrumbs a{
		color: white !important;
		text-decoration: none !important;
		transition: 0.25s color !important;
		-webkit-transition: 0.25s color !important;
		-moz-transition: 0.25s color !important;
	}
	.breadcrumbs a:hover{
		
		color: rgba(255, 255, 255, 0.6);
		
	}
	
	
	.breadcrumbsspan {
		max-width: 980px; 
		padding-left: 5px; 
		display: block; 
		margin: auto;
	}

.edsection {
	width:100%;
	display:block;
}

.edsection td{
	padding: 5px 10px;
}

.edsection th{
	background:#dfa000;
	color:white;
	padding: 10px;
	
}

.edsection td{
	padding: 5px 15px;
}


.ed1left {
	width:38%;
	float:left;
	margin-top:5em;
}
	
.ed1right {
	width:60%;
	float:right;
}

.ed2left {
	width:32%;
	float:left;
}

.ed2right {
	width:65%;
	float:right;
}

.clearboth {
	clear:both;
}


.edsection {
	margin-top:1em;
	
}

.edsection table{
	border-collapse: collapse;
}

.edsection td:first-child{
	text-align: right;
}

.edsection tr:nth-child(odd){
	background-color:rgba(0, 0, 0, 0.1);
}


/**
 * Countdown timer 
 */

.main-example {
  margin: 0 auto;
  width: 355px;
  font-size: 125% !important;
}
.main-example .countdown-container {
  height: 130px;
}
.main-example .time {
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
  display: inline-block;
  text-align: center;
  position: relative;
  height: 95px;
  width: 65px;

  -webkit-perspective: 479px;
  -moz-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.main-example .count {
  background: #202020;
  color: #f8f8f8;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 2em;
  line-height: 2.4em;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  top: 0;
  width: 100%;

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}
.main-example .count.top {
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  border-radius: 5px 5px 0 0;
  height: 50%;

  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.main-example .count.bottom {
  background-image: linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -webkit-linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -moz-linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -ms-linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -o-linear-gradient(rgba(255,255,255,0.1), transparent);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0 0 5px 5px;
  line-height: 0;
  height: 50%;
  top: 50%;

  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.main-example .count.next {
}
.main-example .label {
  font-size: normal;
  margin-top: 5px;
  display: block;
  position: absolute;
  top: 95px;
  width: 100%;
}
/* Countdown Animation */
.main-example .count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3;
}
.main-example .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2;
}

.main-example .flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;

  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.main-example .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;

  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
@media screen and (max-width: 48em) {
  .main-example {
    width: 100%;
  }
  .main-example .countdown-container {
    height: 100px;
  }
  .main-example .time {
      height: 70px;
      width: 48px;
  }
  .main-example .count {
    font-size: 1.5em;
    line-height: 70px;
  }
  .main-example .label {
    font-size: 0.8em;
    top: 72px;
  }
}

@media (max-width:900px) {
	.edsection img{
		margin: 0 auto;
		text-align: center;
		max-width: 100% !important;
		
	}
	
	
	.edsection td{
		padding:.5em;
		font-size: 65%;
	}
	
	.edsection th{
		font-size: 70%;
		padding:.5em;
		
	}

	
	.ed1left {
		width:100%;
		float:none;
		margin-top:2em;
	}
		
	.ed1right {
		width:100%;
		float:none;
		margin-top:2em;
	}
	
	.ed2left {
		width:100%;
		float:none;
	}
	
	.ed2right {
		width:100%;
		float:none;
	}
	
	.clearboth {
		clear:none;
	}
	
}
/*******BEGIN DESKTOP SPECIFIC**********/


@media (min-width: 980px) {
/* nav {
	max-width: 980px;
	height: 110px;
	margin: 0px auto 0px auto;
	
} */

	
body {margin: 0;}

nav {
	max-width: 980px;
	/*background-color: rgba(255,255,255,.7);*/
	height: 110px;
	margin: 0px auto 0px auto;
	
}

nav a {
	color: #373737;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	transition: 0.25s color;
	-webkit-transition: 0.25s color;
	-moz-transition:0.25s color;
	
}

nav a:hover {
	color: #909090;
}
.smallnav {
	display: none;
}



#washlogo>img {
	height: 60px;
	width:auto;
}

.menu-item {
	display:inline-block;	
	vertical-align:middle;
	padding: .5em 0 0 0;	
}

.main-menu {
	text-align:justify;
}

/***footer stuff***/

footer {
	width: 980px;
	height: 80px;
	margin: auto;
	color: white;
	/*position: absolute;
	bottom: 0;
	left: 0;*/
	
}

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

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

.mainpagefooter {
	max-width: 1000px;
	min-width: 900px;
	margin: auto;
	height: 80px;
	border-top: solid 1px #ffffff;
	padding-top: 55px;
	align-content: center;
	padding-bottom: 55px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.mainfooterdivleft {
	text-align: left;
	display: inline-block;
	width: 45%;
	max-width: 460px;
	margin-right: 15px;
	padding-left: 5px;
	
}

.mainfooterdivright {
	text-align: right;
	display: inline-block;
	width: 45%;
	margin-left: 15px;
	padding-right: 25px;
}




.search {
	min-width: 320px;
	max-width: 320px;
	text-align: center;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.8);
	height: 60px;
	color: #f3f3f3f;
	font-size: 1em;
	margin-top: 0px;
	padding-top: 1.3em;
	padding-right: 1em;
	padding-left: 1em;
	position: relative;
	z-index: 99999;
}

.search-sub {
	width: 100%;
	text-align: center;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.8);
	height: 49px;
	color: #f3f3f3f;
	font-size: 1em;
	margin-top: 0px;
	padding-top: 12px;
	padding-bottom: 8px;
	position: relative;
	margin-bottom:-4.9em;
}

.searchtextbox {
	min-width: 300px;
	height: 25px;
	text-align: center;
	z-index: 999;
}


/*end desktop specific css */
}

	.petframe {
		width:700px !important;
		
	}



/*******BEGIN MOBILE SPECIFIC**********/

@media (max-width: 979px) {
	.mobilebutton {
		position: absolute;
		top: 20px;
		left: 20px;
		background-color: #232322;
		color: #f3f3f3;
		padding: 8px;
		border: 1px #232322 solid;
		border-radius: 3px;
	}
	nav {
		height: 100px;
		margin-top: 0;
		position: relative;
	}
	
	.bignav {
		display: none;
	}
	
	.logo-area {
		float: right;
		padding-right: 10px;
	}
	
	.logo-area img {
		width: 10em;
		position: absolute;
		top: 10px;
		right: 15px;
	}
	
	nav a {
		color: #232322;
		text-transform: capitalize;
		text-decoration: none;
	}
	
	.menu-item {
		margin-bottom: 10px;
		padding: 5px 10px;
	}
	
	.mobilemenu {
		list-style: none;
		text-align: left;
		float: left;
		margin-top: 81px;
		min-width: 320px;
		width: 100%;
		background-color: rgba(255, 255, 255, .85) !important;
		margin-left:0px;
		margin-right:0px;
		
		z-index: 15000;
		min-height: 300px;
		
		
	}
	.petframe {
		width:600px !important;
		
	}
	#nav.js {
		display: none;
	}
	
	.mobilemenu li {
		width: 100%;
		font-size: 1.35em;
		padding: 15px 0px;
		
	}
	
	.mobilemenu li:hover {
		text-decoration: underline;
		font-weight: bolder;
	}
	
	.menu-search {
		position: absolute;
		top: 30px;
		left: 95px;
		
	}
	
	/****footer Stuff****/
	
	footer {
	height: 80px;
	margin: auto;
	font-size: .8em;

	
}


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

footer img {
	text-decoration: none;
}

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

.mainpagefooter {
	max-width: 899px;
	margin: auto;
	min-height: 80px;
	border-top: solid 1px #ffffff;
	padding-top: 55px;
	align-content: center;
	position: absolute;
}

.mainfooterdivleft {
	text-align: center;
	float: left;
	width: 100%;
	
}

.mainfooterdivright {
	text-align: center;
	float: left;
	width: 100%;
	
	
}

.magicspace {
	display:none;
}

.search {
	min-width: 300px;
	max-width: 300px;
	text-align: center;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.8);
	height: 50px;
	color: #f3f3f3f;
	font-size: 1em;
	margin-top: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	position: relative;

}

.search-sub {
	/*width: 100%;*/
	text-align: center;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.8);
	height: 50px;
	color: #f3f3f3f;
	font-size: 1em;
	margin-top: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	/*border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;*/
	position: relative;
	margin-bottom:-4.99em;
}

.searchtextbox {
	width: 300px;
	height: 25px;
	text-align: center;
}
	
	/*end mobile specific CSS*/
}

@media (max-height: 320px) {
	.depheader {
		padding-top:1.5em;
	}

	
}


@media (max-height: 420px) {
	
	.depheader {
		padding-top:1.5em !important;
	}
	
	.depsubhead {
		display:none !important;
	}
	
	.picmenu {
		margin-top:4.5em !important;
	}	
	
	.picmenuitem {
		font-size: 70% !important;
	
	}
	.menuimg {
		height: 20px !important;
		width: auto !important;
	}
	
	.depsubpara {
		font-size: 75% !important;
	}

}

@media (min-height: 414px) and (max-height: 500px) {
	.depheader {
		padding-top:1.5em !important;
	}
}











.clear {
	clear: both;
	line-height: 1px;
	position: relative;
}

.widgets {
	max-width: 930px;
	height: 45px;
	margin: 0px auto 0px auto;
	z-index: 999;
	
}

.searchbox {
	margin-top: 0px;
	padding-top: 7px;
	padding-bottom: 5px;
}



/*.horispace {
	width: 100%;
	height: 35px;

}*/

@media all and (max-width:542px) {
	.info-magnets {
		width: 100%;
		text-align: center;
		padding-left: 10px;
		height: 1700px;	
	}
	
	.magnetspace {
		display: inline-block;
		width: 3vw;
	}
	
	.magnets {
		display: block;
		
	}
	
.mostrequested {
	width: 100%;
	background-color: silver;
	padding-bottom: 10px;
	padding-top: 10px;

}

	.petframe {
		width:400px !important;
		
	}

.mostreq {
	list-style: none;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
}

.reqitem {
	display: inline-block;
	width: 20vw;
	padding-bottom: 5px;
	color: #373737;
	margin-bottom: 20px;
	margin-right: 15px;
	border-bottom: 2px solid #373737;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
}

.reqitem:hover, .reqitem:focus, .reqitem:active {
	background-color: #eeeeee;
}

.mosthead {
	width: 100%;
	text-align: center;
	color: #373737;
}

.horispace {
	width: 100%;
	height: 35px;

}
.horispace1 {
	width: 100%;
	min-height: 35px;
	height: 5vh;
}	



}

@media all and (min-width:543px) and (max-width:860px) {
	.info-magnets {
		width: 100%;
		text-align: center;
		height: 1150px;	
	}
	
	.magnetspace {
		display: inline-block;
		width: 3vw;
	}
	
	.magnets {
		display: block;
		
	}	

.mostrequested {
	width: 100%;
	background-color: silver;
	padding-bottom: 10px;
	padding-top: 10px;

}

.mostreq {
	list-style: none;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
}

.reqitem {
	display: inline-block;
	width: 11vw;
	padding-bottom: 5px;
	color: #373737;
	margin-bottom: 20px;
	margin-right: 15px;
	border-bottom: 2px solid #373737;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
}

.reqitem:hover, .reqitem:focus, .reqitem:active {
	background-color: #eeeeee;
}

.mosthead {
	width: 100%;
	text-align: center;
	color: #373737;
}

.horispace {
	width: 100%;
	height: 35px;

}

.horispace1 {
	width: 100%;
	min-height: 35px;
	height: 5vh;
}



}

@media all and (min-width:861px) {
	.info-magnets {
		width: 100%;
		text-align: center;
		height: 550px;	
	}
	
	.magnetspace {
		display: inline-block;
		width: 3vw;
	}
	
	.magnets {
		display: block;
		
	}
	
.mostrequested {
	width: 100%;
	background-color: silver;
	padding-bottom: 10px;
	padding-top: 10px;

}

.mostreq {
	list-style: none;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
}

.reqitem {
	display: inline-block;
	width: 11vw;
	padding-bottom: 5px;
	color: #373737;
	margin-bottom: 20px;
	margin-right: 15px;
	border-bottom: 2px solid #373737;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
}

.reqitem:hover, .reqitem:focus, .reqitem:active {
	background-color: #eeeeee;
}

.reqitem a, a:hover {
	color: #373737;
}

.mosthead {
	width: 100%;
	text-align: center;
	color: #373737;
}

.horispace {
	width: 100%;
	min-height: 40px;

}	

.horispace1 {
	width: 100%;
	min-height: 40px;
	height: 5vh;
}



}




.verybottom {
	text-align: center;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	color: white;
	min-height: 40px;
}

.verybottom a {
	display: inline-block;
}

@media screen and (max-width: 575px) {
.footpainting {
	display: block; position: absolute; 
	margin-bottom: 0px; 
	width: 100%; 
	min-height: 130px; 
	background-image: url('https://washingtoncity.org/tex/imgs/washington_brushstrokes4_pixelmator-mobile.png'); 
	background-position: center bottom; 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-color: rgb(146, 205, 241);
}
}

@media screen and (min-width: 576px) and (max-width: 800px) {
.footpainting {
	display: block; position: absolute; 
	margin-bottom: 0px; 
	width: 100%; 
	min-height: 130px; 
	background-image: url('https://washingtoncity.org/tex/imgs/washington_brushstrokes4_pixelmator_optimized.png'); 
	background-position: center bottom; 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-color: rgb(146, 205, 241);
}
}

@media screen and (min-width: 801px) and (max-width: 1500px) {
.footpainting {
	display: block; position: absolute; 
	margin-bottom: 0px; 
	width: 100%; 
	min-height: 220px; 
	background-image: url('https://washingtoncity.org/tex/imgs/washington_brushstrokes4_pixelmator_optimized.png'); 
	background-position: center bottom; 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-color: rgb(146, 205, 241);
}
}

@media screen and (min-width: 1501px) and (max-width: 2000px) {
.footpainting {
	display: block; position: absolute; 
	margin-bottom: 0px; 
	width: 100%; 
	min-height: 350px; 
	background-image: url('https://washingtoncity.org/tex/imgs/washington_brushstrokes4_pixelmator-large.png'); 
	background-position: center bottom; 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-color: rgb(146, 205, 241);
}
}
@media screen and (min-width: 2001px) {
.footpainting {
	display: block; position: absolute; 
	margin-bottom: 0px; 
	width: 100%; 
	min-height: 420px; 
	background-image: url('https://washingtoncity.org/tex/imgs/washington_brushstrokes4_pixelmator-large.png'); 
	background-position: center bottom; 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-color: rgb(146, 205, 241);
}
}


	
