/**
 ______   ______  _____      _    __ _____ _______  ______
| |  | \ | |     | | \ \    | |  / /  | |    | |   | |
| |__| | | |---- | |  | |   | |-< <   | |    | |   | |----
|_|  \_\ |_|____ |_|_/_/    |_|  \_\ _|_|_   |_|   |_|____
 *
 * Author: Debbie Campbell
 * Author URI: http://www.redkitecreative.com
 * Theme Name: IVAS Responsive
 * Theme URI: http://www.ivas.org
* Description: A responsive child theme of the Hybrid framework
* Version: 1.2
* Template: hybrid
**************************************************************/

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600);

/* Vertical rhythm */
h1,h2,h3,h4,h5,h6,hgroup,ul,ol,dd,p,figure,pre,table,fieldset,hr {
    margin-bottom: 13px;
    margin-bottom: 1.3rem;
}
ul, menu, dir, h1, h2, h3, h4, h5 {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,600' rel='stylesheet' type='text/css'>

/*font-family: 'Open Sans', sans-serif;
{
    font-family: 'OpenSansSemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    		url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 29, 2013 */
@font-face {
    font-family: 'source_sans_proregular';
    src: url('fonts/sourcesanspro-regular-webfont.eot');
    src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('fonts/sourcesanspro-semibold-webfont.eot');
    src: url('fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**
* Body
************************************************/

html {
   font-size: 62.5%;
   position: relative;
}

body {
	background: #5e1a05;
	color: #000;
	font: 15px/1.5em 'source_sans_proregular', Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	height: 100%;
	margin: 0;
	min-height: 100%;
	padding: 0;
	text-align: left;
}
@media only screen and (min-width: 480px) {
	body {
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#5e1a05), color-stop(0.99, #8a4028));
		background: -webkit-linear-gradient(#5e1a05 0%, #8a4028 99%);
		background: -moz-linear-gradient(#5e1a05 0%, #8a4028 99%);
		background: -o-linear-gradient(#5e1a05 0%, #8a4028 99%);
		background: linear-gradient(#5e1a05 0%, #8a4028 99%);
		background-attachment: fixed;
		font: 14px/1.5em 'source_sans_proregular', Verdana, sans-serif;
		font-style: normal;
		font-weight: normal;
	}
}

#body-container {
	padding: 0;
	position: relative;
	width: 100%;
}
/* .page-template-two-columns #body-container {
	background: transparent url(images/body-container-bg-2col.jpg) repeat-y center top;
}
.page-template-full-width #body-container {
	background: transparent url(images/body-container-bg-1col.jpg) repeat-y center top;
} */

/**
* Elements
************************************************/

/* Hyperlinks */
a, a:link, a:visited {
	border: none;
	color: #a33615;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	border: none;
	color: #000;
	border: none;
	text-decoration: underline;
}
a:focus, a:hover, a:active {
	outline: none;
}

/* Headers */
h1, h2, h3, h4, h5 {
	color: #000;
	font-family: OpenSansSemiBold, Verdana, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: bold;
	line-height: 130%;
	margin: 0 0 0.8em;
	padding: 0;
}
h3, h4, h5 {
	padding-top: 0.2em;
}
h1 {
	font-size: 20px;
	font-size: 2.0rem;
}
h2 {
	font-size: 19px;
	font-size: 1.9rem;
}
h3 {
	font-size: 16px;
	font-size: 1.6rem;
}
h4 {
	font-size: 14px;
	font-size: 1.4rem;
}
h5 {
	font-size: 12px;
	font-size: 1.2rem;
}

/* Text elements */
strong {font-weight: bold;}
em {
	font-size: 100%;
	font-style: italic;
}
abbr {border-bottom: 1px dotted #fff;}
acronym {border-bottom: 1px dotted #fff;}
sup {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
}
hr {
	margin: 0.5em auto 1em;
    border-top: 1px solid #bdbdbd;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 90%;
}

/* Paragraphs */
p {
	margin-top: 0;
}

/* Unordered lists */
ul {
	list-style-type: none;
	margin: 0.5em 0 1em;
	padding-left: 1.5em;
}
@media only screen and (max-width: 480px) {
	ul {
		padding-left: 1em;
	}
}

ul li {
	background: url(images/bullet.png) no-repeat 0 5px;
	margin-bottom: 0.5em;
	padding: 0 0 0 15px;
}
@media only screen and (max-width: 480px) {
	ul li {
		margin-bottom: 1em;
	}
}

ul li ul, ol li ul {
	margin-top: 0.4em;
}

/* Ordered lists */
ol {
	list-style-type: decimal;
	margin: 0 0 1em 1.5em;
	padding-left: 1.5em;
}
ol li {}
ol li ul {
	list-style: lower-alpha;
}
ul li li {
	background: url(images/bullet.png) no-repeat 0 5px;
}
ol li li {
	background: none;
	padding: 0;
}

/* Definition lists */
dl {}
dt {
	font-weight: bold;
	margin-left: 1.5em;
}
dd {}


/* Blockquotes */
blockquote {
	background: #e3edc9;
	border-left: 6px solid #a8ab96;
	font-size: 110%;
	line-height: 130%;
	margin: 1.5em 3em 1.5em 2em;
	padding: 1em 1em 0.5em;
}


/* Tables */
table {
	width: 100%;
}
table.empty {
	border: none;
	border-collapse: collapse;
}
@media only screen and (max-width: 480px)  {
	table.vendors p.logo {
		display: none !important;
	}
}

/* This is for making the tables play well in phones */
@media only screen and (max-width: 480px)  {

	/* Force table to not be like tables anymore */
	table.two-column-table, table.two-column-table thead,
	table.two-column-table tbody, table.two-column-table th,
	table.two-column-table td, table.two-column-table tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	table.two-column-table th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	table.two-column-table td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid gray;
		position: relative;
		width: 100%;
	}
	table.two-column-table td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}
}

table caption {}
tr {}
tr:nth-of-type(odd) {}

th {
	padding: 1em;
}
td {
	padding: 1em 1em 1em 0;
	vertical-align: top;
}
table.empty td {
	border: none;
	padding: 15px 0;
}

/* Forms */
form {}
input {
	background: #f0f0f0;
	border: 1px solid #a7ac95;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #333;
	font-family: 'source_sans_proregular', Verdana, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 17px;
	margin-left: 0;
	overflow: hidden;
	padding: 3px 6px;
	position: relative;
}
input[type="text"] {
	width: 45%;
}
textarea {
	background: #f0f0f0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a7ac95;
	color: #333;
	font-family: 'source_sans_proregular', Verdana, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	height: 125px;
	line-height: 17px;
	margin-left: 0;
	padding: 3px 6px;
	overflow: hidden;
	position: relative;
	width: 45%;
}
@media only screen and (max-width: 480px) {
	input[type="text"], .textarea {
		font-size: 14px;
		font-size: 1.4rem;
		width: 90%;
	}
}
@media only screen and (max-width: 960px){
   input[type="text"], textarea {
   	width: 65%;
	}
}
input:focus,textarea:focus {
	background-color: #fff;
	border: 1px solid #bdbdbd;
	-webkit-transition:background-color 0.15s ease-in;
   -moz-transition:background-color 0.15s ease-in;
   -o-transition:background-color 0.15s ease-in;
   transition:background-color 0.15s ease-in;
}
input.button, input#submit, input[type="submit"], a.linkbutton, .button, input[type="button"] {
	background: #007554;
	background: -moz-linear-gradient(top, #007554 0%, #003828 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007554), color-stop(99%,#003828));
	background: -webkit-linear-gradient(top, #007554 0%,#003828 99%);
	background: -o-linear-gradient(top, #007554 0%,#003828 99%);
	background: -ms-linear-gradient(top, #007554 0%,#003828 99%);
	background: linear-gradient(to bottom, #007554 0%,#003828 99%);	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #007554;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
	color: #fff;
	cursor: pointer;
	display: block;
	font: 13px/17px OpenSansSemibold, Verdana, sans-serif;
	font-weight: normal;
	outline: none;
	margin: 0 0 10px;
	padding: 6px 10px 5px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	width: auto;
}
@media only screen and (max-width: 480px) {
	input.button, input#submit, input[type="submit"], a.linkbutton, .button, input[type="button"] {
		font-size: 15px;
		font-size: 1.5rem;
		padding: 6px 12px 7px;
	}
}
input.button:hover, input#submit:hover, input[type="submit"]:hover,
a.linkbutton:hover, .button:hover, input[type="button"]:hover {
	background: #00966b;
	background: -moz-linear-gradient(top, #00966b 0%, #00966b 33%, #003828 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00966b), color-stop(33%,#00966b), color-stop(99%,#003828));
	background: -webkit-linear-gradient(top, #00966b 0%,#00966b 33%,#003828 99%);
	background: -o-linear-gradient(top, #00966b 0%,#00966b 33%,#003828 99%);
	background: -ms-linear-gradient(top, #00966b 0%,#00966b 33%,#003828 99%);
	background: linear-gradient(to bottom, #00966b 0%,#00966b 33%,#003828 99%);
}
label {
	color: #3e3524;
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	padding-bottom: 1px;
}
option {}
fieldset {
	border: 1px solid #ddd;
	display: block;
	margin: 5px 0 1.5em;
	padding: 1.2em;
}
legend {}
select {
	font-family: 'source_sans_proregular', Verdana, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
}
.button, .submit, .reset {}
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {color: red;}

.error-404 p, .error-404 .error {
	color: #000;
}

/* Errors */
.error {color: red;}

/* Alignment */
.left, .alignleft {
	clear: both;
	float: left;
	margin: 0 18px 12px 0;
}
.right, .alignright {
	clear: both;
	float: right;
	margin: 0 0 12px 18px;
}
.center, .aligncenter {
	clear: both;
	text-align: center;
	margin: 0 auto 10px;
}
.block, .alignnone {}

.clear {clear: both;}

.clearfix:after {
	content:".";
	display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/**
* Images
************************************************/

/* Normal images */
img, a img, .widget img {
	display: block;
	height: auto;
	max-width: 100%;
	width: auto;
}

.hentry .thumbnail {
	border: 1px solid #b9b9b9;
	float: left;
	max-width: 150px;
	max-height: 100px;
	margin: 0 8px 8px 0;
}
.sticky .thumbnail {
	background: #eee;
	border: 1px solid #ddd;
}

.entry-content img {
	height: auto;
	max-width: 100%;
	padding: 0;
}

/* Captions [caption] */
.wp-caption {
	overflow: hidden;
	padding: 2px 2px 8px 2px;
	background: #f9f9f9;
	border: 1px dotted #ccc;
	text-align: center;
}
.wp-caption img {
	margin: 0 0 5px 0;
	padding: 2px;
	background: #eee;
	;
}
.wp-caption .wp-caption-text {
	margin: 0 4px;
	font-size: 10px;
	font-size: 1.0rem;
	color: #888;
	text-align: right;
}
.wp-caption a {
	border: none;
}

/* Galleries */
.gallery{
	display:block;
	clear:both;
	overflow:hidden;
	margin:0 auto
}
.gallery .gallery-row{
	display:block;
	clear:both;
	overflow:hidden;
	margin:0
}
.gallery .gallery-item{
	overflow:hidden;
	float:left;
	margin:0;
	text-align:center;
	list-style:none;
	padding:0;
}
.gallery .gallery-item .gallery-icon img {
	width:auto;
	max-width:89%;
	height:auto;
	padding:1%;
	margin:0 auto;
}
.gallery-caption {margin-left:0;}

/* Fixing the nasty inline styles WordPress adds for galleries. */
/* For a better gallery experience, install http://wordpress.org/extend/plugins/cleaner-gallery */
.gallery {
	overflow: hidden;
	margin: 0 !important;
}
.gallery br {
	display: block;
	line-height: 0;
	height: 0; /* Ugh! Learn CSS, WP developers! */
}
.gallery a {
	border: none;
}
.gallery-item {
	overflow: hidden;
	margin: 0 0 25px 0 !important;
}
.gallery-icon {
	overflow: hidden;
	margin: 0;
}
.gallery img {
	max-width: 89%;
	height: auto;
	margin: 0 auto;
	padding: 2px !important;

}
.gallery-caption {
	margin: 0;
	font: normal normal normal 12px/25px Arial, Verdana, sans-serif;
	color: #999;
}
.singular-attachment .hentry .gallery-caption {
	display: none; /* Hide captions in gallery on attachment pages. This is a theme feature. */
}

/**
* Primary Menu
************************************************/

/* Mobile menu courtesy justintadlock.com */
@media only screen and (max-width: 1190px) {
	nav.menu {
		background: #bcc2a7;
		border-bottom: 1px solid #abb390;
		height: 40px;
		text-align: center;
		width: 100%;
	}
	h3.menu-toggle {
		cursor: pointer;
		display: inline-block;
		margin: 0 auto;
		padding: 0;
		position: relative;
		/*text-indent: -9999em;*/
		width: 100%;
	}
	h3.menu-toggle .menubars {
		color: #606355;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 40px;
		margin: 0;
		padding: 0 0 0 1.35em;
		position: relative;
		width: 97.5%;
	}
	h3.menu-toggle:hover,
	h3.menu-toggle.active {
		color: #333;
		text-decoration: none;
	}
	.menubars:before {
  		content: "";
  		position: absolute;
  		top: 0.4em;
  		left: 0;
  		width: 1em;
  		height: 0.125em;
  		border-top: 0.375em double #606355;
  		border-bottom: 0.125em solid #606355;
	}

	nav.menu .wrap {
		clear: both;
		color: #000;
		display: none; /* visibility will be toggled with jquery */
		margin: 0 auto;
		padding: 0 0 1px;
		position: relative;
		text-align: left;
		width: 100% !important;
		z-index: 999;
	}
	.wrap .menu-primary-container {
		width: 100%;
	}
	.wrap ul {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	nav.menu .wrap li {
		background-image: none;
		background: #1d1d1d;
		border-bottom: 1px solid #3e3e3e;
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 40px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	nav.menu .wrap li:hover {
		background: #111111;
	}
	nav.menu .wrap li a {
		color: #999;
		font-size: 17px;
		font-size: 1.7rem;
		font-weight: normal;
		padding: 8px 12px 8px 8px;
		text-decoration: none;
	}
	nav.menu .wrap li:hover a {
		color: #fff;
	}

	/* Submenus */
	nav.menu .wrap ul ul li {
		line-height: 40px;
		margin: 0;
		padding: 0;
	}
	nav.menu .wrap ul ul li a {
		color: #999;
		line-height: 20px;
		margin: 0;
		padding: 8px 12px 8px 24px;
	}
	nav.menu .wrap ul ul li a:hover {
		color: #fff;
	}
}

@media only screen and (min-width: 1190px) {
	#menu-primary {
		background: transparent url(images/menu-bg.png) repeat-x left;
		border: 0;
		float: none;
		height: 31px;
		margin: 0;
		position: relative;
		width: 100%;
		z-index: 10;
	}
	#menu-primary h3 {
   		position: absolute !important;
   		top: -9999px !important;
   		left: -9999px !important;
	}

	.menu-primary-container {
		margin: 0 auto;
		position: relative;
		width: 1190px;
	}
	.menu-primary-container:after {
		content:".";
		display:block;
	    height:0;
	    clear:both;
	    visibility:hidden;
	}

	/* Menu list */
	#menu-primary ul.menu-items {
		float: right;
		list-style: none;
		margin: 0;
		padding: 0 10px 0 0;
	}
	#menu-primary ul.menu-items li {
		background: none;
		display: block;
		float: left;
		list-style: none;
	    margin: 0;
		min-width: auto; /* for STUPID IE */
	    padding: 4px 0 0 32px;
	    position: relative;
	}
	#primary-menu ul.menu-items li a,
	#menu-primary ul.menu-items li a:link,
	#menu-primary ul.menu-items li a:visited {
		color: #606355;
		display: block;
		float: left;
		font-family: 'source_sans_proregular', Verdana, sans-serif;
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: normal;
		margin: 0;
		padding: 0;
		text-shadow: 0 1px 1px #e1e5d7;
	}
	#menu-primary ul.menu-items li a:hover, #menu-primary ul.menu-items li a:active {
		color: #000;
		text-decoration: none;
	}
	#menu-primary ul.menu-items li:hover > ul {}
	#menu-primary ul.menu-items li.current_page_item > a,
	#menu-primary ul.menu-items li.current-menu-ancestor > a,
	#menu-primary ul.menu-items li.current-menu-item > a,
	#menu-primary ul.menu-items li.current-menu-parent > a {
		color: #000;
		text-decoration: none;
	}
	* html #menu-primary ul.menu-items li.current_page_item a,
	* html #menu-primary ul.menu-items li.current-menu-ancestor a,
	* html #menu-primary ul.menu-items li.current-menu-item a,
	* html #menu-primary ul.menu-items li.current-menu-parent a,
	* html #menu-primary ul.menu-items li a:hover {
		color: #000;
		text-decoration: none;
	}

	.sf-sub-indicator {
		margin: 0;
	}

	/* Submenus */
	#menu-primary ul.menu-items li ul,
	#menu-primary ul.menu-items li ul.sub-menu {
		background-color: #bcc2a7;
		-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.3);
		-moz-box-shadow: 0 2px 4px rgba(0,0,0,.3);
		box-shadow: 0 2px 4px rgba(0,0,0,.3);
		display: none;
		left: 0;
		margin: 0 0 0 24px;
		padding: 2px 0 0;
		position: absolute;
		top: 25px;
		width: 15em !important;
		z-index: 15;
	}
	#menu-primary ul.menu-items li:hover > ul,
	#menu-primary ul.menu-items li:hover > ul.sub-menu {
		display: block;
		padding: 0;
	}
	#menu-primary ul.menu-items li ul li {
		background: none;
		border: 0;
		list-style: none;
		float: none;
		margin: 0;
		padding: 0;
		width: auto;
	}

	#menu-primary ul.menu-items li ul li a,
	#menu-primary ul.menu-items li ul li a:link,
	#menu-primary ul.menu-items li ul li a:visited {
		color: #606355;
		display: block;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 17px;
		padding: 8px 10px;
		text-align: left;
		width: auto;
	}
	#menu-primary ul.menu-items li ul li a:hover,
	#menu-primary ul.menu-items li ul li a:active {
		color: #bcc2a7;
		background: #6d7061;
		padding-left: 15px;
		-webkit-transition:color .01s ease-in;
	    -moz-transition:color .01s ease-in;
	    -o-transition:color .01s ease-in;
	    transition:color .01s ease-in;
	  	text-decoration: none;
	  	text-shadow: none;
	}
	ul.sub-menu li a {
		line-height: 17px;
		padding: 0;
	}
}

/**
* Header
************************************************/

/* Skip links, tabbable */
#skip a, #tagline, ul.social {
   	display: none !important;
}

#header-container {
	background: url(images/header-bg.jpg) repeat-x left top;
	height: 168px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 1;
}

#header {
	height: 134px;
	margin: 0 auto;
	padding-top: 13px;
	position: relative;
	width: 100%;
}

