/* @file: base css file for campus map */

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

.clearfix::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

html, body {
  background-color: #EEB211;
  font-size: 100%;
  height: 100%;
}
body {
  color: #454545;
  padding: 0;
  margin: 0;
  font: 400 100%/1.25 "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

/**
 * Header
 */ 
.gt-header {
  background-color: #fff;
  border-top: 2px solid #999;
  position: relative;
}
.gt-header a, .gt-header a:link, .gt-header a:visted,
.gt-header a:hover, .gt-header a:active { text-decoration: none; }
.identity {
  background-color: #000;
}
.gt-header img { 
  display: block;
  width: 100%;
}
.gt-header .menu,
.gt-footer .menu { 
  list-style: none;
  margin: 0;
  padding: 0;
}
.gt-header .menu li,
.gt-footer .menu li {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
}
.menu a { font-weight: 400; }
.menu a:link, .menu a:visited {
  color: #666;
  text-decoration: none;
}
.menu a:hover, .menu a:active { text-decoration: none; }

/**
 * Logo
 */ 
.gt-logo {
  margin: 0;
  text-align: center; 
}
.gt-logo img { margin: 0 auto; }
.gt-logo-link {
  display: block;
  margin: 0 auto;
  max-height: 60px;
  max-width: 132px;
  overflow: hidden;
}
.gt-logo-name {
  display: block;
  margin-left: -1000em;
}
@media only screen and (min-width: 37.5em) {
  .gt-logo { float: left; }
  .gt-logo-link {
    max-height: 90px;
    max-width: 200px;
  }
}

.gt-header .menus { 
  background-color: #fff;
  left: 0;
  position: absolute;
  top: -1000em;
  width: 100%;
}
.gt-header .menus.show {
  top: 40px;
  border-bottom: 4px solid #666;
}
@media only screen and (min-width: 37.5em) {
  .gt-header .menus {
    position: relative;
    top: 0;
  }
}

/**
 * Mobile menu trigger
 */ 
.menu-trigger {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  color: #f5f5f5;
  font-size: .92em;
  margin: 5px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.menu-trigger::before {
  color: #f5f5f5;
  content: "\f0d7";
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 5px;
}
.menu-trigger.up::before { content: "\f0d8"; }
.menu-trigger:hover {
  background-color: #5b5b5b;
  border-color: #5b5b5b;
  color: #fff;
}
@media only screen and (min-width: 37.5em) {
  .menu-trigger { display: none; }
}

/**
 * Utility Links
 */ 
.gt-header-utility-links .menu {
  padding: 10px 0;
  text-align: center;
}
.gt-header-utility-links .menu a {
  display: inline-block;
  font-size: .87em;
  padding: 5px 10px 5px 0;
  transition(all 1s ease-in);
}
.gt-header-utility-links .menu a:hover,
.gt-header-utility-links .menu a:active { color: #333; }
.gt-header-utility-links .mothership::before,
.gt-header-utility-links .directories::before,
.gt-header-utility-links .offices::before,
.gt-header-utility-links .map::before  {
  color: #8c8c8c;
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 3px;
}
.gt-header-utility-links .mothership::before { content: "\f015"; }
.gt-header-utility-links .directories::before { content: "\f007"; }
.gt-header-utility-links .offices::before { content: "\f0f7"; }
.gt-header-utility-links .map::before { content: "\f0ac"; }
@media only screen and (min-width: 37.5em) {
  .gt-header-utility-links {
    float: left;
    padding-left: 15px;
  }
  .gt-header-utility-links .menu { padding: 5px 0; }
  .gt-header-utility-links .menu a { font-size: .92em; }
}

/**
 * Social Media Links
 */ 
.gt-header-social-media-links .menu {
  padding-bottom: 10px;
  text-align: center;
}
.gt-header-social-media-links .menu a {
  display: inline-block;
  height: 0;
  overflow: hidden;
  padding: 25px 0 0 0;
  position: relative;
  width: 25px;
}
.gt-header-social-media-links .menu a::before {
  color: #8c8c8c;
  display: block;
  font-family: "FontAwesome";
  font-size: 25px;
  line-height: 1;
  margin-right: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.gt-header-social-media-links .facebook::before { content: "\f09a"; }
.gt-header-social-media-links .twitter::before { content: "\f099"; }
.gt-header-social-media-links .youtube::before { content: "\f167"; }
.gt-header-social-media-links .linkedin::before { content: "\f0e1"; }
.gt-header-social-media-links .googleplus::before { content: "\f0d5"; }
.gt-header-social-media-links .instagram::before { content: "\f16d"; }
.gt-header-social-media-links .flickr::before { content: "\f16e"; }
.gt-header-social-media-links .pinterest::before { content: "\f0d2"; }
.gt-header-social-media-links .rss::before { content: "\f09e"; }
@media only screen and (min-width: 37.5em) {
  .gt-header-social-media-links {
    float: right;
    padding-right: 15px;
  }
  .gt-header-social-media-links .menu { padding: 5px 0; }
}

/**
 * Footer
 */ 
.gt-footer {
  background-color: #EEB211;
  padding: 10px 0 0;
}
.gt-footer * { color: 6c5003; }
.gt-footer .menu { text-align: center; }
.gt-footer .menu li { margin: 10px; }
.gt-footer .menu a:link, .gt-footer .menu a:visited { color: #6c5003; }
.gt-footer .menu.gt-footer-utility-links {
  font-size: .92em;
  border-bottom: 1px solid #c5930c;
  padding-bottom: 5px;
}
.gt-footer-legal-links {
  font-size: .8em;
  border-top: 1px solid #f6ba1a;
}
.gt-footer .menu a:hover, .gt-footer .menu a:active { color: #333; }
.gt-footer-copyright {
  color: #6c5003;
  font-size: .8em;
  margin-top: .5em;
  text-align: center;
}
