/* =============================================================================
   The 1140px Grid V2 by Andy Taylor - http://cssgrid.net
   ========================================================================== */
.onecol,.twocol,.threecol,.fourcol,.fivecol,.sixcol,.sevencol,.eightcol,.ninecol,.tencol,.elevencol
	{
	margin-right: 3.8%;
	float: left;
	min-height: 1px;
}

.onecol {
	width: 4.85%;
}

.twocol {
	width: 13.45%;
}

.threecol {
	width: 22.05%;
}

.fourcol {
	width: 30.75%;
}

.fivecol {
	width: 39.45%;
}

.sixcol {
	width: 48%;
}

.sevencol {
	width: 56.75%;
}

.eightcol {
	width: 65.4%;
}

.ninecol {
	width: 74.05%;
}

.tencol {
	width: 82.7%;
}

.elevencol {
	width: 91.35%;
}

.twelvecol {
	width: 100%;
	float: left;
}

.last {
	margin-right: 0px;	
}

input {
	/*-webkit-appearance: none;*/
}

/* =============================================================================
   Common
   ========================================================================== */
h1 {
	line-height: 1;
}

a {
	color: #78c26d;
    font-weight: bold;
}
/*
a:visited {
	color: green;
}*/

a:hover {
	color: #5fa655;
}

a img {
	border: none;
}

.small {
	font-size: 0.8em;
}

.clear {
	clear: both;
}	

.left {
	float: left;	
}

.right {
	float: right;
}

iframe {
	border: none;
}

/* =============================================================================
   Structure
   ========================================================================== */
* {
	margin: 0px;
	padding: 0px;
}

html,body,#window {
	height: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #141414;
}

body {
	background-color: #faf9f2;
}

body>#window {
	height: auto;
	min-height: 100%;
}

.container {
	max-width: 980px;
	margin: 0 auto;
}

/* =============================================================================
   Header
   ========================================================================== */
.donation-popup-container {
	display: none;
	position: fixed;
    width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: rgba(0, 0, 0, .6);
}

.donation-popup-container .donation-popup-inner {
    display: table;
    width: 100%;
    height: 100%;
}

.donation-popup-container .donation-popup-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.donation-popup-container .donation-popup-bg {
	max-width: 550px;
    margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}

.donation-popup-container .donation-popup-bg a {
	display: block;
}

.donation-popup-container .donation-mobile-popup {
	display: none;
	max-width: 380px;
	margin: 0 auto;
	position: relative;
}

.donation-popup-container img {
	max-width: 100%;
}

.donation-popup-container .donation-desktop-popup {
	display: block;
}

.donation-popup-container .popup-close {
    text-decoration: none;
    position: absolute;
	top: -30px;
	font-size: 18px;
	right: 5px;
	color: white;
	font-weight: 900;
}

.donation-popup-container .donation-popup-redbtn,
.donation-popup-container .donation-popup-greenbtn {
    display: none;
}

.donation-popup-container.popuptoshow-1 .donation-popup-greenbtn {
    display: block;
}

.donation-popup-container.popuptoshow-2 .donation-popup-redbtn {
    display: block;
}

#header {
	margin: 0 auto;
	max-width: 1290px;
	width: 1290px;
	height: 197px;	
	background: #fff;
	box-shadow: 0px 0px 5px -1px #999;
	z-index: 13;
	position: relative;
}

#header .container {
	background: #fff;
	height: 123px;
}

/* Social Sharing */
.social {
	width: 159px;
	float: left;
	margin: 0px 0px 0px 30px;
}

.social p {
	font-size: 75%;
	background: url(../../images/layout/mail-icon.gif) no-repeat right 7px;
	margin: 22px 0 0 30px;
}	

.social p a {
	text-decoration: none;
	color: #878787;
}

.social ul {
	overflow: hidden;
	width: 159px;
	float: left;
	margin-top: 5px;
}	

.social ul li {
	width: 27px;
	height: 27px;
	float: left;
	background-image: url(../../images/layout/social-icons2.gif);
	background-repeat: no-repeat;
	list-style: none;
	margin-right: 6px;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.social ul li:hover {
	opacity: 0.6;
	transition: all .3s ease-in-out;
}
.social ul li.fb {
	background-position: left top;
}
.social ul li.tw {
	background-position: -32px top;
}
.social ul li.yt {
	background-position: -64px top;
}
.social ul li.insta {
	background-position: -96px top;
}
.social ul li.ph {
	background-position: -128px top;
	margin-right: 0px;
}

.social ul li a {
	display: block;
	text-indent: -9999px;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Cruelty */
#header .cruelty {
	background-color: #f2f2f2;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -o-border-radius: 0px 0px 3px 3px;	
	border-radius: 0px 0px 3px 3px;
	float: left;
	padding: 21px 16px;
	width: 237px;
	margin: 0px 14px;
}

#header .cruelty p.title {
	font-weight: 700;
	font-size: 95%;
	text-transform: uppercase;
	margin: 0 0 7px;
}

#header .cruelty p {
	font-size: 75%;
	color: #000;
	line-height: 120%;
}

#header .cruelty p a {
	color: #0096d0;
	text-decoration: underline;	
}

/* Donate */
#header .donate {
	background: url(../../images/layout/donate-bg.gif) no-repeat center top;	
	color: #fff;
	width: 237px;
	float: right;
	padding: 5px 0px 0px;
	position: relative;
}

#header .donate p {
	font-weight: 300;
	font-size: 93%;
	text-align: center;
	margin: 0px 0px 0px
}

#header .donate p strong {
	font-weight: 700;
	font-size: 259%;
	text-transform: uppercase;
	display: block;
	padding: 5px 0 10px;
}

#header .donate .button {
	display: none;
}

#header .donate form.donations {
	width: 125px;
	/*padding: 0 0 20px 15px;*/
	padding: 0 0 37px 15px;
	margin: 0 auto;
	overflow: hidden;
}

#header .donate form.donations .row {
	float: left;
	width: 50px;
}

#header .donate form.donations input {
	margin: 2px 0px 0px 2px;
	box-shadow: 0px 0px 3px #555;
	float: left;
}

#header .donate form.donations label {
	color: #88deff;
	font-size: 90%;
	font-weight: 700;
	float: left;
	line-height: 107%;
}

#header .donate #donateBoxExpanded {
    position: absolute;
    top: 83px;
	left: 1px;
    width: 99.5%;
	padding: 10px;
	background: #0096d0;
	display: none;
    box-sizing: border-box;
	text-align: center;
}

#donateBoxExpanded input.submit {
	background: #0381b2;
	color: #fff;
	text-align: center;
	width: 88px;
	height: 39px;
	border: 1px solid #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 74%;
	text-transform: uppercase;
	font-weight: 700;
	margin: 10px auto 20px !important;
	float: none !important;
	padding: 0px;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}	

#donateBoxExpanded input.submit:hover {
	opacity: 1;
	background: #026890;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}

.donationForms.view {
	
}

.donationForms.view input[type=text], .donationForms.view input[type=email], .donationForms.view select, .donationForms.view textarea {
	line-height: 1.5;
	border: 1px solid #ccc;
}

