@charset "utf-8";
/* CSS Document */

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


html::-webkit-scrollbar {
	width: 12px;
	background-color: transparent;
}

html::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #fff;
	border-radius: 1em;
}


html, body {
    margin: 0;
	padding: 0;
    width: 100%;
	height: 100%;
}

html {
  overflow-y: scroll;
}

#container {
	min-height: 100%;
	position: relative;
}


/* Main Nav */
#nav {
    background-color: #000;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    z-index: 999;
    /* box-shadow: 5px 3px 15px black; */
    position: fixed;
    width: calc(100% - 48px);
    /* left: 50%;
    margin: 0 0 0 -38.8%;
    top: -.5%; */
	padding: 0 1.5em;
}
.logoheader {
    font-size: 1.1em;
    color: #B5EF65;
    text-decoration: none;
    font-family:"Century Gothic", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}
.logoheader:hover {
    color: #FFFFFF;
}
.logoheader img {
	width: 190px;
	margin: 8px 0 0 0;
}
#nav .logo-text {
    top: 1em;
    position: relative;
    letter-spacing: .09em;
}
#main-nav {
    font-size: .9em;
    float: right;
    padding-top: .7em;
}
#main-nav li {
	padding: 0 1em;
    display: inline;
    padding-top: 0;
}
.main-nav-list {
    color: #FFFFFF;
    text-decoration: none;
    font-family:"Century Gothic", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;

}
.main-nav-list:hover {
    color: #B5EF65;
    text-decoration: none;
}

#active {color: #B5EF65;}

hr { 
    display: block;
	margin-top: 2em;
    margin-bottom: 2em;
	width: 75%;

    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0)); 
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0)); 
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0)); 
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0)); 
}


/* Footer */
footer {
	background-color: #DDEDB8;
    color: #333333;
    font-size: .75em;
    line-height: 1.2em;
    font-family:"Century Gothic", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    text-align: center;
    clear: both;
	padding: 4em 3em;
	-webkit-text-size-adjust: none;
}

.rwd-break {display: inline;}

.rwd-break::before {
	content: url(../images/icon-leaf.png);
	margin-left: 10px;
	margin-right: 10px;
}

#share-buttons img {
	width: 25px;
	margin-top: 1em;
	padding: 5px;
	border-radius: 10px;
	box-shadow: 0;
	display: inline;
	text-align: center;
}

/* Language Selection */
.goog-te-combo {
    font-size: 11px !important;
	font-family: 'open_sans', Arial, Helvetica, sans-serif !important;
	padding: 3px 6px !important;
	border: 1px solid #999;
	border-radius:3px !important;
	-webkit-border-radius:3px !important;
	-moz-border-radius:3px !important;
}

/* Responsive Nav */

.nav-toggle { 
	display: none; 
	margin: 0;
	padding: 0;
}


@media screen and (max-width: 1175px) {
.rwd-break, .rwd-break-3 {display: block; line-height: 1.7em;}
.rwd-break::before {display: none;}
.rwd-delete {display: none;}
.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
}
.nav-collapse {
    top: 0;
    width: 100%;
    position: relative;
}
.nav-collapse.opened { max-height: 1em; }
.nav-collapse a:hover { background: transparent }
.nav-collapse .active a:hover { color: #fff; background: rgba(0,0,0, .3) }
.nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    text-indent: -999px;
    position: relative;
    overflow: hidden;
    width: 70px;
    height: 2.2em;
    float: right;
    display: block;
    margin: 8px -2em 1em 0;
  }
  
.nav-toggle:before {
    color: #B5EF65;
    font-family: "responsivenav";
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    font-size: 28px;
    text-transform: none;
    position: absolute;
    content: "\2261";
    text-indent: 0;
    text-align: center;
    line-height: 55px;
    speak: none;
    width: 100%;
    top: 0;
    left: 0;}

#main-nav {left: -.8em; padding: 0 0 1em 0; margin: 0; line-height: 1.5em;}
.main {display: none;}
footer {line-height: 1.8em;}
}


@media screen and (max-width: 667px) {
	#nav {width: 100%; left: 0%; padding: 0; margin: 0; opacity: 1; border-bottom-left-radius: 0; border-bottom-right-radius: 0;}
	#main-nav {margin-left: 1.1em !important; float: left;}
	.nav-toggle {margin-right: 0 !important;}
	.logoheader {margin-left: 1.1em !important; font-size: 1em;}
	footer {padding: 2em !important;}
	#share-buttons img {width: 15px; padding: 4px;}
}
