@import url("https://use.typekit.net/zgc2wma.css");
body {
	font-family: mokoko, serif;
	font-size: 20px;
	color: #513c0d;
}
a {
	color:#1140ce;
}
a:hover {
	color:#4666c6;
}
p {
	line-height: 28px;
}

h1 {
	font-family: mokoko, serif;
	font-size: 48px;
	line-height: 54px;
	font-weight: 900;
	color: #513c0d;
}
h2 {
	font-size: 42px;
	font-family: mokoko, serif;
	font-weight: 900;
	color: #513c0d;
}
h3 {
	font-size: 28px;
	font-family: mokoko, serif;
	font-weight: 900;
	color: #513c0d;
}
h4 {
	font-family: zuume, sans-serif;
	font-size: 36px;
	color: #000;
	font-weight: 700;
}
h5 {
	font-family: zuume, sans-serif;
	font-size: 30px;
	color: #000;
	font-weight: bold;
}
h6 {
	font-size: 34px;
	color: #f6ae09;
	font-weight: bold;
}
main {
	background-size: cover;
}
.block .bgcolor {
	padding: 30px;
}
.block.withbg h6 {
	color: #f38901;
}
.block .bgcolor h5 a,
.block.withbg h5 a {
	color: #f38901;
}
#navigation {
	background: transparent;
}
header .nav > ul {
	text-align: right;
}
header .nav > ul > li > a {
	color: #513c0d;
}
header .nav ul li:hover {
	background: #efefef;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
header .nav ul li:hover a {

}
.button {
	padding: 10px 20px;
	background: #f6ae09;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	font-size: 22px;
	border-radius: 0;
}
.bbutton { 
	padding: 10px 20px;
	background: #8c6814;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	font-size: 22px;
	border-radius: 0;
}
.button:hover {
	background: #c88d06;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.bbutton:hover {
	background: #4b370a;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.col14 {
	width: 23%;
	float: left;
	margin: 0 1%;
}

	.mobile {
		display: none;
	}
	.no-mobile {
		display: block;
	}

/* HEADER */
	header {
		background: #fff;
	}
	header #above-nav {
		background: transparent;
		padding: 5px 0;
	} 
	.scroll header #above-nav {
		border-bottom: 1px solid #513c0d;
	} 
	header #logo {
		width: 20%;
	}
	header #logo img {
		max-width: 300px;
	}
	header #links {
		width: 80%;
		margin-top: 70px;
	}
	header #links a {
		font-size: 24px;
		color: #513c0d;
		text-transform: uppercase;
		font-family: mokoko, serif;
		font-weight: 900;
	}
	header #links .phone {
		float: right;
		margin-left: 15px;
		padding-left: 15px;
		border-left: 0px solid #666;
	}
	header #links .top-menu {
		float: right;
		margin: 0 15px 0 0;
		padding-right: 15px;
		text-transform: uppercase;
	}
	header #links #social {
		float: right;
	}
	header #links #social .social {
		font-size: 30px;
	}

/* ^ HEADER */
/* BLOCKS */
	.doublecolumn.wideleft .right .button,
	.doublecolumn.wideright .left .button {
		margin-top: 100px;
	}
	.TabbedPanel.Purple,
	.TabbedPanel.Brown,
	.TabbedPanel.Green,
	.TabbedPanel.Blue,
	.TripleColumn.Purple,
	.TripleColumn.Brown,
	.TripleColumn.Green,
	.TripleColumn.Blue {
		padding: 20px 0 50px;
		clip-path: polygon(100% 1%, 100% 85%, 50% 100%, 0 85%, 0 0);
	}
	.TabbedPanel.Blue .content,
	.TripleColumn.Blue {
		background: #d5eef1;
	}
	.TabbedPanel.Green .content,
	.TripleColumn.Green {
		background: #aadfac;
	}
	.TabbedPanel.Brown .content,
	.TripleColumn.Brown {
		background: #dfc7aa;
	}
	.TabbedPanel.Purple .content,
	.TripleColumn.Purple {
		background: #caaadf;
	}
	.TripleColumn .left,
	.TripleColumn .right,
	.TripleColumn .center {
		padding: 0 30px;
	}
	.TripleColumn h3 {
		font-size: 26px;
	}
	.TripleColumn h3 strong {
		font-size: 50px;
	}
	
	.TabbedPanel .header .tab-header {
		background: #486f90;
		color: #fff;
		text-align: center;
		margin-right: 15px;
		padding: 10px;
		float: left;
		cursor: pointer;
	}
	.TabbedPanel .header .tab-header:hover {
		text-decoration: underline;
	}
	.TabbedPanel .header .tab-header.active {
		background: #0a83eb;
	}
	.TabbedPanel .content .tab-content {
		display: none;
		padding: 30px 0;
	}
	.TabbedPanel .content .tab-content.active {
		display: block;
	}