.donationForms.view h4 {
	margin: 15px 0 25px;
	line-height: 1;
}

.donationForms.view legend {
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #141414;
	border: none;
	font-weight: 300;
}

.donationForms.view .donation-recurring-block legend {
	display: none!important;
}

.donationForms.view label {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    color: #141414;
	border: none;
	font-weight: 300;
}

.donationForms.view .radio label {
    padding-left: 25px;
	margin-bottom: 3px;
}

.donationForms.view .checkbox label {
    padding-left: 25px;
	margin-bottom: 3px;
	line-height: 18px;
}

#content .donationForms.donate .donation-form.row {
	margin-bottom: 40px;
}

#content .donationForms.donate .donation-form.row h2 {
	font-size: 20px;
	text-transform: capitalize;
	margin: 0 0 20px;
	font-weight: 500;
}

#content .donationForms.donate .donation-form.row h3 {
	margin: 0 0 10px;
	font-size: 16px;
}


/* =============================================================================
   Navigation
   ========================================================================== */
.slicknav_menu,
.slicknav_menu h1 {
	display: none;
}

#nav {
	background: #78c26d;
	margin: 0 auto;
	max-width: 1290px;
	width: 1290px;
	height: 74px;
}

#nav .container {
	background: #78c26d;
	height: 74px;
}

#nav ul {
	float: left;
	padding: 16px 0px 0px;
	max-width: 85%;
}

#nav ul li {
	float: left;
	list-style: none;
	font-size: 87%;
	position: relative;
}

#nav ul li a {
	text-decoration: none;
	text-transform: uppercase;	
	font-weight: 400;
	color: #fff;
	padding: 9px 4px;
	display: block;
	border: 1px solid #78c26d;
	margin: 0px 4px 0px 0px;
}

#nav ul li:hover > a,
#nav ul li.current > a {
	background: #5ba150;	
	box-shadow: inset 0px 0px 5px #518f47;
	border: 1px solid #518f47;
}

#nav ul li#home {
	width: 35px;	
}

#nav ul li#home a {
	background-image: url(../../images/layout/home-bg.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	text-indent: -9999px;
	width: 16px;
}

#nav ul li#home a {
	margin: 0 9px 0 0;
}

#nav ul li#home:hover a,
#nav ul li#home.current a {
	background-position: -26px -13px;
	border: 1px solid #78c26d;
	background-color: #78c26d;	
	box-shadow: none;
}

#nav ul li a.last {
	margin: 0; 
}

#nav form.search {
	float: right;
	margin: 20px 0 0;
	box-shadow: 0px 0px 1px #69a860;
	border-radius: 30px;	
}

#nav form.search label {
	display: none;
}

#nav form.search input {
	border: 1px solid #69a860;
	height: 30px;
	color: #295322;
	font-weight: 300;
	font-size: 81%;
	font-family: 'Roboto', sans-serif;
	display: block;
	background-color: #ade8a4;
	float: left;
}

#nav form.search input.search-field {
	-webkit-border-radius: 30px 0px 0px 30px;
    -moz-border-radius: 30px 0px 0px 30px;
    -o-border-radius: 30px 0px 0px 30px;
	border-radius: 30px 0px 0px 30px;
	width: 85px;
	padding: 0px 5px 0px 14px;
	border-right: 0px;
	height: 34px;
	line-height: 187%;
	margin: 0;
	border: 0;
}
#nav form.search input.search-field:focus {
	border: none;
	outline: none;
}

#nav form.search input.search-field::-webkit-input-placeholder {
   color: #418037 !important;
}
#nav form.search input.search-field:-moz-placeholder {
    color: #418037 !important;
}
#nav form.search input.search-field::-moz-placeholder {
   color: #418037 !important;
}
#nav form.search input.search-field:-ms-input-placeholder {
   color: #418037 !important;
}

#nav form.search input.search-btn {	
	background-image: url(../../images/layout/search-bg.png);
	background-repeat: no-repeat;
	background-position: left 9px;
	-webkit-border-radius: 0px 30px 30px 0px;
    -moz-border-radius: 0px 30px 30px 0px;
    -o-border-radius: 0px 30px 30px 0px;
	border-radius: 0px 30px 30px 0px;
	width: 30px;
	/*padding: 2px 0px 0px 0px;*/
	text-indent: -9999px;
	border-left: 0px;
	height: 34px;
	line-height: 187%;
	border: 0;
	margin: 0;
	padding: 0;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;

}

/* =============================================================================
   Main Navigation sub menu items
   ========================================================================== */

#nav ul#menu li ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 250px;
	max-width: none;
	z-index: 15;
	padding: 0;
	display: none;
}

#nav ul#menu li ul li {
	width: 100%;
	background: #78c26d;
}

#nav ul#menu li ul li a {
	width: 100%;
	box-sizing: border-box;
	padding: 5px 15px;
}

#nav ul#menu li:hover ul {
	display: block;
}

#nav ul li.ancestor > a {
	background: #5ba150;	
	box-shadow: inset 0px 0px 5px #518f47;
	border: 1px solid #518f47;
}

/* =============================================================================
   Slider
   ========================================================================== */
#slider {
	clear: both;	
	position: relative;
	z-index: 10;
	height: 375px;
}

#slider .container {
	max-width: 1568px;	
	position: relative;
	top: -197px;
	z-index: 10;
	height: 635px;
}

#slider a.rslides_nav {
	position: absolute;
	top: 55%;
	opacity: 0;
	transition: all 0.5s ease;
}

#slider a.rslides_nav.prev {
	left: 10%;
}

#slider a.rslides_nav.next {
	right: 10%;
	background-position: right top;
}

#slider .container:hover a.rslides_nav {
	opacity: 1;	
}



/* =============================================================================
   Banners
   ========================================================================== */
#banner {
	margin: 0 auto;
	max-width: 1290px;
	height: 134px;
	background-image: url(../../images/banners/banner-13.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}	

/* =============================================================================
   Content
   ========================================================================== */
#content-holder {
	box-shadow: 0px 0px 5px -1px #999;
	width: 1290px;	
	max-width: 1290px;
	margin: 0 auto;
}

#content {
	margin: 0 auto;
	width: 100%;
	background: #fff;
	z-index: 12;
	position: relative;
	font-size: 87%;
	line-height: 100%;
	border-bottom: 0px;
}

#content-holder #content table {
	width: 100%!important;
}

#content-holder #content table tr {
	background: #fff;
}

#content-holder #content table tr td {
	border: none;
}


#content .container {
	overflow: hidden;
	padding: 15px 0 63px;
}

#content .cta {
	overflow: hidden;	
}

#content .cta li {
	list-style: none;
}	

#content .cta li .img {
	width: 204px;
	height: 165px;
	overflow: hidden;
	display: block;
	margin: 0px 0px 30px;
}

#content .cta li h3 a {
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}

#content .cta li img {
	margin: 0px 0px 27px;
}

#content .cta li img {
	opacity: 1;
	transition: all .3s ease-in-out;
	transform: scale(1.1);
}

