/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    font-size: 1em;
    line-height: 1.4;
    color: #eee;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #3b597e;
    text-shadow: none;
}

::selection {
    background: #3b597e;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #555;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}



/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0 0 0.2em;
    padding: 0.4em 1em;
    text-align: center;
    color: #000;
    background: #cbb;
    border-bottom: 5px double #600;
    z-index: 65535;
}

.browserupgrade a {
	color: #900;
}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Master Style Rules */

html {
	min-height: 100%;
	font-family:"LatoLatinWebLight","SF UI Text","Segoe UI",Helvetica,Arial,sans-serif;
	background-color: #3f4e81;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(20, 34, 65)), to(rgb(63, 78, 129)));
	background-image: -webkit-linear-gradient(top, rgb(20, 34, 65), rgb(63, 78, 129));
	background-image: -moz-linear-gradient(top, rgb(20, 34, 65), rgb(63, 78, 129));
	background-image: -o-linear-gradient(top, rgb(20, 34, 65), rgb(63, 78, 129));
	background-image: -ms-linear-gradient(top, rgb(20, 34, 65), rgb(63, 78, 129));
	background-image: linear-gradient(top, rgb(20, 34, 65), rgb(63, 78, 129));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#142241', EndColorStr='#3f4e81');
}

body {
	min-height: 100%;
	font-weight: 200;
}

h1, h2, h3, h4, h5, h6, b, strong {
	font-family:"LatoLatinWeb","SF UI Text","Segoe UI",Helvetica,Arial,sans-serif;
	font-weight: 500;
}

strong {
	font-weight: 400;
}

.wideonly, .verywideonly, .superwideonly {
	display: none;
}

a.offsite::after {
	content: "→";
	padding-left: 2px;
	font-size: 0.7777778em;
	line-height: 1.25em;
	color: #be4713;
}

.t4c-bodytext {
	white-space: nowrap;
	text-transform: lowercase;
	color: #be4713;
}

.t4c-bodytext > span {
	color: #0f3276;
}

.t4c-content .t4c-bodytext, #t4c-footer .t4c-bodytext {
	font-family:"LatoLatinWeb","SF UI Text","Segoe UI",Helvetica,Arial,sans-serif;
	font-weight: 500;
	text-shadow: -2px -2px 4px rgba(255, 255, 255, 0.75), 2px -2px 4px rgba(255, 255, 255, 0.75), -2px 2px 4px rgba(255, 255, 255, 0.75), 2px 2px 4px rgba(255, 255, 255, 0.75);
}



/* Page Header */

#t4c-header {
	background: rgba(255, 255, 255, 0.25);
}

#t4c-header-title {
	margin: 0 auto;
	padding: 0.25em 0;
	font-size: 3.25em;
	font-family:"LatoLatinWebBlack","SF UI Text","Segoe UI",Helvetica,Arial,sans-serif;
	color: #be4713;
	text-align: center;
	text-transform: lowercase;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.875), -1px -1px 2px rgba(0, 0, 0, 0.625), 0 0 10px rgba(255, 255, 255, 0.875);
	background: rgba(239, 239, 255, 0.5) url("../images/t4c-headerbg.png") center center no-repeat;
	background-size: cover;
	border-bottom: 2px solid #fdf2d9;
}

#t4c-header-logo {
	display: block;
	margin: 0 auto;
	width: 2em;
}

html#t4c-page-home #t4c-header-title {
	padding: 1em 0;
}

html#t4c-page-home #t4c-header-logo {
	width: 75%;
	max-width: 300px;
}

#t4c-header-home::after {
	content: "";
	display: block;
	width: 100%;
	margin: -6px auto 0;
	height: 36px;
	background: url("../images/t4c-type.png") 50% 50% no-repeat;
	background-size: contain;
}

html#t4c-page-home #t4c-header-home::after {
	height: 72px;
}

#t4c-header-home > span {
	display: none;
}

#t4c-header-nav {
	position: fixed;
	z-index: 100;
	bottom: 0;
	width: 100%;
	font-family:"LatoLatinWeb","SF UI Text","Segoe UI",Helvetica,Arial,sans-serif;
	font-weight: 700;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9375)), to(rgba(221, 221, 221, 0.9375)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9375), rgba(221, 221, 221, 0.9375));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9375), rgba(221, 221, 221, 0.9375));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.9375), rgba(221, 221, 221, 0.9375));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9375), rgba(221, 221, 221, 0.9375));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.9375), rgba(221, 221, 221, 0.9375));
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-width: 1px 0 0;
}