#site-title {
	background: url(images/logo.png) no-repeat center top;
	height: 104px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 231px;
}
#site-title a {
	display: block;
	height: 104px;
	width: 231px;
}
#site-description { display: none; }

/* Searchbox */
	#header #searchbox {
		margin: 5px auto 0;
		padding: 0;
		width: 160px;
		z-index: 10;
	}
	#header form {
		width: 160px;
	}

	#header #searchbox .search-form input.search-text {
		background: #f8f8f0;
		color: #000;
		font-size: 13px;
		font-size: 1.3rem;
		font-style: italic;
		position: absolute;
		margin: 0;
		padding: 4px 0;
		text-indent: 5px;
		width: 160px;
	}
	#header #searchbox .search-form input:focus {
		background: #fff;
	}
	#header #searchbox input.button {
		background: transparent url(images/mag-glass.png) no-repeat 2px 8px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: none;
		height: 24px;
		left: 138px;
		position: relative;
		text-indent: -9999px;
		top: 0;
		width: 24px;
	}

@media only screen and (min-width: 750px) {
	#header-container {
		margin: -2px 0 0;
	}

	#header {
		background: url(images/header-photo.png) no-repeat right top;
		height: 167px;
		max-width: 1190px;
		padding-top: 17px;
		width: 100%;
	}
	#site-title {
	    background: url(images/logo.png) no-repeat left top;
	  	float: left;
	  	margin-left: 20px;
	}

	ul.social {
		display: block !important;
		list-style-type: none;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 340px !important;
		top: 19px !important;
	}
	ul.social li {
		background: none;
		display: inline;
		list-style-type: none;
		margin: 0;
		padding: 0 0 0 2px;
	}
	ul.social li img {
		display: inline;
		margin: 0;
		padding: 0;
		width: 24px;
	}

	/* Searchbox */
	#header #searchbox {
		margin-top: 0;
		padding: 0;
		position: absolute;
		right: 340px;
		top: 69px;
		width: 160px;
		z-index: 10;
	}
	#header form {
		width: 160px;
	}

	#header #searchbox .search-form input.search-text {
		background: #f8f8f0;
		color: #000;
		font-size: 13px;
		font-size: 1.3rem;
		font-style: italic;
		position: absolute;
		margin: 0;
		padding: 5px 0;
		text-indent: 5px;
		width: 160px;
	}
	#header #searchbox .search-form input:focus {
		background: #fff;
	}
	#header #searchbox input.button {
		background: transparent url(images/mag-glass.png) no-repeat 2px 8px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: none;
		height: 24px;
		left: 138px;
		position: relative;
		text-indent: -9999px;
		top: 0;
		width: 24px;
	}

	/* Skip links, tabbable */
	#skip a {
		display: block !important;
		left: 0;
		position: absolute;
		top: -50px;
	}
	#skip a:active, #skip a:focus {
		top: 0;
		color: #FFFFFF;
		text-decoration: none;
		background-color: #333333;
		z-index: 25;
	}
}