#content .cta li img:hover {
	transform: scale(1);
	transition: all .3s ease-in-out;
	opacity: 1;
}

#content .cta h3 {
	background-image: url(../../images/layout/cta-icons.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 3px 0px 0px 23px;
	margin: 0px 0px 20px;
	text-transform: uppercase;
	font-size: 100%;
}

#content .cta .report h3 {
	background-position: -20px -30px;
}

#content .cta .involve h3 {
	background-position: -38px -60px;
}

#content .cta .train h3 {
	background-position: -58px -90px;
}

#content .cta p {
	font-size: 100%;
	line-height: 140%;
	font-weight: 300;
	margin: 0px 0px 25px;
}

#content .cta p.btn {
	width: 93%;
	height: 47px;
	border: 1px solid #e1e1e1;
	margin: 0px;
	font-size: 87%;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#content .cta p.btn a {
	color: #000;
	font-weight: 700;
	padding: 15px 19px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	background: url(../../images/layout/cta-btn-bg.png) no-repeat right center;
	background-color: #fff;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#content .cta p.btn:hover a {
	color: #fff;
	background-color: #0381b2;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* =============================================================================
   Inner Page Display of Content Section
   ========================================================================== */
#content .crumbs {
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}

#content .crumbs li {
	list-style: none;
	font-size: 72%;
	font-weight: 400;
	float: left;
	color: #b1b1b1;
	text-transform: uppercase;
	margin: 0 5px 0 0;
}

#content .crumbs li a {
	color: #707070;
	text-decoration: none;
}

body.mail-appeal-donation-6 #content .crumbs,
body.general-donation-2 #content .crumbs {
	display: none;
}

#content .fourcol {
	padding: 50px 0px 0px;
}

/***** Expandable Menu *****/
#content #submenu p.button {
	display: none;	
}

#content .fourcol ul.expand {	
	margin: 0px;
	width: 256px;
}

#content .fourcol ul.expand li {
	background: none;
	list-style: none;
	padding: 0px;
	font-size: 108%;
	text-transform: uppercase;
	line-height: 124%;
	font-weight: 700;
}

#content .fourcol ul.expand li.dcjq-parent-li a {
	background-image: url(../../images/layout/expand-bg.png);
	background-repeat: no-repeat;
	background-position: left -24px;
}	

#content .fourcol ul.expand li a {
	background: none;
	list-style: none;
	padding: 8px 0 8px 19px;
	color: #2e2e2e;
	font-weight: 600;
	text-decoration: none;
	display: block;
}	

#content .fourcol ul.expand li:hover a,
#content .fourcol ul.expand li a.menu-active {
	background-position: left 12px;
	text-decoration: none;
	color: #a7a7a7;
}

/***** Second Level Menu *****/
#content .fourcol ul.expand ul {
	background: #fff;
	padding: 5px 0 0;
	margin: 0 0 15px;
	border-bottom: 1px solid #e4e4e4;
}	

#content .fourcol ul.expand li li {
	font-size: 108%;
	text-transform: none;
	padding: 6px 0 5px 19px;
	line-height: 140%;
	border-top: 1px solid #e4e4e4;
}

#content .fourcol ul.expand li li.selected a {
	color: #252525;
}

#content .fourcol ul.expand li li a,
#content .fourcol ul.expand li:hover li a {
	background-image: none !important;
	color: #141414 !important;
	text-decoration: none;
	font-weight: 300;
	font-size: 92%;
	padding: 3px 0;
}

#content .fourcol ul.expand li:hover li a {
	text-decoration: none;
}	


#content .eightcol {
	padding: 34px 0px 0px;
}	

#content h2 {
	font-size: 159%;
	line-height: 150%;
	text-transform: uppercase;
	font-weight: 700;	
	margin: 0 0 42px;
}

#content h3 {
	font-size: 130%;
	line-height: 150%;
	font-weight: 400;	
	margin: 0 0 18px;
	color: #78c26d;
}

#content .h3-dog-training {
	margin: 0 0 0;
}

#content p {
	font-size: 108%;
	line-height: 140%;
	font-weight: 300;	
	margin: 0 0 20px;
}

#content hr {
	margin: 40px 0px 35px;	
	color: #cfcfcf;
	background: #cfcfcf;
	height: 1px;
	clear: both;
}

#content img.right {
	margin: 0 0 0 18px;
}

#content .eightcol p.btn {
	background-image: url(../../images/layout/content-btn-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;	
	background-color: #0096d0;
	width: auto;
	height: 49px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}

#content .eightcol p.btn a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 80%;
	font-weight: 700;
	padding: 14px 40px 14px 12px;
	display: block;
}

#content .eightcol p.btn:hover {
	background-color: #0381b2;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}

#content p.comments {
	background: url(../../images/layout/comment-bg.gif) no-repeat left 3px;
	padding: 0 0 3px;
	width: 37%;
	float: right;
	text-align: left
}

#content .featured p.comments {
	float: left;
}

#content p.comments a {
	color: #0096d0;
	text-decoration: none;
	font-size: 100%;
	padding: 0 0 0 28px;
}

#content .share {
	width: 100%;
}	

#content .featured .share {
	width: 50%;
	float: right;
	text-align: right;
}

#content .eightcol .fb-like {
	margin: 0 10px 0 0;	
}

#content .sharing-block {
	float: right;
	margin-right: 30px;
}


/* =============================================================================
   News
   ========================================================================== */
#news {
	margin: 0 auto;
	width: 100%;
	z-index: 12;
	position: relative;
	font-size: 87%;
	line-height: 100%;
	background: #f2f2f2;
	overflow: hidden;
	border-top: 8px solid #0096d0;
}

#news .container {
	overflow: hidden;
	padding: 80px 0px;	
}

#news .paging {
	display: none;
}

/* =============================================================================
   Search page
   ========================================================================== */
#content .search-result-term {
	margin-bottom: 5px;
}

#content .search-result {
	margin-bottom: 40px;
}

#content .search-result h2 {
	margin-bottom: 5px;
}

#content .search-result p{
	margin-bottom: 15px;
}

/* =============================================================================
   Blog
   ========================================================================== */
#content .ninecol {
	padding: 37px 0px 0px;
}

#content .ninecol .post {
	border-bottom: 1px solid #cfcfcf;
	overflow: hidden;
	padding: 20px 0 40px;
	margin: 25px 0 25px;
}

#content .ninecol .featured.post {
	border-bottom: 1px solid #cfcfcf;
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0 0 25px;
}

#content .ninecol .post p.date {
	font-weight: 700;
	font-size: 100%;
	margin: 0;
	line-height: 110%;
}

#content .ninecol .post h3 {
	font-size: 158%;
	line-height: 110%;
	font-weight: 300;
	margin: 0 0 13px;
}

#content .ninecol .featured.post h3 {
	margin: 0 0 27px;
}

#content .ninecol .post h3 a {
	color: #0096d0;
}

#content .post img {
	margin: 0 0 15px;	
}

#content .featured.post img {
	margin: 0 0 30px;	
}

#content .ninecol .post p.more {
	font-size: 115%;
	margin: 0 0 30px;
	float: left;
}

