@charset "UTF-8";
/* 
 *
 * / Variables
------------------------------------------------*/
/* Colors */
/* Widths */
/* Breakpoints */
/* 600px */
/* 700px */
/* 1000px */
/* 1100px */
/* Fonts */
/* Colors */
/*
 * GLOBAL
 */
/* line 11, ../scss/main/styles.scss */
body:before, body:after {
  content: "";
  position: fixed;
  background: #292c3d;
  left: 0;
  right: 0;
  height: 10px;
}

/* line 19, ../scss/main/styles.scss */
body:before {
  top: 0;
}

/* line 22, ../scss/main/styles.scss */
body:after {
  bottom: 0;
}

/* line 25, ../scss/main/styles.scss */
body {
  border-left: 10px solid #292c3d;
  border-right: 10px solid #292c3d;
  overflow-x: hidden;
}

/* line 30, ../scss/main/styles.scss */
.max-width-wrapper {
  max-width: 62.5em;
  margin-left: auto;
  margin-right: auto;
}

/* line 35, ../scss/main/styles.scss */
.padding-left-right {
  padding-left: 2em;
  padding-right: 2em;
}

/* line 41, ../scss/main/styles.scss */
header {
  background-color: #4dc3cb;
}
/* line 44, ../scss/main/styles.scss */
header .title-wrapper {
  padding-top: 3em;
  padding-bottom: 1em;
}
/* line 48, ../scss/main/styles.scss */
header .class-title {
  font-family: "jaf-facitweb", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 2.5em;
  line-height: 1.125;
  margin-bottom: 0.125em;
  margin-right: 0.5em;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
}
/* line 59, ../scss/main/styles.scss */
header .class-subtitle {
  font-family: "PT Serif", ​sans-serif;
  font-style: italic;
  color: #57616b;
  font-size: 1.25em;
}
/* line 65, ../scss/main/styles.scss */
header .class-meta {
  color: #fff;
  margin-top: 1em;
  font-family: "jaf-facitweb", sans-serif;
  background-color: #57616b;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
}
/* line 75, ../scss/main/styles.scss */
header .class-meta li {
  display: inline-block;
  font-size: 0.9em;
}
/* line 79, ../scss/main/styles.scss */
header .class-meta li:after {
  content: '•';
  color: #292c3d;
  margin-left: 0.7em;
  margin-right: 0.5em;
  font-size: 0.75em;
}
/* line 86, ../scss/main/styles.scss */
header .class-meta li:last-child:after {
  content: '';
}

/* line 91, ../scss/main/styles.scss */
.page-content {
  background-color: #e5e5ec;
  padding-top: 1.25em;
  padding-bottom: 1em;
  border-bottom: 25px solid #4dc3cb;
}

/* line 97, ../scss/main/styles.scss */
.class-wrapper {
  background-color: #f6f5f7;
  padding-top: 4.5em;
  padding-bottom: 3em;
  margin-bottom: 3em;
  position: relative;
  -webkit-transition: background-color 1s ease;
          transition: background-color 1s ease;
}
/* line 105, ../scss/main/styles.scss */
.class-wrapper:hover {
  background-color: #fff;
}
/* line 109, ../scss/main/styles.scss */
.class-wrapper h1 {
  position: absolute;
  top: 0;
  background-color: #e5e5ec;
  font-size: 1.125em;
  font-family: "jaf-facitweb", sans-serif;
  font-weight: bold;
  color: #57616b;
  text-transform: uppercase;
  padding: 0.5em 0.75em;
}
/* line 120, ../scss/main/styles.scss */
.class-wrapper .class-date {
  margin-left: 8.5em;
  position: absolute;
  top: 1.15em;
  font-family: "PT Serif", ​sans-serif;
  font-size: 0.8em;
  font-style: italic;
  color: #57616b;
  opacity: 0.6;
}
/* line 130, ../scss/main/styles.scss */
.class-wrapper h2 {
  font-family: "PT Serif", ​sans-serif;
  font-weight: bold;
  color: #57616b;
  font-size: 1.25em;
  margin-top: 1.5em;
}
/* line 137, ../scss/main/styles.scss */
.class-wrapper h2 .date {
  font-weight: normal;
  opacity: 0.6;
  display: inline-block;
  margin-left: 0.25em;
  font-size: 0.8em;
}
/* line 145, ../scss/main/styles.scss */
.class-wrapper p {
  font-family: "PT Serif", ​sans-serif;
  margin-bottom: 0.8em;
  font-size: 1.125em;
  line-height: 1.7;
}
/* line 151, ../scss/main/styles.scss */
.class-wrapper p a {
  color: #292c3d;
  text-decoration: none;
  border-bottom: 1px dotted #4dc3cb;
  -webkit-transition: border-bottom 1s ease;
          transition: border-bottom 1s ease;
}
/* line 157, ../scss/main/styles.scss */
.class-wrapper p a:hover {
  border-bottom: 1px solid #4dc3cb;
}

@media screen and (min-width: 43.75em) {
  /* line 164, ../scss/main/styles.scss */
  body:before, body:after {
    height: 20px;
  }

  /* line 167, ../scss/main/styles.scss */
  body {
    border-left: 20px solid #292c3d;
    border-right: 20px solid #292c3d;
  }

  /* line 171, ../scss/main/styles.scss */
  header {
    padding-top: 4em;
  }
  /* line 174, ../scss/main/styles.scss */
  header .title-wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  /* line 178, ../scss/main/styles.scss */
  header .class-title {
    font-size: 3.5em;
  }
  /* line 181, ../scss/main/styles.scss */
  header .class-subtitle {
    font-size: 1.75em;
  }
  /* line 184, ../scss/main/styles.scss */
  header .class-meta {
    margin-top: 1.25em;
  }

  /* line 190, ../scss/main/styles.scss */
  .class-wrapper h1 {
    font-size: 1.25em;
  }
  /* line 193, ../scss/main/styles.scss */
  .class-wrapper .class-date {
    margin-left: 11.1em;
  }
  /* line 196, ../scss/main/styles.scss */
  .class-wrapper h2 {
    font-size: 1.375em;
  }
  /* line 199, ../scss/main/styles.scss */
  .class-wrapper p {
    font-size: 1.25em;
  }

  /* line 203, ../scss/main/styles.scss */
  .class-info-wrapper {
    margin-left: 9em;
  }
}
