/* SCSS Document */
@import "normalize.min.css";
@import "reset.css";
/* Grid.css */
.grid .container {
  width: 100%;
  max-width: 960px;
  position: relative;
  margin: 0 auto;
  padding: 0 8%;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

/* For devices where columns aren't worth it*/
@media (min-width: 415px) {
  .grid .container {
    width: 92%;
    padding: 0;
  }
}
/* Do Columns above tablet width */
@media (min-width: 767px) {
  .grid .container {
    width: 88%;
    padding: 0;
  }

  .column,
.columns {
    margin-left: 4%;
  }

  .column:first-child,
.columns:first-child {
    margin-left: 0;
  }

  .one.column,
.one.columns {
    width: 4.6666666667%;
  }

  .two.columns {
    width: 13.3333333333%;
  }

  .three.columns {
    width: 22%;
  }

  .four.columns {
    width: 30.6666666667%;
  }

  .five.columns {
    width: 39.3333333333%;
  }

  .six.columns {
    width: 48%;
  }

  .seven.columns {
    width: 56.6666666667%;
  }

  .eight.columns {
    width: 65.3333333333%;
  }

  .nine.columns {
    width: 74%;
  }

  .ten.columns {
    width: 82.6666666667%;
  }

  .eleven.columns {
    width: 91.3333333333%;
  }

  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }

  .one-third.column {
    width: 30.6666666667%;
  }

  .two-thirds.column {
    width: 65.3333333333%;
  }

  .one-half.column {
    width: 48%;
  }

  /* Offsets */
  .offset-by-one.column,
.offset-by-one.columns {
    margin-left: 8.6666666667%;
  }

  .offset-by-two.column,
.offset-by-two.columns {
    margin-left: 17.3333333333%;
  }

  .offset-by-three.column,
.offset-by-three.columns {
    margin-left: 26%;
  }

  .offset-by-four.column,
.offset-by-four.columns {
    margin-left: 34.6666666667%;
  }

  .offset-by-five.column,
.offset-by-five.columns {
    margin-left: 43.3333333333%;
  }

  .offset-by-six.column,
.offset-by-six.columns {
    margin-left: 52%;
  }

  .offset-by-seven.column,
.offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }

  .offset-by-eight.column,
.offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }

  .offset-by-nine.column,
.offset-by-nine.columns {
    margin-left: 78%;
  }

  .offset-by-ten.column,
.offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }

  .offset-by-eleven.column,
.offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }

  .offset-by-one-third.column,
.offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }

  .offset-by-two-thirds.column,
.offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }

  .offset-by-one-half.column,
.offset-by-one-half.columns {
    margin-left: 52%;
  }
}
/* Utilities */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

.center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Self Clearing Goodness */
.grid.container:after,
.row:after,
.u-cf, .clear {
  content: "";
  display: table;
  clear: both;
}

body, html {
  height: 100%;
}

body {
  background-color: #000;
}

/* Type */
@font-face {
  font-family: "GT-Thin";
  src: url("../fonts/GT-America-Standard-Thin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Medium";
  src: url("../fonts/GT-America-Standard-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  color: #fff;
  font-family: "GT-Thin", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.67em;
}
@media screen and (max-width: 415px) {
  body {
    font-size: 15px;
    line-height: 1.4em;
  }
}

h1 {
  font-size: 64px;
  line-height: 1.125em;
  margin-bottom: 50px;
  color: #808080;
}
@media screen and (max-width: 415px) {
  h1 {
    font-size: 35px;
    line-height: 1.125em;
    margin-bottom: 25px;
  }
}

h2 {
  font-size: 32px;
  margin-bottom: 42px;
  line-height: 1.125em;
  color: #808080;
}
@media screen and (max-width: 415px) {
  h2 {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 25px;
  }
}
#university-technologies h2 {
  color: #606060;
}

h2.quote {
  margin-bottom: 0px;
}

h3 {
  color: #505050;
}

p {
  margin-top: 1.5em;
}

p:first-of-type {
  margin-top: 0;
}

.hero img {
  margin-bottom: 70px;
}
@media screen and (max-width: 415px) {
  .hero img {
    width: 125px !important;
    height: auto !important;
    margin-bottom: 35px;
  }
}

.client img {
  margin-bottom: 35px;
}
@media screen and (max-width: 415px) {
  .client img {
    width: 278px !important;
    height: auto !important;
  }
}

sup {
  font-size: 67%;
}

em {
  font-style: italic;
}

a {
  text-decoration: none;
  color: #fff;
  transition: color 0.5s, background-color 0.5s, border 0.5s;
  -webkit-transition: color 0.5s, background-color 0.5s, border 0.5s;
}

a:hover {
  color: #696969;
}

a:focus {
  outline: none;
}

nav a {
  color: #696969;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
nav a.active, nav a:hover {
  color: #fff;
}
#header.overlay nav a {
  font-size: 16px;
}

@media screen and (min-width: 960px) {
  nav ul li > ul {
    background-color: #696969;
  }
}
nav ul li > ul a {
  text-transform: none;
  color: #000;
}
#header.overlay nav ul li > ul a {
  color: #696969;
  background: none;
}
#header.overlay nav ul li > ul a.active, #header.overlay nav ul li > ul a:hover {
  color: #fff;
}

