a:link {
    text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
}
#header-overlay {
  position: absolute;
  height: 427px;
  width: 100%;
  top: 0;
  background-color: #fff;
}
.header-background {
  height: 490px;
}
.site-title {
  padding-top: 191px;
  background: transparent;
  z-index: 1;
  position: relative;
}
#lightbulb-icon {
  float: left;
  margin-left: 15%;
  margin-right:auto; 
  max-width: 160px;
  text-align: center;
}
#computer-icon {
  margin-left: 54%;
  margin-right: 56%;
  width: 160px;
  text-align: center;
}
#computer-icon img, #lightbulb-icon img {
border: none;
}
#create-site {
  margin-top: -32px;
}
#questions-site {
  margin-top: -32px;
}
h4.widgettitle {
    line-height: 1em !important;
    font-size: 20px !important;
    text-transform: none !important;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}
h4.widgettitle {
    font-size: 23px !important;
}
#featured-image {
	float: left;
	padding-right: 20px;
}
.get-started-steps {
	counter-reset: my-badass-counter;

}
.get-started-steps dt:before{
	content: counter(my-badass-counter);
	counter-increment: my-badass-counter;
	font: bold 58px/1 'Roboto Slab', Serif;
	float: left;
	padding-right: 40px;
	height: 145px;
}
.get-started-steps dt {
	margin: 88px 0px 0px 64px;
	font-weight: 400;
	font-family: 'Roboto Slab', serif;
	font-size: 36px;
}
.get-started-steps dd {
	margin: 0px 0px 0px 64px;
	font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 24px;
}
#blog-item {
	margin-top: 10px;
}
#home-started {
	border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
    margin-top: 50px;
}
.drawer {
    position: fixed;
    left: -15.625em; /*or width of your navigation panel*/
    width: 15.625em; /*should match the above value*/
	background: #FFF;
	z-index: 1000;
}

.drawer a {
    color: #555;
	display: block;
	padding: 1em;
	font-family: 'Roboto Slab', serif !important;
	font-weight: 300;
	background-color: #ECECEC;
	margin: 8px 11px 10px 11px;
	transition: background-color 700ms ease;
	text-align: center;
	font-size: 104% !important;
}

.drawer a:hover {
	color: #666;
	background-color: #C7C7C7;
}

.drawer ul {
	margin-top: 20px;
}

.logged-in .drawer {
	top: 32px !important;
}

.menu-link{
	position: fixed;
	z-index: 1000;
	font-size: 28px;
	margin-top: -20px;
	color: #6D6D6D;
	margin-left: -40px;
}

.arrow-wrap {
	width: 0;
	height: 0;
	border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-left: 45px solid #ECECEC;
	position: fixed;
	z-index: 1000;
	top: 53px;
}

.arrow-wrap:hover {
	border-left-color: #C7C7C7;
	transition: border-left-color 700ms ease;
}

.menu-link:hover {
	color: #444;
}

.menu-link:focus {
	color: #6D6D6D;
}

.menu-link.active {
	color: #6D6D6D;
}

.nav-secondary {
	margin-top: 74px;
}

.sites-window img {
	display: block;
    margin: 0 auto;
    width: 68%;
    padding-top: 20px;
}
body.active {
	margin-left: 15.65em;
	-webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}
#drawer-wrap .search-form {
	width: 100%;
	padding: 0px 11px;
}
#drawer-wrap input#gcsinput {
	width: 100%;
    border: 1px solid #CCC;
    min-height: 36px;
    padding-left: 7px;
	font-family: 'Roboto Slab', serif !important;
	font-weight: 300 !important;
	font-size:	16px;
}
#drawer-wrap input#gscsubmit {
	display: none;
}
#gse-sites-search {
	margin-top: 59px;
    position: absolute;
    z-index: 99;
	right: 119px;
	max-width: 305px;
}
#gse-sites-search input#gcsinput {
	width: 100%;
    margin: 8px 1px 10px 11px;
    border: 1px solid #CCC;
    max-height: 34px;
	font-family: 'Roboto Slab', serif !important;
	font-weight: 300 !important;
	font-size:	16px;
	border-radius: 0px;
}
@media only screen and (max-width: 876px) {
#lightbulb-icon {
  width: 155px;
}
#create-site h3 {
  font-size: 18px !important;
}
#computer-icon {
  width: 155px;
}
#questions-site h3 {
  font-size: 18px !important;
}
#text-3 h4 {
margin-right: 50% !important;
}
}
@media only screen and (max-width: 742px) {
	.arrow-wrap {
		border-top: 40px solid transparent;
		border-bottom: 40px solid transparent;
		border-left: 40px solid #ECECEC;
		top: 63px;
	}
	.menu-link {
		margin-top: -20px;
		margin-left: -38px;
		font-size: 27px;
	}
	.menu-link.active {
		position: absolute !important;
	}
	body.active .arrow-wrap {
		position: absolute !important;
		z-index: 999999999999999 !important;
		-ms-transform: rotate(180deg); /* IE 9 */
		-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
		transform: rotate(180deg);
		right: 0;
	}
	body.active {
		margin-left: 0 !important;
		margin-top: 589px !important;
	}
	body.active .drawer {
		width: 100% !important;
		margin-left: 0% !important;
	}
	.drawer {
		position: absolute !important;
		width: 94% !important;
		margin-left: -58% !important;
		height: 589px !important;
	}
}
@media only screen and (max-width: 696px) {
#lightbulb-icon {
  width: 100px;
}
#computer-icon {
  width: 100px;
}
}
@media only screen and (max-width: 446px) {
#lightbulb-icon {
  margin-left: 9%;
}
#text-3 h4 {
  margin-right: 60% !important;
}
}
@media only screen and (max-width: 303px) {
#text-3 h4 {
  width: 110px !important;
}
}