*{
	box-sizing: border-box;
}
body{
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
  font-size: 16px;
  overflow-x: hidden;
 	color: #333

}
h1{
	margin: 10px 0
}
#lightbox{
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0,0,0,.85);
    text-align: center;
    overflow-y: auto;
    padding: 20px;
}
div#lightbox::before {
    content: 'x';
    position: absolute;
    top: 10px;
    right: 10px;
    color: #aaa;
    border: 2px solid #aaa;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 23px;
    font-size: 28px;
    cursor: pointer;
    z-index: 99999;
    background: rgba(0,0,0,.5)
}
#lightbox img{
	max-height: calc(100vh - 40px);
    max-width: calc(100vw - 40px);
}
#lightbox .caption, #lightbox #gallery.one .caption:not(:empty), #lightbox .image .caption:not(:empty){
	color: #fff;
}
#lightbox #gallery.one, #lightbox .single #main .image{
    max-width: none;
    float: none;
    padding: 0;
    background: none;
    border: none;
    margin: 0;
}
#lightbox #gallery.one .slide{
padding: 0;
}
#lightbox #gallery{
	border: none;
	background: none;
}
#lightbox  #gallery .slide .slideimg{
    background: none!important;
    padding: 0;
    height: auto;
    max-height: 90vh;
    cursor: auto;
}
#lightbox  #gallery .slide .slideimg img{
	opacity: 1;
	position: relative;
    max-height: 90vh;
    cursor: auto;
}
#lightbox #gallery .caption:not(:empty), #lightbox .image .caption:not(:empty){
	color: #fff
}
.single #main a{
    text-decoration: underline;
}
#main entry a{
	/* background: #cbffcb;
    color: #005641;*/
    font-weight: bold;
    text-decoration: underline;
}
a, .single #main .aboutauthor a, .single #main .meta a,
.single #main .comment h4 a, .single #main .comment .more{
	text-decoration: none;
	color: #3a8d5d;
}
#main .meta a{
	font-weight: bold;
}
#sidebar a{
 color: #005641;
}
#sidebar a.allarticles{
    	padding: 0 10px
    }
p{
	color: #333;
	margin: 10px 0;
}
img{
	max-width: 100%;
}
h2{
	border-bottom: 1px solid #ddd;
	color: #555;
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: normal;
}
blockquote{
	font-style: italic;
	border: 1px solid #ddd;
	margin: 10px;
	padding: 10px;
	clear: both;
}

 header{
 	box-shadow: 0 0 10px rgba(0,0,0,.3);
 	position: relative;
   	background: #005641;
   	z-index: 10
 }
  header::before{
  	content: '';
  	display: block;
  	position: absolute;
  	background: #fff;
  	top: 0;
  	left: 0;
  	height: 100%;
  	width: 33%;
  }

  header .container{
  	position: relative;
  	z-index: 2
  }
  .quiz{
  	margin: 20px 0;
  	border: 1px solid #ddd;
  	padding: 20px 10px;
  	background: #f3f3f3;
  	font-style: italic;
  	border-radius: 3px;
  }
 .container{
 	margin: auto;
 	max-width: 1100px;
 	width: 90%;
 	min-width: 720px;
 }
 .container::after{
 	content: '';
 	display: block;
 	clear: both;
 }
 header .logo{
float: left;
    padding-right: 20px;
    height: 58px;
    margin-left: -35px;
    overflow: hidden;
    position: relative;
 }
 header .logo::before{
    content: '';
    display: block;
    border-bottom: 99px solid #005641;
    border-left: 58px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
	}
header .logo a{ 
    background: #fff;
    display: block;
    height: 58px;
    padding-right: 5px;
}

header .logo img{
    height: 48px;
    width: 280px;
    margin-top: 4px;
    max-width: none;
}


header .logo .mark{
	margin-left: -50px;
	margin-right: 5px
}

header .search{
  	float: right;
  	padding-top: 11px;
  	margin-left: 5px;
}

input[type="text"], input[type="password"], input[type="submit"],
input[type="email"], input[type="tel"]{
    height: 35px;
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 3px;
}
form.validate input:invalid {
  border: 1px solid red;
}
input[type="checkbox"], input[type="radio"]{

    border: 1px solid #ddd;
    height: 20px;
    width: 20px;
    vertical-align: middle;
}
input[type="submit"]{
    -webkit-appearance: none;
    color: #fff;
    background: #005641;
    border: none;
    padding: 0 20px
	}

