@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);

a
{
	color: #b376a3;
}

a:hover
{
	color: #b376a3;
}

.inner
{
	background-color: #ffffff;
}

div.intro
{
	margin: 40px 0 0 0;
}

div.intro p 
{
    margin: 1.75rem 0;
	line-height: 1.5;
}

nav
{
	margin-bottom: 60px;
}

.navbar
{
	padding: .5rem 1rem .5rem .5rem;
}

.card
{
	margin: 20px 0 30px 0;
	background-color: #b376a3;
	color: #fcfcfc;
}

.card-light
{
	background-color: #f4ebf2;
	color: #000000;
}

.card-white
{
	background-color: #ffffff;
	color: #666;
	border: none;
}

.blockquote
{
    font-size: 1rem;
	padding: 10px 20px;
	position: relative;
}

.blockquote::before
{
	position: absolute;
	font-family: 'Times New Roman', Times, serif;
	content: "\201C";
	color: rgba(218,180,212,0.35);;
	top: -75px;
	left: 0;
	font-size: 12em;
}

.blockquote footer
{
	font-style: italic;
}

.blockquote footer::before 
{ 
    content: "\2014\00a0";
}

.img-gradient
{
	margin: 40px 0 0 0;
	position:relative;
	display:inline-block;
}

.img-gradient:after 
{
	content:'';
	position:absolute;
	left:0; top:0;
	width:100%; height:100%;
	display:inline-block;
	background: -moz-linear-gradient(top, rgba(188,189,192,0.5) 0%, rgba(179,118,163, 0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(179,118,163, 0.5)), color-stop(100%,rgba(188,189,192,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(188,189,192,0.5) 0%,rgba(179,118,163, 0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(188,189,192,0.5) 0%,rgba(179,118,163, 0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(188,189,192,0.5) 0%,rgba(179,118,163, 0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(188,189,192,0.5) 0%,rgba(179,118,163, 0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b376a3', endColorstr='#bcbdc0',GradientType=0 ); /* IE6-9 */
}

.img-gradient img
{
	display:block;
	webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

footer.end
{
	margin: 40px 0 0 0;
}

footer.end a
{
	color: #666;
	text-decoration: underline;
}

.btn-mccarthy-primary
{
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #b376a3;
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#b376a3),to(#936186));
	background-image: -webkit-linear-gradient(top,#b376a3,#936186);
	background-image: -o-linear-gradient(top,#b376a3,#936186);
	background-image: linear-gradient(to bottom,#b376a3,#936186);
	background-image: -moz-linear-gradient(top,#b376a3,#936186);
	background-repeat: repeat-x;
	border-color: #936186 #936186 #b376a3;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffb376a3',endColorstr='#ff936186',GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-mccarthy-primary:hover
{
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #b376a3;
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#936186),to(#b376a3));
	background-image: -webkit-linear-gradient(top,#936186,#b376a3);
	background-image: -o-linear-gradient(top,#936186,#b376a3);
	background-image: linear-gradient(to bottom,#936186,#b376a3);
	background-image: -moz-linear-gradient(top,#936186,#b376a3);
	background-repeat: repeat-x;
	border-color: #936186 #936186 #b376a3;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff936186',endColorstr='#ffb376a3',GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

li.nav-item
{
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
}

li.nav-item > a.nav-link
{
	padding-left: 0!important;
	padding-right: 0!important;
	border-bottom: 4px solid #ffffff;
}

li.active > a
{
	border-bottom: 4px solid #b376a3!important;
}

@media (min-width: 576px) 
{
	body 
	{
		background: url("https://www.transparenttextures.com/patterns/gradient-squares.png") repeat top left, linear-gradient(90deg, #b376a3 50%, #bcbdc0 50%);
		background-size: auto;
	}

	.inner
	{
		padding: 40px 60px;
		background-color: #ffffff;
	}

	.inner-dk
	{
		background-color: #eee!important;
	}
	
	.bg-light 
	{
		background-color: #ffffff!important;
		border-bottom:1px solid #eee;
	}

}

.split-buffer
{
	margin-top: 40px;
}

@media (min-width: 992px) 
{
	li.nav-item:hover > a
	{
		padding-left: 0!important;
		padding-right: 0!important;
		border-bottom: 4px solid #bcbdc0!important;
	}
	
	.split-buffer
	{
		margin-top: 0px;
		margin-left: 40px;
	}

	.navbar
	{
		padding: .5rem 1rem .5rem 0;
	}
	
}

#map 
{
	height: 400px; 
	width: 100%;
	border: 1px solid #ccc;
}

div.field-error
{
	color: #f00;
	font-weight: bold;
}

div.field-error input, div.field-error textarea
{
	border: 1px solid #f00;
	background-color: #fee;
}

div.field-error label::before 
{
    content: "Error: ";
}

#panel-error 
{
    background-color: #f00;
    padding: 5% 0;
    color: #ffffff;
    text-align: center;
    font-size: 150%;
}

#panel-success 
{
    background-color: #CEFFBB;
    padding: 5% 0;
    color: #207300;
    text-align: center;
    font-size: 150%;
}

.emailinsert
{
	display: none;
}