#content .ninecol .featured.post p.more {
	font-size: 115%;
	margin: 0 0 30px;
	width: 40%;
	float: none;
}

#content .ninecol .post a {
	color: #0096d0;
}

#content .comment-form {
	margin-top: 40px;
}

#content .comment-form legend {
	border: none;
	margin: 20px 0;
}

#content .comment-form input,
#content .comment-form textarea {
	border: 1px solid #cfcfcf;
	
}

#content .comment-form input[type=submit] {
	padding: 10px 20px;
}


/* =============================================================================
   Blog Sidebar
   ========================================================================== */
#content .threecol {
	padding: 30px 0px 0px;
}

#content .threecol h3 {
	font-weight: 700;
	font-size: 103%;
	color: #000;
	text-transform: uppercase;
	margin: 13px 0 21px 12px;
}

#content .threecol ul {
	background: #fff;
	margin: 5px 0 15px;
	border-bottom: 1px solid #e4e4e4;
	margin-left: 12px;
	margin-bottom: 55px;
}	

#content .threecol li {
	font-size: 115%;
	text-transform: none;
	padding: 9px 0;
	line-height: 140%;
	border-top: 1px solid #e4e4e4;
	list-style: none;
}

#content .threecol li.selected a {
	color: #252525;
}

#content .threecol li a,
#content .threecol li:hover a {
	background-image: none !important;
	color: #141414 !important;
	text-decoration: none;
	font-weight: 300;
	font-size: 92%;
	padding: 3px 0;
}

#content .threecol .box {
	margin-left: 12px;	
	padding: 22px 20px;
	color: #fff;
	background: #0096d0;
	margin-bottom: 40px;
}

#content .threecol .box h4 {
	font-size: 150%;
	font-weight: 300;
	margin: 0 0 18px;
	line-height: 120%;
}

#content .threecol .box h4 span {
	color: #ade8a4;
}

#content .threecol .box p {
	font-weight: 300;
	font-size: 100%;
	line-height: 135%;
}

#content .threecol .box p.btn {
	border: 1px solid #fff;
	background: url(../../images/layout/content-btn-arrow.png) no-repeat right center;
	margin: 0;
}

#content .threecol .box p.btn a {
	color: #fff;
	padding: 16px 14px;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 90%;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#content .threecol .box p.btn a:hover {
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	background: 	
}

#content .threecol .volunteer {
	background: #0096d0;
	margin-bottom: 40px;
}

#content .threecol .training {
	background: #78c26d;	
}

#content ul.page-nav {
	overflow: hidden;
	float: left;
}	

#content ul.page-nav li {
	float: left;
	margin-right: 8px;
	list-style: none;
	line-height: 100%;
	width: 23px;
	height: 23px;
	text-align: center;
}

#content ul.page-nav li a {
	background-color: #0096d0;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 4px 5px 5px;
	font-weight: 400;
}

#content ul.page-nav li.active a,
#content ul.page-nav li:hover a  {
	background-color: #c8c8c8;
}

#homeCtas {
	padding-top: 65px;
	padding-bottom: 17px;
}

/* =============================================================================
   Content Slider
   ========================================================================== */
#news .content-slider {
	width: 481px;
	height: 375px;
	float: left;	
}
   
/* =============================================================================
   News Holder
   ========================================================================== */   
#news h3 {
	font-size: 130%;
	line-height: 100%;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px 0px 25px;	
	float: left;
}

#news p.view {
	float: right;
	padding: 3px;	
}

#news p.view a {
	background: url(../../images/layout/news-icon.gif) no-repeat right center;	
	color: #878787;
	text-decoration: none;
	font-size: 86%;
	font-weight: 400;
	padding: 0 20px 0 0;
}

#news p.view a:hover {
	color: #0096d0;
	text-decoration: underline;
}

#news .news {
	width: 444px;
	float: right;	
}

#news .news ul {
	width: 444px;
	overflow: hidden;
}

/* News Styles */
#news .news ul li {
	background: #fff;
	border: 1px solid #e1e1e1;
	list-style: none;
	margin: 1px 0px 10px 1px;
	padding: 0px;
	width: 440px;
	height: 102px;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#news .news ul li:hover {
	opacity: 0.7;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	box-shadow: 0px 0px 4px -2px #0096d0;	
}

#news .news li .left {
	width: 87px;
	min-height: 86px;
	position: relative;
	margin: 0px 20px 0px 0px;
}

#news .news li .right {
	width: 300px;
	padding: 0px 10px 0px 0px;
}

#news .news ul li img {
	position: absolute;
	z-index: 98;
}

#news .news ul li img.frame {
	position: absolute;
	z-index: 99;
	/*Added display:none so the images would be square. Remove display to make images circle*/
	display: none;
}

#news .news a {
	display: block;
	padding: 8px 11px;
}	

#news .news a p.date {
	font-weight: 700;
	margin: 5px 0 0;
	font-size: 86%;
	line-height: 100%;
}

#news .news a p.title {
	margin: 0px 0px 4px;	
	font-size: 100%;
	color: #0096d0;
	text-decoration: underline;
}

#news .news a p {
	font-weight: 300;
	font-size: 86%;
	line-height: 150%;
	color: #141414;
}

/* =============================================================================
   Payment
   ========================================================================== */
.payment-page {
	
}

.payment-page .checkout-form input[type=text], 
.payment-page .checkout-form input[type=email], 
.payment-page .checkout-form select, 
.payment-page .checkout-form textarea {
	line-height: 1.5;
    border: 1px solid #ccc;
}


/* =============================================================================
   Info
   ========================================================================== */
#info {
	margin: 0px;
	width: 100%;
}

#homeVideo {
	background: url(../../images/layout/info-bg.jpg) no-repeat center top;	
	padding: 92px 0 0 0;
	margin-top: -92px;
}

#info .container {
	padding: 0 0 80px;	
}

/* Newsletter Sign up */
#info form.newsletter {
	width: 722px;
	height: 42px;
	box-sizing: content-box;
	padding: 20px 30px 30px;
	background: #78c26d;
	margin: 0 auto;
	color: #fff;
	z-index: 10;
	position: relative;
}

#info form.newsletter h4 {
	font-size: 138%;
	line-height: 100%;
	font-weight: 300;
	float: left;
	margin: 0px 25px 0px 0px;
}	

#info form.newsletter h4 strong {
	font-weight: 300;
	color: #000;
	display: block;
}

#info form.newsletter input {
	background-image: url(../../images/layout/newsletter-form-bg.gif);
	background-repeat: no-repeat;
	background-position: left -17px;
	height: 9px;
	background-color: #ade8a4;
	border: 1px solid #6aaa61;
	color: #418037;
	padding: 15px 15px 15px 50px;
	font-size: 80%;
	box-shadow: inset 0 0 3px #9bd792;
	width: 145px;
	margin-right: 19px;
	font-family: 'Roboto', sans-serif;
}
#info form.newsletter input::-webkit-input-placeholder {
   color: #418037 !important;
}
#info form.newsletter input:-moz-placeholder {
    color: #418037 !important;
}
#info form.newsletter input::-moz-placeholder {
   color: #418037 !important;
}
#info form.newsletter input:-ms-input-placeholder {
   color: #418037 !important;
}


