@media only screen and (min-width: 64.063em) {
    
    div.buttons {
        gap: 12px;
        padding-top: 20px;
    }
	div.header
	{
		padding: 2em;
        position: relative;
		border: none;
        overflow:hidden;
	}
	div.header .logogem {
	    display: block;
        position: absolute;
        right:-35rem;
        top:-55%;
	}
	div.header .logogem img {
	    width: 50rem;
	}
	div.menu-main
	{
		padding-left: 2em;
	}
	div.menu-main
	{
		border-top: 3px solid #444;
	}
	div.menu-main a
	{
		/* font-size: 0.9em; */
		color: #fff;
		padding: 1.2em 1.6em 1.2em 1.6em;
		border-top-left-radius: .2em;
		border-top-right-radius: .2em;
	}
	div.menu-main a.em
	{
		background-color: #222 !important;
	}
	div.menu-main a.is-active
	{
		background-color: #888;
	}
	div.menu-sub
	{
		padding-left: 2em;
		border-top: 3px solid #888;
		border-bottom: 3px solid #888;
	}
	div.menu-profile
	{
		background-color: #222;
		border-top: 3px solid #222;
		border-bottom: 3px solid #222;
	}
	div.menu-profile a.is-active
	{
		background-color: #444 !important;
	}
	div.menu-profile a:hover
	{
		background-color: #333;
	}
	div.menu-sub a
	{
		font-size: 0.9em;
		color: #fff;
		border-radius: .1em;
	}
	div.menu-sub a.is-active
	{
		/* background-color: #aaa;
		color: #222; */
		/* border-bottom-left-radius: .3em;
		border-bottom-right-radius: .3em;
		border-bottom: .1em solid #aaa; */
		background-color: #7d7d7d;


	}
	div.primary_container
	{
		box-shadow: 0px 0px 20px #999;
		/* border-top: 1px solid #ccc; */
	}
	div.main-container
	{
		padding: 2em 1em;
	}
	div.footer
	{
		padding: 3rem 3rem 2rem;
		font-size: 0.9rem;
		border-bottom-left-radius: .6em;
		border-bottom-right-radius: .6em;
		border-bottom: .2em solid rgba( 0,0,0, .35 );
	}
	div.sponsors
	{
        margin-bottom: 2rem;
		padding: 2em 3em 2em 3em;
	}
	.larger
	{
		padding: 1.2em;
		font-weight: bold;
		text-transform: uppercase;
	}
	.progress-margin
	{
		margin-top: .6em;
	}
	.badge
	{
		position: relative;
		top: -1em;
	}

	.member-image
	{
		max-height: 40px;
	}
	.side-bar
	{
		border-left: 1px solid #e6e6e6;
		padding-left: 1em;
	}
	div.primary
	{
		border-right: 1px dotted #bbb;
		padding-right: 1em;
	}
}
