/* @group * * * * * RESET * * * * */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
/* @end */

/* @group * * * * *WEBFONTS * * * * */
/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * herrmeyer.ch
 * thomasmeyer.ch
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2013
 */

@font-face {
    font-family: 'Circular Book';
    src: url('/assets/webfonts/lineto-circular-book-c.eot');
    src: url('/assets/webfonts/lineto-circular-book-c.eot?#iefix') format('embedded-opentype'),
    url('/assets/webfonts/lineto-circular-book-c.woff') format('woff'),
    url('/assets/webfonts/lineto-circular-book-c.ttf') format('truetype'),
    url('/assets/webfonts/lineto-circular-book-c.svg#CircularBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Bold';
    src: url('/assets/webfonts/lineto-circular-bold-c.eot');
    src: url('/assets/webfonts/lineto-circular-bold-c.eot?#iefix') format('embedded-opentype'),
    url('/assets/webfonts/lineto-circular-bold-c.woff') format('woff'),
    url('/assets/webfonts/lineto-circular-bold-c.ttf') format('truetype'),
    url('/assets/webfonts/lineto-circular-bold-c.svg#CircularBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* @end */


/* @group * * * * * GENERAL STUFF * * * * */
.clearfix:before,
.clearfix:after {
   content: " "; /* 1 */
   display: table; /* 2 */
}
.clearfix:after {
   clear: both;
}
.clearfix {
   *zoom: 1;
}
html, body {
	background: #FFF;
	font-size: 100%;
	font-family: 'Circular Book', Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #444;
	height:100%;
}
img {
	max-width: 100%;
}
/* @end */


/* @group * * * * * STRUCTURE+ BASIC LAYOUT * * * * */
.wrapper {
	max-width: 1200px;
}
.site-header {
	padding: 65px 0 20px 0;
	background: #B8BB7A;
}
.site-header__top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding-top: 30px;
    background: #B8BB7A;
}
.site-header h1,
.site-header p {
	padding: 0 15px;
}
.site-header figure {
	margin-bottom: 1em;
}
.site-header .legend {
    font-size: 0.75em;
    padding: 5px 15px 0 15px;
}
.site-header .legend span {
    padding-top: 5px;
    border-top: 1px solid #787861;
}
.content-wrapper {
	padding: 15px;
}
.content {
	margin-bottom: 40px;
	padding-bottom:20px;
	border-bottom: 1px solid #B8BA7D;
}
.media {
	margin-bottom: 20px;
}
.media:last-child {
    margin-bottom: 0;
}
.divider {
    height: 1px;
    margin-top: 20px;
    margin-bottom: 40px;
    border:none;
    background: #222;

    /* ededed */

}
.fb-like {
    padding: 0 15px;
    margin-bottom: 18px;
}
/* @end */

/* @group * * * * * NAVIGATION * * * * */
.globalnav {
    display: none;
}
.globalnav.is-active {
    display: block;
}
.globalnav__item {
    border-top: 1px solid #FFF;
}
.globalnav__item a {
    display: block;
    padding: 10px 15px;
}
.navtoggle {
    padding: 5px 0;
    display: inline-block;
    cursor: pointer;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    top: 26px;
    right: 15px;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.navtoggle:hover {
    opacity: 1
}
.navtoggle__box {
    width: 32px;
    height: 23px;
    display: inline-block;
    position: relative
}
.navtoggle__inner {
    display: block;
    top: 50%;
    margin-top: -1.5px
}
.navtoggle__inner, .navtoggle__inner::before, .navtoggle__inner::after {
    width: 32px;
    height: 3px;
    background-color: #FFF;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}
.navtoggle__inner::before, .navtoggle__inner::after {
    content: "";
    display: block
}
.navtoggle__inner::before {
    top: -10px
}
.navtoggle__inner::after {
    bottom: -10px
}

.navtoggle--collapse .navtoggle__inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.navtoggle--collapse .navtoggle__inner::after {
    top: -20px;
    -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear
}

.navtoggle--collapse .navtoggle__inner::before {
    -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.navtoggle--collapse.is-active .navtoggle__inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: 0.32s;
    transition-delay: 0.32s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.navtoggle--collapse.is-active .navtoggle__inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear
}

.navtoggle--collapse.is-active .navtoggle__inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1)
}
/* @end */



/* @group * * * * * TYPOGRAPHY * * * * */
h1 {
	font-family: 'Circular Bold', Helvetica, Arial, sans-serif;;
	font-size: 24px;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 4px;
	color: #FFF;
}
h2 {
	font-family: 'Circular Bold', Helvetica, Arial, sans-serif;;
	font-size: 24px;
	line-height: 1.3;
    margin-bottom: 6px;
	font-weight: normal;
	color: #B8BB7A;
}
.site-header h2 {
    color: #FFF;
    padding: 0 15px;
    margin: 20px 0 0 0;
}
.site-header a {
    color: #444;
    text-decoration: underline;
}

.site-header a:hover {
    color: #FFF;
}
.globalnav__item a {
    text-decoration: none;
}
h3 {
	font-family: 'Circular Bold', Helvetica, Arial, sans-serif;;
	font-size: 18px;
	line-height: 1.3;
	font-weight: normal;
	color: #222;
}

p {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 18px;
	color: #444;
}
p:last-child {
	margin-bottom: 0;
}
p.lead {
	font-family: 'Circular Book', Helvetica, Arial, sans-serif;;
	font-size: 18px;
	margin-bottom: 18px;
}
a {
	color: #999;
}
a:hover {
	color: 	#B8BB7A;
}
blockquote {
	margin-bottom: 18px;
	border-left: 2px solid #B8BB7A;
	padding-left: 16px;
}
blockquote .quote {
	font-size: 21px;
	margin-bottom: 0;
    	color: #999;
}
blockquote .quote-by {
	font-size: 16px;
	color: #444;
}
strong {
    font-family: 'Circular Bold';
    font-weight: normal;
}
/* @end */


/* @group * * * * * MEDIA-QUERIES * * * * */
@media only screen and (min-width: 600px) {
    .site-header {
        padding-top: 40px;
    }
    .site-header__top {
        padding-top: 0;
        position: relative;
        top: auto;
        left: auto;
    }
    .navtoggle {
        display: none;
    }
    .globalnav {
        display: none;
    }
    .wrapper {
        background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, #B8BB7A),
		color-stop(33%, #B8BB7A),
		color-stop(33%, #FFF),
		color-stop(100%, #FFF)
	);
	background-image: -webkit-linear-gradient(
		left,
		#B8BB7A,
		#B8BB7A 33.33%,
		#FFF 33.33%,
		#FFF 100%
	);
	background-image: -moz-linear-gradient(
		left,
		#B8BB7A,
		#B8BB7A 33.33%,
		#FFF 33.33%,
		#FFF 100%
	);
	background-image: -ms-linear-gradient(
		left,
		#B8BB7A,
		#B8BB7A 33.33%,
		#FFF 33.33%,
		#FFF 100%
	);
	background-image: -o-linear-gradient(
		left,
		#B8BB7A,
		#B8BB7A 33.33%,
		#FFF 33.33%,
		#FFF 100%
	);
}
	.site-header {
		width: 33.33%;
		float: left;
	}
	.content-wrapper {
		padding-top: 80px;
		width:66.66%;
		float: left;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	p {
		font-size: 18px;
	}
}
@media only screen and (min-width: 900px) {
	.wrapper {
		max-width:1400px;
	}
	.content-wrapper {
		padding: 85px 20px 0 20px;
	}
	.column {
		float: left;
		width: 50%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.column:first-child {
		padding-right: 25px;
	}
	.column:last-child {
		padding-left: 25px;
	}
	h1 {
		font-size: 32px;
	}
}
/* @end */