﻿
/* HOME STYLES
===================================================================== */
.homebanner {
	margin-top: 208px;
    background-color: #3926CD;
    z-index: 98;
	height: 625px;
    }



/* =====================================================================
	MISSION STATEMENT / NON-RESPONSIVE ELEMENTS
===================================================================== */

.missionlevel {
	padding: 50px 0 60px 0;
	background-color: #251870;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	box-shadow: 0 14px 16px rgba(0,0,0,.2);
    background-image: url(/Themes/Default/Content/Images/bg-accent-animal-illustration-blue.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.missiontitle h3 {
	color: #F1B434;
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: .08em;
}

.missiontext h4 {
	color: #fff;
	font-size: 24px;
	line-height: 34px;
	width: 80%;
	font-weight: 300;
	margin: 0 auto;
	letter-spacing: .05em;
}


/* =====================================================================
	SERVICES / NON-RESPONSIVE ELEMENTS
===================================================================== */
.servicelevel {
	padding: 35px 0 35px 0;
	background-color: #fff;
    background-image: url(/Themes/Default/Content/Images/bg-services-dog-cat.jpg);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center center;
}

.servicegrid {
	width: 90%;
	margin: 0 auto;
}

.serviceleft {
	float: left;
	width: 40%;
}

.serviceright {
	float: right;
	width: 44%;
}

.servicegrid .service h3 {
	font-family: playfair-display, serif;
	clear: both;
	display: block;
	color: #3926CD;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: .05em;
}

.servicegrid .servicecontent {
	clear: both;
	display: block;
	color: #000;
	font-size: 17px;
	line-height: 27px;
	font-weight: 400;
	letter-spacing: .06em;
	width: 90%;
}

.servicelinks {
	display: block;
	clear: both;
	padding: 20px 0;
}

.servicelinks ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-start;
}

.servicelinks li {
	padding: 6px 0;
	margin: 0 25px 0 0;
}

.servicelinks.tworows ul {
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	height: 100px;
}

.servicelinks.tworows li {
	width: 44%;
    margin: 0;
}

.servicelinks a {
	position: relative;
	display: inline-block;
	color: #3926CD;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: .05em;
}

.servicelinks a:hover {
	color: #3926CD;
}

.servicelinks a:before {
	position: absolute;
	top: -5px;
	left: 0;
	background-color: #3926CD;
	content: "";
	height: 1px;
	width: 100%;
	opacity: .2;
	z-index: -1;
	border-bottom: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.servicelinks a:after {
	position: absolute;
	top: -5px;
	left: 0;
	background-color: #3926CD;
	content: "";
	height: 1px;
	width: 0;
	opacity: .2;
	z-index: -1;
	border-bottom: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.servicelinks a:hover:after {
	opacity: 1;
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}


/* =====================================================================
	HELP / NON-RESPONSIVE ELEMENTS
===================================================================== */
.helplevel {
	padding: 100px 0 130px 0;
	background-color: #251870;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	box-shadow: 0 14px 16px rgba(0,0,0,.2);
    background-image: url(/Themes/Default/Content/Images/bg-accent-toys-blue.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.helptitle h3 {
	position: relative;
	display: inline-block;
	font-family: playfair-display, serif;
	color: #F1B434;
	font-size: 60px;
	font-weight: 900;
	letter-spacing: .08em;
	text-shadow: 4px 4px 8px rgba(0,0,0,.6);
}

.helptitle h3:before {
    position: absolute;
    top: 20px;
    left: -135px;
    content:"";
	height: 1px;
	width: 110px;
	background-color: #F1B434;
}

.helptitle h3:after {
    position: absolute;
    top: 20px;
    right: -135px;
    content:"";
	height: 1px;
	width: 110px;
	background-color: #F1B434;
}

.helptext h4 {
	color: #fff;
	font-size: 24px;
	line-height: 34px;
	width: 80%;
	font-weight: 300;
	margin: 0 auto;
	letter-spacing: .05em;
}

.helplinks {
	display: block;
	clear: both;
	padding-top: 40px;
	width: 78%;
	margin: 0 auto;
	justify-content: center;
}


@media only screen and (max-width: 1600px) {

	.helplinks {
		width: 95%;
	}

}

.helplinks .helprow {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.helplinks .helpcol {
	flex-basis: 23%;
}

.helplinks .helpcol a{
	position: relative;
	display: block;
	padding: 20px 0;
	color: #fff;
	background-color: #3926CD;
	box-shadow: 4px 4px 20px rgba(0,0,0,.6);
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #fff;
	font-weight: 900;
	font-size: 19px;
	letter-spacing: .1em;
	z-index: 4;
}

.helplinks .helpcol a:before{
    position: absolute;
    top: 0;
    left: 0;
    content:"";
	height: 100%;
	width: 0;
	background-color: #251870;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
	z-index: -1;
}

.helplinks .helpcol a:hover:before{
    position: absolute;
    top: 0;
    left: 0;
    content:"";
	height: 100%;
	width: 100%;
	background-color: #251870;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/* =====================================================================
	VOLUNTEER / NON-RESPONSIVE ELEMENTS
===================================================================== */
.volunteerlevel {
	padding: 70px 0 80px 0;
	background-color: #fff;
	background-image: url(/Themes/Default/Content/Images/bg-volunteer-dog.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 1;
}

.volunteergrid {
	width: 90%;
	margin: 0 auto;
}

.volunteerleft {
	float: left;
	width: 40%;
}

.volunteergrid .volunteerlabel h3 {
	clear: both;
	display: block;
	color: #F1B434;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: .04em;
}

.volunteergrid .volunteerlabel h3:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	background-color: #3926CD;
	content: "";
	height: 1px;
	width: 49px;
	opacity: .2;
	z-index: -1;
}

.volunteergrid .volunteertitle h4 {
	font-family: playfair-display, serif;
	clear: both;
	display: block;
	color: #3926CD;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: .03em;
	padding-top: 18px;
}

.volunteergrid .volunteercontent {
	clear: both;
	display: block;
	padding-top: 6px;
	color: #000;
	font-size: 17px;
	line-height: 27px;
	font-weight: 400;
	letter-spacing: .06em;
	width: 90%;
}

.volunteerlinks {
	display: block;
	clear: both;
	padding: 35px 0;
}

.volunteerlinks a {
	position: relative;
	display: inline-block;
	color: #3926CD;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: .05em;
}

.volunteerlinks a:hover {
	color: #3926CD;
}

.volunteerlinks a:before {
	position: absolute;
	top: -5px;
	left: 0;
	background-color: #3926CD;
	content: "";
	height: 1px;
	width: 100%;
	opacity: .2;
	z-index: -1;
	border-bottom: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.volunteerlinks a:after {
	position: absolute;
	top: -5px;
	left: 0;
	background-color: #3926CD;
	content: "";
	height: 1px;
	width: 0;
	opacity: .2;
	z-index: -1;
	border-bottom: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.volunteerlinks a:hover:after {
	opacity: 1;
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

/* =====================================================================
	NEWLETTER STATEMENT / NON-RESPONSIVE ELEMENTS
===================================================================== */
.newsletterlevel {
	min-height: 352px;
	background-color: #251870;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-shadow: 0 14px 16px rgba(0,0,0,.2);
	background-image: url(/Themes/Default/Content/Images/bg-accent-animal-illustration-blue.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 0;
}

.newsletterleft {
	float: left;
	width: 50%;
	height: 352px;
	background-image: url(/Themes/Default/Content/Images/Houston-humane-society-dog-newsletter.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 0 14px 60px rgba(0,0,0,.9);
}

.newsletterright {
	float: right;
	width: 45%;
}

.newslettercontentcontainer {
	display: block;
	padding-top: 100px;
	text-align: left;
	color: #fff;
	font-size: 16px;
	letter-spacing: .08em;
}

.newslettercontent {
	width: 90%;
	max-width: 650px;
	clear: both;
	display: block;
	padding: 6px 0 16px 0;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: .08em;
}

#mc_embed_signup {
	display: block;
	width: 100%;
}

/* MAIL CHIMP
----------------------------------------------- */
#mc_embed_signup label {
	clear: both;
	display: block;
	position: relative;
	font-family: playfair-display, serif;
	color: #F1B434;
	font-size: 50px !important;
	font-weight: 900 !important;
	letter-spacing: .08em;
	padding: 0 !important;
}


#mc_embed_signup input[type="email"] {
    clear: none !important;
    display: inline-block !important;
    font-family: 'Raleway', Arial, sans-serif !important;
    position: relative;
    font-size: 18px !important;
    width: 55% !important;
	min-height: unset !important;
    color: #211551 !important;
    padding: 11px !important;
    letter-spacing: .05em;
    font-weight: 400 !important;
    background-color: #FFF !important;
    border: solid 1px rgba(57,38,205,.2);
	border-radius: 0 !important;
	vertical-align: middle !important;
	margin: 0 0 0 0 !important;
}

/* MAIL CHIMP / BUTTON
----------------------------------------------- */
.subscribebutton {
	width: 20%;
    position: relative;
	display: inline-block;
	margin-left: 10px !important;
	vertical-align: middle !important;
}


#mc_embed_signup input.button {
    font-family: 'Raleway', Arial, sans-serif !important;
	display: inline-block !important;
	clear: none !important;
	width: unset !important;
	height: unset !important;
    position: relative;
    padding: 5px 30px !important;
	margin: 0 0 0 0 !important;
    color: #211551 !important;
    background-color: #F1B434 !important;
    box-shadow: 4px 4px 20px rgba(0,0,0,.3) !important;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #fff !important;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: .1em;
    z-index: 4;
	border-radius: 0 !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#mc_embed_signup input.button:hover {
    color: #fff !important;
    background-color: #3926CD !important;
    box-shadow: 20px 20px 60px rgba(0,0,0,.8) !important;
}




/* =====================================================================
	BLOG LEVEL / NON-RESPONSIVE ELEMENTS
===================================================================== */
.bloglevel {
	display: block;
	position: relative;
	min-height: 300px;
	z-index: 2;
	padding-bottom: 25px;
}

.bloglevel:before {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #211551;
	content: "";
	height: 250px;
	width: 100%;
	z-index: -1;
	border-bottom: none;
}

.bloglevel .bloggrid {
	position: relative;
	width: 90%;
	margin: 0 auto;
}

.bloglevel .blogleft {
	float: left;
	width: 35%;
}

.blogleft .bloglabel {
	padding-top: 25px;
}

.blogleft .bloglabel h3 {
	clear: both;
	display: block;
	color: #F1B434;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: .04em;
}

.blogleft .blocktitle h4 {
	font-family: playfair-display, serif;
	clear: both;
	display: block;
	color: #fff;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: .06em;
	padding-top: 18px;
}

.blogleft .blogcontent {
	clear: both;
	display: block;
	padding-top: 6px;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: .08em;
	width: 88%;
}

.bloglinks {
	display: block;
	clear: both;
	padding: 85px 0;
}

.bloglinks a {
position: relative;
display: inline-block;
color: #3926CD;
text-decoration: none;
font-size: 20px;
letter-spacing: .02em;
margin-right: 32px;
}

.bloglinks a:last-child {
margin-right: 0 !important;
}

.bloglinks a i {
padding-right: 5px;
}

.bloglinks a:hover {
	color: #3926CD;
}

.bloglinks a:before {
	position: absolute;
	top: -5px;
	left: 0;
	background-color: #3926CD;
	content: "";
	height: 1px;
	width: 100%;
	opacity: .2;
	z-index: -1;
	border-bottom: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.bloglinks a:after {
	position: absolute;
	top: -5px;
	left: 0;
	background-color: #3926CD;
	content: "";
	height: 1px;
	width: 0;
	opacity: .2;
	z-index: -1;
	border-bottom: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.bloglinks a:hover:after {
	opacity: 1;
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.bloglevel .blockright {
	float: right;
	width: 65%;
}

.blockright .blockentryblock {
	display: flex;
	justify-content: space-between;
	padding: 64px 0 75px 0;
}

.blockright .blockentry {
	flex: auto;
	align-items: center;

}

.blogentrycontainer {
	width: 94%;
	margin: 0 auto;
}

.blogentrycontainer .blogthumb {
	position: relative;
	width: 100%;
	overflow: hidden;
	border: 1px solid #fff;
	box-shadow: 0 14px 30px rgba(0,0,0,.4);
	min-width: 212px;
	max-width: 300px;
}

.blogentrycontainer .blogthumb img {
	width: 100%;
	margin: -1px 0 -6px -1px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.blogentrycontainer .blogthumb img {
	width: 100%;
	border: 1px solid #fff;
	box-shadow: 0 14px 30px rgba(0,0,0,.4);
}


.blogentrycontainer .blogthumb:hover img {
	transform: scale(1.04);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.blogentrycontainer .blogthumb .blogthumblink {
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.blogentrycontainer .blogthumb .blogthumblink a {
	position: relative;
	display: inline-block;
	background-color: #F1B434;
	padding: 10px 20px 8px 20px;
	color: #211551;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	z-index: 100;
}

.blogentrycontainer .blogthumb .blogthumblink a:hover {
	padding: 10px 60px 8px 30px;
	color: #fff;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.blogentrycontainer .blogthumb .blogthumblink a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	background-color: #251870;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	z-index: -1;
}

.blogentrycontainer .blogthumb .blogthumblink a:hover:before {
	width: 100%;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.blogentrycontainer .blogthumb:hover .blogthumblink a:before {
	width: 100%;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.blogentrycontainer .blogthumb:hover .blogthumblink a {
	padding: 10px 60px 8px 30px;
	color: #fff;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.blogentrycontainer .blogdetails {
	display: block;
	clear: both;
	padding: 22px 0 0 0;
	width: 90%;
	margin: 0 auto;
	max-width: 300px;
}

.blogentrycontainer .blogtitle a {
	text-decoration: none;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: .02em;
	color: #3926CD;
}

.blogentrycontainer .blogcat a {
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.blockentry .blogcat {
	display: block;
	clear: both;
	padding: 0 0 8px 0;
	width: 92%;
	margin: 0 auto;
}

.blockentry .blogcat a {
	text-decoration: none;
	font-size: 13px;
	font-weight: 300;
	color: #fff;
	letter-spacing: .08em;
	text-transform: uppercase;
}