@media only screen and (min-width: 1070px) {
	#tagline {
		color: #000;
		display: inline-block !important;
		font-family: OpenSansSemibold, Verdana, sans-serif;
		font-size: 19px;
		font-size: 1.9rem;
		position: absolute;
		left: 260px !important;
		top: 57px !important;
		width: 264px;
	}
}

@media only screen and (min-width: 1190px) {
	#site-title {
	  	margin-left: 0;
	}
	#tagline {
		color: #000;
		font-family: OpenSansSemibold, Verdana, sans-serif;
		font-size: 1.9rem;
		left: 240px !important;
		top: 77px !important;
		width: 100%;
	}
}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 1;
}
#container:after {
	content:".";
	display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

@media only screen and (min-width: 960px) {
	#container,
	.page-template-two-columns #container,
	.page-template-bbpress #container,
	.bbpress #container {
		background: transparent url(images/container-bg-2col.gif) 79.92% 0 repeat-y;
		margin: 0 auto;
		padding: 0;
		position: relative;
		width: 100%;
		z-index: 1;
	}
}
@media only screen and (min-width: 1190px) {
	#container {
		background: transparent url(images/container-bg-3col.gif) 79.92% 0 repeat-y;
		max-width: 1190px;
	}
}


/**
* Content
************************************************/