header .search form{
	position: relative;
}
header .search input[type="text"]{
	border-radius: 18px;
	outline: none;
	padding: 5px 40px 5px 8px;
	width: 120px;
	text-overflow: ellipsis;
}
header .search input[type="text"].focused{
	width: 220px;
	-webkit-transition: width .2s; /* Safari */
    transition: width .2s;
}
header .search input[type="submit"]{
	position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    width: 40px;
    opacity: 0;
    cursor: pointer;
}
header .search form::after{
    content: '';
    background: url('/images/theme_images/search-icon-2x.png');
    width: 40px;
    height: 35px;
    display: block;
    background-size: 23px;
    position: absolute;
    background-position: center;
    right: 0;
    top: 0;
    opacity: .4;
    background-repeat: no-repeat;
    pointer-events: none;
}
header .login{
	position: relative;
    display: block;
    float: right;
    line-height: 48px;
    font-size: 16px;
    text-decoration: none;
    color: #005641;
    padding: 5px;
    margin-left: 5px;
    font-weight: bold;
}


header #loginbox{
	display: none;
    position: absolute;
    right: 0;
    top: 100%;
    color: #fff;
    padding: 10px 20px 20px;
    background: #005641;
    line-height: 2;
    font-weight: normal;
}
header .login:hover #loginbox{
	display: block;
}
header #loginbox:not(.in) a:not(.join){
	color: rgb(121, 199, 196);
	display: inline-block;
	}
header #loginbox .join{
	display: inline-block;
	cursor: pointer;
}
header #loginbox .join:hover{
	text-decoration: underline;
	}
header #loginbox.in {
	padding:  0 5px;
}
header #loginbox.in a{
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid rgb(39, 153, 149);
    padding: 5px 10px;
}
header #loginbox input[type="submit"]{
    border: 1.5px solid #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 10px 0 0;
    padding: 0 20px;
    background: none;
    cursor: pointer;
}

header #loginbox input[type="submit"]:hover{
	opacity: .7
	}


header #loginbox label{
	display: block;
}
header a{
	color: #fff;
	-webkit-transition: color .2s; /* Safari */
    transition: color .2s;
}
header a:hover, nav #meggamenu:hover>a, header .login:hover>a{
	color: rgba(255,255,255,.7);
}
nav .quicklinks{
	white-space: nowrap;
	margin-left: 5px;
	overflow: hidden;
	background: #005641;
	height: 58px;
}

nav .quicklinks a{
    display: inline-block;
    line-height: 40px;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 5px 5px;
    font-weight: bold;
}

nav .quicklinks a.cut{
	visibility: hidden;
	}
nav .quicklinks a#menubtn{
	font-size: 30px;
	line-height: 30px;
	display: block;
	position: relative;
}
nav .menuicon{
	display: inline-block;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	height: 16px;
	width: 25px;
	position: relative;
	margin-left: 10px;
	vertical-align: middle;
}
nav .menuicon::before{
	content: '';
	display: block;
	border-bottom: 2px solid #fff;
	margin: 5px 0 0;
	width: 100%;
	}
nav .quicklinks a#menubtn::after{
    content: '';
    display: block;
    width: 63px;
    position: absolute;
    top: 100%;
    left: -15px;
    height: 13px;
}
nav #meggamenu{
	display: inline-block;
	height: 58px;
}

nav #meggamenu .submenu{
	opacity: 0;
    position: absolute;
    left: 0;
    top: 58px;
    width: 100%;
    padding: 20px 0;
    color: #fff;
    -webkit-transition: all .2s; /* Safari */
    transition: all .2s;
    pointer-events: none;
	}

nav #meggamenu.open .submenu{
	opacity: 1;
	pointer-events: all;
	}
@media screen and (min-width: 765px) {
	nav #meggamenu:not(:focus):hover .submenu{
	opacity: 1;
	pointer-events: all;
	}
}

nav #meggamenu .submenu::before{
	content: '';
	background: #005641;
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 100vw;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	z-index: -1;
}
nav #meggamenu .submenu h2{
	color: #fff;
