/* normalize.css v3.0.3 | MIT License */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #999966;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
h1,
p,
li,
a,
span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
h1 {
  margin: 0;
  font-size: 72px;
}
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #E3E8CB;
  font-family: 'Open Sans', sans-serif;
}
ul,
li {
  padding: 0;
  margin: 0;
}
.content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
#upgrade {
  position: absolute;
  height: 100%;
  width: 100%;
  min-height: 800px;
  background: #f5f3ef;
  z-index: 9999999;
}
#upgrade .browserupgrade {
  padding-top: 10%;
  width: 50%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
#upgrade .browserupgrade img {
  padding-top: 50px;
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}
.ie section {
  display: none;
}
.projects-grid {
  text-align: center;
  padding-bottom: 70px;
}
.projects-grid a {
  text-decoration: none;
}
.projects-grid figure {
  margin: 0.5%;
  margin-bottom: 2%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 242px;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
  box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
}
.projects-grid figure figcaption {
  position: absolute;
  top: 200%; /* 0 */
  left: -50%; /* -200 */
  height: 100%;
  width: 200%;
  background: rgba(256,256,256,0.85);
}
.projects-grid figure figcaption_ar {
  position: absolute;
  top: 200%; /* 0 */
  left: -50%; /* -200 */
  height: 100%;
  width: 200%;
  background: rgba(256,256,256,0.85);
}
.projects-grid figure span {
  color: #000;
  font-size: 22px;
  line-height: 22px;
  position: absolute;
  font-weight: 400;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.projects-grid figure .title2 {
  font-size: 20px;
  line-height: 20px;
}
.projects-grid figure .subtitle {
  font-size: 18px;
  line-height: 18px;
  top: 62%;
}
.projects-grid figure .body {
  font-size: 11px;
  line-height: 11px;
  top: 76%;
}
header {
  background-color: #E3E8CB;
  height: 72px;
}
header nav {
  width: 1100px;
  height: 24px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  header nav {
    width: 100%;
  }
}
header nav a {
  display: inline-block;
}
header nav a .masthead-logo {
  width: 75px;
  height: 24px;
  background-size: 75px 24px;
  display: inline-block;
  line-height: 74px;
  margin-left: 13px;
  margin-right: 15px;
  margin-top: 23px;
  padding: 0 0;
  background-image: url("../images/1X-logos/masthead-logo.png");
  transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
header nav a .masthead-logo:hover {
  opacity: 0.75;
}
@media screen and (min-device-pixel-ratio: 2) {
  header nav {
    width: 100%;
  }
}
header nav a {
  display: inline-block;
}
header nav a .masthead-logo {
  width: 75px;
  height: 24px;
  background-size: 75px 24px;
  display: inline-block;
  line-height: 74px;
  margin-left: 13px;
  margin-right: 15px;
  margin-top: 23px;
  padding: 0 0;
  background-image: url("../images/2X-logos/masthead-logo.png");
  transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
header nav a .masthead-logo:hover {
  opacity: 0.75;
}
.top-hero {
  text-align: center;
  background-image: url("../images/gr-masthead-bg-loop.png");
  background-position: 0 50px;
  background-repeat: repeat-x;
  margin: -30px auto 0;
}
.top-hero h1 {
  position: relative;
  top: 20px;
}
.top-hero img {
  padding-top: 45px;
  position: relative;
}
.top-hero p {
  line-height: 38px;
  padding: 15px 2% 40px 2%;
  font-weight: 400;
  position: relative;
  top: 20px;
}
@media screen and (max-width: 800px) {
  .top-hero p {
    font-size: 12px;
    line-height: 28px;
  }
  .top-hero h1 {
    font-size: 24px;
    font-weight: 400;
    padding-top: 20px;
  }
}
.top-hero .initialcap-logo {
  width: 280px;
  height: 139px;
  display: inline-block;
  line-height: 74px;
  margin-top: 76px;
  margin-right: 15px;
  padding: 0 0;
  transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