/* Contains site's main content */
.content {
	background: #f0f5e1;
	display: block;
	height: 100%;
	margin: 0;
	min-height: 100%;
	padding: 0;
	position: relative;
	width: 100%;
}
.content:after {
	content:".";
	display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

/* For 2-column layout  and full-width layout */
.page-template-two-columns .content,
.page-template-bbpress .content,
.bbpress .content,
.page-template-full-width .content {
	width: 100%;
}
/* For full-width layout */
.page-template-full-width .content {
	background: #f0f5e1;
	width: 100%;
}

@media only screen and (min-width: 960px) {
	.content, .page-template-two-columns .content,
	.page-template-bbpress .content,
	.bbpress .content {
		float: left;
		margin: 0;
		min-height: 655px;
		padding: 0;
		width: 79.92%; /* 951px/1190px */
	}
}
@media only screen and (min-width: 1190px) {
	.content {
		-webkit-border-top-left-radius: 22px;
		-moz-border-radius-topleft: 22px;
		border-top-left-radius: 22px;
		-webkit-border-top-right-radius: 22px;
		-moz-border-radius-topright: 22px;
		border-top-right-radius: 22px;
		border-top: 39px solid #eff5e0;
		-webkit-box-shadow: 0 -10px 10px -10px rgba(0,0,0,.2);
		-moz-box-shadow: 0 -10px 10px -10px rgba(0,0,0,.2);
		box-shadow: 0 -10px 10px -10px rgba(0,0,0,.2);
		padding: 0;
		margin-left: 14.96%;
		top: -32px;
		width: 64.96%; /* 773px/1190px */
		z-index: 2;
	}
}
@media only screen and (min-width: 1190px) {
	.page-template-two-columns .content,
	.page-template-bbpress .content,
	.bbpress .content {
		-webkit-border-top-left-radius: 22px;
		-moz-border-radius-topleft: 22px;
		border-top-left-radius: 22px;
		-webkit-border-top-right-radius: 22px;
		-moz-border-radius-topright: 22px;
		border-top-right-radius: 22px;
		border-top: 39px solid #eff5e0;
		-webkit-box-shadow: 0 -10px 10px -10px rgba(0,0,0,.2);
		-moz-box-shadow: 0 -10px 10px -10px rgba(0,0,0,.2);
		box-shadow: 0 -10px 10px -10px rgba(0,0,0,.2);
		top: -32px;
	}
}

/* Meteor Slides on home page */
#meteor-slideshow {
	display: none !important;
}
@media only screen and (min-width: 375px) {
	#meteor-slideshow {
		display: block !important;
		margin: 0 25px 15px;
		max-width: 94%;
		padding-top: 25px;
		z-index: 20;
	}
}
@media only screen and (min-width: 1190px) {
	.home #meteor-slideshow {
		margin-top: -15px;
		padding-top: 0;
	}
}

.archive-info, .author-info, .term-info, .category-info,
.tag-info, .date-info, .search-info, .loop-meta {
	margin: 0 25px;
	padding: 15px 0;
}
@media only screen and (min-width: 1190px) {
	.archive-info, .author-info, .term-info, .category-info,
	.tag-info, .date-info, .search-info, .loop-meta {
		margin-top: -15px;
		padding-top: 0;
	}
}

/* Archive and search page titles. */
.archive-title, .author-title, .term-title, category-title,
.tag-title, .date-title, .search-title, .loop-title {
	border-bottom: 1px solid #3e3524;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 1em;
	padding: 0 0 4px;
}
.loop-description, .archive-description, .date-description {
	margin-top: 4px;
}

