@charset "UTF-8";
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?86076782");
  src: url("../fonts/fontello.eot?86076782#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?86076782") format("woff"), url("../fonts/fontello.ttf?86076782") format("truetype"), url("../fonts/fontello.svg?86076782#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?86076782#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-menu:before {
  content: "\e800";
} /* '' */
.icon-angle-left:before {
  content: "\e801";
} /* '' */
.icon-angle-right:before {
  content: "\e802";
} /* '' */
.icon-angle-up:before {
  content: "\e803";
} /* '' */
.icon-angle-down:before {
  content: "\e804";
} /* '' */
h1,
h2,
h3,
h4,
h5 {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 800;
}

h5 {
  margin-bottom: 0.5rem;
}

#nav-wrap {
  background-color: #332f2c;
  color: #fafafa;
}
#nav-wrap a,
#nav-wrap a:hover,
#nav-wrap a:link {
  text-decoration: none;
  color: #fff;
  line-height: 1rem;
}
#nav-wrap .nav-m {
  padding: 1rem;
  font-size: 2rem;
  font-weight: 200;
  font-style: normal;
}
#nav-wrap .nav-m .icon-menu {
  margin-right: 1rem;
}
#nav-wrap .nav {
  display: none;
}
#nav-wrap .nav ul {
  float: right;
  list-style: none;
  margin: 1rem 2rem;
  line-height: 5rem;
}
#nav-wrap .nav ul > li {
  display: inline-block;
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
}
#nav-wrap .nav ul > li + li {
  margin-left: 2rem;
}
#nav-wrap .nav-m a,
#nav-wrap .nav-m a:hover,
#nav-wrap .nav-m a:link,
#nav-wrap .nav .title-link,
#nav-wrap .nav .title-link:hover,
#nav-wrap .nav .title-link:link {
  text-transform: uppercase;
}
#nav-wrap .nav .title-link {
  display: inline-block;
}
#nav-wrap .nav .desktop-nav-brand {
  width: 286px;
  margin: 1rem 2rem;
}

.hidden-on-mobile {
  display: none;
}

@media screen and (min-width: 1024px) {
  .hidden-on-mobile {
    display: block;
  }
  #nav-wrap .nav {
    display: block;
  }
  #nav-wrap .nav-m {
    display: none;
  }
}
@media screen and (min-width: 1370px) {
  #nav-wrap,
  main {
    max-width: 1366px;
    margin: auto;
  }
}
.caption {
  padding: 1rem;
  background-color: #e1e1e1;
  font-style: italic;
  font-size: 1.3rem;
}

.tmpl-courses-content .course {
  padding: 1rem;
}
.tmpl-courses-content .course h5 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  color: #999;
}
.tmpl-courses-content .course h4 {
  margin: 0;
}
.tmpl-courses-content .course .description {
  margin: 1rem 0;
}
.tmpl-courses-content .course + .course {
  margin-top: 1rem;
}
.tmpl-courses-content .course:nth-child(2n+1) {
  background-color: #f2f2f2;
}

.tmpl-index .welcome-photo {
  width: 100%;
}
.tmpl-index .contact .name {
  font-size: 2rem;
}
.tmpl-index .contact .group + .group {
  margin-top: 2rem;
}
.tmpl-index .contact a,
.tmpl-index .contact a:link,
.tmpl-index .contact a:hover {
  text-decoration: none;
}

.tmpl-nav-m {
  background-color: #fafafa;
  padding: 2rem;
  position: relative;
}
.tmpl-nav-m a,
.tmpl-nav-m a:link,
.tmpl-nav-m a:hover,
.tmpl-nav-m a:visited {
  text-decoration: none;
  color: #332f2c;
}
.tmpl-nav-m .nav-close {
  position: absolute;
  top: 1rem;
  right: 3rem;
  font-size: 3rem;
}
.tmpl-nav-m .nav-list {
  text-align: center;
}
.tmpl-nav-m .nav {
  margin-top: 2rem;
}
.tmpl-nav-m .nav ul {
  list-style: none;
  font-size: 2rem;
  font-weight: 200;
  font-style: normal;
}

