@import url("https://use.typekit.net/pgy0buf.css");
body {
	font-family: "myriad-pro", sans-serif;
	font-size: 21px;
	color: #333;
}
a {
	color:#1140ce;
}
a:hover {
	color:#404139;
}
p {
	line-height: 28px;
}

h1 {
	font-family: "quatro-slab", serif;
	font-size:44px;
	color:#7a1938;
	margin-bottom:15px;
	font-weight: bold;
}
.withbg h1 {
	color: #fff;
}
h2 {
	font-family: "quatro-slab", serif;
	font-size:34px;
	color:#7a1938;
	margin-bottom:15px;
	font-weight: bold;
}
.withbg h2 {
	color: #fff;
}
h3 {
	font-family: "quatro-slab", serif;
	font-size:21px;
	color:#7a6b6b;
	margin-bottom:15px;
	font-weight: bold;
}
.withbg h3 {
	color: #fff;
}
.withbg.darktext h1,
.withbg.darktext h2,
.withbg.darktext h3 {
	color:#7a1938;
}

h5 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
h6 {
	font-size: 24px;
	color: #f38901;
	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 {
	margin-top: 5px;
	background: transparent;
}
header .nav > ul {
	text-align: right;
}
header .nav > ul > li > a {
	color: #fff;
	font-family: "quatro-slab", serif;
	border-right: 1px solid #ccc;
	padding: 0px 20px;
	margin: 10px 0px;
	text-transform: uppercase;
}
header .nav ul li:last-of-type a {
	border-right: 0px; 
}
header .nav ul li:hover {
	background: #f3f1ec;
	-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: #515348;
	color: #fff;
	border: 1px solid #fff;
	font-size: 22px;
	border-radius: 0;
}
.button:hover {
	background: #404139;
	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;
		border-bottom: 1px solid #7a1938;
	}
	.home header {
		background: rgba(0,0,0,0.6);
	}
	header #above-nav {
		background: transparent;
		padding: 20px 0 0;
	} 
	header #logo {
		width: 35%;
	}
	header #logo img {
		max-width: 300px;
	}
	header #links {
		width: 65%;
		color: #7a1938;
	}
	header #links a {
		color: #7a1938;
	}
	header #links .phone a {
		color: #666;
	}
	.home header #links a {
		color: #fff;
	}
	.home header #links a:hover {
		color: #000;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	header #links .phone {
		margin-left: 15px;
		margin-right: 15px;
		padding-left: 15px;
		border-left: 1px solid #fff;
		text-align: right;
		margin-bottom: 66px;
		width: 15%;
	}
	header #links #social {
	}
	header #links #social .social {
		font-size: 30px;
	}
	header #links #social .social.lawpay {
		font-size: 20px;
		background: #400417;
		border: 1px solid #fff;
		padding: 5px 10px;
		color: #fff;
	}
	header #links .top-menu {
		justify-content: right;
	}

/* ^ 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 {
		background: #400417;
		color: #fff;
		padding: 20px 0;
		margin: 0;
		font-size: 20px;
		border-top: 1px solid #000;
	}
	
	#footer {
		color: #fff;
		padding-top:20px;
		padding-bottom:0px;
	}
	#footer a {
		color: #fff;
	}
	#footer .social {
		font-size: 30px;
		margin-right: 5px;
		color: #666;
	}
	#footer .col:first-of-type {
		width: 40%;
		margin-right: 5%;
		padding-right: 50px;
	}
	#footer .col:last-of-type {
		width: 55%;
		margin: 0;
		padding: 0px;
	}

	#footer .title {
		font-size: 32px;
		margin-bottom: 20px;
	}
	#footer .siteby {
		margin-top: 30px;
		max-width: 100%;
		width: 100%;
	}
	#footer .siteby img {
		max-width: 200px;
	}
		/* ^ FOOTER */
.staticText .banner_overlay_container, .banner_overlay_container {
	width: 40%;
	left: 30%;
}
.staticText .banner_overlay_header, .banner_overlay_header {
	color: #fff;
	font-size: 38px;
	font-family: "quatro-slab", serif;
	margin-bottom: 25px;
	font-weight: bold;
}
.banner_overlay_subhead {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
}
.staticText, .banner_overlay {
	top: 50%;
}
.TestimonialBlock .testimonialText {
	background: transparent url("../../Assets/Images/quotemarks-and-rule.png") 0 0 no-repeat;
	max-width: 960px;
	border-bottom: 1px solid #000;
	margin: 20px auto;
	padding: 70px 0 40px;
	text-align: center;
	color: #81002b;
	font-style: italic;
}
.blockAttorney .TestimonialBlock {
	margin-top: 40px;
}
.blockAttorney .TestimonialBlock .testimonialText {
	background: transparent url("../../Assets/Images/quotemarks-and-rule-small.png") 0 0 no-repeat;
	font-size: 18px;
	line-height: 22px;
}
.block.large-top-padding.TestimonialBlock {
	padding-top: 0;
}
.banner_button {
	background: transparent;
	border: 1px solid #fff;
	text-transform: uppercase;
}
.blockSlideshow {
	border-bottom: 8px solid #941438;
}
.home.scroll header {
	background: #000;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.bg-red-state {
	background: transparent url('../../Assets/Images/statehouse.jpg') 0 0 no-repeat;
	background-size: cover;
}
.bg-red-state * {
	color: #fff;
}
.bg-red-state.darktext h3,
.bg-red-state.darktext h2,
.bg-red-state.darktext h1 {
	color: #fff;
}
.field input,
.field select,
.field textarea {
	border-radius: 5px;
}
.blockform .form-wrapper {
	padding: 0;
}
@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 a,
	.home header #links a {
		color: #000;
		margin: 0;
		padding: 10px;
	}
	header .nav > ul > li:hover {
		background: #efefef;
	}
	header .nav > ul > li:hover > a {
		background: transparent;
	}

	h1 {
		font-size: 34px; 
	}
	h2 {
		font-size: 28px; 
	}
	h3 {
		font-size: 24px; 
	}
	header {
		background: #fff;
	}
	.home header {
		background: #000;
	}
	header #logo {
		text-align: center;
	}
	header .container {
		margin: 0; 
		padding: 0; 
	}
	header #navigation {
		background: #000;
	}
	
	header #links #social .social.lawpay,
	.home header #links .phone a {
		color: #fff;
	}
	header #links .phone a {
		color: #000;
	}
	.home header #navigation {
		background: #666;
	}
	.no-mobile {
		display: none;
	}
	.mobile {
		display: block;
	}
	#social {
		position: relative;
		top: 0;
		right: auto;
		text-align: center;
	}
	/* HEADER */
		header { }
	/* ^ HEADER */
	#footer .col:first-of-type,
	#footer .col:last-of-type,
	header #logo,
	header #links,
	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 {
		margin: 10px 0 0;
	}
	#footer .col:first-of-type {
		text-align: center;
		order: 2;
		margin: 10px 0;
		padding: 0;
	}
	#footer .col:last-of-type {
		order: 1
	}
	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;
	}
	main .right {
		text-align: center;
	}
	header .nav > ul > li > a {
		color: #000;
	}
	header .nav > ul > li > a:hover {
		color: #000;
	}
}