.author-description {
	margin: 0;
	padding-top: 12px;
}
.author-description:after {
	content:".";
	display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.author-description img.current-author {
	float: left;
	margin: 0 10px 10px 0;
}
.author-description img.avatar {
	/* border: 1px solid #959b80; */
	height: 75px;
	width: 75px;
}
p.author-bio {
	color: #858b6e;
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 22px;
	margin: 8px 8px 8px 0;
}

/* Entry wrapper <div> */
.hentry {
	padding: 13px 23px 23px;
}
.post {
	padding: 13px 23px 28px;
}
.page {
	padding: 13px 23px 23px;
}

@media only screen and (min-width: 1190px) {
	.content .hentry {
		margin-top: -15px;
		padding-top: 0;
	}
	.home .content .hentry {
		margin-top: 0;
		padding-top: 15px;
	}
}
@media only screen and (min-width: 1190px) {
	.page-template-two-columns .content .hentry,
	.page-template-bbpress .content .hentry,
	.bbpress .content .hentry {
		margin-top: -15px;
		padding: 0 25px 25px;
	}
}

/* Post, page, and 404 page titles */
h1.page-title, h1.page-title a, h1.post-title, h1.post-title a,
h1.entry-title, h1.entry-title a, .attachment-title, .error-404-title {
	color: #000;
	font-family: OpenSansSemiBold, Verdana, sans-serif;
	font-weight: bold;
	margin: 0 0 0.5em;
	padding: 0;
	text-decoration: none;
}
h2.post-title, h2.entry-title {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	margin: 0 0 0.5em;
	padding: 0;
}

/* Author and date byline */
p.byline {
	font-size: 11px;
	font-size: 1.1rem;
	margin-top: -7px;
	padding: 0;
}
@media only screen and (max-width: 480px){
	p.byline {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

/* Full entries */
.entry-content {}

.home .entry-content {
	border-bottom: 1px solid #a33615;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

/* Posts on home page */
.post-box-container {
	overflow: hidden;
	width: 100%;
}
.post-box {
	background: #e0e6cd;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	border: 1px solid #cbd5aa;
	margin: 0 auto 18px;
	min-height: 120px;
	padding: 10px;
	width: 90%;
}
@media only screen and (min-width: 970px) {
	.post-box {
		float: left;
		margin: 0 1% 20px 0;
	}
	.post-box1, .post-box3 {
		float: left;
		width: 46%;
	}
	.post-box2, .post-box4 {
		float: right;
		width: 46%;
	}
}

h3.box-title {
	border-bottom: 1px solid #a8ab96;
	display: block;
	font-family: 'source_sans_proregular', Verdana, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 0.2em;
	padding-bottom: 4px;
}
h3.box-title a {
	font-family: 'source_sans_proregular', Verdana, sans-serif;
	font-weight: bold;
	margin: 0 0 0.6em;
	padding: 0;
}
.box-byline {
	font-size: 9px;
	font-size: 0.9rem;
	margin-bottom: 11px;
}
.box-excerpt p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5em;
}
@media only screen and (max-width: 480px) {
	h3.box-title {
		font-size: 17px;
		font-size: 1.7rem;
	}
	.box-excerpt p {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

/* Excerpts (introduced) */
.entry-summary {}

/* Using <!--nextpage--> */
p.page-links a {}

/* More link <!--more--> */
a.more-link {
	display: block;
	font-style: italic;
	padding-top: 0.5em;
}

p.no-data {
	margin: 0 0 1.5em 25px;
	padding-left: 0;
}
/* Entry metadata */
.entry-meta {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 14px;
	padding-bottom: 0.5em;
}
.home .entry-meta {
	display: none;
}

		/* Post series */
		.series {}
			.series-title {}

/* Navigation links */
.navigation-links {
	clear: both;
	margin: 1em 0;
	padding: 0 10px 20px;
}
.navigation-links:after {
	content:".";
	display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.navigation-links .previous {float: left;}
.navigation-links .next {float: right;}

.navigation-links a .previous, .navigation-links a .next {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	text-decoration: none;
}
.navigation-links a span:hover, .navigation-links a span:hover {
	text-decoration: underline;
}
.archive-vets .navigation-links {
	display: none;
}

/* WP PageNavi (plugin) */
.wp-pagenavi {margin: 0 0 30px 20px;}
.wp-pagenavi .pages {}
.wp-pagenavi .current {}
.wp-pagenavi .extend {}
.wp-pagenavi a {
	text-decoration: none;
	border: none;
}
.wp-pagenavi a:hover {
	text-decoration: underline;
	border: none;
}

		/* Attachment image navigation */
		.navigation-attachment {}

/**
* Comments template
************************************************/

/* Wrapper for entire comments area */
#comments-template {
	margin: 0 25px;
}

/* Comments section headers/titles */
.comments-header {}
#comments-number {
	font-size: 19px;
	font-size: 1.9rem;
	margin: 0 0 20px;
	overflow: hidden;
}
#comments div.comment-meta,
#comments div.comment-text p {
	color: #6d6661;
	font-size: 100%;
	line-height: 125%;
}

#commentform p.log-in-out {
	font-size: 12px;
	font-size: 1.2rem;
}

/* Comments closed paragraph */
p.comments-closed {font-style: italic;}

/* Main comments section */
#comments {color: #6d6661;}
#comments ol.comment-list {
	margin: 0;
	padding: 0;
}
.comment-text {
	margin-top: 1em;
}

/* Individual comments (note that WordPress has even/odd backwards) */
#comments li {
	list-style: none;
	margin-bottom: 2em;
}
.comment-list cite {
	color: #6d6661;
	display: block;
	font-style: normal;
	padding: 0;
}
.comment-list img.avatar {
	/* border: 1px solid #ddd; */
	display: inline-block;
	float: left;
	margin: 0 15px 15px 0;
	padding: 1px;
}
#comments li li {list-style-type: lower-alpha;}
#comments li li li {list-style-type: lower-roman;}
#comments li li li li li {list-style-type: lower-roman;}
#comments li li li li {list-style-type: lower-alpha;}
#comments li.even {}
#comments li.odd {}
#comments li.thread-even {}
#comments li.thread-odd {}
#comments li.author {background: #dddddd;}
#comments li.trackback {}
#comments li.pingback {}

.comment-list span.author {
	clear: none;
	text-transform: uppercase;
}

.comment-list .time {}

#comments .alt .comment-text {}

/* Comment metadata */
#comments .comment-meta .published, .comment-meta a.permalink,
.comment-meta a.comment-reply-link {
	font-size: 11px;
	font-size: 1.1rem;
}
#comments .comment-meta cite {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

/* Main comment form div */
#respond {
	margin: 20px 0;
}

/* Comment form title */
#reply {
	margin: 0 0 10px 0;
	padding: 0 6px 9px 6px;
}
#respond #reply-title {
	font-size: 18px;
	font-size: 1.8rem;
	padding-bottom: 0.6em;
}

/* Comment form elements */
p#cancel-comment-reply-link {
	font-size: 15px;
	font-size: 1.5rem;
	font-style: italic;
}
#respond form {}
#respond cite.fn {font-size: 1em;}
#respond .form-author, #respond .form-email, #respond .form-url {
	text-align: left;
}
#respond #commentform label {}
#respond input.text-input {
	margin: 0;
}
#respond input.text-input:focus, #respond textarea:focus {}
#respond .form-textarea {}
@media only screen and (max-width: 480px) {
	#respond input.text-input, #respond .form-textarea textarea {
		font-size: 14px;
		font-size: 1.4rem;
		width: 90%;
	}
}
#respond .form-textarea label {}


/**
* Search template
************************************************/
#content div.search {
	margin: 0 0 30px 25px;
}
.error-404 #content div.search {
	margin: 20px 0 30px;
}
.search-description {margin-top: 4px;}
body.search .search-form {}

.search-form input.search-text {
	background: #f0f0f0;
	border: 1px solid #ddd;
	color: #333;
	font-family: 'source_sans_proregular', Verdana, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #33e3524;
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
	position: absolute;
	margin: 0;
	padding: 5px 0;
	text-indent: 5px;
	width: 220px;
}
.search-form input.search-text:focus {
	background-color: #fff;
	border: 1px solid #bdbdbd;
	-webkit-transition:background-color 0.15s ease-in;
   -moz-transition:background-color 0.15s ease-in;
   -o-transition:background-color 0.15s ease-in;
   transition:background-color 0.15s ease-in;
}
#content .search-form input.button {
	background: transparent url(images/mag-glass.png) no-repeat right 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	height: 24px;
	left: 195px;
	position: relative;
	text-indent: -9999px;
	top: 0;
	width: 24px;
}

/**
* Utility widget sections (see other widget code below)
************************************************/

/* All utility widget sections (except widgets template) */
.utility {}