#t4c-header-nav ul {
	display: table;
	width: 100%;
	max-width: 58em;
	margin: 0 auto;
	padding: 0;
}

#t4c-header-nav li {
	display: table-cell;
	width: 25%;
	text-align: center;
}

#t4c-header-nav a, #t4c-header-nav span.nav-active {
	display: block;
	font-size: 13px;
	padding: 0.5em 0;
	text-transform: uppercase;
	text-decoration: none;
	color: #5a5d71;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.875);
	transition: all 250ms ease-in-out;
}

#t4c-header-nav span.nav-active, #t4c-header-nav a:hover, #t4c-footer-nav a:hover {
	color: #2c33be;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9375);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 203, 203, 0.9375)), to(rgba(224, 224, 224, 0.9375)));
	background-image: -webkit-linear-gradient(top, rgba(203, 203, 203, 0.9375), rgba(224, 224, 224, 0.9375));
	background-image: -moz-linear-gradient(top, rgba(203, 203, 203, 0.9375), rgba(224, 224, 224, 0.9375));
	background-image: -o-linear-gradient(top, rgba(203, 203, 203, 0.9375), rgba(224, 224, 224, 0.9375));
	background-image: -ms-linear-gradient(top, rgba(203, 203, 203, 0.9375), rgba(224, 224, 224, 0.9375));
	background-image: linear-gradient(top, rgba(203, 203, 203, 0.9375), rgba(224, 224, 224, 0.9375));
}

#t4c-header-nav span.nav-active {
	color: #b2dcd4;
	background: #df6f5e;
	text-shadow: 1px 1px 2px #0f3276;
	outline: 1px solid #be4713;
}

#t4c-header-nav a::before, #t4c-header-nav span.nav-active::before {
	content: "";
	display: block;
	padding: 0.5em 0;
	width: 100%;
	height: 3em;
	background: url("../images/t4c-logo.png") 50% 50% no-repeat;
	background-size: contain;
	transform: scale(0.875);
	transition: transform 0.25s ease-out;
}

#t4c-header-nav span.nav-active::before, #t4c-header-nav a:hover::before {
	background-image: url("../images/t4c-logo.png");
	transform: scaleZ(1);
}



/* Page Content */

.t4c-content {
	font-size: 1.125em;
}

.t4c-content > div > div::after {
	clear: both;
	content: "";
	display: block;
}

.t4c-content div > p, .t4c-content div > ul, .t4c-content div > aside, .t4c-content div > blockquote, #t4c-cats-list > li > p {
	position: relative;
	margin: 0 auto;
	max-width: 51.555556em;
	padding: 0.5em 1em;
}

#t4c-cats-list > li > p {
	max-width: none;
}

.t4c-content div > ul {
	padding-left: 2.5em;
	max-width: 49.555556em;
}

