@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');

/* --------------------------------------------  Resets -------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*----------- Input Reset -----------*/
input[type=text],input[type=password],input[type=submit],textarea,button {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	background: transparent;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 5px;
	margin: 0;
	margin-bottom: 10px;
	color: #555;
}

/*----------- Form Styles -----------*/
form.applicationForm {
    width: 410px;
    margin: 0 auto;
}

fieldset {
	border: none;
	margin-bottom: 20px;
}

legend {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	display: none;
}

label {
	display: block;
	width: 400px;
	margin: 7px 0;
	font-size: 18px;
	font-weight: bold;
}

input[type=text],input[type=password],textarea {
	border: 1px solid #bbb;
	background: #FFF;
	width: 400px;
	height: 50px;
	padding: 0 0 0 10px;
	font-size: 21px;
}

input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px #51CBEE;
  border: 1px solid #51CBEE;
}

select {
	margin: 7px 0;
}

input[type=radio], input[type=checkbox] {
	margin-top: 8px;	
}

.employer1 {
	margin-bottom: 40px;
}

input[type=file] {
	margin-top: 5px;
}

textarea {
	width: 100%;
	height: 200px;
}

input[type=submit] {
	width: 250px;
	height: 65px;
	background: #781dcc;
	font-size: 30px;
	color: #fff;
	float: right;
	text-transform: uppercase;
}

input[type=submit]:hover {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	border: 1px solid rgba(81, 203, 238, 1);
}

/* --------------------------------------------  Main CSS -------------------------------------------- */

html, body {
  height: 100%;
}

#container {
  min-height: 100%;
  margin-bottom: -50px;
  position: relative;
}

html {
	background-color: #fff;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

h2 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

a {
	text-decoration: none;
}

p {
	line-height: 24px;
}

header {
	width: 100%;
}

#logo {
	font-size: 42px;
	text-align: center;
	height: 100px;
	width: 100%;
	display: table;
	font-family: 'Fjalla One', sans-serif;
}

.logoAlign {
    display: table-cell;
    vertical-align: middle;
}

nav {
    background: #5b9206;
    height: 50px;
    text-align: center;
}

nav ul {
	height: 50px;
	line-height: 50px;
	display: inline-block;
}

nav ul li {
	display: inline;
	margin-right: 40px;
}

nav ul li:last-child {
	margin-right: 0;
}

nav ul li a {
	color: #fff;
	font-size: 21px;
	font-weight: 500;
}

#wrapper {
	width: 960px;
	margin: 50px auto 50px;
}

footer {
	background: #5b9206;
	text-align: center;
	height: 50px;
	position: relative;
}

footer ul {
	height: 50px;
	line-height: 50px;
	display: inline-block;
}

footer ul li {
	display: inline;
	margin-right: 40px;
	color: #fff;
	font-weight: 500;
}

footer ul li:last-child {
	margin-right: 0;
}

footer ul li a {
	color: #fff;
	font-weight: 500;
}

section {
	clear: both;
}

.mainCarousel {
	max-width: 1440px;
	margin: 50px auto;
	width: 100%;
	height: 350px;
	background-image: url('http://themicrochippers.lopezliceaga.com/img/carousel1full.jpg');
	background-size: cover;
	background-position: 0 72%;
}

.carouselContent {
    width: 30%;
    float: right;
    padding: 60px 0;
}

.carouselContent p {
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    font-size: 36px;
    line-height: 42px;
    text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.5);
}

.carouselContent button {
    background: #781dcc;
    border: 1px solid #000;
    width: 265px;
    height: 67px;
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    font-size: 36px;
    margin-top: 30px;
}

.carouselContent button:hover {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}

.columns {
	height: 300px;
	margin-bottom: 50px;
}

.homeColumns {
	height: 300px;
	margin-bottom: 50px;
}

.column1, .column2, .column3 {
	float: left;
	width: 300px;
	margin: 0 30px 30px 0;
}

.column3 {
	margin-right: 0;
}

.cta button {
    background: #781dcc;
    border: 1px solid #000;
    width: 960px;
    height: 60px;
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    font-size: 30px;
}

.cta button:hover {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}

.push {
	height: 50px;
}

img.whyImage1 {
    float: right;
    margin-left: 20px;
}