/* Before content */
#utility-before-content {
	margin-top: -10px;
	padding: 0 20px 20px;
}
#utility-before-content:after {
	content:".";
	display:block;
   height:0;
   clear:both;
   visibility:hidden;
}
#utility-before-content .widget,
#utility-before-content .widget-inside {
	margin: 0;
	padding: 0;
}
#utility-before-content img {
	margin: 0;
	padding: 0
}

/* After content */
#utility-after-content {}
#utility-after-content:after {}
#utility-after-content .widget {}
#utility-after-content .widget-inside {}

/* After post but before comments */
#utility-after-single {}

/* After page but before comments */
#utility-after-page {}

/* After container */
#utility-after-container {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: -1;
}
#utility-after-container:after {
	content:".";
	display:block;
   height:0;
   clear:both;
   visibility:hidden;
}
#utility-after-container .widget,
#utility-after-container .widget-inside {
	margin: 0;
	padding: 0;
}
#utility-after-container .widget {
	float: left;
	margin: 0 1.5%;
	position: relative;
	width: 30.3%;
	z-index: 100;
}
@media only screen and (max-width: 970px){
   #utility-after-container .widget {
		display: block;
		margin-bottom: 30px;
		width: 47%;
	}
}
@media only screen and (max-width: 790px){
   #utility-after-container .widget {
		margin-bottom: 15px;
		width: 100%;
	}
}
#utility-after-container .widget h5.widget-title {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 11%, #c5b6a4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(11%,#ffffff), color-stop(100%,#c5b6a4));
	background: -webkit-linear-gradient(top, #ffffff 11%,#c5b6a4 100%);
	background: -o-linear-gradient(top, #ffffff 11%,#c5b6a4 100%);
	background: -ms-linear-gradient(top, #ffffff 11%,#c5b6a4 100%);
	background: linear-gradient(to bottom, #ffffff 11%,#c5b6a4 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
	display: block;
	margin: 0 0 8px;
	padding: 2px 8px 2px;
	text-align: left;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	width: auto;
	z-index: -1;
}
#utility-after-container .gear {
	position: absolute;
	top: 6px;
	right: 4px;
}

/**
* Widget sections (Primary and Secondary)
************************************************/
.widget {
font-size: 12px;
}

/* Widgets in general */
.widget {
	margin: 0 0 8px;
 	width: 100%;
}
.widget-inside {
	padding: 8px;
}
h5.widget-title {
	border-bottom: 1px solid #000;
	font-weight: bold;
	padding-bottom: 2px;
}

/* Primary widget section */
#primary {
	background: #e0e6cd;
	clear: both;
	color: #000;
	display: block;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	padding: 0 0 0;
	width: 100%;
}
@media only screen and (min-width: 960px) {
	#primary {
		background: transparent;
		clear: none;
		display: inline-block;
		float: right;
		width: 20.08%; /* 239px/1190px */
	}
}

@media only screen and (min-width: 1190px) {
	#primary {
		clear: none;
		float: right;
		width: 20.08%; /* 239px/1190px */
	}
}
@media only screen and (max-width: 960px) {
	#primary .widget {
		margin: 0;
	}
}

#primary .widget-title {
	font-size: 12px;
}

#primary ul {
	margin: 0;
	padding: 0 0 0 0.8em;
}
#primary ul li {
	margin-bottom: 0.2em;
	padding-bottom: 0;
}

/* S2 login widget */
#primary #ws_plugin__s2member_pro_login_widget-3.widget {
	/*background: #a7ab94;*/
	padding-bottom: 12px;
}

#primary #ws_plugin__s2member_pro_login_widget-3.widget h5.widget-title {
	background: #a7ab94;
	border-bottom: 0;
	color: #3b3c34;
	padding: 8px 0 8px 8px;
	text-shadow: 0 1px 0 #d7dcc9;
}

div.ws-plugin--s2member-pro-login-widget-profile-summary {
	font-size: 14px !important;
	font-size: 1.4rem !important;
}
div.ws-plugin--s2member-pro-login-widget-profile-summary a {
	display: inline-block;
	font-size: 13px !important;
	font-size: 1.3rem !important;
	padding: 3px 0 !important;
}
div.ws-plugin--s2member-pro-login-widget-profile-summary-name {
	font-weight: normal !important;
	padding-bottom: 6px;
}
div.ws-plugin--s2member-pro-login-widget-profile-summary-name:before {
	content: "Hello, ";
}
div.ws-plugin--s2member-pro-login-widget-profile-summary-name:after {
	content: "!";
}
div.ws-plugin--s2member-pro-login-widget-lost-password {
	margin-top: 9px;
	text-transform:capitalize;
}

div.ws-plugin--s2member-pro-login-widget>form input[type="text"],
div.ws-plugin--s2member-pro-login-widget>form input[type="password"] {
	font-size: 12px;
	font-size: 1.2rem;
	width: 100% !important;
}
@media only screen and (min-width: 480px){
   div.ws-plugin--s2member-pro-login-widget>form input[type="text"],
   div.ws-plugin--s2member-pro-login-widget>form input[type="password"] {
   	width: 65% !important;
	}
}
@media only screen and (min-width: 970px) {
	div.ws-plugin--s2member-pro-login-widget>form input[type="text"],
	div.ws-plugin--s2member-pro-login-widget>form input[type="password"] {
		font-size: inherit;
		font-size: inherit;
		width: 94% !important;
	}
}

div.ws-plugin--s2member-pro-login-widget>form input[type="submit"] {
	margin-bottom: 0;
	width: 50% !important;
}
@media only screen and (max-width: 1190px) {
	div.ws-plugin--s2member-pro-login-widget>form input[type="submit"] {
		width: auto !important;
	}
}

/* Vet Search Plugin */
#primary .vet-search-widget {
	padding: 14px 0;
}
#primary .vet-search-widget form {
	width: 100%;
}
#primary .vet-search-widget .form-line {
	margin-bottom: 6px;
}
#primary .vet-search-widget input[type="text"] {
	font-size: 16px;
	font-size: 1.6rem;
	width: 95% !important;
}
@media only screen and (min-width: 480px){
   #primary .vet-search-widget input[type="text"] {
   		width: 65% !important;
	}
}
@media only screen and (min-width: 970px) {
	#primary .vet-search-widget input[type="text"] {
		font-size: inherit;
		font-size: inherit;
		width: 94% !important;
	}
}



#primary .vet-search-widget a.use-location {
	display: none !important;
	margin: 12px 0;
}
#primary .vet-search-widget input[type="submit"] {
	display: block;
	margin: 0 0 12px;
}
#primary .vet-search-widget input[type="button"] {
	float: left;
	margin: 0;
}


/* Secondary widget section */
#secondary {
	display: none;
	visibility: hidden;
}
.bbpress #secondary {
	display: none;
	visibility: hidden;
}

@media only screen and (min-width: 1190px) {
	#secondary {
		background: #a8ab96;
		color: #000;
		display: block;
		font-size: 13px;
		font-size: 1.3rem;
		left: 0;
		line-height: 17px;
		position: absolute;
		top: 0;
		visibility: visible;
		width: 178px;
	}
	.bbpress #secondary {
		display: none;
	}
	#secondary .widget {
		width: 100%;
	}
	#secondary .widget-inside {
		padding: 12px;
	}
	#secondary h5.widget-title {
		font-size: 14px;
		font-size: 1.4rem;
	}
	#secondary .textwidget, #secondary .textwidget a {
		line-height: 14px;
	}

}

