html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
em, font, img, ins, kbd, q, s, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html,
body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #e6e6e6;
	font-family: 'Muli', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.3;
}
body.sarco-menu {
	background: #eae6e7 url('../images/bg_menu.png') center top repeat;
}
body.sarco-about {
	background: #f0f0f0 url('../images/bg_about.jpg') center top repeat;
}
body.sarco-links {
	background: #f0f0f0 url('../images/bg_links.jpg') center top repeat;
}
body.sarco-ubrp {
	background: #cbc2b3 url('../images/bg_ubrp.jpg') center top repeat;
}
a, img {
	border: none;
}
p {
	margin: 0 0 10px 0;
}
a {
	color: #f00015;
	text-decoration: none;
}
strong,
.strong {
	font-weight: 600;
}
em,
.em {
	font-style: italic;
}
.center {
	text-align: center;
}
.clear-both {
	clear: both;
	height: 0;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

/* Navigation */

.nav-container {
	position: fixed;
	top: 0;
	left: 0;
	background: #ffffff url('../images/bg_nav_tile.png') center top repeat;
	width: 100%;
	height: 104px;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
	z-index: 20;
}
body.sarco-menu .nav-container {
	background-color: transparent;
}
.nav-container:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent url('../images/bg_nav_bottom.png') left top repeat-x;
	width: 100%;
	height: 14px;
	z-index: -1;
}
.nav-container .nav {
	max-width: 80%;
	margin: 0 auto;
}
.nav-container .logo {
	display: inline-block;
	background: transparent url('../images/img_logo_sarco.png') left top repeat-x;
	background-size: 100% auto;
	width: 186px;
	height: 160px;
	font-size: 0;
	line-height: 0;
	margin: 10px 0 0 0;
	vertical-align: top;
}
.nav-menu-toggle {
	display: none;
	position: absolute;
	top: 20px;
	right: 20px;
	background: transparent url('../images/img_nav_menu_toggle.png') left top no-repeat;
	background-size: 100% auto;
	width: 60px;
	height: 46px;
	font-size: 0;
	line-height: 0;
}
.nav ul {
	list-style-type: none;
	display: inline-block;
	width: -moz-calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	width: calc(100% - 200px);
	text-align: right;
	margin: 30px 0 0 0;
}
.nav li {
	display: inline-block;
	font-family: 'Cherry Cream Soda', serif;
	font-size: 24px;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.5px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	margin: 0 8px 0 8px;
}
.nav-container,
.nav-container .logo,
.nav-menu-toggle,
.nav ul,
.nav li {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.nav li a {
	color: #fff;
	padding: 3px 8px 4px 8px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.nav li a:hover {
	background-color: rgba(0,0,0,0.3);
	color: #f8ecae;
}
.nav li.current a {
	color: #f8ecae;
	pointer-events: none;
}
body.scrolled .nav-container {
	height: 65px;
}
body.scrolled .nav-container:after {
	height: 11px;
}
body.scrolled .nav-container .logo {
	width: 129px;
	height: 110px;
	margin: 6px 0 0 0;
}
body.scrolled .nav ul {
	width: -moz-calc(100% - 140px);
	width: -webkit-calc(100% - 140px);
	width: calc(100% - 140px);
	margin: 18px 0 0 0;
}
body.scrolled .nav li {
	font-size: 18px;
}
body.scrolled .nav li a {
	padding: 3px 6px 4px 6px;
}

/* Page Elements */

.page {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.content-container {
	position: relative;
	margin: 120px auto 0 auto;
	padding: 15px 15px 15px 15px;
}
.content-title {
	font-family: 'Rancho', Times, serif;
	font-size: 42px;
	color: #e60000;
	text-align: center;
	letter-spacing: 0.5px;
	margin: 0 auto 15px auto;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.9);
}
.content-subtitle {
	font-size: 22px;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto 15px auto;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.9);
}
.sidebar,
.sidebar-image {
	position: relative;
	float: left;
	font-size: 14px;
	margin: 0 10px 10px 0;
	clear: left;
}
.sidebar {
	max-width: 25%;
	padding: 8px;
	border: 2px solid #99d7ff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.sidebar-image img {
	width: 100%;
	height: auto;
}
.sidebar.right,
.sidebar-image.right {
	float: right;
	margin: 0 0 10px 10px;
	clear: right;
}
.img img {
	max-width: 100%;
}
.img.full {
	display: block;
	width: 100%;
}
.img.left {
	float: left;
	width: 48%;
	max-width: 48%;
}
.img.right {
	float: right;
	width: 48%;
	max-width: 48%;
}
.img.caption {
	font-size: 13px;
	text-align: center;
	margin-bottom: 20px;
}
.img.caption img {
	display: block;
	margin: 0 auto 4px auto;
	clear: both;
}
.heykids {
	width: 190px;
	height: 163px;
}
.heykids img {
	display: block;
}

/* Specific Pages */

.page-sarco-about .content-container,
.page-sarco-links .content-container {
	width: 80%;
	padding: 10px;
}
.page-sarco-about .content,
.page-sarco-links .content {
	position: relative;
	background: #fefefe;
	padding: 30px 34px 40px 34px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	-webkit-box-shadow: inset 0 0 6px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: inset 0 0 6px 0px rgba(0,0,0,0.7);
	box-shadow: inset 0 0 6px 0px rgba(0,0,0,0.7);
	box-sizing: border-box;
}
.page-sarco-about .content-container:before,
.page-sarco-links .content-container:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #d2dfed;
	background: -moz-linear-gradient(-75deg, #d2dfed 0%, #c8d7eb 26%, #bed0ea 51%, #a6c0e3 51%, #afc7e8 62%, #bad0ef 75%, #99b5db 88%, #799bc8 100%);
	background: -webkit-linear-gradient(-75deg, #d2dfed 0%,#c8d7eb 26%,#bed0ea 51%,#a6c0e3 51%,#afc7e8 62%,#bad0ef 75%,#99b5db 88%,#799bc8 100%);
	background: linear-gradient(175deg, #d2dfed 0%,#c8d7eb 26%,#bed0ea 51%,#a6c0e3 51%,#afc7e8 62%,#bad0ef 75%,#99b5db 88%,#799bc8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2dfed', endColorstr='#799bc8',GradientType=1 );
	width: 100%;
	height: 100%;
	-moz-border-radius: 48px;
	-webkit-border-radius: 48px;
	border-radius: 48px;
	box-sizing: border-box;
	box-shadow: 1px 3px 8px rgba(0,0,0,0.2);
}
.modal-content.ubrp {
	background: #cbc2b3 url('../images/bg_ubrp.jpg') center top repeat;
}
.links {
	margin: 0 auto 10px auto;
}
.link {
	display: block;
	position: relative;
	width: 100%;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	box-sizing: border-box;
}
.link:nth-of-type(1) {
	border-top: 1px solid #e6e6e6;
}
.link:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.link .img {
	display: inline-block;
	background-color: #ffffff;
	width: 122px;
	text-align: center;
	vertical-align: baseline;
}
.link.other .img {
	background-color: transparent;
	width: 232px;
	padding: 8px 8px;
	vertical-align: top;
}
.link .detail {
	display: inline-block;
	width: 90%;
	width: -moz-calc(100% - 128px);
	width: -webkit-calc(100% - 128px);
	width: calc(100% - 128px);
	border-left: 1px solid #e6e6e6;
}
.link.other .detail {
	width: 80%;
	width: -moz-calc(100% - 262px);
	width: -webkit-calc(100% - 262px);
	width: calc(100% - 262px);
	border-left: none;
}
.link .detail h4 {
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
	padding: 8px 10px 6px 10px;
}
.link .detail p {
	font-size: 16px;
	padding: 0 10px 8px 10px;
}
.link .detail .byline {
	font-size: 14px;
}

/* Footer */

.footer-container {
	position: relative;
	background: #999 url('../images/bg_sarco_footer.jpg') center top repeat;
	width: 100%;
	height: 60px;
	text-align: center;
	margin: 30px 0 0 0;
	padding: 15px 0 20px 0;
	-webkit-box-shadow: inset 0px 4px 8px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 4px 8px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 4px 8px 0px rgba(0,0,0,0.3);
	clear: both;
}
.footer-container .copyright {
	font-size: 14px;
	color: #f0f0e6;
	margin: 0 auto 10px auto;
	padding: 0 20px;
}
.footer-container a {
	font-size: 18px;
	color: #f0f0e6;
}

/* Modal */

.modal-overlay,
.modal-content {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 200;
	overflow: hidden;
}
.modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	opacity: 0;
}
.modal-content {
	position: relative;
	width: 0;
	height: 0;
	margin: 30px 0 20px 50%;
	padding: 30px 20px 30px 20px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	box-sizing: border-box;
	box-shadow: 1px 3px 8px rgba(0,0,0,0.8);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.modal.toggled-on {
	height: 100%;
	overflow: auto;
}
.modal.toggled-on .modal-overlay {
	position: fixed;
	opacity: 1;
}
.modal.toggled-on .modal-content.active {
	width: 80%;
	height: auto;
	opacity: 1;
}

/* Media Queries */

@media only screen and (max-width: 1240px) {
	.nav li {
		font-size: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.nav-container .nav {
		max-width: 90%;
		max-width: -moz-calc(100% - 20px);
		max-width: -webkit-calc(100% - 20px);
		max-width: calc(100% - 20px);
	}
	.nav-container .logo,
	.body.scrolled .nav-container .logo {
		position: relative;
		width: 129px;
		height: 110px;
		margin: 6px 0 0 0;
		z-index: 1;
	}
	.nav ul,
	body.scrolled .nav ul {
		width: -moz-calc(100% - 200px);
		width: -webkit-calc(100% - 200px);
		width: calc(100% - 200px);
		margin: 30px 0 0 0;
	}
	.nav li,
	body.scrolled .nav li {
		font-size: 16px;
		margin: 0 6px 0 6px;
	}
	.sidebar {
		max-width: 33%;
	}
}

@media only screen and (max-width: 768px) {
	.nav-menu-toggle {
		display: block;
	}
	.nav ul {
		display: none;
	}
	.nav.toggled-on ul {
		display: block;
		position: absolute;
		top: 74px;
		left: 0;
		background: rgba(0,0,0,0.7);
		width: 100%;
		padding: 10px 0 20px 0;
	}
	.nav.toggled-on li,
	body.scrolled .nav.toggled-on li {
		display: block;
		font-size: 18px;
		margin: 8px 8px 8px 8px;
		padding: 6px 6px 12px 6px;
		border-bottom: 1px solid #000;
	}
	.nav.toggled-on li a:hover,
	body.scrolled .nav.toggled-on li a:hover {
		background-color: rgba(255,255,255,0.3);
	}
	.page-sarco-about .content-container,
	.page-sarco-links .content-container {
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
		padding: 10px;
	}
	.sidebar {
		max-width: 40%;
	}
	.img.left,
	.img.right {
		display: block;
		float: none;
		width: 100%;
		max-width: 100%;
	}
	.modal-content {
		margin: 20px auto 20px auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.modal.toggled-on .modal-content.active {
		width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
	}
}

@media only screen and (max-width: 660px) {
	.page-sarco-about .content-container,
	.page-sarco-links .content-container {
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		padding: 6px;
	}
	.sidebar,
	.sidebar-image,
	.sidebar.right,
	.sidebar-image.right {
		display: block;
		float: none;
		width: auto;
		max-width: 100%;
		margin: 0 auto 10px auto;
		clear: both;
	}
	.link,
	.link.other,
	.link:nth-of-type(1),
	.link:nth-of-type(odd) {
		background-color: #f9f9f9;
		border-right: 1px solid #e6e6e6;
		border-bottom: none;
		border-left: 1px solid #e6e6e6;
	}
	.link .img,
	.link.other .img {
		display: block;
		width: 100%;
		padding: 10px 0 0 0;
	}
	.link .detail,
	.link.other .detail {
		display: block;
		width: 100%;
		border-left: none;
	}
}

@media only screen and (max-width: 480px) {
	.nav-container,
	body.scrolled .nav-container {
		height: 65px;
	}
	.nav-menu-toggle {
		top: 12px;
		width: 36px;
		height: 28px;
	}
	.nav.toggled-on ul {
		top: 36px;
		padding: 50px 0 20px 0;
	}
}