img.whyImage2 {
    float: left;
    margin: 5px 25px 0 0;
}

.loginLinks {
    width: 243px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

button.addPetButton {
    width: 250px;
    height: 60px;
    background-color: #5b9206;
    color: #fff;
    font-size: 30px;
    font-family: "Fjalla One", sans-serif;
    float: right;
}

button.delete {
    float: right;
    color: #fff;
    margin: 5px 0 -35px 0;
    font-size: 16px;
}

.petCard img {
    float: left;
    margin: 20px 30px 0 0;
}

.petCardCol {
	width: 40%;
	float: left;
	margin-top: 10px;
}

.petCard li {
    margin: 20px 50px 0 0;
    font-size: 18px;
    font-weight: bold;
}

.petTable {
    clear: right;
    border-collapse: separate;
    border-spacing: 0 30px;
    width: 960px;
}

.petTable tr {
    background-color: purple;
    color: #fff;
}

.petTable td {
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
}

.petCol1 {
    width: 20%;
}

.petCol1 img {
    vertical-align: top;
}

.petCol2 {
    width: 33%;
}

.petCol3 {
    width: 33%;
}

.petCol4 {
	width: 14%;
}

.petCol4 a {
    background-color: #5B9206;
    color: #fff;
    display: block;
    width: 100px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin: 8px 0 0 0;
}

.emergency {
    background-color: red;
}

div#map {
    height: 480px;
}

.petCol4 button {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

td.petCol2Lost {
    padding-bottom: 20px !important;
}

.mm-menu {
    display: none;
}

.clear {
	clear: both;
}

/*--------------------------------Media Queries---------------------------*/

	
@media screen and (min-width: 980px) /* Desktop */ {
	body {

	}	
}

@media screen  and (max-width: 979px) /* Tablet */ {
	body {
    		background: #fff;
  	}

	nav {
		display: none;
	}

	header a span {
		background: #000;
		display: block;
		height: 4px;
		margin: 6px 0;
	}

	header a {
	    display: block;
	    width: 28px;
	    height: 18px;
	    padding: 11px;
	    position: absolute;
	    top: 0;
	    left: 0;
	}

	header a:before, header a:after {
	    content: '';
	    display: block;
	    background: #000;
	    height: 4px;
	}

	.logoAlign h1 {
		margin-top: 40px;
		color: #5b9206;
	}

	.mainCarousel {
		background-position: 0 72%;
		margin: 30px auto;
	}

	.carouselContent {
		width: 280px;
		margin: 0 auto;
		padding: 40px 0 0 0;

	}

	#wrapper {
		width: 720px;
		margin: 30px auto 30px;
	}

	.homeColumns .column1, .homeColumns .column2 {
		margin: 0 40px 0 0;
	}

	.homeColumns .column1 {
		margin-left: 40px;
	}

	.homeColumns .column3 {
		display: none;
	}

	.servicesColumns .column1, .servicesColumns .column2, .servicesColumns .column3 {
		float: none;
		margin: 30px auto;
	}

	.servicesColumns .column1, .servicesColumns .column2 {
		float: left;
		margin-right: 40px;
	}

	.servicesColumns .column1 {
		margin-left: 40px;
	}

	.cta button {
    		width: 720px;
	}

	.petTable {
		width: auto;
	}

	.petTable tr {
		width: 350px;
		float: left;
		margin: 0 0 -10px 0;
	}

	.petTable tr:nth-child(odd) {
		margin-right: 20px;
	}

	.petTable td {
		display: block;
		width: 90%;
		text-align: center;
		padding: 0 20px;
	}

	footer ul li {
		margin-right: 0;
	}

	footer ul li:nth-child(n+2) {
		display: none;
	}

	td.petCol1 {
		padding-top: 20px;
	}

	.petCol4 {
    		margin: 20px 0 -110px 10px;
	}

	.petCol4 a {
	    margin: 0;
	    width: 130px;
	    height: 40px;
	    margin-bottom: 20px;
	    line-height: 40px;
	}

	.petCol4 a:nth-child(n+3) {
    		margin: -120px 0 141px 150px;
	}
}