border-bottom: 1px solid #78b3b1;
    margin: 0 0 5px;
    padding-bottom: 2px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
}
nav #meggamenu .submenu a{
	display: block;
	line-height: 30px;
	padding: 0;
	font-weight: normal;
}
nav #meggamenu .submenu .group{
	width: 20%;
	float: left;
}
nav #meggamenu .submenu .group:first-child{
	width: 60%;
	padding-right: 40px;
	}
nav #meggamenu .submenu .group:nth-child(2){
	padding-right: 20px;
}
nav #meggamenu .submenu .group:last-child{
	padding-left: 20px;
}
nav #meggamenu .submenu .group:first-child .col{
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;

}



footer{
	background: #333;
	color: #eee;
	padding: 40px 0 0
}
footer .container{
	overflow-y: auto;
}
footer .container .col{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
footer .container>div{
	float:left;
	width: 21%;
	padding-right: 30px
	}
footer .container>div:last-child{
	width: 37%;
	padding-right: 0;
}
footer .container h4{
	border-bottom: 1px solid #555;
	font-size: 17px;
	margin: 20px 0 5px;
	padding-bottom: 3px
}
footer a{
	color: #ddd;
	display: block;

}
footer .colophon{
	background: #111;
	font-size: 13px;
	color: #ddd;
	padding: 10px;
	text-align: center;
	margin-top: 40px
}
footer .colophon a{
	display: inline-block;
	color: #005641;
	font-weight: bold;
}
.main_body{
	position: relative;
	z-index: 1;
	margin: 10px auto;
	overflow: hidden;
}
.main_body::after{
	content: '';
	display: block;
	clear: both;
}
#main{
	float: left;
	width: 70%;
	padding-right: 20px;
}
#sidebar{
	width: 30%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-left: 1px solid #eee;
	font-size: 14px;
	 -webkit-column-width: 100%; /* Chrome, Safari, Opera */
    -moz-column-width: 100%; /* Firefox */
    column-width: 100%;
}
#sidebar>h3{
	background: #005641;
    color: #fff;
    padding: 5px 10px;
    margin: 0 0 0 -15px;
    display: inline-block;
    position: relative;
    height: 34px;
}

#sidebar>h3::before{
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #3a3a3a transparent transparent transparent;
    bottom: -15px;
    left: 0;
    border-width: 15px 0 0 15px;
}
#sidebar>h3::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    border: 17.5px solid #005641;
    z-index: -1;
    right: -2em;
    border-left-width: 1.5em;
    border-right-color: transparent;
}
#sidebar>a{
	display: block;
	}
#sidebar>a.cut{
	visibility: hidden;
}
#sidebar .sponsor{
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
    text-align: center;
    color: #777;
    font-style: italic;
    font-family: serif;
}
#sidebar .sponsor img{
	display: block;
	margin: 5px auto;
	height: auto!important;
}
.entry{
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	overflow-y: auto;
}
.entry h3, #lead-story.noimg h3, .entry p, #lead-story.noimg p{
	margin: 0
	}

.entry .image{
	float: left;
	margin-right: 10px;
	background: #f3f3f3;
	border: 1px solid #ddd;
	border-radius: 3px;
	width: 150px;
}
.entry .image img{
	margin: auto;
	display: block;
}
.entry.full .image{
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	text-align: center;
	font-size: 13px;
	font-style: italic;
	padding: 5px;
	width: auto;
	max-width: 50%;
}
.entry .image.feature img{
	display: block;
	margin: auto;
	cursor: pointer;
	}
.entry .image+.excerpt{
	margin-left: 160px
	}

#sidebar .entry {
    padding: 5px 0 5px 10px;
    position: relative;
    line-height: 1.3em;
}
#sidebar .entry .image{
    margin: 0;
    border: none;
    background-size: cover;
    background-position: center;
    height: 75px;
    width: 75px;
    float: right;
    border-radius: 50%;
    margin-right: 5px;
}
/*#sidebar .entry .image+.description{
	margin-left: 26%;
	}*/

#sidebar .entry h3{
	font-size: 18px;
	}
{
	margin: 0
}
.entry.full p{
	margin: 10px 0
}
#sidebar .entry .meta{
	font-size: 13px;
	margin: 0 0 3px;
	color: #777;
	display: inline;
}
#sidebar .entry .meta.comments{
	color: #4a966a;
	font-weight: bold;
	display: block;
	margin: 3px 0 5px
	}
#sidebar .entry .meta span{
	display: inline-block;
	}
#sidebar .entry:hover{
	background: #f3f3f3
}