/* ^ BLOCKS */
/* FOOTER */
	footer {
		color: #fff;
		padding: 0px 0;
		margin: 0px 0;
		font-size: 20px;
		border-top: 0px solid #000;
	}
	footer .edge img {
		width: 100%;
		display: block;
	}
	#footer {
		background: #422508;
		color: #fff;
		padding-top:0px;
		padding-bottom:0px;
	}
	#footer a {
		color: #fff;
	}
	#footer .social {
		font-size: 30px;
		margin-right: 5px;
		color: #fff;
	}
	#footer .left {
		width: 60%;
		border-right: 0px solid #000;
		padding: 50px 2% 50px 0;
	}
	#footer .right {
		width: 40%;
		text-align: right;
	}
	#footer .right img {
		max-width: 270px;
	}
	#footer .left ul {
		list-style: none;
		width: 100%;
		text-align: right;
	}
	#footer .left ul li {
		text-align: right;
		text-transform: uppercase;
		font-size: 23px;
		margin: 15px 0;
	}
	#footer .title {
		font-size: 26px;
		margin-bottom: 20px;
	}
	#footer .siteby {
		margin-top: 30px;
	}
		/* ^ FOOTER */
.banner-slider,
.banner {
	max-height: 1700px;
}
.block.block-buttons .bbutton,
.block.block-buttons .button,
.block[rel="2"] .button,
.block[rel="2"] .bbutton {
	margin-top: 20px;
	display: block;
	margin-right: 20px;
	width: 250px;
	float: left;
	text-align: center;
}
.block[rel="4"] .container {
	margin-top: 40px;
}
.block.bg-qpaw {
	align-items: center;
}
.block.bg-qpaw .paws-left {
	width: 17%;
	background: transparent url('../../Assets/Images/paws-left.png') 0 0 no-repeat;
	background-size: cover;
	min-height: 196px;
}
.block.bg-qpaw .paws-right {
	width: 17%;
	background: transparent url('../../Assets/Images/paws-right.png') 0 0 no-repeat;
	background-size: cover;
	min-height: 196px;
}
.block.bg-qpaw .singlecolumn {
	width: 66%;
	min-height: 196px;
}
.form-wrapper .container {
	padding: 30px 60px;
	background: #7c705a;
	border-radius: 30px;
}
.form-wrapper .container h3,
.form-wrapper .container h2,
.form-wrapper .container p {
	color: #fff;
}
.blockUploadImage .banner_overlay {
	width: 85%;
	left: 5%;
	top: 48%;
	height: 40%;
}
.blockUploadImage .banner_overlay_container.right-text,
.blockUploadImage .banner_overlay_container.left-text {
	width: 40%;
}
.blockUploadImage .banner_overlay_header {
	font-size: 38px;
	font-family: mokoko, serif;
	font-weight: 900;
	color: #fff;
}
@media (max-width:1500px) {
}
@media (max-width:1300px) {
}
@media (max-width:1200px) {
	.block-blockform .blockform .form-text p {
		width: 100%;
		margin: 0;
	}
}
@media (max-width:1000px) {
	header #links .top-menu,
	.no-mobile {
		display: none;
	}
	.mobile {
		display: block;
	}
	#social {
		position: relative;
		top: 0;
		right: auto;
		text-align: center;
	}
	/* HEADER */
		header { }
		header #above-nav,
		header .container {
			margin: 0;
			padding: 0;
		}
		header #links,
		header #logo {
			text-align: center;
			width: 100%;
			margin: 0px 0;
		}
		#navigation {
			background: #513c0d;
		}
	/* ^ HEADER */
	.blockUploadImage .banner_overlay {
		display: none;
	}
	.block[rel="2"] .button,
	.block[rel="2"] .bbutton,
	.button,
	.bbutton { 
		display: block;
		max-width: 1000px;
		width: 100%;
	}
	header #links .phone,
	header #links .top-menu,
	header #links #social,
	#footer .left,
	#footer .right,
	main .right,
	main .left {
		width: 100%;
		margin: 10px 0;
	}
	header #links .phone,
	header #links #social {
		margin: 10px 0;
		padding: 0;
		border: 0px;
		text-align: center;
	}
	#footer .left ul,
	#footer .left,
	#footer .right {
		text-align: center;
		padding: 0;
		border: 0px;
	}
	#footer .left ul li {
		text-align: center;
	}
	header .nav > ul > li > a {
		color: #000;
	}
	header .nav > ul > li > a:hover {
		color: #000;
	}
	h1 {
		font-size: 38px;
		line-height: 45px;
	}
	h2 {
		font-size: 32px;
		line-height: 40px;
	}
	h6,
	h5,
	h4,
	h3 {
		font-size: 26px;
		line-height: 34px;
	}
}