#info form.newsletter input.email {
	background-position: left -76px;
}

#info form.newsletter input.submit {
	background: #78c26d;
	color: #fff;
	border: 1px solid #fff;
	font-weight: 700;
	text-transform: uppercase;
	width: 88px;
	height: 39px;
	box-shadow: none;
	font-size: 74%;
	padding: 0px;
	margin: 0px;
	opacity: 1;
	vertical-align: top;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}

#info form.newsletter input.submit:hover {
	background: #418037;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
	cursor: pointer;
}

/* Video and volunteer section */
#info .volunteer {
	margin: 80px 0 0;
	overflow: hidden;
	padding-bottom: 80px;
}

#info .volunteer .how {
	width: 238px;
	box-sizing: content-box;
	padding: 30px 27px;
	background: #0096d0;
	color: #fff;
}

#info .volunteer .how h5 { 
	font-weight: 300;
	font-size: 190%;
	line-height: 100%;
	margin: 0px 0px 20px;
}

#info .volunteer .how h5 strong { 
	font-weight: 300;
	color: #ade8a4;
}

#info .volunteer .how p {
	font-size: 106%;
	font-weight: 300;
}	

#info .volunteer .how p.btn {
	border: 2px solid #e1e1e1;
	width: 207px;
	height: 63px;
	padding: 0;
	margin: 52px 0px 0px;
	text-align: left;
}

#info .volunteer .how p.btn a {
	background-image: url(../../images/layout/volunteer-btn-bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 80%;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	padding: 19px 21px 20px;
}

#info .volunteer .how p.btn:hover {
	opacity: 1;
}

#info .volunteer .how p.btn:hover a {
	background-color: #0381b2;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/************** Inner Page Display of Info/Newsletter Section **************/
/*.inner #info {
	background: #78c26d;
	height: 100px;
}

.inner #info .container {
	padding: 0px 0px;
}

.inner #info form.newsletter {
	padding: 29px 0px;	
}*/

#info {
	background: #78c26d;
}

#info .container {
	padding: 0px 0px;
}

#info form.newsletter {
	padding: 29px 30px;	
}

/* =============================================================================
   Campaigns page
   ========================================================================== */

#content .content-anchor {
	position: relative;
	top: -30px;
}

#content .back-to-top {
	color: #a7a7a7;
	font-weight: 300;
}

/* =============================================================================
   Footer
   ========================================================================== */
#footer {
	margin: 37px 0 0;
	background: #faf9f2;
}

#footer a {
	color: #686868;
	text-decoration: none;
}	

#footer a:hover {
	color: #0096d0;
	text-decoration: underline;
}

#footer .container {
	width: 980px;
	padding: 40px 0px;
	border-top: 3px solid #78c26d;
	overflow: hidden;
}

#footer .left {
	width: 280px;	
}

#footer .right {
	width: 639px;
}

#footer h6 {
	font-size: 81%;
	line-height: 100%;
	text-transform: uppercase;
	/*font-size: 700;*/
	margin: 25px 0px 10px;
	color: #000;
}	

#footer ul.footer-nav {
	overflow: hidden;
	float: right;
	width: 639px;
	background: url(../../images/layout/footer-bg.png) no-repeat left bottom;
	color: #686868;
	padding: 0px 0px 58px;
}	

#footer ul.footer-nav li {
	float: left;
	list-style: none;
}	

#footer ul.footer-nav li li {
	list-style: none;
	float: none;
	font-size: 70%;
	line-height: 179%;
}

#footer ul.footer-nav li.col {
	float: left;	
	margin-right: 30px; 
}

#footer ul.footer-nav li.support {
	width: 111px;
}

#footer ul.footer-nav li.tools {
	width: 115px;
}

#footer ul.footer-nav li.donate {
	width: 123px;
}

#footer ul.footer-nav li.contact {
	list-style: none;
	width: 200px;
	margin-right: 0px;
}

/* Contact Menu Styling */
#footer ul.footer-nav li.contact ul li {
	background-image: url(../../images/layout/footer-contact-icons.png);
	background-repeat: no-repeat;
	padding: 0 0 0 18px;
}

#footer ul.footer-nav li.contact ul li.ph {
	background-position: left 5px;
}

#footer ul.footer-nav li.contact ul li.mail {
	background-position: -14px -16px;
}

#footer ul.footer-nav li.contact ul li.address {
	background-position: -29px -56px;
	margin-top: 20px;
}

#footer .copyright {
	font-size: 63%;
	text-transform: uppercase;
	clear: both;
	padding: 30px 0px 0px;
	width: 400px;
	float: left;
	color: #686868;
}

#footer .copyright a {
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 0px 5px;
	border-left: 1px solid #e1e1e1;
}

#footer .social {
	width: auto;
	float: right;
	margin: 27px 0px 0px;
}

#footer .social li {
	background-color: #faf9f2;
}

/* =============================================================================
   Smaller screens
   ========================================================================== */
@media only screen and (max-width: 1290px) {
	#header, #nav, #slider .container, #content-holder, #footer {
		width: 100%;
		max-width: inherit;
	}	
	#slider .container, #content-holder .container #footer .container {
		padding: 0px !important;	
	}
}	

@media only screen and (max-width: 1120px) {
	#header .cruelty {
		padding: 21px 14px;
		width: 237px;
	}
	#header .donate {
		float: left;
	}	
}

@media only screen and (max-width: 1010px) {
	#header .threecol h1 {
		width: auto;
		height: auto;
		margin-left: 10px;
	}
	#header .threecol img {
		height: auto;
		padding: 0;
		width: 100%;
	}
	.social {
		text-align: right;
		margin: 0;
	}
	#header .cruelty {
		margin: 0 2%;
		padding: 3% 4%;
		width: 23%;
	}
	#header .donate {
		width: 36%;
	}
	.social p {
		padding: 0 20px 0 0;
	}	
	.social ul li {
		text-align: left;	
	}
	#nav ul {
		padding: 16px 0 0 10px;	
	}
	#nav form.search {
    	margin: 20px 10px 0 0px;
	}
	#news .news {
		width: 45%;
	}
	#news .news ul {
		float: left;
		width: 98%;
	}
	#news .news ul li {
		width: 99%;
	}	
	#news .news li .right {
		width: 70%;
	}
}

@media only screen and (max-width: 960px) {
	#nav ul li {
		font-size: 88%;	
	}
	#nav ul li#home a {
		padding: 9px 11px 9px 11px;
	}
	#nav ul li a {
		padding: 9px 0 9px 2%;	
	}
	#content .container {
		padding: 40px 0px 60px;	
	}
	#content .cta {
		padding: 0 3%;	
	}
	#content .cta li .img {
		margin: 0;	
	}
	#content .cta li img {
		width: 80%;
		height: auto;
		margin: 0;
	}	
	#news .news {
		width: 41.5%;
	}
	#news .news ul {
		width: 99%;
	}	
	#news .news li .right {
		padding: 0;
		width: 65%;
		float: left;
	}
	#nav form.search input.search-field {
		width: 80px;	
	}
	#info .volunteer .how {
		float: right;
		padding: 15px 17px;
		width: 80%;
	}	
}

