@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,600,600i');

* {
    box-sizing: border-box;
}

html {
	font-family: 'Fira Sans', sans-serif !important;
	font-weight: 300 !important;
}

body {
	position: relative;
	background: #f8f8f8;
	border-top: 5px solid #cc6600;
}

a {
	color: #222 !important;
}

.uk-text-lead {
	font-size: 1.2rem !important;
}

.uk-offcanvas-bar a {
	color: #fff !important;
}

a:hover, li.uk-active a {
	color: #cc6600 !important;
	text-decoration: none !important;
}

a.icon-a {
	color: #fff !important;
}

.uk-box-shadow-large {
	box-shadow: none !important;
}
/*.uk-navbar-container {
	background: #fff !important;
}*/

.hideme {
	display: none !important;
}

.bg-orange {
	/*background: rgb(214,124,0);
background: -moz-linear-gradient(45deg, rgba(214,124,0,1) 0%, rgba(186,89,0,1) 100%);
background: -webkit-linear-gradient(45deg, rgba(214,124,0,1) 0%,rgba(186,89,0,1) 100%);
background: linear-gradient(45deg, rgba(214,124,0,1) 0%,rgba(186,89,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d67c00', endColorstr='#ba5900',GradientType=1 );
	color: #fff;
	border-bottom: 5px solid #222;*/
	color: #cc6600;
}

.bg-orange a {
	color: #cc6600 !important;
}

.bg-orange a:hover {
	color: #222 !important;
}

.subnav .uk-icon {
	line-height: 1.5 !important;
	padding: 10px 0 !important;
}

.uk-navbar-logo {
	display: block;
	text-indent: -9999px;
	width: 125px;
	height: 30px;
	background: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 125px 30px;
}


.biglogo {
	background: url(images/logo-gross.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-top: 200px !important;
	padding-bottom: 200px !important;
}

@media screen and (min-width: 480px) {
	.uk-navbar-logo {
	display: block;
	text-indent: -9999px;
	width: 250px;
	height: 60px;
	background: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 250px 60px;
}
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Fira Sans', sans-serif !important;
}

.headline {
	margin-top: 0 !important;
	font-style: italic;
	color: #cc6600;
}

.uk-offcanvas-bar {
	background: #222;
}

.header {
	width: 50px;
	float: left;
	height: 100vh;
	position: fixed;
	padding: 50px 0;
}

.content {
	width: calc(100vw - 50px);
	float: right;
}

.summary {
	color: #cc6600;
}

em {
	color: #cc6600 !important;
}

blockquote {
	text-align: center;
	padding: 40px 0 40px 0 !important;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}

/*.lightgrey {
	background: -moz-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(229,229,229,0) 100%);
background: -webkit-linear-gradient(left, rgba(250,250,250,1) 0%,rgba(229,229,229,0) 100%);
background: linear-gradient(to right, rgba(250,250,250,1) 0%,rgba(229,229,229,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#00e5e5e5',GradientType=1 );
}*/

/*.lightgrey .uk-card {
	border-bottom: 1px solid #cc6600;
}*/
/*
.orange {
	background: #fff;
	color: #222;
	border-bottom: 5px solid #cc6600;
}

.darkgrey {
	background: #fff;
}*/

/*.uk-card-default {
	box-shadow: none !important;
	border-bottom: 1px solid #cc6600;
	background: transparent !important;
}*/

.icon-a {
	display: block;
	margin: 0 auto;
	text-align: center;
}


.subnav .uk-active {
	-moz-transform: translate(10px, 0px);
-webkit-transform: translate(10px, 0px);
-o-transform: translate(10px, 0px);
-ms-transform: translate(10px, 0px);
transform: translate(10px, 0px);
}

#map {
	width: 100%;
	height: 500px;
}
/**
 * WireFatalError is a class that ProcessWire will use to output
 * fatal errors in the design, but only if debug mode is on, or if
 * you are logged in as a superuser.
 *
 */
.WireFatalError {
	background: #a30000;
	color: #fff;
	padding: 1em;
	position: relative;
	z-index: 9999;
}

/*********************************************************************
 * 6. Accessibility helpers
 *
 */

/* Hide visually, but remain approachable for screenreader */

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	white-space: nowrap;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	border: 0;
}

/* Show bypass link on hover */

.element-focusable:focus {
	clip: auto;
	overflow: visible;
	height: auto;
}

/* Sample styling for bypass link */

.bypass-to-main:focus {
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #333;
	color: #fff;
}


