@charset "utf-8";
/* CSS Document */

/* FONTS */
@font-face {
	font-family: "Impact";
	src: url("fonts/impact.eot"); /* IE9 Compat Modes */
	src: url("fonts/impact.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		url("fonts/impact.otf") format("opentype"), /* Open Type Font */
		url("fonts/impact.svg") format("svg"), /* Legacy iOS */
		url("fonts/impact.ttf") format("truetype"), /* Safari, Android, iOS */
		url("fonts/impact.woff") format("woff"), /* Modern Browsers */
		url("fonts/impact.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

/* GLOBAL */
body {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 1.2rem;
}
.grid-container {
  padding-right: 2rem;
  padding-left: 2rem;
}
h1, h2 {
	font-family: "Impact", Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
}
h3, h4, h5, h6 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
h3 {
	font-weight: bold;
}
h3 em {
	font-weight: normal;
}
h1 {
	line-height: normal;
}
h1 em {
	font-size: 1.5rem;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	letter-spacing: 0.025rem;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	display: block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  h2, .h2 {
    font-size: 1.8rem; }
 h3, .h3 {
    font-size: 1.25rem; }
  /* h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; }*/ }
@media print, screen and (max-width: 39.99875em) {
	h1 {
		font-size: 2.5rem;
	}
}
a.cta {
	border-top: 1px dashed #0a0a0a;
	display: inline-block;
	margin-top: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 1rem;
}
a.cta:hover, a.cta:focus {
  color: #0a0a0a;
	text-decoration: underline;
	text-shadow: 0 0 10px #ffcc33;
}
a.cta::after {
	font-family: "captainicon";
	content: "\e718";
	display: inline-block;
	padding-left: 0.4rem;
	vertical-align: middle;
	font-weight: 900;
}

hr {
	margin-bottom: 2rem;
}
.text-box {
	max-width: 40rem;
}
.text-small {
	font-size: 90%;
}
figcaption {
	margin-bottom: 0.5rem;
	font-size: 1.3rem;
	font-style: italic;
}
.hidden {
	font-size: 0.1em;
	display: block;
	position: absolute;
	text-indent: -9999px;
}
.nowrap {
	white-space: nowrap;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
label {
	font-size: 1.1rem;
}
.button.primary {
	font-size: 1.1rem;
	font-family: "Impact", Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	background-color: #333333;
	letter-spacing: 1px;
}
.button.primary:hover, .button.primary:focus {
	background-color: #ffcc33;
	color: #0a0a0a;
}
.button span {
	margin-left: 0.25rem;
}
.form-error {
  display: none;
  font-size: 0.9rem;
 }

/* TOP BAR */
.top-bar-wrapper {
	background-color: #0a0a0a;
}
.logo {
	height: 2em;
	width: auto;
}
.title-bar-title {
	padding-top: 0.3rem;	
	padding-bottom: 0.3rem;
	padding-left: 2rem;
}
.top-bar {
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
}
.top-bar .menu, .title-bar {
	font-size: 1.5em;
}
.top-bar, .top-bar ul {
	background: #0a0a0a;
}
.top-bar ul a {
	color: #fefefe;
}
.top-bar ul a:hover, .top-bar ul a:focus {
  color: #ffcc33;
	text-shadow: 0 0 30px #ffcc33;
}
a:hover .logo, a:focus .logo {
	-webkit-filter: drop-shadow(0 0 25px #ffcc33);
    			filter: drop-shadow(0 0 25px #ffcc33);
	content: url("../images/gp-logo-over.png");
}
.menu-icon:hover, .menu-icon ul a:focus {
  color: #ffcc33;
	text-shadow: 0 0 30px #ffcc33;
}

.menu-icon::after {
	height: 3px;
	background: #fefefe;
	-webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
					box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
	content: ''; }
.menu-icon:hover::after {
	background: #ffcc33;
	-webkit-box-shadow: 0 7px 0 #ffcc33, 0 14px 0 #ffcc33;
					box-shadow: 0 7px 0 #ffcc33, 0 14px 0 #ffcc33; }

.top-bar .current a {
	color: #666666;
}
@media print, screen and (max-width: 39.99875em) {
	.top-bar-wrapper, .top-bar ul {
		background: none;
	}
	.top-bar {
    background-color: rgba(10, 10, 10, 0.5);
	}
	.top-bar .current a {
		color: #333333;
	}
	.title-bar-title {
		padding-left: 1rem;
	}
}
.menu .menu-text a {
	padding: 0;
}

/* HERO */
.hero {
	background-image: url(../images/gp-home-mobile.jpg);
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 0;
	border: none;
	box-shadow: 0 1px 5px 0 #cccccc;
}
.hero h2 {
	font-size: 1.5rem;
	line-height: 1.4;
	margin-top: 0px;
	margin-bottom: 0.5rem;
}
.designer {
	font-family: "Impact", Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
}
.hero .code-inline {
	font-weight: bold;
	white-space: nowrap;
	background: none;
	border: none;
}
.hero .callout {
	position: relative;
	padding-top: 0.5rem;
	color: #0a0a0a;
	width: 70%;
	min-width: 10rem;
	border: none;
	background: none;
}
.hero .callout p {
	text-shadow: 1px 1px 3px #ffffff;
}
.hero-left p {
	color: rgb(0, 0, 0);
}
.hero-right p {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}
.hero-left .callout {
	animation-duration: 3s;
	animation-name: slidedown;
}
.hero-right .callout {
	animation-duration: 3s;
	animation-name: slideup;
}
@keyframes slidedown {
	from {
    margin-top:-25%;
  }  
  to {
    margin-top:0%;
  }
}
@keyframes slideup {
  from {
    margin-top:20%;
  }  
  to {
    margin-top:0%;
  }
}
@media screen and (min-width: 64em) {
	.hero .hero-left .callout {
    padding-top: 2rem;
    display: block;
    margin-right: auto;
    margin-left: auto;
	}
	.hero .hero-right .callout {
    padding-top: 6rem;
    display: block;
    margin-right: auto;
    margin-left: auto;
	}
	.hero .callout {
    width: 50%;
		min-width: 18rem;
	}
	.hero h2 {
    font-size: 3rem;
	}
	.hero p {
    font-size: 1.4rem;
	}
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.hero h2 {
    font-size: 2rem;
	}	
	.hero p {
    font-size: 1.2rem;
	}
	.hero .hero-left .callout {
    padding-left: 0;
    padding-top: 5rem;
    width: 80%;
    min-width: 15rem;
    padding-right: 7rem;
    display: block;
    margin-right: auto;
    margin-left: auto;
	}
	.hero .hero-right .callout {
    padding-top: 7rem;
    padding-right: 0;
    padding-left: 5rem;
    width: 70%;
    min-width: 15rem;
    display: block;
    margin-right: auto;
    margin-left: auto;
	}
}
@media screen and (max-width: 39.9375em) {
	.hero .hero-right .callout {
		float: right;
    padding-right: 0;
		margin-right: -2rem;
	}	
.hero .hero-left .callout {
    padding-left: 0;
		margin-left: -2rem;	
	}
}
@media print, screen and (min-width: 40em) {	
	.hero {
    background-image: url(../images/gp-home1.png), url(../images/gp-home2.png);
    min-height: 600px;
    width: auto;
    background-size: auto;
    animation-duration: 1.5s;
    animation-name: resize;
	}
}
@keyframes resize {
  from {
    min-height: 540px;
  }  
  to {
    min-height: 600px;
  }
}

/* FEATURED */
.featured {
	background-color: #f7f7f7;
}
.featured .grid-container {
	padding-top: 2rem;
	padding-bottom: 3rem;
}
.featured .header {
	margin: 0px 1rem 0.5rem;
}
.featured h2 {
	font-size: 1.5rem;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	text-align: center;
	padding: 1rem;
	background-image: url("../images/featured.png");
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.featured .grid-x .cell {
    margin-top: 1.5rem;
}
.featured .grid-x {
	margin-bottom: 2rem;
}
.featured .cta {
	text-align: center;
	padding: 1rem 0;
}

/* DRAW BUTTON */
.btn {
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1.5;
	font-family: "Impact", Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-size: 1.5rem;
  padding: 1em 2em;
  letter-spacing: 0.05rem; 
}
.btn:focus {
	color: #0a0a0a;
	text-shadow: 0 0 10px #ffcc33;
	box-shadow: inset 0 0 0 0.5rem #ffcc33;
}
.draw-border {
  box-shadow: inset 0 0 0 0.5rem #eeeeee;
  color: #0a0a0a;
  transition: color 0.25s 0.0833333333s;
  position: relative; }
.draw-border::before, .draw-border::after {
	border: 0 solid transparent;
	box-sizing: border-box;
	content: '';
	pointer-events: none;
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	right: 0; }
.draw-border::before {
	border-bottom-width: 0.5rem;
	border-left-width: 0.5rem; }
.draw-border::after {
	border-top-width: 0.5rem;
	border-right-width: 0.5rem; }
.draw-border:hover {
	color: #0a0a0a;
	text-shadow: 0 0 10px #ffcc33;
	background-color: #ffffff;
}
.draw-border:hover::before, .draw-border:hover::after {
	border-color: #ffcc33;
	transition: border-color 0s, width 0.25s, height 0.25s;
	width: 100%;
	height: 100%; }
.draw-border:hover::before {
	transition-delay: 0s, 0s, 0.25s; }
.draw-border:hover::after {
	transition-delay: 0s, 0.25s, 0s; }

/* MORE */
.more {
}
.more .header {
	margin: 2rem 1rem 1rem;
}
.more h2 {
	font-size: 1.5rem;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	text-align: center;
	padding: 1rem;
	background-image: url("../images/more.png");
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.more .cell {
	margin: 0 auto 1rem auto;
}
.more .button {
	width: 100%;
	height: auto;
	color: #0a0a0a;
	background: #ffffff;
	border-color: #eeeeee;
	border-width: .75rem;
	border-style: solid;
	border-radius: 50%;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}

.more .button:hover, .more .button:focus {
	border-radius: 0%;
	background: #f7f7f7;
	border-color: #0a0a0a;
	box-shadow: 0 0 10px 0 #ffcc33;
}
.more .ca {
	font-size: 3rem;
	display: block;
	margin-top: 2rem;
}
.more h3 {
	font-size: 1.3rem;
	font-style: italic;
	margin-top: 1rem;
}
.more p {
	font-family: "Impact", Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-size: 3rem;
	line-height: 0.8;
	margin-bottom: 5rem;
}
.more .button:hover p, .more .button:focus p {
	text-shadow: 0 0 10px #ffcc33;
}

/* PORTFOLIO */
.image-hover-wrapper {
  position: relative;
	padding: 0;
}
.image-hover-wrapper a {
  display: inline-block;
  letter-spacing: normal;
  line-height: initial;
  margin: 0;
  padding: 0;
  position: relative;
	box-shadow: 0 1px 5px 0 #cccccc;
	transition: all 0.5s;
	border-top-left-radius: 1.75rem;
}
.image-hover-wrapper a img {
  float: left;
  overflow: hidden;
  width: 100%;
	border-top-left-radius: 1.75rem;
}
.image-hover-wrapper a .image-hover-wrapper-reveal {
  background-color: rgba(10, 10, 10, 0.8);
  color: #fefefe;
  display: inline;
  height: 100%;
  margin-left: -100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 80;
	box-shadow: 0 0 10px 0 #ffcc33;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	border-top-left-radius: 1.75rem;
}
.image-hover-wrapper a .image-hover-wrapper-reveal:hover {
  opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.image-hover-wrapper a .image-hover-wrapper-reveal:hover p {
  opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.image-hover-wrapper a .image-hover-wrapper-reveal p {
  top: 0;
	font-size: 1.5rem;
  display: block;
  opacity: 0;
  position: absolute;
	padding: 2rem;
  width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.image-hover-wrapper .ca {
	font-size: 1.2rem;
	margin-left: 0.5rem;
	color: #ffcc33;
	text-shadow: 0 0 30px #ffcc33;
}

@media screen and (max-width: 39.9375em) {
	.image-hover-wrapper a .image-hover-wrapper-reveal p {
		font-size: 1.2rem;
	}
	.image-hover-wrapper .ca {
		font-size: 1rem;
	}
}

/* PAGE */
.page {
	padding: 2rem 0;
}
.img-about {
	max-height: 400px;
}
.pie-chart {
	max-width: 300px;
}
.page .intro p.footnote {
	font-size: 0.9rem;
}
.page .intro p {
	font-size: 1.5rem;
}	
.page .callout {
	border: none;
	background-color: #eeeeee;
}
.page .callout .ca {
	font-size: 2rem;
	display: block;
	margin: 0 0 0.5rem 0;
	text-align: center;
}
.page .callout a,  .page .contact a {
	text-decoration: underline;	
}
.page .callout a:hover, .page .callout a:focus, .page .contact a:hover, .page .contact a:focus {
  color: #0a0a0a;
	text-decoration: underline;
	text-shadow: 0 0 10px #ffcc33;
}
.fadein {
	animation-duration: 3s;
	animation-name: fadein;	
}
@keyframes fadein {
	from {
		opacity: 0;
  }  
  to {
   opacity: 1;
  }
}
@media screen and (min-width: 64em) {
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	
}
@media screen and (max-width: 39.9375em) {
	.page .intro p {
		font-size: 1.2rem;
	}
}

/* PREVIOUS/NEXT/BACK */
a.nav-prev, a.nav-next {	
	background-color: rgba(0, 0, 0, 0.05);
	padding: 1rem;	
	font-size: 2rem;
	display: block;
	color: #ffffff;
	text-shadow: 0 1px 5px #cccccc;
}
a.nav-prev{
	float: left;
	padding-left: 0.5rem;
	border-top-right-radius: 4rem;
	border-bottom-right-radius: 4rem;
}
a.nav-next{
	float: right;
	padding-right: 0.5rem;
	border-top-left-radius: 4rem;
	border-bottom-left-radius: 4rem;
}
a.nav-prev:hover, a.nav-next:hover {
	text-shadow: 0 1px 10px #ffcc33;
	background-color: rgba(0, 0, 0, 0.1);
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
}
a.nav-back {
	color: #555555;
}
a.nav-back:hover, a.nav-back:focus {
  color: #0a0a0a;
	text-decoration: underline;
	text-shadow: 0 0 10px #ffcc33;
}
a.nav-back span {
	font-size: 1.5rem;
}



/* BACK TO TOP */
.back-to-top {
	margin: 2rem 0 0 0;
	padding: 0;
	background-color: #ffffff;
	border: none;
	color: #555555;
	text-align: center;
}
.back-to-top .button {
	background-color: transparent;
	font-size: 3rem;
	text-align: center;
	text-shadow: 0 1px 5px #cccccc;
	margin: 0 auto;
	padding: .5rem 0 0 0;
	width: 118px;
	height: 60px;
	background-image: url("../images/back-to-top-bg.png");
	background-size: auto;
	background-position: center top;
	background-repeat: no-repeat;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.back-to-top .button:hover {
	text-shadow: 0 1px 10px #ffcc33;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	animation-duration: 0.5s;
  animation-name: resize-on-touch;	
}

@keyframes resize-on-touch {
  from {
    padding-top: .3rem;
  }  
  to {
    padding-top: .5rem;
  }
}
/* FOOTER */
.footer {
	margin: 0;
	background-color: #eeeeee;
	padding-bottom: 3rem;
	border: none;
	color: #555555;
	font-size: 1rem;
}
.footer .menu {
	float: right;
	/*margin-right: -0.675rem;*/
}
.footer .grid-container {
	padding-right: 0.675rem;
}
.footer ul a {
	color: #555555;
}
.footer ul a:hover, .footer ul a:focus {
  color: #0a0a0a;
	text-decoration: underline;
	text-shadow: 0 0 10px #ffcc33;
}

@media screen and (max-width: 63.9375em) {
	.footer .menu {
		float: none;
		margin-left: -1rem;
	}
	.footer .grid-container {
		padding-left: 1rem;
	}
}