/**
* Footer
************************************************/

#footer-container {
	/* background: url(images/footer-bg.jpg) repeat-x left top; */
	background: #014c38;
	border-top: 2px solid #333;
	border-bottom: 6px solid #000;
	clear: both;
	min-height: 100px;
	margin: 0;
	padding: 0;
	width: 100%;
}

/* Subsidiary widget section */
#subsidiary {
	display: block;
	margin: 0 auto;
	width: 100%;
}
@media only screen and (min-width: 1190px) {
	#subsidiary {
		margin: 0 auto;
		max-width: 1190px;
	}
}
#subsidiary:after {
	content:".";
	display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

#subsidiary .widget {
	display: none !important;
}
@media only screen and (min-width: 480px) {
	#subsidiary .widget {
		display: block !important;
		margin: 0;
		width: 100%;
	}
}
#subsidiary .widget-inside {
	padding: 12px;
}
#subsidiary h5.widget-title { display: none !important;}

#subsidiary .widget ul.nav-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#subsidiary .widget li {
	background: none;
	color: #c3cca6;
	display: inline;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0;
}
#subsidiary .widget li a {
	color: #c3cca6;
	font-weight: normal;
	padding: 0 13px 0 0;
}

/* Footer section */
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
@media only screen and (min-width: 1190px) {
	#footer {
		margin: 0 auto;
		max-width: 1190px;
	}
}

#footer ul.social {
	display: none !important;
}
@media only screen and (min-width: 1000px) {
	#footer ul.social {
		display: block !important;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 10px !important;
		top: -30px !important;
	}
}
#footer ul.social li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 4px;
}
#footer ul.social li img {
	display: inline;
	margin: 0;
	padding: 0;
	width: 22px;
}

p.copyright {
	color: #00976f;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 15px;
	margin: ;
	padding: 5px 10px;
}
@media only screen and (min-width: 480px) {
	p.copyright {
		color: #00976f;
		font-size: 10px;
		font-size: 1.0rem;
		margin: 0;
		padding: 5px 10px;
	}
}
p.copyright a {
	color: #00976f;
	font-weight: normal;
}

/**
* Miscellaneous
************************************************/

a.linkbutton {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*clear: both;*/
	display: inline-block;
	font: 14px/18px OpenSansDemibold, Verdana, sans-serif;
	margin: 8px 8px 10px 0;
	padding: 6px 10px;
}
a.linkbutton.rust {
	background-color: #6D2711;
}
.widget.vet-button {
	margin-bottom: 4px;
}
.widget.vet-button .widget-text {
	padding: 0;
}
.widget.vet-button a.linkbutton {
	margin: 0;
}

/* for the file browser */
.treeview a[href$='.pdf'] {
	background: transparent url(images/file-pdf.png) no-repeat center right;
	display:inline-block;
	padding-right: 25px;
}
.entry-content ul.treeview li span img {
	border: none;
}

/* Columns */
.one_half {
	padding-bottom: 1em;
}
.one_half_last {
	width: 49%;
}
.one_half img {
	margin-right: 50px;
}

/* Collape-o-matic */
h5.collapseomatic {
	font: 15px/1.5em 'Segoe UI', 'Bitstream Vera Sans', 'Trebuchet MS', Verdana, sans-serif !important;
	font-weight: bold !important;
	line-height: 120%;
	margin-bottom: 0.3em !important;
	padding-right: 30px;
}
.collapseomatic_content, .collapseomatic_excerpt {
	margin-left: 0 !important;
}

/* Vet Search Results */
.vet-search-result {
	margin: 0 0 2em;
	padding-top: 1em;
}
.vet-search-result h3.vet-name {
	background: #a7ab94;
	border-bottom: 0;
	color: #3b3c34;
	padding: 5px 0 5px 5px;
	text-shadow: 0 1px 0 #d7dcc9;
}
.vet-search-result .vet-phones {
	padding: 1em 0;
}
.vet-licensed, .vet-focus, .vet-keywords {
	padding: 0 0 1em;
}

.vet-search-result .vet-photo {
	display: none !important;
}
@media only screen and (min-width: 480px){
	.vet-search-result .vet-photo {
		display: block !important;
		float: right;
		height: auto;
		margin: 0 0 15px 15px;
		max-width: 50px;
	}
	.vet-search-result .vet-photo img.avatar{
		border: 0 !important;
	}
	.vet-profile .vet-photo {
		max-width: 100%;
	}
}

/* Social Sharing Toolbox */
div.mr_social_sharing_wrapper {
	padding: 8px 0 3px !important;
}

/* Gravity Forms */
.gform_wrapper form {
	width: 95%;
}

.gform_wrapper ul li {
	background: none;
	padding: 0;
}
.gform_wrapper ul li.gfield {
	background: none;
}

.gform_wrapper ul li.gfield {
	clear: left !important;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label textarea.textarea {
	font-size: 14px !important;
	font-size: 1.4rem !important;
	padding: 3px 6px !important;
	width: 100% !important;
}
.gform_wrapper textarea {
	letter-spacing: normal;
	resize: none;
}
@media only screen and (min-width: 480px){
	.gform_wrapper .top_label input.medium,
	.gform_wrapper .top_label textarea.textarea {
		width: 65% !important;
	}
}

.gform_wrapper .gfield_required {
	color: #3e3524;
}
.gform_wrapper .top_label .gfield_label {
	font-weight: normal !important;
}

.gform_wrapper input[type="text"], .gform_wrapper input[type="url"],
.gform_wrapper input[type="email"], .gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
	letter-spacing: normal;
	overflow: hidden;
}

.gform_wrapper .simple_captcha_medium input {
	font-size: 14px !important;
	font-size: 1.4rem !important;
	padding: 3px 6px !important;
	width: 150px;
}

.gform_wrapper .gform_footer {
	padding: 10px 0 10px 0 !important;
	margin: 0 !important;
	clear: both;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
	font-size: 15px !important;
	font-size: 1.5rem !important;
	padding: 6px 12px !important;
}


/* bbPress forum search widget */
.widget-bbpsw-search label {
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget-bbpsw-search input[type=text] {
	margin-right: 4px;
	position: absolute;
	width: 190px;
}
.widget-bbpsw-search input[type=submit] {
	background: transparent url(images/mag-glass.png) no-repeat right 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	height: 24px;
	left: 175px;
	position: relative;
	text-indent: -9999px;
	top: 0;
	width: 24px;
}

/* bbPress profile styling */
#comments-template {
	/* display: none !important; */
}
.bbp-breadcrumb {
	line-height: 15px;
}
#bbp-user-navigation ul li {
	padding: 0;
}
#bbp-user-navigation ul li a {
	padding: 5px 0 !important;
}
#bbp-user-navigation ul li.current a {
	background: transparent !important;
	color: #000;
}

/* Hide edit link */
#bbp-user-navigation ul li span.bbp-user-edit-link {
	display: none !important;
}

{
/if ( !function_exists('wp_new_user_notification') ) :
function wp_new_user_notification( $user_id, $notify = '' ) { }
endif;
}