.t4c-content div ul.unstyled-list, .t4c-content div ul.unstyled-list > li, .t4c-content div > ul.unstyled-list, .t4c-content div > ul.unstyled-list > li {
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.t4c-content div > aside, .t4c-content div > blockquote {
	padding: 0.5em 2em;
	max-width: 40em;
}

.t4c-content div > blockquote > div {
	display: flex;
}
.t4c-content div > blockquote > div > p {
	padding: 1em;
	background: rgba(255, 255, 255, 0.25);
	border-radius: 0.5em;
}

.t4c-content div > blockquote > div > p:before {
	content: "“";
	position: absolute;
	display: block;
	font-size: 6em;
	top: 0.3125em;
	left: -0.15625em;
	line-height: 0;
	z-index: -1;
}

.t4c-content div > blockquote > div > p:after {
	content: "”";
	position: absolute;
	display: block;
	font-size: 6em;
	bottom: -0.15625em;
	right: -0.15625em;
	line-height: 0;
	z-index: -1;
}

.t4c-content div > blockquote > cite {
	display: block;
	margin-top: 0.5em;
	font-size: 0.7777778em;
	font-style: oblique;
	text-align: right;
}

.t4c-content div > blockquote > cite > span {
	white-space: nowrap;
}

.t4c-content a, .t4c-content a:link {
	color: #ee9;
	transition: color 175ms ease-out;
}

.t4c-content h2 a, .t4c-content h2 a:link, .t4c-content h3 a, .t4c-content h3 a:link {
	color: #442;
}

.t4c-content a:visited {
	color: #cc7;
}

.t4c-content h2 a:visited, .t4c-content h3 a:visited {
	color: #664;
}

.t4c-content a:hover, .t4c-content a:active, .t4c-content h2 a:hover, .t4c-content h2 a:active, .t4c-content h3 a:hover, .t4c-content h3 a:active {
	color: #e7ab49;
	text-decoration: none;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.t4c-content h2 a:hover, .t4c-content h2 a:active, .t4c-content h3 a:hover, .t4c-content h3 a:active {
	color:#ee4;
}

.t4c-content h2, .t4c-content h3 {
	clear: both;
	margin: 0 auto;
	padding: 0.166667em 0.5em;
	font-size: 1.66666667em;
	text-align: center;
	color: #135;
	text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.9375);
	background: rgba(255, 255, 255, 0.25) url("../images/t4c-headerbg.png") 50% 50% repeat-y;
	background-size: cover;
	border: 1px solid #fdf2d9;
	border-width: 1px 0;
	border-bottom-color: #135;
}

.t4c-content h3 {
	font-size: 1.33333333em;
}

.t4c-content h2 > span, .t4c-content h3 > span {
	white-space: nowrap;
}

.t4c-content > div:first-child > h2 {
	margin: 0;
	color: #eee;
	background-image: none;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
}

.t4c-content h2 + p, .t4c-content h3 + p {
	margin-top: 0.625em;
}

.t4c-content p.body-image {
	margin: 0 0 1em !important;
	padding: 0 !important;
	max-width: initial;
	width: 100vw;
	height: 100vw;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.t4c-content p.body-image img {
	display: block;
	width: 100%;
}



/* Page Footer */

#t4c-footer {
	position: relative;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0 0 8em;
	font-size: 0.75em;
	color: #cecea1;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	background: rgba(96, 64, 0, 0.5);
	border-top: 1px solid #fdf2d9;
	cursor: default;
}

#t4c-footer > hr {
	display: none;
}

#t4c-footer-nav-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 48em;
	margin: 0 auto;
}

#t4c-footer div.navlist {
	min-width: 20em;
	flex-grow: 1;
	margin-top: 1em;
}

#t4c-footer h3 {
	margin: 0 0 0 0.75em;
	font-size: 1.5em;
	text-transform: uppercase;
}

#t4c-footer ul {
	list-style: none;
	margin: 0 0.5em;
	padding: 0;
}

#t4c-footer li {
	font-size: 1.5em;
}

#t4c-footer-nav a, #t4c-footer-nav span {
	display: block;
	padding: 0.375em 1.5em;
	font-family:"LatoLatinWeb","SF UI Text","Segoe UI",Helvetica,Arial,sans-serif;
	font-weight: 500;
	text-decoration: none;
	color: #ee9;
	border-radius: 5px;
	transition: all 0.15s ease-out;
}

#t4c-footer-nav span {
	color: #b2dcd4;
	text-shadow: 1px 1px 2px #0f3276;
}

ul.contact a {
	padding-left: 0.5em;
}

#t4c-footer-nav a:hover {
	color: #2c33be;
}

ul.contact a::before {
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	margin-top: -3px;
	margin-right: 4px;
	vertical-align: middle;
	line-height: 18px;
	background-color: #18254d;
	background-image: url("../images/contact-icons.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	box-shadow: 0 1px 4px rgba(255, 255, 255, 0.25);
	border-radius: 4px;
}

.t4c-content ul.contact a::before {
	background-color: rgba(170, 116, 20, 0.5);
}

ul.contact a:hover::before {
	background-color: #e7ab49;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
}

.t4c-content ul.contact a:hover::before {
	box-shadow: 0 0 4px rgba(255, 255, 255, 0.75);
}

ul.contact li.em a::before {
	background-position: 0 -20px;
}

ul.contact li.ig a::before {
	background-position: 0 -40px;
}

ul.contact li.tw a::before {
	background-position: 0 -60px;
}

ul.contact li.fb a::before {
	background-position: 0 -80px;
}

#t4c-footer-tagline, #t4c-footer-disclaimer {
	margin: 2em auto 0;
	padding: 0 0.8375em;
	max-width: 50.325em;
	text-align: center;
	color: #cecea1;
}