a.button {
  display: inline-block;
  min-width: 172px;
  text-align: center;
  font-size: 16px;
  padding: 14px 32px 14px 36px;
  font-family: "GT-Thin", Helvetica, Arial, sans-serif;
  letter-spacing: 4px;
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  a.button {
    padding: 12px 22px 12px 25px;
    font-size: 14px;
  }
}

#management a.button, .management .pageContent a.button {
  border: 1px solid #000;
  color: #000;
}
#management a.button:hover, .management .pageContent a.button:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
}

#university-technologies a.button {
  border: 1px solid #fff;
}
#university-technologies a.button:hover {
  color: #fff;
  background-color: #606060;
  border: 1px solid #606060;
}

footer {
  font-size: 12px;
  color: #808080;
}

/* Layout */
#masthead {
  position: relative;
  height: 100%;
  height: 90vh;
  background-color: #000;
  color: #fff;
  box-sizing: border-box;
}
#masthead .container {
  position: absolute;
  width: 515px;
  height: 170px;
}
@media screen and (max-width: 767px) {
  #masthead .container {
    width: 320px;
    height: 105px;
  }
}

.nudge {
  position: relative;
  width: 100%;
  height: 10vh;
  background: url(../images/arrow-down.png) 50% 0 no-repeat;
  background-size: 50px 26px;
  display: block;
  box-sizing: border-box;
}

.intro {
  position: relative;
  height: 100vh;
}

#header {
  position: relative;
  width: 100%;
  background-color: #000;
  z-index: 100;
  padding: 20px 0;
  box-sizing: border-box;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}
#index #header {
  position: relative;
}
@media screen and (min-height: 480px) {
  #index #header.fixed {
    position: fixed;
    top: 0;
  }
}
@media screen and (max-height: 640px) {
  #index #header.fixed {
    /* Disable child menus due to lack of space */
  }
  #index #header.fixed nav ul li > ul {
    display: none;
  }
}
#header .logo-container {
  text-align: center;
  line-height: 0;
}

#body {
  position: relative;
}

.pageContent .container {
  text-align: center;
  padding-top: 135px;
  padding-bottom: 135px;
}
@media screen and (max-width: 767px) {
  .pageContent .container {
    padding-top: 50px;
    padding-bottom: 90px;
  }
}

#index .pageContent {
  position: relative;
}
@media screen and (min-width: 960px) {
  #index .pageContent .container {
    padding-top: 170px;
  }
}

#index #body .divider {
  width: 184px;
  height: 184px;
  position: absolute;
  left: 50%;
  z-index: 10;
  margin: -92px 0 0 -92px;
}
#index #body .divider .line {
  opacity: 0;
  z-index: 1;
}
#index #body .divider #white {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  #index #body .divider {
    -webkit-transform: scale(0.67, 0.67);
    -ms-transform: scale(0.67, 0.67);
    transform: scale(0.67, 0.67);
  }
}

/* Pages */
#about.fixed {
  top: 90px;
}

#about.pageContent {
  background: url(../images/bg-about.jpg) center 0 no-repeat;
  background-size: cover;
  background-color: #303030;
  overflow: hidden;
  height: calc(100vh - 90px);
}
@media screen and (min-width: 960px) and (max-width: 1600px) {
  #about.pageContent {
    background-size: auto;
  }
}
@media screen and (max-width: 767px) {
  #about.pageContent {
    /* background-position: center center;	 */
  }
}
#about.pageContent .container {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (min-width: 960px) {
  #about.pageContent .container {
    padding-top: 135px;
    padding-left: 180px;
    padding-right: 180px;
  }
}
#about.pageContent h1 {
  margin-bottom: 92px;
}
#about.pageContent .teaser {
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 102px;
}
#about.pageContent .teaser span {
  text-transform: uppercase;
  letter-spacing: 2px;
}

footer {
  text-align: center;
  position: relative;
  width: 100%;
  bottom: 0;
  padding: 20px 0;
  background-color: #000;
  text-align: center;
}
#index footer {
  position: relative;
}
footer .column {
  padding: 4px 0;
}
@media screen and (min-width: 767px) {
  footer {
    padding: 34px 0;
  }
  footer .address {
    text-align: left;
  }
  footer .legal {
    text-align: right;
  }
}

/*# sourceMappingURL=main.css.map */