.meta{
	font-size: 14px;
	margin: 5px 0;
	color: #777;
	display: block;
}
.categories{
	display: inline;
}
.categories span:last-child{
	display: none;
}

#share-buttons{
	position: fixed;
	left: 0;
	top: 50vh;
	margin-top: -150px;
	display: none;
}
.single #share-buttons{
 	display: block;
}
.single #main .meta{
	display: block;
}
.timestamp{
	font-weight: bold
}
#share-buttons a{
	display: block;
	width: 45px;
	background: #fff;
	-webkit-transition: width .2s; /* Safari */
    transition: width .2s;
}
#share-buttons a:hover{
	width: 50px
	}
#share-buttons a[href*="facebook"]{
	background: #3c5b9b;
}
#share-buttons a[href*="google"]{
	background: #f63e28;
}
#share-buttons a[href*="linkedin"]{
	background: #0073b2;
}
#share-buttons a[href*="javascript"]{
	background: #62665e;
}
#share-buttons a[href*="reddit"]{
	background: #ff1a00;
}
#share-buttons a[href*="twitter"]{
	background: #2daae1;
}

/*Home page layout*/
.home #main .image{
	display: none;
}

#lead-story{
	background: #eee;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
}
#lead-story p{
	display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 5px;
    color: #555;
    font-family: serif;
    font-style: italic;
    color: transparent;
	}
#lead-story .featured{
	width: 100%;
	position: relative;
	padding-top: 43%;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}

#lead-story .featured::after{
/*	content: '';
*/	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#lead-story .featured .info a, #lead-story .featured .info p{
	color: #fff
	}
#lead-story .featured .meta{
	color: #fff;
}

#lead-story .featured .info h1, #lead-story .featured .info p{
	margin: 0
}

.entry.full{
	padding-top: 0;
	border: none;
	overflow: visible;
}

.entry.full h3, #lead-story.noimg h3{
	font-size: 25px;
}


/*single entry pages*/
#gallery{
	background: #eee;
	width: 100%;
	position: relative;
	padding-bottom: 20px;
	border: 1px solid #ddd;
	border-radius: 3px;
	overflow: hidden;

}
#gallery img{
	cursor: pointer;
}
#gallery.one, .single #main .image{
	padding-bottom: 0;
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 10px 0 10px 10px;
	position: relative;
}
.single #main .image{
	padding: 10px;
}

.single #main .image.feature img{
	max-height: 400px;
	display: block;
	cursor: pointer;
	margin: 0 auto
}

#gallery.one .arrow{
	display: none;
}
#gallery .slides{
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	font-size: 0;
	}
#gallery .caption:not(:empty), .image .caption:not(:empty){
	color: #444;
	padding: 10px 10px 0;
	font-style: italic;
	font-family: serif;
	font-size: 16px
	}
#gallery.one .caption:not(:empty), .image .caption:not(:empty){
	color: #444;
	text-align: center;
}

#gallery .slide{
	width: 100%;
	display: inline-block;
	white-space: normal;
	vertical-align: top;
	padding: 10px;
	font-size: 14px
}
#gallery .slide .slideimg{
    width: 100%;
    padding-top: 50%;
    background-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
#gallery .slide .slideimg.portrait{
	background-size: contain;
}
#gallery .slide .slideimg.landscape{
    background-size: cover;
	}

#gallery .slide img{
	max-height: 600px;
	display: block;
	margin: auto;
	opacity: 0;
	position: absolute;
	top: 0;
	}
#gallery.one.portrait{
	max-width: 40%;
	float: right;
}
#gallery.one.portrait .slide .slideimg{
	padding-top: 0;
	}
#gallery.one.portrait .slide img{
	position: relative;
}
#gallery.sliding .slide:first-child{
	margin-left: -100%;
}
#gallery .arrow{
	position: absolute;
	top: 0;
	height: 100%;
	width: 25%;
}
#gallery .arrow.prev{
left: 0;
}
#gallery .arrow.next{
right: 0;
}
#gallery .dots{
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 100%;
	text-align: center;
}
#gallery .dots .dot{
	height: 10px;
    width: 10px;
    background: #005641;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
}
#gallery .dots .dot.active{
	background: #fff
	}
.video {
	width: 100%;
	padding-top: 56%;
	position: relative;
}
.video iframe{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	border: none;
}