#t4c-footer-ribbon {
	width: 100%;
	max-width: 40em;
}

#t4c-footer abbr {
	border-bottom: none;
}

#t4c-home > div::after, #t4c-footer::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.25;
	z-index: -1;
}

#t4c-footer::after {
	background-image: url('../images/cat-clep.jpg');
	opacity: 0.09375;
}



/* “Fixie” and Ultra-Wide Overrides */

html.fixie-logo #t4c-header-home {
	display: block;
	position: fixed;
	top: -0.625em;
	width: 2em;
	height: 2.0675em;
	background: rgba(255, 255, 255, 0.675) url('../images/t4c-headerbg.png') bottom left no-repeat;
	background-size: cover;
	border-bottom: 2px solid #fdf2d9;
	border-radius: 0 0 4px;
	box-shadow: -4px 4px 12px #18254d;
	z-index: 200;
}

html.fixie-logo #t4c-header-home {
	animation: t4c-header-fixie-home-animate 0.5s ease-out;
}

@keyframes t4c-header-fixie-home-animate {
	from {
		top: -2.75em;
	}

	to {
		top: -0.625em;
	}
}

html.fixie-logo #t4c-header-title {
	padding-top: 3.692308em;
}

html#t4c-page-home.fixie-logo #t4c-header-title {
	padding-top: 8.25em;
}

html.fixie-logo #t4c-header-logo {
	background-color: rgba(255, 255, 255, 0.5);
	width: 100% !important;
	border-radius: 0 0 4px;
}

html.fixie-logo #t4c-header-home::after {
	display: none;
	position: absolute;
	margin: 0 0 0 0.125em;
	top: 0.6125em;
	left: 100%;
	height: 0.75em !important;
}

@media only screen and (min-width: 1400px) {
	html.fixie-logo #t4c-header-home::after {
		display: block;
	}
}

@media only screen and (min-width: 1800px) {
	html {
		font-size: 1.25em;
	}

	body {
		margin: 0 auto;
		max-width: 1500px;
	}

	#t4c-header-nav {
		max-width: 1500px;
	}

	html.fixie-logo #t4c-header-title {
		padding-top: 6.6em;
	}

	html.fixie-logo #t4c-header-home::after {
		margin: 0;
		left: -100%;
		top: 50%;
		margin-top: -0.06875em;
		background-color: rgba(255, 255, 255, 0.75);
		border-radius: 0.125em 0 0 0.125em;
	}

	.t4c-content p.body-image {
		width: 100%;
		max-height: 1125px;
	}
}



/* Homepage */


#t4c-home > div {
	position: relative;
	padding: 0 0 10vh;
}

#t4c-home-content-block1 {
	background-image: -webkit-gradient(linear, left center, right center, from(rgba(0, 0, 0, 0.125)), to(rgba(255, 255, 255, 0.06)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.125), rgba(255, 255, 255, 0.06));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.125), rgba(255, 255, 255, 0.06));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.125), rgba(255, 255, 255, 0.06));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.125), rgba(255, 255, 255, 0.06));
	background-image: linear-gradient(left, rgba(0, 0, 0, 0.125), rgba(255, 255, 255, 0.06));
}

#t4c-home-content-block2 {
	background-image: -webkit-gradient(linear, left center, right center, from(rgba(68, 40, 51, 0.75)), to(rgba(58, 26, 38, 0.75)));
	background-image: -webkit-linear-gradient(left, rgba(68, 40, 51, 0.75), rgba(58, 26, 38, 0.75));
	background-image: -moz-linear-gradient(left, rgba(68, 40, 51, 0.75), rgba(58, 26, 38, 0.75));
	background-image: -o-linear-gradient(left, rgba(68, 40, 51, 0.75), rgba(58, 26, 38, 0.75));
	background-image: -ms-linear-gradient(left, rgba(68, 40, 51, 0.75), rgba(58, 26, 38, 0.75));
	background-image: linear-gradient(left, rgba(68, 40, 51, 0.75), rgba(58, 26, 38, 0.75));
}