@media only screen and (max-width: 920px) {
	#info {
		background-size: cover;	
	}
	#info .volunteer {
		margin: 40px 0 0;
	}
	#info .eightcol,
	#info .fourcol {
		float: none;
		width: 80%;
		margin: 0 auto;	
		text-align: center;
		overflow: hidden;
	}
		
	#info .volunteer .how {
		text-align: left;
		float: none;
		width: auto;
		margin: 30px 0px 0px;
		padding: 30px 27px;
		overflow: hidden;
	}
	#info .volunteer .how p {
		float: left;
		width: 66%;
		margin: 0;
	}
	#info .volunteer .how p.btn {
		margin: 0px 0 0;
		float: right;
		width: 30%;
	}
}

@media only screen and (max-width: 870px) {
	#news .content-slider {
		width: 481px;
		margin: 0 auto 60px;
		float: none;
	}
	#news .news {
		width: 90%;
		float: none;
		margin: 0 auto;
		overflow: hidden;
	}
}


/* =============================================================================
   Tablet - Landscape
   ========================================================================== */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	#window #slides .text {
		padding: 0 30px 0 0;
	}
}

/* =============================================================================
   Tablet - Portrait
   ========================================================================== */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	#nav ul#menu,
	#header h1 {
		display: none;
	}
	.slicknav_menu,
	.slicknav_menu h1 {
		display: block;
	}
	.slicknav_menu {
		height: 76px;
		z-index: 99999;
	}
	.slicknav_btn {
		margin: 13px 12px 12px 0;
	}
	.slicknav_menu h1 {
		width: 200px;
		position: absolute;
		top: 0px;
	}	
	.slicknav_menu h1 img {
		height: 76px;
		width: auto;	
		margin: 0 0 0 20px;
	}
	/* Header */
	#window #header {
		height: 117px;
		overflow: hidden;
	}
	#header .social {
		margin: 0 0 0 10px;
	}
	#header .cruelty {
		margin: 0 3% 0 4%;
		padding: 3% 5%;
		width: 23%;
	}
	#header .donate .donate-msg {
		display: none;
	}
	#header .donate form.donations {
		padding: 0;
		background: none;
	}
	#header .donate #donateBoxExpanded {
		position: relative;
		display: block;
		top: -7px;
		background: none;
	}
	#donateBoxExpanded input.submit {
		height: 30px;
	}
	#header .donate p strong {
		padding: 10px 0 3px;
	}
	/* Slider */
	#slider {
		overflow: hidden;
		height: 250px;
	}	
	#slider .container {
		top: -50px;	
	}
	#slides .text {
		padding: 0;	
	}
	#slides li {
		background-size: contain!important;
	}
	/* Content */
	#content .crumbs {
		width: 94%;
		margin: 0 auto;
	}
	#content .cta .threecol {
		width: 23%!important;
		margin-right: 2%!important;
	}
	#content .cta .threecol .img {
		max-width: 100%!important;
		height: 125px;
	}
	#content .threecol h3 {
		margin: 13px 0 30px 0;
	}
	#content .cta .involve h3 {
		height: 20px;
		margin-bottom: 32px;
	}
	#content .container {
		padding-bottom: 0;
	}
	#content .fourcol ul.expand {
		width: 85%;
	}
	#content .container.cake-container {
		padding: 40px 20px 20px;
	}
	.donationForms.view {
		padding: 20px;
	}
	/* Blog */
	#content.blog-page-block .ninecol {
		padding: 25px 0 0 25px!important;
		box-sizing: border-box;
		width: 65%!important;
	}
	#content.blog-page-block .threecol {
		width: 30%!important;
		padding: 0 25px 0 0!important;
		box-sizing: border-box;
	}
	#content.blog-page-block .threecol ul {
		margin-left: 0;
		padding: 0;
	}
	#content-holder #content.blog-page-block .post img {
		max-width: 100%;
		height: auto;
	}
	#content-holder #content.blog-page-block .featured.post img {
		max-width: 100%;
		height: auto;
	}
	/* News */
	#news .container {
		width: 96%;
		margin: 0 auto; 
	}	
	#window #news .content-slider,
	#window #news .news {
		float: left;
		width: 48%;
	}
	#news .content-slider {
		margin: 45px auto 20px;	
	}
	#window #content-slider .textbox {
		padding: 20px 25px 20px 110px;
		box-sizing: border-box;
		width: 100%;
	}
	#window .rhino-container {
		width: 100% !important;
		margin: 0 auto;
	}	
	#window #content-slider img {
		width: 100%;	
	}
	#window #news .news {
		float: right;
	}
	#window #news .news .news.hfeed.listing {
		float: none;
		width: 100%;
	}
	/* Info */
	#window #homeVideo {
		margin-top: 0;
		padding: 20px 0 0 0;
	}
	#window #info .volunteer {
		padding-bottom: 0;
		overflow: hidden;
		margin: 20px 0 0;
	}
	#window #info .volunteer .eightcol, #info .volunteer .fourcol {
		margin: 0 auto;	
	}
	#info form.newsletter {
		text-align: center;
	}
	/* Footer */
	#footer {
		margin: 0;	
	}
	#footer .container {
		width: 90%;
		padding: 40px 0px;
		border-top: 0px solid #78c26d;
		overflow: hidden;
		margin: 0 auto;
	}
	#window #footer .left {
		display: none;
	}
	#footer .right {
		width: 92%;
		float: none;
		margin: 0 auto;
	}
	#footer ul.footer-nav {
		width: 100%;
		margin: 0 auto;
		float: none;	
		background: url(/images/layout/footer-bg.png) no-repeat center bottom;
	}
	#footer p.copyright {
		width: 70%;
		float: left;
		padding: 25px 0 0;	
	}
	#footer .social {
		width: 25%;
		float: right;
		margin: 20px 0 0;
	}	
}

/* =============================================================================
   Mobile/Small Tablet
   ========================================================================== */