.aboutauthor{
	background: #eee;
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow-y: auto;
	clear: both;
	}
.aboutauthor h2{
	margin-top: 0
}
.aboutauthor h2 span{
	font-size: 14px;
}
.authorpic{
	float: left;
	background: #eee;
	padding-right: 10px;
	max-width: 150px
}
#main .aboutauthor p{
	margin: 5px 0
}
#main .aboutauthor p.meta{
	margin: 0;
}
.authorpic.comment{
	border-radius: 50%;
	height: 50px;
	width: 50px;
	padding: 0;
	border: none;
	margin: 5px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	}

.authorpic img{
	display: block;
	}
.comments h4{
	margin: 0;
}
.comments>div{
	padding: 10px 0 10px 20px;
	margin-bottom: 20px;
	border: 1px solid #eee;
	border-left: 5px solid #eee;
}
.comments .comment_body{
	font-size: 90%;
	display: block;
	clear: both;
}

.comments .comment_body.overflow{
	display: block;
	overflow: hidden;
}
.comments .more, body.home .more{
    display: block;
    position: relative;
    font-weight: bold;
    cursor: pointer;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    padding-top: 50px;
    margin-top: -50px;
}
.comments .comment_body:not(.overflow)+.more{
display: none;
}

.comments .comment p{
	margin: 7px 0;
}

#main .login form{
	background: #eee;
	border-radius: 5px;
	border: 1px solid #ddd;
	padding: 0px 20px;
    max-width: 400px;
    margin: 0 auto 20px;
}
#main .login form input[type="text"],
#main .login form input[type="password"]{
	width: 100%;
	}
.sponsors .sponsor{
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	overflow-y: auto;
}
.sponsors .sponsor h3{
	margin: 0 0 5px;
}
.sponsors .sponsor img{
	float: left;
	margin-right: 10px
}

#donations{
display: none;
    background: #eee;
    padding: 10px;
}
#donations .inner{
    border: 1px solid #aaa;
    padding: 0 20px;
    background: #f3f3f3;
    border-radius: 3px;
    font-size: 90%;
    font-weight: bold;
}
#donations a.btn{
    display: inline-block;
    padding: 7px 10px;
    background: #005641;
    color: #fff;
    border-radius: 3px;
    margin: 5px 10px 5px 1px;
	border: 2px solid #005641;

}
#donations a.btn.alt{
    background: none;
    color: #005641;
}