#t4c-home-content-block3 {
	background-image: -webkit-gradient(linear, left center, right center, from(rgba(40, 43, 28, 0.75)), to(rgba(52, 57, 38, 0.75)));
	background-image: -webkit-linear-gradient(left, rgba(40, 43, 28, 0.75), rgba(52, 57, 38, 0.75));
	background-image: -moz-linear-gradient(left, rgba(40, 43, 28, 0.75), rgba(52, 57, 38, 0.75));
	background-image: -o-linear-gradient(left, rgba(40, 43, 28, 0.75), rgba(52, 57, 38, 0.75));
	background-image: -ms-linear-gradient(left, rgba(40, 43, 28, 0.75), rgba(52, 57, 38, 0.75));
	background-image: linear-gradient(left, rgba(40, 43, 28, 0.75), rgba(52, 57, 38, 0.75));
}

#t4c-home-content-block4 {
	background-image: -webkit-gradient(linear, left center, right center, from(rgba(41, 29, 61, 0.75)), to(rgba(30, 21, 45, 0.75)));
	background-image: -webkit-linear-gradient(left, rgba(41, 29, 61, 0.75), rgba(30, 21, 45, 0.75));
	background-image: -moz-linear-gradient(left, rgba(41, 29, 61, 0.75), rgba(30, 21, 45, 0.75));
	background-image: -o-linear-gradient(left, rgba(41, 29, 61, 0.75), rgba(30, 21, 45, 0.75));
	background-image: -ms-linear-gradient(left, rgba(41, 29, 61, 0.75), rgba(30, 21, 45, 0.75));
	background-image: linear-gradient(left, rgba(41, 29, 61, 0.75), rgba(30, 21, 45, 0.75));
}

#t4c-home-content-block5 {
	background-image: -webkit-gradient(linear, left center, right center, from(rgba(54, 51, 38, 0.875)), to(rgba(38, 36, 27, 0.875)));
	background-image: -webkit-linear-gradient(left, rgba(54, 51, 38, 0.875), rgba(38, 36, 27, 0.875));
	background-image: -moz-linear-gradient(left, rgba(54, 51, 38, 0.875), rgba(38, 36, 27, 0.875));
	background-image: -o-linear-gradient(left, rgba(54, 51, 38, 0.875), rgba(38, 36, 27, 0.875));
	background-image: -ms-linear-gradient(left, rgba(54, 51, 38, 0.875), rgba(38, 36, 27, 0.875));
	background-image: linear-gradient(left, rgba(54, 51, 38, 0.875), rgba(38, 36, 27, 0.875));
}

#t4c-home-content-block6 {
	background-image: -webkit-gradient(linear, left center, right center, from(rgba(35, 42, 56, 0.75)), to(rgba(46, 56, 74, 0.75)));
	background-image: -webkit-linear-gradient(left, rgba(35, 42, 56, 0.75), rgba(46, 56, 74, 0.75));
	background-image: -moz-linear-gradient(left, rgba(35, 42, 56, 0.75), rgba(46, 56, 74, 0.75));
	background-image: -o-linear-gradient(left, rgba(35, 42, 56, 0.75), rgba(46, 56, 74, 0.75));
	background-image: -ms-linear-gradient(left, rgba(35, 42, 56, 0.75), rgba(46, 56, 74, 0.75));
	background-image: linear-gradient(left, rgba(35, 42, 56, 0.75), rgba(46, 56, 74, 0.75));
}

#t4c-home > div#t4c-home-content-tail {
	padding-bottom: 0;
}

#t4c-home > div#t4c-home-content-tail > h2 {
	border-bottom: 0;
}

#t4c-home-content-tail span.cta {
	display: block;
}

#t4c-home-twitter-timeline {
	margin: 0 auto;
	max-width: 290px;
}

#t4c-home-twitter-timeline iframe {
	margin: 0.5em auto;
	width: 100% !important;
}

html.js.loaded #t4c-home > div#t4c-home-content-block1::after {
	background-image: url('../images/cat-leopard.jpg');
	opacity: 0.09375;
}

html.js.loaded #t4c-home-content-block2::after {
	background-image: url('../images/cat-tiger.jpg');
}

html.js.loaded #t4c-home-content-block3::after {
	background-image: url('../images/cat-cougar.jpg');
}

html.js.loaded #t4c-home-content-block4::after {
	background-image: url('../images/cat-slep.jpg');
}

