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

html {
    font-family: Raleway, sans-serif;
}

body {
    background: #ece2d5;
    font-size: 1rem;
    line-height: 1.4rem;
    color: #292929;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Raleway, sans-serif;
    display: block;
    letter-spacing: 1px;
    margin: 0 0 1rem 0;
}

/**
 * IE FIX
 */
article,
aside,
footer,
header,
article,
menu,
nav,
section {
    display: block;
}

::-moz-selection, ::selection {
    background: #5296c7;
    color: #ffffff;
    text-shadow: none;
}

#main {
    width: 960px;
    margin: 0 auto;
    background-color: #ffffff;
}

#content {
    width: 100%;
}

.topnavi {
	float:right; 
	padding-top:1rem;
	width:500px;
	text-decoration: none; 
	display:inline; 
	color: #fffff;
	}
	
	
.topnavi span {
	margin-right:10px;
	font-family: Raleway, sans-serif;
	font-size: 1.1rem;
    border-bottom: 1px solid #8cb665;
	display: inline;
	}
	


.topnavi span a::before {
    font-family: fontello;
    content: "\e800";
    font-size: .75rem;
    color: #8cb665;
    padding-right: .5rem;
	text-decoration: none;
	
}

.topnavi  span a:hover::before {
	color: #ffffff;
	text-decoration: none;
}
	

header {
    border-bottom: 0.4rem solid #d4eebf;
    height: 100px;
    width: 100%;
}

header img {
    top: 10%;
    left: 2%;
    height: 80%;
    width: auto;
	position: relative;
}


header a {
    color: #000;
	text-decoration: none; 
	
}
header ul li{
	display: inline;
   
    	
} 


aside {
    width: 30%;
    min-width: 30%;
    display: inline-block;
    vertical-align: top;
}

#mobile {
    width: auto;
    height: 100%;
    margin-right: 20px;
    position: relative;
    float: right;
    display: flex;
    align-items: center;
    visibility: hidden;
    cursor: pointer;
}

#mobile:before {
    font-family: fontello;
    content: "\e803";
    font-size: 2.25rem;
    color: #8cb665;
}

nav {
    width: 100%;
    padding-bottom: 20px;
}

nav h5, nav ul{
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
}

nav h5 {
    background: #8cb665;
    color: #fff;
    font-family: Raleway, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 2.4rem;
    padding-left: 0.6rem;
    width: calc(86% - 0.6rem) !important;
    margin-bottom: 0;
}

aside nav ul {
    list-style: none;
}

aside nav ul li {
    border-bottom: 1px solid #8cb665;
    font-family: Verdana, sans-serif;
    line-height: 1.6rem;
}

aside nav ul li:last-child {
    border-bottom: none;
}

aside nav ul li:hover {
    background-color: #8cb665;
}

aside nav ul li:first-child {
    border-top: 1px solid #ffffff;
}

aside nav ul li a {
    padding: 0.675rem 0 !important;
    color: #272727;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.6rem;
    vertical-align: top;
}


aside nav ul a:hover {
    margin-left: 15px;
    color: #ffffff;
}

aside nav ul li a::before {
    font-family: fontello;
    content: "\e800";
    font-size: .75rem;
    color: #8cb665;
    padding-right: .5rem;
}

aside nav ul li a:hover::before {
    color: #ffffff;
}

article, nav {
    margin-top: 30px;
}

article {

    display: inline-block;
    vertical-align: top;
    padding-bottom: 30px;

}


article p, article span, article ul {
    font-size: 0.875rem;
}

article a.ext:before {
    font-family: fontello;
    content: '\e807  ';
}

article p:last-of-type {
    margin-bottom: 0;
}

article ul {
    list-style-type: square;
    margin-left: 1rem;
}

article ul li {
    margin-bottom: 1rem;
}

article img {
    max-width: 100%;
    margin-bottom: 1rem;
}

article h1 {
    font-size: 1.250rem;
}

article h2 {
    font-size: 1.125rem;
}

article h3 {
    font-size: 1.000rem;
}

article p {
    margin: 1rem 0;
}

article h1:before, article h2:before, article h3:before {
    font-family: 'fontello';
    color: #8cb665;
    bottom: 0.1rem;
}

article h1:before, article h2:before {
    content: '\e802 \00a0 ';
}

article h3:before {
    content: '\e801 \00a0 ';
}

footer {
    padding: 0.9rem 2rem;
    background: #d4eebf;
    text-align: center;
    color: #4e6737;
    font-size: 0.875rem;
    margin-bottom: 30px;
}
footer a, footer a:visited {
    color: #4e6737;
}

.fb-page {
    margin-top: 16px;
}

.news-letter {
    position: relative;
    padding: 18px 0px 29px;
}

.news-letter-title {
    color: #496432;
    font-size: 1rem;
    font-family: Verdana, sans-serif;
    font-weight: 300;
    line-height: 0;
    margin: 0;
    padding: 8px 8px 20px 0;
    text-align: center;
}

.news-letter-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: #8cb665;
}

input {
    font-family: inherit;
    color: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-letter-input {
    width: 100%;
    height: 34px;
    margin-bottom: 25px;
    padding: 0 15px 2px;
    font-size: 16px;
    background: white;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 -1px #ebebeb;
    box-shadow: inset 0 -1px #ebebeb;
}

.news-letter-input:focus {
    border-color: #c4c4c4;
    outline: none;
    -webkit-box-shadow: inset 0 -2px #c4c4c4;
    box-shadow: inset 0 -2px #c4c4c4;
}

.lt-ie9 .news-letter-input {
    line-height: 48px;
}

.news-letter-button {
    position: relative;
    vertical-align: top;
    width: 100%;
    height: 30px;
    padding: 0;
    font-size: 16px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #f06565; /* button background  */
    border: 0;
    border-bottom: 2px solid #b65a51; /* newsletter button shadow */
    border-radius: 5px;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -1px #b65a51;
    box-shadow: inset 0 -1px #b65a51;
}

.news-letter-button:active {
    top: 1px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

:-moz-placeholder {
    color: #ccc;
    font-weight: 300;
}

::-moz-placeholder {
    color: #ccc;
    opacity: 1;
    font-weight: 300;
}

::-webkit-input-placeholder {
    color: #ccc;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #ccc;
    font-weight: 300;
}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.contentwrapper {
    width: 68%;
    min-width: 68%;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 30px;
    margin-right: 1%;
}
	
.recent-list {
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
	
}
.recent-list > li:before {
content: '\e802 \00a0 ';
font-family: 'fontello';
color: #8cb665;
bottom: 0.1rem;
}
.recent-list {
list-style-type: none;
}
.recent-list a {
    color: #000;
    text-decoration: none;
}

@media only screen and ( max-width: 960px ) {
    #main {
        width: 100%;
    }

    header {
        height: 80px;
    }


    aside {
        display: none;
        width: 100%;
    }
    nav {
        width: 100%;
    }
    nav h5 {
        margin:0;
        padding:0;
        width: 100%;
        min-width: 100%;
        text-align: center;

    }
    nav ul , .news-letter{
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }

    .contentwrapper {
        width:96%;
        margin-left: 2%;
        margin-right: 2%;
    }
    article h1 {
        font-size: 1.150rem;
    }

    article h2 {
        font-size: 1.025rem;
    }

    article h3 {
        font-size: 0.900rem;
    }
    article p, article span, article ul {
        font-size: 0.775rem;
    }
    #mobile {
        visibility: visible;
    }
	.recent, .socials {
		display:none;
	}
	.topnavi{display:none;}

}