.topNav {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #ddd;
  padding: 3px;
  left: 0;
  box-sizing: border-box;
}
.phoneOnly {
    display:none;
}
body {
  font-family: arial;
	font-size: 22px;
}
.first {
    width: 60%;
    float:left;
}
.second {
    width: 40%;
    float:left;
}
.half {
    width: 50%;
    float:left;
}
.half p {
    margin: 0;
}
h1 {
    color: #6d6e70;
    font-size: 26px;
    font-style:italic;
}
h2 {
    color: #57c5c7;
    font-size: 28px;
    font-style:italic;
    margin: 10px 0;
}
h3 {
    font-size: 26px;
    font-style:italic;
    margin: 10px 0;
}
h4 {
    font-size: 22px;
    text-align: center;
    margin: 10px 20px 10px 0;
    background-color: #ccc;
    padding: 15px;
    font-weight: normal;
}
.pageWrapper {
    max-width: 1486px;
    margin: auto;
}
.pastArticles {
    width: 33%;
    float: left;
    font-size: 22px;
    color: #333;
}
.pastArticles a {
    text-decoration: none;
}
.logo{
    max-width:100%;
    height:auto;
}
.first img {
    width:100%;
    height:auto;
    padding:0 20px 0 0;
    box-sizing: border-box;
}
.second .featured {
    border-top: 3px solid black;
    border-bottom: 4px solid black;
    clear:both;
    padding: 10px 0;
}
.second .featured .imageWrapper {
    float: right;
    width: 60%;
}
.second .featured img {
    width: 100%;
    height: auto;
}
.third {
    background-color: #57c5c7;
    padding: 5px 10px;
    clear: both;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 22px;
	width: 70%;
	float: left;
	text-align: center;
	box-sizing: border-box;
}
a {
 color: #57c5c7;
}
.ad {
    max-width: 100%;
    height: auto;
    margin-bottom:10px;
}
.half img {
    width:100%;
    height:auto;
    box-sizing: border-box;
}
.half {
    padding-right:5px;
    box-sizing: border-box;
}
.half:last-of-type {
    padding-left:5px;
	padding-right:0;
}
.ContentCats {
  width: 33%;
  float: left;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  line-height: 30px;
}
.headerTable {
  width:100%;
	clear:both;
	margin-top: 45px;
}
.headerTable td.logoWrapper {
  width:66%;
}
.navLink {
  float: left;
  width: 20%;
  text-align: center;
  font-size: 30px;
}
.navLink a {
	color: black;
}
.navLink form {
  margin: 0;
  padding: 0;
}
.navLink .searchWrapper {
  padding: 0 40px 0 5px;
  border: 1px solid #000082;
  margin-left: 40px;
}
.navLink .searchWrapper input[type=text] {
  margin: 0;
  float: left;
  width: 100%;
  height: 36px;
  border: 0;
  border-color: green;
	box-shadow: none;
}
.navLink .searchWrapper input:focus {
  border: 0;
  box-shadow: none;
  outline: none;
}
.navLink .searchWrapper input[type=image] {
  width: 35px;
  height: auto;
  position: absolute;
  right: 2px;
}
@media only screen and (min-width: 1181px) {
	#topMenu {
	  display: block !important;	
	}
}
	
@media only screen and (max-width: 1180px) {
	.featuredPetWrapper .half {
		width: 100%;
		clear: both;
	}
	
	.featuredPetWrapper .third {
		max-width: 550px;
		margin: auto;
	}
	
	.featuredPetWrapper hr {
		display: block !important;
	}

  #topMenu {
      border: 3px solid black;
      clear: both;
  }
  .navLink {
      float: none;
      width: 100%;
      font-size: 30px;
      clear: both;
      text-align: center;
      border: 1px solid;
  }
  .navLink a{
      text-decoration: none;
  }
  .searchDiv {
      width: 300px;
  }
  .navLink .searchWrapper {
      margin-left:0;
  }
  .phoneOnly {
      display:block;
  }
  .desktopOnly {
      display:none;
  }
  h4 {
      margin: 10px 0;
  }
  .first img {
    padding: 0;
  }

  .headerTable td.logoWrapper {
    width:100%;
  }
  .headerTable td {
    display: block;
  }
  .first, .second, .third {
    width: 100%;
    float: none;
  }
  .second .featured {
    float: left;
    width: 50%;
  }
  .MonthlyStaff {
    box-sizing: border-box;
    padding-left: 20px;
  }
  .PetOfTheMonth {
      margin-top: 0;
  }
}
@media only screen and (max-width: 820px) {
.pastArticles {
    width: 50%;
}
  .second .featured, .MonthlyStaff {
    width: 100%;
    float: none;
  }
  .PetOfTheMonth {
    float: none;
    margin-top: 0;
    padding-top: 15px;
    padding-right: 0;
    max-width: 100%;
	clear: both;
  }
  .ContentCats {
      width: 50%;
  }
}
@media only screen and (max-width: 480px) {
.pastArticles {
    width: 100%;
    float: none;
}
  .fourth .half {
      width: 100%;
      float: none;
      margin: 0;
      padding:0;
  }
  .MonthlyStaff {
      padding:0;
      margin:0;
  }
  .MonthlyStaff hr {
      display: block !important;
  }
  .ContentCats {
      width: 100%;
      float: none;
      text-align: center;
  }
}