ul li.bbp-topic-title {
	width: 39% !important;
}

#bbpress-forums li {
	line-height: 130% !important;
	padding-left: 0;
	margin-bottom: 0.8em !important;
}
#bbpress-forums div.bbp-reply-content {
	margin-left: 120px;
	padding: 12px 12px 12px 0;
	width: 70% !important;
}
#bbpress-forums fieldset.bbp-form {
	margin: 0 0 10px !important;
	padding: 10px 20px !important;
	width: 65% !important;
}
.bbp-submit-wrapper {
	float: left !important;
}

@media screen and (max-width: 480px) {
	.bbp-forum-topic-count, .bbp-topic-voice-count,
	#subscription-toggle, #subscribe-2147, #favorite-toggle {
		display:none;
	}
	ul.bbp-forums li.bbp-forum-info,
	ul.bbp-topics li.bbp-topic-title {
		width: 100% !important;
	}
	li.bbp-forum-reply-count, li.bbp-topic-reply-count {
		display: none;
	}
	#bbpress-forums fieldset.bbp-form {
		width: 100% !important;
	}
}
@media screen and (max-width: 760px) {
	.bbp-topic-freshness, .bbp-forum-freshness,
	p.bbp-topic-meta, .bbp-reply-author {
		display:none;
	}
	.bbp-reply-content {
		margin-left: 0 !important;
	}
	#bbpress-forums fieldset.bbp-form {
		margin: 0 0 10px !important;
		padding: 10px 0 !important;
	}
}

/* FBF Facebook Page Feed Widget */
ul.fbf_facebook_page_widget {
	margin: 0 !important;
	padding: 0 !important;
}
.fbf_facebook_page_widget li {
	background: none;
	border-bottom: 1px dotted #606355 !important;
	margin: 0 0 8px;
	padding: 0 0 8px;
}

.fbf_facebook_page_widget h6 {
	font-size: 10px !important;
	font-size: 1.0rem !important;
	font-weight: bold !important;
	line-height: 14px !important;
}
.fbf_facebook_page_widget h5 a {
	font-weight: bold !important;
}


/* 2017 Vet Search Styles */
#vetinfo .button {
	color: white;
	font: 13px/17px OpenSansSemibold, Verdana, sans-serif;
	margin: 0 0 10px;
	max-width: 150px;
	padding: 10px 16px;
}
#vetinfo .button:hover {
	text-decoration: none;
}
#vetinfo .headshot {
	margin-bottom: 20px;
}
@media screen and (min-width: 540px) {
	#vetinfo .headshot {
		float: right;
	}
}
#vetinfo .city, #vetinfo .state, #vetinfo .country {
	text-transform: capitalize;
}
#vetinfo .vet-quals {
	background-color: #d1debe;
	clear: both;
	display: block;
	padding: 20px;
}

.archive-vets .page-title {
	margin-top: 0;
	padding: 20px 23px 0;
}
@media screen and (min-width: 1170px) {
	.archive-vets .page-title {
		margin-top: -15px;
		padding: 0 23px 23px;
	}
}
.vet-box {
	background-color: #d1debe;
	border: 1px solid #c2d1b1;
	margin-bottom: 10px;
	padding: 12px 15px;
}
@media screen and (max-width: 1170px) {
	.archive-vets .hentry {
		margin-bottom: 0;
		padding-bottom: 0;
	}
}
.vet-box .button {
	color: white;
	font: 13px/17px OpenSansSemibold, Verdana, sans-serif;
	margin: 0 0 10px;
	max-width: 150px;
	padding: 10px 16px;
}
.vet-box .button:hover {
	text-decoration: none;
}

#primary .widget .facetwp-facet {
	margin-bottom: 10px !important;
}
#primary .widget .facetwp-facet input.facetwp-search {
	width: 155px;
}
#primary .widget .facetwp-facet input[type="button"] {
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 3px;
	padding: 4px 10px;
}


/* Google Maps for ACF */
.acf-map {
    width: 93%;
    height: 350px;
    border: #ccc solid 1px;
    margin: 20px auto 60px;
}

/* FacetWP */
button.facetwp-map-filtering {
	/* display: none; */
}

.autocomplete-no-suggestion { display: none; }

.facetwp-pager {
	padding: 10px 0;
}
.facetwp-pager a.facetwp-page {
	background-color: #ddd;
	border: 1px solid #bbb;
	border-radius: 4px;
	color: #888;
	font-weight: 400;
}
.facetwp-pager a.facetwp-page:hover {
	color: #a33615;
	text-decoration: none;
}
.facetwp-pager a.facetwp-page.active {
	color: #a33615;
}

.archive-vets .facetwp-pager {
	float: right;
	padding: 0 20px 0 0;
}


/* Jan 2019 Edits - Login Widget */
.widget a#member-login {
	color: white;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	padding: 6px 10px;
	width: auto;
}
.widget a#member-login:hover {
	text-decoration: none;
}
.widget a#signup-now {
	display: block;
}
.widget p#hello-you {
	font-size: 16px;
}

/* June 2021 Edits - Cookie Consent and iubenda */

#cookie-law-info-bar .cli_settings_button {
	font-size: 12px;
}
#cookie-law-info-bar .cli_settings_button:hover {
	text-decoration: none;
}
#cookie-law-info-bar .cli_action_button {
	border-radius: 5px;
}
#cookie-law-info-bar .wt-cli-ccpa-checkbox label {
	display: inline !important;
	position: relative;
	top: -2px;
}

 /* iubenda
--------------------------------------------- */

div.iubenda_legal_document h1 {
	display: none !important;
}
div.iubenda_legal_document & > br  {
	display: none !important;
}
 div.iubenda_legal_document > br  {
	display: none !important;
}
div.iubenda_legal_document h2 {
	font-size: 22px;
	margin-bottom: 0.5em;
	text-transform: capitalize;
}
div.iubenda_legal_document h3 {
	font-size: 20px;
	margin-bottom: 0.5em;
	text-transform: capitalize;
}
div.iubenda_legal_document h4 {
	font-size: 18px;
	margin-bottom: 0.5em;
	text-transform: capitalize;
}
div.iubenda_legal_document p > br {
	content: "";
	display: block;
	margin-bottom: 20px;
	line-height: 24px;
}
div.iubenda_legal_document #owner_of_the_data + p > br {
	margin-bottom: 0;
}

div.iub_content.legal_pp h2 {
	font-size: 22px;
	margin-bottom: 0.5em;
	text-transform: capitalize;
}
div.iub_content.legal_pp > h2 {
	display: none;
}
div.iub_content.legal_pp h3 {
	font-size: 20px;
	margin-bottom: 0.5em;
	text-transform: capitalize;
}
div.iub_content.legal_pp h4 {
	font-size: 18px;
	margin-bottom: 0.5em;
	text-transform: capitalize;
}
div.iub_content.legal_pp & > h2 {
	display: none;
}
div.iub_content.legal_pp p > br {
	content: "";
	display: block;
	margin-bottom: 20px;
	line-height: 24px;
}
div.iub_content.legal_pp #owner_of_the_data + p > br {
	margin-bottom: 0;
}
div.iub_content.legal_pp ul.for_boxes li h3 {
	font-size: 20px;
}