.tmpl-news-content .newsItem .title {
  color: #332f2c;
  font-size: 1.4rem;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
}
.tmpl-news-content .newsItem + .newsItem {
  margin-top: 3rem;
}

.tmpl-opps-content .opportunity:nth-child(2n+1) {
  background-color: #f2f2f2;
}
.tmpl-opps-content .opportunity {
  padding: 1rem 1rem 2rem;
}
.tmpl-opps-content .opportunity + .opportunity {
  margin-top: 1rem;
}

.tmpl-people-content img {
  width: 100%;
}
.tmpl-people-content .group,
.tmpl-people-content .person {
  padding: 1rem;
}
.tmpl-people-content .people {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-box;
  display: flex;
}
.tmpl-people-content .person {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.tmpl-people-content .person .name {
  font-size: 1.6rem;
}
.tmpl-people-content .person .title {
  font-size: 1.2rem;
}
.tmpl-people-content .person .title a {
  display: block;
}

@media screen and (min-width: 560px) {
  .person {
    max-width: 280px;
  }
}
.tmpl-pubs-content .year {
  padding: 1rem;
  font-size: 2rem;
  font-weight: bold;
}
.tmpl-pubs-content .pub {
  padding: 1rem;
}
.tmpl-pubs-content .pub .highlight {
  padding: 0.2rem 0;
  border-radius: 0.3rem;
  font-weight: 800;
  font-style: normal;
}
.tmpl-pubs-content .pub a,
.tmpl-pubs-content .pub a:hover,
.tmpl-pubs-content .pub a:link,
.tmpl-pubs-content .pub a:visited {
  text-decoration: none;
  border-bottom: 1px solid #000099;
}
.tmpl-pubs-content .pub:nth-of-type(even) {
  background-color: #f2f2f2;
}
.tmpl-pubs-content .pub + .pub,
.tmpl-pubs-content .pub + .year {
  margin-top: 1rem;
}

.tmpl-work-content .projects {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-box;
  display: flex;
}
.tmpl-work-content .project {
  position: relative;
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  width: 286px;
  padding: 0.4rem;
  margin: 1rem;
  font-size: 1.5rem;
  line-height: 1.6rem;
  background-color: #332f2c;
}
.tmpl-work-content .project img {
  width: 100%;
  opacity: 1;
  margin: 0;
}
.tmpl-work-content .project .title {
  top: 43%;
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
}
.tmpl-work-content .project .viewMore {
  top: 52%;
  color: #e1e1e1;
  opacity: 0.7;
  font-size: 4rem;
}
.tmpl-work-content .project .title,
.tmpl-work-content .project .viewMore {
  position: absolute;
  width: 95%;
  margin: auto;
  font-style: normal;
  text-align: center;
  text-shadow: 0 0 1rem #332f2c;
}
.tmpl-work-content .project:hover img {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.tmpl-work-content .project:hover .viewMore {
  transition: top 0.6s, opacity 2s;
  top: 54%;
  opacity: 1;
}

@media screen and (min-width: 550px) {
  .tmpl-work-content .project .title {
    font-size: 2.6rem;
  }
}
.tmpl-work-detail .sub-nav,
.tmpl-work-detail .gallery {
  margin-bottom: 2rem;
}
.tmpl-work-detail img {
  width: 100%;
}

body {
  background: #99a9a0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #332f2c;
  margin: 0;
}

main {
  background-color: #fafafa;
}

#nav-wrap,
main {
  box-shadow: -1px 0px 20px -6px rgb(88, 88, 88);
}

a,
a:hover,
a:visited,
a:link {
  color: #000099;
}

li {
  margin-bottom: 0;
}

.carousel img {
  width: 100%;
}

.flexRow {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
}

.flexLeft {
  width: 70%;
  flex: 2 1 auto;
}

.flexRight {
  width: 30%;
  background-color: #e3dcc6;
}

.flexLeft,
.flexRight {
  padding: 1rem;
}

.sidebar {
  background-color: #e3dcc6;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

@media screen and (min-width: 1024px) {
  .flexLeft,
  .flexRight {
    padding: 2rem;
  }
}

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