@media screen and (min-width: 765px) {
	.mobileonly{
		display: none!important;
	}
	#main{
		min-height: 700px;
	}
}
@media screen and (max-width: 765px) {
	body{
		width: 100vw;
		overflow-x: hidden;
	}
	h1 {
	    margin: 0 0 5px;
	    font-size: 20px;
	    line-height: 22px;
	}
	h2{
		margin-top: 0;
	}
	#sidebar>h3{
		padding-left: 15px;
		height: 35px;
	}
	#sidebar>h3::before{
		display: none;
	}
	header{
		width: 100vw;
	}
    .container {
        min-width: 0;
    }
    .main_body{
    	width: 100%;
    	padding: 5px;
    	margin: 0;
    }
    header .logo{
    	background: #fff;
    	margin-left: -17px;
    	padding-right: 25px;
    }
    header .logo img{
	    height: 40px;
	    width: 232px;
	    margin-top: 8px;
	}
    nav .quicklinks>a, .search, header .login, .nomobile{
    	display: none;
    }
    nav .quicklinks{
    	text-align: right;
    }
    nav .quicklinks a#menubtn{
    	font-size: 0;
    }
    nav .submenu{
    	overflow: hidden;
    	width: 100vw!important;
	    left: 50%!important;
	    transform: translate(-50%,0);
	    text-align: left;
    }
    nav #meggamenu:not(.open) .submenu{
    	opacity: 0;
		pointer-events: none;
	}
	nav #meggamenu:not(.open) #menubtn{
		color: #fff;
	}
    nav #meggamenu .submenu .group, nav #meggamenu .submenu .group:first-child,
    nav #meggamenu .submenu .group:last-child{
    	width: 100%;
    	padding: 0 10px;
    	float: none;
    }
    nav #meggamenu .submenu .group:first-child .col, footer .container .col{
    	-webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
    }
    nav #meggamenu .submenu .group:not(:first-child) h2{
    	margin-top: 15px
    }
    nav #meggamenu .submenu a{    
    	padding-left: 15px;
	    border-bottom: 1px solid rgb(41, 96, 83);
	    line-height: 40px
	}
    #main{
    	float: none;
    	width: 100%;
    	clear: both;
    	padding: 0
    }
    #sidebar{
    	position: relative;
    	width: 100%;
    	top: auto;
    	right: auto;
    	height: auto;
    	clear:both;
    	border-left: none;
    	border-top: 1px solid #ddd
    }
    #sidebar a{
    	display: none;
    }
    #sidebar a:first-of-type, #sidebar a:nth-of-type(2), #sidebar a:nth-of-type(3){
    	display: block;
    }
    #sidebar .entry{
    	padding: 10px 0;
    }
    h2.choice{
    	overflow-y: auto;
	    background: #005641;
	    margin: -5px -5px 10px;
	    border: none;
    }
    h2.choice a{
    	width: 50%;
	    text-align: center;
	    display: block;
	    float: left;
	    color: #fff;
	    padding: 10px 0 6px;
	    position: relative;
    }
    h2.choice a:not(.active){
    	opacity: .7
    }
    h2.choice a.active::after{
    	content: '';
	    width: 0;
	    height: 0;
	    border-left: 8px solid transparent;
	    border-right: 8px solid transparent;
	    border-bottom: 7px solid white;
	    position: absolute;
	    bottom: 0;
	    left: 50%;
	    margin-left: -8px;
    }
    #lead-story{
    	margin: -5px -5px 5px;
	    border: none;
	    border-radius: 0;
    }
    
    #lead-story .featured .info{
    	position: relative;
    	padding: 5px;
    }
    .entry.full h3, #lead-story.noimg h3{
    	font-size: 21px
    }

    #share-buttons{
    	bottom: 0;
    	top: auto;
    	margin: 0;
    	z-index: 10;
    	width: 100%
    }
    #share-buttons a{
    	float: left;
    	width: 16.66%;
    	text-align: center;
    	padding: 3px 10px;
    	border-bottom: 1px solid #fff;
    	height: 35px;
    	overflow: hidden;
    }
    #share-buttons a img{
    	width: 30px;
    }
    .authorpic{
    	height: 60px;
    	width: 60px;
    	overflow: hidden;
    	padding: 0;
    }
    .authorpic img{
    	margin: 50% 0 0 50%;
    	height: 100%;
    	max-width: none;
    	transform: translate(-50%,-50%);
    	-webkit-transform: translate(-50%,-50%);
    }
    body:not(.single) #sidebar{
    	display: none;
    	border: none;
    }
    body.home #sidebar a{
    	display: block;
    }
    
    body.home #main .entry.full .image{
	    max-width: 38vw;
	    padding: 0;
	    overflow: hidden;
    }
    body.home .entry.full .content{
    	display: block;
    	overflow: hidden;
    }
    body.home .entry.full .content:not(.overflow)+.more{
    	display: none;
    }
    #sidebar .entry:hover{
    	background: none;
    }
    #main .entry .image{
		float: right;
		max-width: 75px;
		margin: 10px 0 0 5px;
    }
     #main .entry .excerpt{
     	margin: 0;
     }
     .meta{
     	display: block;
     }
     .meta span{
     	display: inline-block;
     }
     footer{
     	padding: 0
     }
     footer .colophon{
     	margin-top: 0;
     }
    footer>.container{
     	display: none;
     	padding-bottom: 20px
     }
     body.single footer .colophon{
     	padding-bottom: 65px;
     }
     footer #showlinks{
     	display: block;
     	padding: 10px 5px;
     	font-size: 13px;
     	font-weight: bold;
     	text-align: center
     }
     footer .container>div, footer .container>div:last-child{
     	width: 100%;
     	float: none;
     }
     #gallery.one, .single #main .image{
     	max-width: 100%;
     	margin: 5px 0;
     	float: none;
     }
     #gallery.one.portrait{
     	max-width: none;
     	float: none;
     }
     #gallery.one.portrait .slide .slideimg{
     	max-height: 55vh;
     }
     div#lightbox::before{
     	top: 5px;
     	right: 5px
     }
     div#lightbox{
     	padding: 50px 0 0;
     }
     #lightbox img{
		max-width: 100%;
	}
	div#lightbox #gallery .slide{
		padding: 0 0 10px
	}

}