html.js.loaded #t4c-home-content-block5::after {
	background-image: url('../images/cat-lion.jpg');
}

html.js.loaded #t4c-home-content-block6::after {
	background-image: url('../images/cat-jaguar.jpg');
}



/* About the Cats */

.t4c-content div > ul#t4c-cats-list {
	margin-bottom: 1em;
}

.t4c-content div > ul#t4c-cats-list {
	max-width: 100%;
}

ul#t4c-cats-list > li {
	margin: 1em 0 4em;
}

#t4c-cats-list h3 {
	font-variant: small-caps;
}



/* Donate */

ul.donate-to, ul.donate-to ul {
	margin: 0 0.5em;
	padding: 0;
	list-style: none;
}

ul.donate-to {
	margin: 0 1em 1em;
}

ul.donate-to > li, ul.donate-to > li > ul > li {
	clear: left;
	margin: 0;
	padding: 2em 0 0;
}

ul#donate-list > li > ul > li {
	margin: 0 auto;
	padding: 1em 2em;
	max-width: 38em;
}

ul#donate-list > li > ul > li.mapped {
	background-color: rgba(255, 255, 191, 0.125);
	box-shadow: 0 0 18px rgba(255, 255, 255, 0.875), 0 0 2px rgba(255, 255, 0, 0.875);
}

ul.donate-to > li:first-child {
	padding: 0;
}

ul.donate-to h3, ul.donate-to h4 {
	margin: 0;
}

ul.donate-to h4 {
	padding-bottom: 0.25em;
	text-align: center;
	font-size: 1.333333em;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.875);
}

ul.donate-to h4 > a {
	text-decoration: none;
}

ul.donate-to h4 img {
	display: block;
	box-sizing: border-box;
	margin: 0 auto 0.5em;
	width: 75%;
	max-width: 200px;
	background-color: rgba(255, 255, 255, 0.8);
	border: 7px solid #eee;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(255, 255, 255, 0.5);
	transition: all 0.15s ease-out;
}

ul.donate-to img.dark {
	background-color: #373535;
}

ul.donate-to a:hover img {
	background-color: rgba(255, 255, 255, 0.95);
	border-color: #ee9;
	border-radius: 50%;
	box-shadow: 0 4px 9px rgba(0, 0, 0, 0.5);
}

ul.donate-to a:hover img.dark {
	background-color: #131111;
}

ul.donate-to a.offsite::after {
	display: none;
}

ul.donate-to ul.contact, ul.donate-to p {
	font-size: 0.8em;
}

ul.donate-to ul.contact {
	display: table;
	margin: 0.5em auto 0;
}

ul.donate-to ul.contact li {
	display: table-cell;
	margin-bottom: 0.5em;
}

ul.donate-to ul.contact li.address {
	display: block;
}

ul.donate-to ul.contact a {
	margin-right: 0.5em;
	padding-left: 0;
	text-decoration: none;
}

ul.donate-to ul.contact li:first-child a {
	margin-left: 0.5em;
}

ul.donate-to p {
	margin: 0.5em 0 0;
}

ul.donate-to p.charity-status {
	padding: 0 0.5em;
	font-style: italic;
	color: #999;
}

.t4c-content div.map {
	margin: 2em auto 0;
	width: 100%;
	max-width: 58em;
	height: 400px;
	background-color: rgba(0, 0, 0, 0.375);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
	opacity: 1;
	transition: opacity 300ms ease-in;
}

.t4c-content div.map.not-loaded {
	display: none;
	opacity: 0;
}

.t4c-content div.map .gm-style-iw, .t4c-content div.map .gm-style-iw a {
	color: #553a0a;
}

.t4c-content div.map .gm-style-iw a:hover {
	color: #18254d;
	text-shadow: 0 0 6px #ee9;
}

.t4c-content div.map div.infomsg {
	color: #600;
}

#return-to-map {
	text-align: right;
}

#return-to-map a {
	display: inline-block;
	padding: 0.5em 1em;
	font-family:"LatoLatinWeb","SF UI Text","Segoe UI",Helvetica,Arial,sans-serif;
	font-weight: 500;
	text-decoration: none;
	background-color: #555;
	border: 1px solid #222;
	border-radius: 0.5em;
	box-shadow: 0 0 8px rgba(255, 255, 255, 0.75);
}

