*, *:before, *:after{
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
    font-family: 'Agency';
    src: url('../fonts/Agency_FB.eot');
    src: url('../fonts/Agency_FB.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Agency_FB.woff') format('woff'),
         url('../fonts/Agency_FB.ttf') format('truetype'),
         url('../fonts/Agency_FB.svg#Agency') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sawasdee-Bold';
    src: url('../fonts/Sawasdee-Bold.eot');
    src: url('../fonts/Sawasdee-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Sawasdee-Bold.woff') format('woff'),
         url('../fonts/Sawasdee-Bold.ttf') format('truetype'),
         url('../fonts/Sawasdee-Bold.svg#agency_fbregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
		font-weight: normal;
		font-style: normal;
		font-family: 'ecoicons';
		src: url("../fonts/ecoicons.eot");
		src: url("../fonts/ecoicons.eot?#iefix") format("embedded-opentype"), url("../fonts/ecoicons.woff") format("woff"), url("../fonts/ecoicons.ttf") format("truetype"), url("../fonts/ecoicons.svg#ecoicons") format("svg");
}

::-moz-selection {
	    background: black;
	    color: white;
}

::selection {
	    background: black;
	    color: white;
}

body {
	    position: relative;
	    background-image: url(http://subtlepatterns.subtlepatterns.netdna-cdn.com/patterns/pw_maze_white.png);
	    color: black;
	    font-family: Sawasdee-Bold;
	    width: 100%;
	    height: 100%;
	    margin: auto;
	    padding: 0;
}

div a:visited {
	    color: gray;
}

div a:link {
	    color: white;
}

input[name=modifier] {
	    font-family: Sawasdee-Bold;
	    font-size: 20px;
	    width: 125px;
	    height: 55px;
	    color: #3e8cc2;
	    background: black;
	    border-radius: 0px;
	    border: 0px;
	    cursor: pointer;
}

input[name=modifier2] {
	    font-family: Sawasdee-Bold;
	    font-size: 20px;
	    width: 125px;
	    height: 55px;
	    color: #3e8cc2;
	    background: black;
	    border-radius: 0px;
	    border: 0px;
	    cursor: pointer;
}

input[name=modifier3] {
	    font-family: Sawasdee-Bold;
	    font-size: 20px;
	    width: 125px;
	    height: 55px;
	    color: #3e8cc2;
	    background: black;
	    border-radius: 0px;
	    border: 0px;
	    cursor: pointer;
}

textarea {
	    color: white;
	    background: gray;
	    width: 700px;
	    height: 250px;
	    min-height: 50px;
	    font-size: 13px;
	    padding: 5px;
	    resize: none;
	    overflow: auto;
	    border: 1px solid black;
	    line-height: 20px;
}

/* Container > Header */

.container > header {
		margin: 0 auto;
		padding: 12em 0;
		padding-left: 100px;
		padding-right: 300px;
		background: rgba(0,0,0,0.05);
}

/* Menu */

.gn-menu-main,
.gn-menu-main ul {
		margin: 0;
		padding: 0;
		color: white;
		background: #00acea;
		list-style: none;
		text-transform: none;
		font-weight: 300px;
		line-height: 60px;
		z-index: 99;
}

.gn-menu-main {
		position: fixed;
		background: #00acea;
		color: white;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		font-size: 13px;
}

.gn-menu-main a {
		display: block;
		height: 100%;
		color: white;
		background: #00acea;
		text-decoration: none;
		cursor: pointer;
}

.no-touch .gn-menu-main a:hover,
.no-touch .gn-menu li.gn-search-item:hover,
.no-touch .gn-menu li.gn-search-item:hover a {
		color: white;
		background: rgb(235,102,40);;
}

.gn-menu-main > li {
		display: block;
		float: right;
		height: 100%;
		border-left: 1px solid #c6d0da;
		text-align: center;
}

/* icon-only trigger (menu item) */

.gn-menu-main li.gn-trigger {
		position: relative;
		width: 60px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
}

.gn-menu-main > li:last-child {
		float: left;
		border-left: none;
		border-right: 1px solid #c6d0da;
}

.gn-menu-main > li > a {
		padding: 0 30px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: bold;
}

.gn-menu-main:after {
		display: table;
		clear: both;
		content: "";
}

.gn-menu-wrapper {
		position: fixed;
		top: 60px;
		bottom: 0;
		right: 0;
		overflow: hidden;
		width: 60px;
		border-top: 1px solid #c6d0da;
		background: #00acea;
		-webkit-transform: translateX(60px);
		-moz-transform: translateX(60px);
		transform: translateX(60px);
		-webkit-transition: -webkit-transform 0.3s, width 0.3s;
		-moz-transition: -moz-transform 0.3s, width 0.3s;
		transition: transform 0.3s, width 0.3s;
}

.gn-scroller {
		position: absolute;
		overflow-y: scroll;
		width: 370px;
		height: 100%;
}

.gn-menu {
		border-bottom: 1px solid #c6d0da;
		text-align: left;
		font-size: 18px;
}

.gn-menu li:not(:first-child),
.gn-menu li li {
		box-shadow: inset 0 1px #c6d0da
}

.gn-submenu li {
		overflow: hidden;
		height: 0;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
}

.gn-submenu li a {
		color: #c1c9d1
}

input.gn-search {
		position: relative;
		z-index: 10;
		padding-left: 60px;
		font-size: 15px;
		outline: none;
		border: none;
		background: transparent;
		color: white;
		font-weight: 300;
		cursor: pointer;
}

/* placeholder */

.gn-search::-webkit-input-placeholder {
		color: white
}

.gn-search:-moz-placeholder {
		color: white
}

.gn-search::-moz-placeholder {
		color: white
}

.gn-search:-ms-input-placeholder {
		color: white
}

/* hide placeholder when active in Chrome */

.gn-search:focus::-webkit-input-placeholder,
.no-touch .gn-menu li.gn-search-item:hover .gn-search:focus::-webkit-input-placeholder {
		color: transparent
}

input.gn-search:focus {
		cursor: text
}

.no-touch .gn-menu li.gn-search-item:hover input.gn-search {
		color: white
}

/* placeholder */

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-webkit-input-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-moz-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-moz-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-ms-input-placeholder {
		color: white
}

.gn-menu-main a.gn-icon-search {
		position: absolute;
		top: 0;
		left: 0;
		height: 60px;
}


.gn-icon::before {
		display: inline-block;
		width: 60px;
		text-align: center;
		text-transform: none;
		font-weight: normal;
		font-style: normal;
		font-variant: normal;
		font-family: 'ecoicons';
		line-height: 1;
		speak: none;
		-webkit-font-smoothing: antialiased;
}

.gn-icon-help::before {
		content: "\e000"
}

.gn-icon-earth::before {
		content: "\e004"
}

.gn-icon-cog::before {
		content: "\e006"
}

.gn-icon-search::before {
		content: "\e005"
}

.gn-icon-download::before {
		content: "\e007"
}

.gn-icon-archive::before {
		content: "\e00d"
}

.gn-icon-article::before {
		content: "\e003"
}

/* if an icon anchor has a span, hide the span */

.gn-icon span {
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
}

.gn-icon-menu::before {
		margin-left: -15px;
		vertical-align: -2px;
		width: 30px;
		height: 3px;
		background: white;
		box-shadow: 0 3px #00acea, 0 -6px white, 0 -9px #00acea, 0 -12px white;
		content: '';
}

.no-touch .gn-icon-menu:hover::before,
.no-touch .gn-icon-menu.gn-selected:hover::before {
		background: white;
		box-shadow: 0 3px rgb(235,102,40), 0 -6px white, 0 -9px rgb(235,102,40), 0 -12px white;
}

.gn-icon-menu.gn-selected::before {
		background: white;
		box-shadow: 0 3px #00acea, 0 -6px white, 0 -9px #00acea, 0 -12px white;
}

/* styles for opening menu */

.gn-menu-wrapper.gn-open-all,
.gn-menu-wrapper.gn-open-part {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		transform: translateX(0px);
}

.gn-menu-wrapper.gn-open-all {
		width: 250px
}

.gn-menu-wrapper.gn-open-all .gn-submenu li {
		height: 60px
}

/* PPE Style */
.wrapper-page{
  font-size: 10px;
  text-align: center;
}
head h1{
  font-size: 4em;
}
head h3{
  font-size: 2.5em; 
}
head span{
  color: #666;
  display: inline-block;
  padding: .5em;
  -webkit-transition: .15s ease-in;
  -moz-transition: .15s ease-in;
  -ms-transition: .15s ease-in;
}
head span:hover{
  cursor: pointer;
  -webkit-transform: scale(1.50,1.50); 
  -moz-transform: scale(1.05,1.05);
  -ms-transform: scale(1.05,1.05);
}
.plan{
  background: #ccc;
  border: .09em solid #999;
  width: 18em;
  position: relative;
  box-shadow: 0 0 1em .05em #666;
  display: inline-block;
  margin: 2em;
  font-size: 1.2em;
  -webkit-transition: .15s ease-in;
  -moz-transition: .15s ease-in;
  -ms-transition: .15s ease-in;
}
.plan:hover{
  -webkit-transform: scale(1.05,1.05) 
                     translateY(-.5em); 
  -moz-transform: scale(1.05,1.05)
                  translateY(-.5em);
  -ms-transform: scale(1.05,1.05)
                  translateY(-.5em);
  cursor: pointer;
}
.plan h1{
  background: #333;
  display: block;
  border-top-left-radius: .3em;
  border-top-right-radius: .3em;
  -moz-border-top-left-radius: .3em;
  -moz-border-top-right-radius: .3em;
  top: -.3em;
  position: relative;
  color: #dedede;
  text-align: center;
  line-height: 1.8em;
  font-size: 2em;
  font-weight: normal;
}
.plan h2{
  background: #29A6CF;
  line-height: 2em;
  font-size: 2.5em;
  font-weight: normal;
  text-align: center;
  position: relative;
  width: 7.8em;
  left: -.35em;
  margin-top: -.3em;
  box-shadow: 0 0 .3em 1px #333;
  color: #dedede;
}
.plan h2:before{
  content: "";
  width: 0; 
	height: 0; 
	border-top: .35em solid #2081A1; 
	border-left: .35em solid transparent;
  position: absolute;
  bottom: -.35em;
  left: 0;
}
.plan h2:after{
  content: "";
  width: 0; 
	height: 0; 
	border-top: .35em solid #2081A1; 
	border-right: .35em solid transparent;
  position: absolute;
  bottom: -.35em;
  right: 0;
}
.plan h3{
  font-weight: normal;
  text-align: center;
  line-height: 2.5em;
}
.plan h4{
  font-size: 1.5em;
  font-weight: normal;
  text-align: center;
  color: #666;
}
.plan ul{
  width: 60%;
  padding: 1em 0;
  margin: auto;
  list-style-position: outside;
  font-size: 1em;
  text-align: left;
}
.plan li{
  margin-bottom: .3em; 
}
.plan a:link{
  text-decoration: none;
  color: black;
}