@media screen and (max-width: 700px) /* Mobile Landscape */ {
	#wrapper {
		width: 548px;
		margin: 20px auto;
	}

	.column1, .column2, .column3 {
    		width: 265px;
	}

	.homeColumns {
		margin-bottom: 0;
	}

	.homeColumns .column1 {
    		margin: 0 18px 0 0;
	}

	.homeColumns .column2 {
    		margin: 0;
	}

	.homeColumns img {
		width: 265px;
	}

	.cta {
    		margin-bottom: 20px;
	}

	.cta button {
    		width: 548px;
    		font-size: 24px;
    	}

    	.servicesColumns .column1, .servicesColumns .column2, .servicesColumns .column3 {
		float: none;
		margin: 30px auto;
		width: 548px;
	}

	.petTable {
		width: 548px;
	}

	.petTable tr {
		float: none;
		height: 100%;
		overflow: hidden;
	}

	.petTable td {
    		display: block;
    		padding: 0 20px;
	}

	td.petCol1 {
    		padding-top: 20px;
	}

	button.addPetButton {
		margin: 20px 0 0 0;
	}

	.petCol2, .petCol3, .petCol4 {
    		width: 90%;
	}

	.petCol2 {
		margin-top: 10px;
	}

	.petCol4 {
    		margin: 20px 0 -110px 0;
	}

	.petCol4 a {
	    width: 225px;
	    height: 50px;
	    margin-bottom: 0 0 20px 15px;
	    line-height: 50px;
	}

	.petCol4 a:nth-child(n+3) {
    		margin: -140px 0 160px 265px;
	}

	.servicesColumns img {
    		margin: 0 auto;
    		display: block;
	}
}

@media screen and (max-width: 500px) /* Mobile */ {
	body {
    		background: #fff;
  	}

	nav {
		display: none;
	}

	h2 {
		font-size: 24px;
	}

	header a span {
		background: #000;
		display: block;
		height: 4px;
		margin: 6px 0;
	}

	header a {
	    display: block;
	    width: 28px;
	    height: 18px;
	    padding: 0;
	    position: absolute;
	    top: 20px;
	    left: 10px;
	}

	header a:before, header a:after {
	    content: '';
	    display: block;
	    background: #000;
	    height: 4px;
	}

	.logoAlign h1 {
		margin-top: 80px;
		color: #5b9206;
		font-size: 40px;
	}

	.mainCarousel {
		width: 320px;
	}

	.carouselBackgroundColor {
		width: 100%;
		height: 350px;
		background-color: rgba(0,0,0,.3);
	}

	.carouselContent {
		width: 265px;
		margin: 0 auto;
		padding: 20px 0 0 0;
		float: none;

	}

	.homeColumns {
		display: none;
	}

	.cta {
		display: none;
	}

	footer ul li {
		margin-right: 0;
	}

	footer ul li:nth-child(n+2) {
		display: none;
	}

	#wrapper {
		width: 300px;
	}

	form.applicationForm {
		width: 300px;
	}

	input[type=text], input[type=password], textarea {
		width: 290px;
	}

	label {
		width: 320px;
	}

	img.whyImage1, img.whyImage2 {
		float: none;
		margin: 0 0 30px 0;
	}

	.petTable {
		width: 300px;
	}

	.petTable td {
    		display: block;
    		padding: 0 20px;
	}

	td.petCol1 {
    		padding-top: 20px;
	}

	button.addPetButton {
		margin: 20px 0 0 0;
	}

	.petCol2, .petCol3, .petCol4 {
    		width: 90%;
	}

	.petCol2 {
		margin-top: 10px;
	}

	.petCol4 {
    		margin: 20px 0 -110px 0;
	}

	.petCol4 a {
	    margin: 0;
	    width: 120px;
	    height: 40px;
	    margin-bottom: 20px;
	    line-height: 40px;
	}

	.petCol4 a:nth-child(n+3) {
    		margin: -120px 0 141px 140px;
	}

	.servicesColumns .column1, .servicesColumns .column2, .servicesColumns .column3 {
		float: none;
		margin: 30px 0;
		width: 300px;
	}

	.petTable tr {
		float: none;
		height: 100%;
		overflow: hidden;
	}

	.mm-listview>li>a {
		white-space: normal !important;
	}
}