@media handheld , only screen and (max-width: 768px) {
	body {
		width: 100%;
	}
	/* Slicknav */
	#nav ul#menu,
	#header h1 {
		display: none;
	}	
	.slicknav_menu,
	.slicknav_menu h1 {
		display: block;
	}	
	.slicknav_menu {
		height: 76px;
	}
	.slicknav_menu h1 {
		width: 200px;
		position: absolute;
		top: 0px;
	}	
	.slicknav_menu h1 img {
		height: 76px;
		width: auto;	
		margin: 0 0 0 20px;
	}
	/* Header */
	#header .container {
		height: auto;
		overflow: hidden;
	}	
	#header .threecol, #nav {
		display: none;
	}	
	#header .ninecol.last {
		width: 100%;	
	}
	/* Content */
	#content .cta .threecol {
		width: 48%;
		margin-bottom: 60px;
	}	
	#content .cta .threecol.report {
		margin-right: 0px;
	}
	/* News */
	#news .content-slider {
		float: none;
		margin: 0 auto 40px;
	}	
	#news .news {
		float: none;
		margin: 0 auto;
	}	
	#news .news ul {
		clear: both;
		overflow: hidden;
		margin: 0 auto;
	}
	#news .news li .right {
		padding: 0;
		width: 78%;
		float: left;
	}
	/* Info */
	#info form.newsletter {
		width: 80%;
		height: auto;
		overflow: hidden;
	}	
	#info form.newsletter h4 {
		width: 100%;
		clear: both;
		text-align: center;
		margin: 0px 0px 15px;
	}	
	#info form.newsletter h4 strong {
		display: inline;
	}	
	#info form.newsletter input {
		height: 12px;
		width: 25%;
		margin-right: 3%;
	}	
	#info form.newsletter input.submit {
		width: 18%;
	}	
	#info .volunteer .eightcol,
	#info .volunteer .fourcol {
		width: 100%;
		margin: 0px auto 30px;
		float: none;	
	}
	#info .volunteer .eightcol {
		text-align: center;
	}
	#info .volunteer .how {
		width: auto;	
	}

	.copyright {
		white-space: pre-line;
		width: auto;
	}
}

@media handheld , only screen and (max-width: 600px) {
	#news .news li .right {
		padding: 0;
		width: 70%;
		float: left;
	}
	.copyright {
		white-space: pre-line;
		width: auto;
	}
}

/* =============================================================================
   Mobile - Portrait and Landscape
   ========================================================================== */
@media handheld , only screen and (max-width: 767px) {
	.container {
		max-width: 100%;	
	}
	.donation-popup-container .donation-mobile-popup {
		display: block;
	}
	.donation-popup-container .donation-desktop-popup {
		display: none;
	}
	input,
	select,
	textarea {
		font-size: 16px!important;
	}
	.slicknav_menu {
		height: 50px;
	}	
	body .slicknav_btn {
		height: 10px;
		padding: 8px 10px 12px;
		width: 70px;
	}	
	body .slicknav_menu .slicknav_menutxt {
		font-size: 100%;
		padding: 0px;
		text-shadow: none;
		line-height: 100%;
	}	
	.slicknav_menu .slicknav_icon {
		background-position: center 1px;
		background-size: 12px auto;
		height: 12px !important;
		width: 12px !important;
	}
	.slicknav_btn.slicknav_open .slicknav_icon {
		background-position: left -21px;
	}
	.slicknav_nav .slicknav_item a {
		color: #fff!important;
	}
	body .slicknav_menu h1 img {
		height: 50px;
		margin: 0 0 0 15px;
		width: auto;	
	}
	/* Header */
	#header {
		height: auto;
		padding: 0 0 20px;
	}
	#header .container {
		width: 100%;	
		box-sizing: border-box;
	}
	/* Header Calls */
	#header .social {
		width: 96%;
		margin: 10px auto 15px;
		float: none;
		overflow: hidden;
	}	
	#header .social p {
    	padding: 0 20px 0 0;
		float: right;
		font-size: 75%;
		margin: 6px 0 0;
	}
	#header .cruelty {
		margin: 0 3% 0 2%;
		padding: 10px 4% 0%;
		width: 30%;
		height: 120px;
	}
	#header .donate .button {
		display: block;
	}
	#header .donate form.donations {
		display: none;
	}
	#header .donate {
		width: 55%;
		background: #0096d0;
		padding: 10px 0 0;
		height: 121px;
	}
	#header .donate .button {
		background: #0381b2;
		color: #fff;
		text-align: center;
		width: 88px;
		height: 19px;
		border: 1px solid #fff;
		font-family: 'Roboto', sans-serif;
		font-size: 74%;
		text-transform: uppercase;
		font-weight: 700;
		margin: 10px auto;
		padding: 4px 0px 10px;
		opacity: 1;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}	
	#header .donate .button a {
		color: #fff;
		text-decoration: none;
	}
	#header .donate .button:hover {
		opacity: 1;
		background: #026890;
		cursor: pointer;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;	
	}
	#header .donate #donateBoxExpanded {
		top: 200px;	
	}
	/* Slider */	
	#window #slider {
		clear: both;
		height: 175px;
		position: relative;
		z-index: 10;
	}
	#window #slider .container {
		height: 200px;
		top: -24px;	
	}
	#window ol#slides {
		height: 200px;	
	}
	#window #slides li {
		background-size: cover;
		height: 200px;
		overflow: hidden;
		width: 100%;
	}
	#window #slides .text {
		color: #fff;
		float: right;
		margin: 35px auto 0;
		padding: 0;
		position: relative;
		width: 50%;
	}
	#window #slides .text h2 {
		font-size: 180%;
		font-weight: 300;
		line-height: 100%;
		margin: 0 0 5px;
	}
	#window #slides .text p {
		font-size: 120%;
		font-weight: 300;
		line-height: 135%;
		margin: 0 0 20px;
	}
	#window #slides .text p.btn {
		border: 2px solid #e1e1e1;
		height: 48px;
		width: 160px;
	}
	#window #slides .text p.btn a {
		padding: 11px 23px;	
	}
	#window a.rslides_nav {
		display: none;	
	}
	/* CTAs */
	#content .cta .threecol {
		overflow: hidden;	
		margin-bottom: 30px;
		padding: 0;
	}
	#content .cta li .img,
	#content .cta li img {
		width: 100%;
		height: auto;
	}	
	/* Content */
	#window #content .container {
		padding: 20px 0px;	
	}
	#content .cta h3 {
		margin: 13px 0 21px 0px;
		font-size: 12px;
	}
	#content .cta .involve h3 {
		max-height: 20px;
    	margin-bottom: 30px;
	}
	#content .cta p.btn a {
		background: #fff;
		padding: 15px 3px;
		text-align: center;
	}
	/* Content Slider */
	#window #content-slider {
		width: 90%;	
	}
	#window #content-slider img {
		height: auto;
		width: 65%;
	}
	/* News */
	#news .container {
		padding: 50px 0px;
	}
	/* Info */
	#info {
		overflow: hidden;
	}	
	#info form.newsletter {
		width: 100%;
		padding: 29px 10px;
	}
	#info .volunteer {
		padding: 0;	
	}
	/* Footer */
	#footer {
		margin: 0 auto;	
	}
	#footer .container {
		width: 100%;
	}
	#footer .left {
		display: none;
	}
	#footer .right {
		width: 90%;
		margin: 0 auto;
		float: none;
	}
	#footer ul.footer-nav {
		overflow: hidden;
		float: none;
		width: 100%;
		padding: 0 0 70px;
	}
	#footer div.copyright {
		clear: both;
		padding: 20px 0px 0px;
		width: 100%;
		float: none;
		text-align: center;
	}
	#footer .social {
		width: 159px;
		float: none;
		margin: 10px auto 0px;
		overflow: hidden;
	}
	#window #content-slider .textbox {
		padding: 20px 25px 20px 110px;
		box-sizing: border-box;
	}
	#window #news a.rhino-btn {
		top: auto;
		bottom: 20px;
	}
}

