@charset "UTF-8";

/* =====  1 Global Rules & Definitions  ===================================== */


/* -----  Reset & Normalization  ---------------------------------------- */

*, *::before, *::after {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  list-style: none;
}

article, aside, details, figcaption,footer, header, main, menu, nav, section, summary {
  /* Add correct display for IE 9- and some newer browsers */
  display: block;
}

::-moz-selection {
  background: #ffffcc;
  color: #333;
}

::selection {
  background: #ffffcc;
  color: #333;
}

/* -----  General Typography  ------------------------------------------- */

h1, h2, h3, h4, h5, h6,
p, ul, ol, pre {
  /* Reset font-sizes and normalize margins */
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
p {
  margin: .8rem 0;
}

/* Headings */
h1, h2, h3, h4 {
  font-family: 'Rokkitt', Georgia, Times, serif;
  font-weight: 400;
  letter-spacing: .05rem;
}

h1 {
  font-size: 1.5rem;
  color:#cc6600;
}

h2 {
  font-size: 1.4rem;
  color:#cc6600;
}

h3 {
  font-size: 1.3em;
  color:#cc6600;
}

h4 {
  font-size: 1.2em;
  color:#cc6600;
}

/* Links */
a {
  color: #cc6600;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  border-bottom: 1px solid #cc6600;
}

/* Misc */
hr {
  margin-top: -1.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}

i, em {
  font-weight: 300i;
}

b, strong {
  font-weight: 400;
}

mark {
  padding: .1em .05em;
  margin: -.1em 0;
  color: #333;
  background: #cc6600;
}

/* -----  Images & Figures  --------------------------------------------- */

img {
  border: 1px solid #ececec;
  width: 100%;
  height: auto;
}

figure {
	float:left;
}

.floatleft {
  max-width: 220px;
  height: auto;
  margin:0;
  padding:.5rem 1.2rem 0 0;
}

figcaption {
  font-size: .75rem;
  line-height: 1.5rem;
}

/* =====  2 Layout Helpers & Reusable Components  =========================== */

/* The Clearfix™: A classic … */
.cf::after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

/* -----  Kirbytext  ---------------------------------------------------- */

h1 + .intro {
  margin-top: -2.25rem;
}

.text h1, .text h2, .text h3, .text h4 {
  margin-top: 1rem;
}

.text ul, .text ol {
  margin-left: 1.5em;
}

.text hr {
  color: #ccc;
}

.text ul {
  list-style: none;
}

.text ul > li::before {
  content: "–";
  display: inline-block;
  position: relative;
  width: 1.25em;
  margin-right: -1.25em;
  left: -1.25em;
  padding-left: .25em;
}

.text ol > li {
  list-style: decimal;
}

.text pre, .text code {
  background-color: #cc6600;
  font-family: Courier, monospace;
  font-size: .75rem;
}

.text code {
  margin: -.25em 0;
  padding: .25em .15em;
  position: relative;
  bottom: .05em;
}

.text pre > code {
  display: block;
  margin: 0;
  padding: .8em;
  position: static;
  bottom: auto;
  overflow-x: auto;
}

@supports (-webkit-overflow-scrolling: touch) {
  .text pre > code {
    /* Enables smoother scrolling for code sections on
       mobile (i.e. touch) devices. */
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.text kbd {
  padding: 3px 7px;
  margin: -3px 2px;
  font-size: 75%;
  line-height: 1;
  background: #f7f7f7;
  border-radius: 4px;
  box-shadow: 0 2px 0 #c9c7d4;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  position: relative;
  bottom: 2px;
}

.text blockquote {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  border-left: 2px solid #cc6600;
  padding: .75rem;
  background: #fff;
}

.text blockquote :last-child {
  margin-bottom: 0;
}

.text img {
	margin:.5rem 0 1.25rem 0;
}

/* -----  Button  ------------------------------------------------------- */

.btn {
  display: inline-block;
  border: 2px solid;
  padding: .6em .75em;
  white-space: nowrap;
  font-size: .75em;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  line-height: 1;
  font-weight: 400;
}

.btn:hover, .btn:focus {
  background: #cc6600;
  border-color: #cc6600;
  color: #fff;
}

.btn:active {
  background: #cc6600;
  border-color: #cc6600;
}

/* -----  Grid & Layout  ------------------------------------------------ */

.grid {
  font-size: 0;
}

.grid.gutter-1 {
  /* We don’t use the shorthand attribute `margin: …` here
     to make vertical margin easily overridable by other
     styles with a lower specifity. */
  margin-left: -.375rem;
  margin-right: -.375rem;
}

.grid.gutter-1 .column {
  padding-left: .375rem;
  padding-right: .375rem;
}

.column {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  vertical-align: top;
}

.wrap {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 50rem;
}

.wrap.wide {
  max-width: 60rem;
}



/* =====  3 Site Layout  ==================================================== */

html {
  background: #fff;
  color: #333;
  font: normal 300 1em/1.5 'Roboto', Helvetica, sans-serif;
  /* Always show the vertical scrollbar to prevent `jumps`
     of page content after navigating from a very short page
     that does not scroll to a long pager */
  overflow-y: scroll;
  /* Setting this to `default` prevents the cursors from
     changing when hovering blocks of text or whitespace,
     which is less distracting */
  cursor: default;
  /* Neccessary for sticks footer. */
  position: relative;
  min-height: 100%;
  /* Prevent adjustments of font size after orientation
     changes in IE and iOS. */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* Highlight color for WebKit-bases touch devices. */
  -webkit-tap-highlight-color: rgba(255, 255, 153, .3);
}

@media all and (max-width: 30em) {
  html {
    /* We decrease the font-size a little-bit for tiny
       screens. Because this stylesheet uses relative units
       everywhere, everything scales nicely. */
    font-size: 1em;
  }
}

body {
  /* space for sticky footer */
  margin-bottom: 4.5rem;
}

/* ----- 3.1  Header  ------------------------------------------------------- */

.header {
  padding-top: 1.5rem;
}

.branding {
  text-align: left;
  font-family: 'Rokkitt', Georgia, Times, serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.95rem;
  margin-bottom: .45rem;
  text-transform: uppercase;
}

.branding a {
  border-bottom: 0;
}

@media all and (min-width: 56em) {
  .header {
    padding-top: 3rem;
    padding-bottom: .5rem;
  }
  .branding {
    line-height: 3rem;
    margin-bottom: 0;
    white-space: nowrap;
  
	letter-spacing:.05em;
  }
  .branding{
    vertical-align: baseline;
    width: 35%;
  }
  .navigation {
    vertical-align: baseline;
    width: 65%;
	margin-bottom: 1em;
  }
  
}

/* -----  3.2 Menu  --------------------------------------------------------- */

.menu {
  text-align: center;
  font-size: .85rem;
  font-weight: 300;
  letter-spacing:.18em;
  text-transform: uppercase;
}

.menu-item {
  display: inline-block;
}

.menu-item:not(:last-child)::after {
  content: "|";
  display: inline-block;
  padding: 0 .7rem;
  color:#cc6600;
}

.menu-item a {
	color:#333;
  	border-bottom: 0;
}

.menu-item a:hover {
	color:#cc6600;
  	
}

.menu-item.is-active a {
	color:#cc6600;
	border-bottom:1px solid #cc6600;
}

@media all and (min-width: 56em) {
  .menu {
    text-align: center;
  }
}

.menucontainer {
	margin:0;
	padding:0;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: 'Rokkitt', Georgia, Times, serif;
	font-weight:400;
	font-size:1.5rem;
	letter-spacing:.02rem;
	color:#fff;
	text-decoration: none;
	margin: 20px 0 0 0;
	padding:4px 0 0 50px;
	height:43px;
	display: none;
	cursor:pointer;
	background:url(../images/menu.svg) no-repeat left #a9a9a9;
	border-top: 1px solid #edebeb;
	border-bottom: 1px solid #edebeb;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ .menu{
    display: block;
}


/* -----  Left Menu  --------------------------------------------------------- */
.leftmenu {
	width:75%;
	border-top:1px solid #ccc;
	margin:1.5rem 0;
	font-size:.8rem;
	letter-spacing:.12rem;
	text-transform:uppercase;
}

.leftmenu li {
	border-bottom:1px solid #ccc;
	padding:.5rem 0;
}

.leftmenu li:hover, .leftmenu li.active {
	background:#f7f7f7;
}

.leftmenu a {
	padding:0 0 0 .5rem;
	color:#333;
}

.leftmenu a:hover {
	border-bottom:none;
}


/* -----  3.3 Footer  ------------------------------------------------ */

.footer {
  width: 100%;
  padding: 1.3rem 0;
}

.footer p {
  margin-bottom: 0;
  font-size: .85rem;
  letter-spacing:.04rem;
}

.footer a {
  border-bottom: 0;
}
.footer-left {width:35%;}
.footer-right {width: 65%;}


/* -----  Main Content  ------------------------------------------------- */

.main {
  
}
.left {
	width:35%;
}
.right {
	width: 65%;
	padding: 1.5rem 0;
	border-top:  double #ccc;
  	border-bottom:  double #ccc;
}	
.taglinewrap {
	width:60%
}
.tagline {
	margin:-.25em 0 0 0;
	padding:0;
	text-transform:uppercase;
	color:#cc6600;
	letter-spacing: .15em;
}
.showtagline {
	display:none;
	padding-top:1.3rem;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size:1rem;
	font-weight:300;
	text-transform:uppercase;
	color:#cc6600;
	letter-spacing: .15em;
}
.map {
	margin:1rem 0;
}

/* -----  Responsive  -------------------------------------------------- */

@media screen and (max-width: 950px) {
	
.column {
	width: 100%;
	display:block;
	position:relative;
	padding:.5rem 1.5rem;
}
.right {
	padding: 1.5rem 1.5rem 2rem 1.5rem;
}
.branding{
	text-align:center;
	line-height: 1rem;
	margin-bottom: 0;
}
.tagline {
	display:none;
}
.showtagline {
	display:block;
}
.footer {
  padding: 1rem 0;
  text-align:center;
}

}

@media screen and (max-width: 700px) {
	
.menuwrap {
	width:100%;
	margin:0;
}
.menucontainer {
	width:100%;
	margin:0;
	background-color:#edebeb;
}
.menu {
	margin:0;
	float:none;
	position:static;
	display:none;
	border:none;
}
ul.menu {
	padding:.5rem 0;
}
.menu li, .menu li a {
	border:none;
	width: 100%;
	text-align:left;
	color:#cc6600;
	padding:.3rem;
	margin:0 0 0 1.3rem;
}
.menu li a:hover, .menu-item.is-active a {
	color:#cc6600;
	border-bottom:1px solid #cc6600;
}
.menu-item:not(:last-child)::after {
	display:none;
}
.show-menu {
		display:block;
}
.leftmenu {
	width:100%;
}
.floatleft {
	float:none;
}
	
}