#return-to-map a:hover {
	background-color: #333;
	box-shadow: 0 4px 12px rgba(255, 255, 255, 0.25);
}





/* ==========================================================================
   CSS Animations
   ========================================================================== */


html.preanimate #t4c-header-logo, html.preanimate #t4c-header-title::after,
html.preanimate #t4c-home {
	opacity: 0;
}

html.preanimate #t4c-header-nav {
	bottom: -50%;
}

html.animate #t4c-header-logo, html.animate #t4c-header-title::after {
	animation: t4c-header-animate 1.25s ease-out backwards 1s;
}

html.animate #t4c-header-title::after {
	animation-delay: 2s;
}

html.animate #t4c-home, html.animate #t4c-home-twitter-timeline {
	animation: t4c-content-animate 1.25s ease-out 3.5s backwards;
}

html.animate #t4c-home-twitter-timeline {
	animation-delay: 10s;
}

html.animate #t4c-header-nav {
	animation: t4c-header-nav-animate 0.875s ease-out 5s backwards;
}

@keyframes t4c-header-animate {
	from {
		transform: translateY(-40%) scale(0.75, 1.25);
		opacity: 0;
	}

	to {
		transform: translateY(0) scale(1, 1);
		opacity: 1;
	}
}

@keyframes t4c-content-animate {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes t4c-header-nav-animate {
	from {
		bottom: -50%;
	}

	to {
		bottom: 0;
	}
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 440px) {
	div.wideonly {
		display: block;
	}

	span.wideonly, a.wideonly {
		display: inline;
	}
}

@media only screen and (min-width: 58em) {
	ul#donate-list > li > ul > li.mapped {
		border-radius: 0.5em;
	}
}

@media only screen and (min-width: 600px) {
	.browserupgrade {
		padding-top: 3em;
	}

	div.verywideonly {
		display: block;
	}

	span.verywideonly, a.verywideonly {
		display: inline;
	}

	#t4c-header-title {
		padding-top: 1em;
	}

	#t4c-header-nav {
		top: 0;
		bottom: auto;
		border-width: 0 0 1px;

	}

	#t4c-header-nav a, #t4c-header-nav span.nav-active {
		font-size: 1em;
	}

	#t4c-header-nav a::before, #t4c-header-nav span.nav-active::before {
		display: none;
	}

	.t4c-content p.body-image {
		height: 75vw;
	}

	.t4c-content p.body-image img {
		position: absolute;
		top: -50%;
		margin-top: 25%;
	}

	#t4c-footer {
		padding-bottom: 1em;
	}

	#t4c-home > div {
		padding-bottom: 66.66667vh;
	}

	#t4c-footer div.navlist {
		margin-top: 2em;
	}

	html.preanimate #t4c-header-nav {
		bottom: 0;
		top: -50%;
	}

	@keyframes t4c-header-nav-animate {
		from {
			top: -50%;
		}

		to {
			top: 0;
		}
	}

	ul#donate-list > li > ul > li {
		padding-left: 12em;
	}

	ul.donate-to h4 {
		text-align: left;
	}

	ul.donate-to h4 img {
		float: left;
		margin: 0 0.5em 1em -190px;
		width: 150px;
	}

	ul.donate-to ul.contact {
		display: block;
		margin: 0.5em 0 0 0.5em;;
	}

	ul.donate-to ul.contact li {
		display: inline-block;
	}

	ul.donate-to ul.contact li:first-child a {
		margin-left: 0;
	}
}

@media only screen and (min-width: 960px) {
	div.superwideonly {
		display: block;
	}

	span.superwideonly, a.superwideonly {
		display: inline;
	}
}

@media only screen and (min-width: 1560px) {
	#t4c-home-twitter-timeline {
		position: fixed;
		top: 3em;
		right: 1em;
		bottom: 1em;
		z-index: 1;
	}

	#t4c-home-twitter-timeline iframe {
		height: 100% !important;
	}
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
	body {
		font-weight: 300;
	}

	#t4c-header-nav {
		font-weight: 500;
	}

	h1, h2, h3, h4, h5, h6, b, strong,
	.t4c-content .t4c-bodytext, #t4c-footer .t4c-bodytext,
	#t4c-footer-nav a, #t4c-footer-nav span,
	#return-to-map a {
		font-weight: 700;
	}
}



/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