/* Landscape */
@media only screen and (min-device-width : 320px) 
and (max-device-width : 767px) 
and (orientation : landscape) {
	/* Header */
	#header .cruelty,
	#header .donate {
		width: 40%;
		padding: 3%;
		margin: 0 0 0 2%;
		font-size: 112%;
		height: auto;
	}
	#header .donate {
		padding: 2% 3%;
	}
	#header .donate {
		width: 42%;
		border: 1px solid #0096d0;
	}
	#header .donate p.donate-msg {
		margin-bottom: 12px;
	}
	#header .donate p.bold {
		float: left;
	}
	#header .donate p strong {
		display: none;
	}
	#header .donate .button {
		display: block;
		margin: 0 auto;
	}
	/* Content */
	#content .crumbs {
		margin: 0 0 0 21px;
	}
	#content .cta li .img, #content .cta li img {
		width: 80%;
	}
	#content .fourcol ul.expand {
		width: 85%;
		padding-left: 10px;
	}
	#content .container.cake-container {
		padding: 40px 20px 20px!important;
	}
	.donationForms.view {
		padding: 20px;
	}
	/* Blog */
	#content.blog-page-block .ninecol {
		padding: 25px 0 0 25px!important;
		box-sizing: border-box;
		width: 65%!important;
	}
	#content.blog-page-block .threecol {
		width: 30%!important;
		padding: 0 25px 0 0!important;
		box-sizing: border-box;
	}
	#content.blog-page-block .threecol ul {
		margin-left: 0;
	}
	#content .ninecol .post p.date {
		margin: 20px 0 15px;
	}
	#content-holder #content.blog-page-block .post img {
		max-width: 100%;
		height: auto;
	}
	#content-holder #content.blog-page-block .featured.post img {
		max-width: 100%;
		height: auto;
	}
	/* News  */
	#news .container {
		width: 96%;
		margin: 0 auto; 
	}	
	#news .content-slider,
	#news .news {
		float: left;
		width: 48%;
	}
	#news .news { 
		float: right;
	}
	#window #content-slider img {
		width: 100%;
	}
	#content-slider .textbox h4 {
		font-size: 213%;
		margin: 0px 0px 10px;
	}
	.eightcol.right img {
		padding: 0 10px;
	}
	.eightcol.right a img {
		padding: 0;
		margin: 2px!important;
	}
	#info form.newsletter {
		text-align: center;
	}
	/* Footer */
	#footer p.copyright {
		clear: left;
		width: 70%;
		float: left;
		text-align: left;
		font-size: 70%;
	}
	#footer .social {
		width: 30%;
		float: right;
	}
	#footer ul.footer-nav li.col {
		margin-right: 9px;
	}
}

/* Portrait */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : portrait) {
	/* Header */
	#header .cruelty {
		height: 88px;
		width: 40%;
		padding: 10px 3% 0%;
		font-size: 105%;
	}
	#header .donate {
		height: 90px;
		width: 46%;	
	}
	#header p.donate-msg {
		display: none;	
	}
	#header .donate p {
		margin: 3px 0 0;
		font-size: 90%;
	}
	#header .donate p strong {
		font-size: 220%;
		padding: 3px 0 5px;
	}
	#header .donate .button {
		margin: 7px auto;	
	}
	/* Banner */
	#banner {
		margin: 0 auto;
		max-width: 100%;
		height: 120px;
		background-position: 20% top;
		background-size: cover;
	}
	/* Content */
	#content .container {
		width: 94%;
	}
	#content .crumbs li {
		font-size: 100%;	
	}
	#content .fourcol.last.left,
	#content .eightcol.right {
		width: 100%;	
		float: none;
	}
	#content .fourcol.last.left {
		padding: 20px 0 0;	
	}
	#content #submenu p.button {
		display: block;	
		background: #5ba150;
		color: #fff;
		text-transform: uppercase;
		border-radius: 5px;
		padding: 10px 5px;
		margin: 0 auto;
		width: 90%;
		text-align: center;
		font-weight: 600;
		font-size: 130%;
		line-height: 100%;
		letter-spacing: 1px
	}
	#content .menu-show {
		display: none;
	}	
	#content .right h2 {
		margin: 0 0 25px;	
	}
	#content .right p {
		font-size: 115%;
		line-height: 160%;	
	}

	/* Content Slider */
	#news .content-slider {
		margin: 0 auto 20px;	
		width: 90%;
	}
	#window .rhino-container {
		width: 100% !important;
		margin: 0 auto;
	}	
	#window #content-slider img {
		width: 100%;	
	}
	#window #content-slider .textbox {
		width: 60%;
		height: auto;
		padding: 20px 25px;
		position: absolute;
	}
	#window #news a.rhino-btn {
		top: 287px;	
	}
	/* News */
	#info .container {
		background: #78c26d;	
	}
	#info form.newsletter {
		width: 90%;
		padding: 8% 5% 6%;
		margin: 0 auto;
	}
	#info form.newsletter input {
		width: 70%;
		margin-bottom: 10px;
	}
	#info form.newsletter input.submit {
		width: 25%;
		display: block;
		margin: 0 auto;
	}
	/* Volunteer */
	#info #homeVideo .container {
		background: none;	
	}
	#info .volunteer .eightcol, #info .volunteer .fourcol {
		margin: 0 auto;
	}	
	iframe {
		/*display: none;*/
	}
	.g-recaptcha iframe {
		display: block !important;
	}
	#homeVideo {
		padding: 0px 0 0 0;
  		margin-top: 0;
	}	
	#info .volunteer .how p {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	#info .volunteer .how p.btn {
		margin: 0px 0 0;
		float: none;
		width: 60%;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #nav ul {
    height: 55px!important;
  }

  #nav ul li#home a {
    width: 25px!important;
  }
}

@media handheld , only screen and (max-width: 600px) {
	#window #content-slider .textbox {
		padding: 20px 25px 20px 110px;
		box-sizing: border-box;
		width: 100%;
	}
	#window #news a.rhino-btn {
		top: auto;
		bottom: 20px;
	}
	#content h2 {
		line-height: 120%;
	}
	#info form.newsletter {
		text-align: center;
	}
	.eightcol.right img {
		float: none!important;
		display: block;
		max-width: 100%;
		width: 100%!important;
		margin: 0 auto 20px;
		height: auto!important;
	}
	#content .ninecol .post p.date {
		margin: 20px 0 15px;
	}
	#content-holder #content.blog-page-block .ninecol {
		float: none;
		display: block;
		width: 100%;
	}
	#content-holder #content.blog-page-block .threecol {
		float: none;
		display: block;
		width: 100%;
	}
	#content-holder #content.blog-page-block .threecol ul {
		padding-left: 0;
	}
	#content-holder #content.blog-page-block .sixcol {
		float: none;
		display: block;
		width: 100%;
	}
	#content-holder #content.blog-page-block .post img {
		max-width: 100%;
		height: auto;
	}
	#content-holder #content.blog-page-block .featured.post img {
		max-width: 100%;
		height: auto;
	}
	.paging {
		margin: 1em 0;
		overflow: hidden;
	}
}
