body {
	font-family: Source Sans Pro ,sans-serif;
}

#menu {
	background: -moz-linear-gradient(left, #276e27 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #276e27 0%, #ffffff 100%);
    background: -o-linear-gradient(left, #276e27 0%, #ffffff 100%);
    background: -ms-linear-gradient(left, #276e27 0%, #ffffff 100%);
    background: linear-gradient(to right, #276e27 0%, #ffffff 100%);
	color: #FFF;
	height: 55px;
	padding-left: 18px;
	border-radius: 10px;
}
#menu ul, #menu li {
	margin: 0 auto;
	padding: 0;
	list-style: none
}
#menu ul {
	width: 100%;
}
#menu li {
	float: left;
	display: inline;
	position: relative;
}
#menu a {
	display: block;
	line-height: 55px;
	padding: 0 14px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
}
#menu a.dropdown-arrow:after {
	content: "\25BE";
	margin-left: 5px;
}
#menu li a:hover {
	color: #0099CC;
	background: #F2F2F2;
}
#menu input {
	display: none;
	margin: 0;
	padding: 0;
	height: 55px;
	width: 100%;
	opacity: 0;
	cursor: pointer
}
#menu label {
	display: none;
	line-height: 55px;
	text-align: center;
	position: absolute;
	left: 35px
}
#menu label:before {
	font-size: 1.7em;
	content: "\2261"; 
	margin-left: 20px;
}
@media screen and (max-width: 1080px){
	#menu {position:relative}
	#menu ul {background:#111;position:absolute;top:100%;right:0;left:0;z-index:3;height:auto;display:none}
	#menu li {display:block;float:none;width:auto;}
	#menu input, #menu label {position:absolute;top:0;left:0;display:block}
	#menu input {z-index:4}
	#menu input:checked + label {color:white}
	#menu input:checked + label:before {content:"\00d7"}
	#menu input:checked ~ ul {display:block}
}

.myLogin a {
	color: #0099CC !important;}

.gg-chevron-up-o {
    box-sizing: border-box;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
    transform: scale(var(--ggs,1));
    width: 32px;
    height: 32px;
    border: 2px solid;
    border-radius: 100px;
}
.gg-chevron-up-o::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    left: 9px;
    bottom: 8px
}

.sheet-title-container {
	background: -moz-linear-gradient(left, #6FA6DC 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #6FA6DC 0%, #ffffff 100%);
    background: -o-linear-gradient(left, #6FA6DC 0%, #ffffff 100%);
    background: -ms-linear-gradient(left, #6FA6DC 0%, #ffffff 100%);
    background: linear-gradient(to right, #6FA6DC 0%, #ffffff 100%);
    color: white;
	font-family: Source Sans Pro ,sans-serif;
	padding: 10px;
	border-radius: 10px;
	font-weight: 400;
	padding-bottom: 50px; 
	margin-bottom: -40px;
}


/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}

.myOffset {
	padding-bottom: 30px;
}