/*
 *  ____    _    ____    _    _  _____
 * / ___|  / \  / ___|  / \  | |/ /_ _|
 * \___ \ / _ \ \___ \ / _ \ | ' / | |
 *  ___) / ___ \ ___) / ___ \| . \ | |
 * |____/_/   \_\____/_/   \_\_|\_\___|
 *
 */
@font-face {
  font-family: GothamNarrow-Bold;
  src: url("fonts/GothamNarrow-Bold.woff") format("woff"), url("fonts/GothamNarrow-Bold.ttf") format("truetype"); }
@font-face {
  font-family: GothamNarrow-Medium;
  src: url("fonts/GothamNarrow-Medium.woff") format("woff"), url("fonts/GothamNarrow-Medium.ttf") format("truetype"); }
@font-face {
  font-family: GothamNarrow-Light;
  src: url("fonts/GothamNarrow-Light.woff") format("woff"), url("fonts/GothamNarrow-Light.ttf") format("truetype"); }
@font-face {
  font-family: Archer-Book;
  src: url("fonts/Archer-Book.woff") format("woff"), url("fonts/Archer-Book.ttf") format("truetype"); }
* {
  box-sizing: border-box; }

header {
  width: 100%;
  height: 60px;
  box-shadow: 0px 1.46703px 2.93405px rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 99;
  background-color: #ffffff; }
  header .logo {
    margin: 8px 10px;
    width: 120px;
    height: 44px;
    float: left; }
  header .hamburger {
    margin: 24px;
    float: right;
    width: 20px;
    height: 11px;
    background: url("../img/hamburger.png") center no-repeat; }
    @media (min-width: 1281px) {
      header .hamburger {
        display: none; } }
  header ul.mobile {
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    text-align: center;
    display: none; }
    header ul.mobile li {
      width: 29%;
      margin: 5px 5px;
      padding-right: 15px;
      display: inline-block;
      border-right: 1px solid #D9D9D9; }
      header ul.mobile li:last-child {
        border-right: none; }
      header ul.mobile li a {
        font-size: 14px;
        color: #1D9A7D;
        text-transform: uppercase;
        text-decoration: none;
        font-family: "GothamNarrow-Light", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  header ul.desktop {
    display: none;
    margin: 0;
    padding: 0 50px 0 0;
    float: right;
    background-color: #ffffff; }
    header ul.desktop li {
      display: inline-block;
      line-height: 59px;
      padding: 0;
      margin: 0 25px;
      position: relative; }
      header ul.desktop li a {
        font-size: 12px;
        color: #1D9A7D;
        text-transform: uppercase;
        text-decoration: none;
        font-family: "GothamNarrow-Medium", "Arial Black", "Arial Bold", Gadget, sans-serif; }
      header ul.desktop li:hover a {
        text-decoration: underline; }
      header ul.desktop li.active::before {
        content: "";
        position: absolute;
        top: 48px;
        left: 25%;
        z-index: -1;
        width: 25px;
        height: 25px;
        background-color: #ffffff;
        -ms-transform: rotate(45deg);
        /* IE 9 */
        -webkit-transform: rotate(45deg);
        /* Chrome, Safari, Opera */
        transform: rotate(45deg);
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25); }
    @media (min-width: 1281px) {
      header ul.desktop {
        display: block; } }

section h2 {
  font-size: 34px;
  font-family: "GothamNarrow-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center; }

section.hero .hero {
  background: url("../img/campus-background.png") center no-repeat;
  background-size: cover;
  position: relative; }
  @media (min-width: 1281px) {
    section.hero .hero {
      height: 1050px; } }
  section.hero .hero .survey {
    text-align: center;
    z-index: 2;
    display: none;
    position: absolute;
    height: auto;
    width: 38%;
    max-width: 800px;
    bottom: 29%;
    padding: 5% 7%; }
    @media (min-width: 1281px) {
      section.hero .hero .survey {
        display: inline-block; }
        section.hero .hero .survey h3, section.hero .hero .survey h4 {
          margin: 0;
          padding: 0;
          z-index: 2; }
        section.hero .hero .survey h3 {
          font-size: 24px;
          font-family: "Archer-Book", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
          color: #ffffff;
          font-weight: lighter; }
        section.hero .hero .survey h4 a {
          font-size: 28px;
          font-family: "GothamNarrow-Bold", "Arial Black", "Arial Bold", Gadget, sans-serif;
          color: #B5D333;
          text-transform: uppercase;
          text-decoration: underline; }
          section.hero .hero .survey h4 a:hover {
            text-decoration: none; } }
    @media (min-width: 1366px) and (max-width: 1366px) and (orientation: landscape) {
      section.hero .hero .survey {
        top: 60%; } }
  section.hero .hero .text {
    z-index: 3;
    top: 120px;
    position: relative; }
    @media (min-width: 1281px) {
      section.hero .hero .text {
        float: right;
        width: 500px;
        margin: 10% 15% 0 0; } }
    @media (min-width: 1366px) and (max-width: 1366px) and (orientation: landscape) {
      section.hero .hero .text {
        margin: 10% 5% 0 0; } }
    section.hero .hero .text h1 {
      line-height: 57px;
      font-size: 55px;
      font-family: "GothamNarrow-Bold", "Arial Black", "Arial Bold", Gadget, sans-serif;
      color: #ffffff;
      margin: 0;
      padding: 100px 50px 0;
      text-shadow: 0 1.07336px 1.07336px rgba(0, 0, 0, 0.25); }
      @media (min-width: 1281px) {
        section.hero .hero .text h1 {
          line-height: 85px;
          word-spacing: 500px;
          font-size: 80px; } }
      @media (min-width: 768px) and (orientation: portrait) {
        section.hero .hero .text h1 {
          width: 50%;
          line-height: 65px;
          font-size: 62px; } }
    section.hero .hero .text h3 {
      font-size: 16px;
      font-family: "Archer-Book", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
      color: #ffffff;
      text-transform: uppercase;
      margin: 0;
      padding: 0 50px 150px;
      text-shadow: 0 1.07336px 1.07336px rgba(0, 0, 0, 0.25); }
      @media (min-width: 1281px) {
        section.hero .hero .text h3 {
          font-size: 30px; } }
section.hero .background {
  z-index: 1;
  margin-top: 0;
  height: 220px;
  width: 100%;
  background: url("../img/triangles/mobiletop_01.png") center repeat-x; }
  @media (min-width: 1281px) {
    section.hero .background {
      z-index: 1;
      position: absolute;
      height: 1050px;
      margin-top: 0;
      top: 6px;
      background: url("../img/triangles/top.png") center bottom no-repeat;
      background-size: contain; } }

section.welcome {
  background: url("../img/triangles/mobiletop_02.png") top repeat-x;
  padding: 400px 0 50px 0; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    section.welcome {
      background: url("../img/triangles/tablet.png") top repeat-x; } }
  @media (min-width: 1281px) {
    section.welcome {
      z-index: 2;
      height: 1137px;
      position: relative;
      padding: 210px 0 400px 0;
      margin-top: -1px;
      background: url("../img/triangles/welcome.png") repeat-y center center;
      background-size: contain; } }
  @media (min-width: 1366px) and (max-width: 1366px) and (orientation: landscape) {
    section.welcome {
      padding: 164px 0; } }
  section.welcome h1 {
    background-color: #ffffff;
    font-size: 53px;
    font-family: "Archer-Book", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    color: #006857;
    margin: 0;
    text-align: center;
    font-weight: lighter; }
    @media (min-width: 1281px) {
      section.welcome h1 {
        font-size: 80px;
        text-align: left;
        margin: 0 0 50px 25%; } }
  section.welcome p {
    background-color: #ffffff;
    padding: 20px 75px;
    width: 100%;
    margin: 0 auto;
    font-family: "GothamNarrow-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    color: #006857;
    font-weight: lighter; }
    @media (min-width: 1281px) {
      section.welcome p {
        display: inline-block;
        width: 400px;
        padding: 0;
        font-size: 24px;
        margin: 0 0 0 25%; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      section.welcome p {
        width: 50%; } }
  section.welcome h3 {
    padding: 0;
    font-family: "GothamNarrow-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #006857; }
    @media (min-width: 1281px) {
      section.welcome h3 {
        text-align: left;
        font-size: 24px; } }
    @media (min-width: 1366px) and (max-width: 1366px) and (orientation: landscape) {
      section.welcome h3 {
        padding: 0; } }
  section.welcome .calendar {
    background-color: #ffffff;
    width: 50%;
    padding: 0 75px;
    margin: 0 auto; }
    @media (min-width: 1281px) {
      section.welcome .calendar {
        width: auto; } }
    section.welcome .calendar ul.events {
      list-style: none;
      padding: 0; }
      section.welcome .calendar ul.events li {
        font-family: "Archer-Book", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
        font-size: 14px;
        text-align: left;
        margin: 20px 0 0 0; }
        @media (min-width: 1281px) {
          section.welcome .calendar ul.events li {
            font-size: 18px; } }
        section.welcome .calendar ul.events li .title {
          font-weight: 300; }
          section.welcome .calendar ul.events li .title div {
            font-weight: bold; }
      @media (min-width: 1366px) and (max-width: 1366px) and (orientation: landscape) {
        section.welcome .calendar ul.events {
          padding: 0; } }
    @media (min-width: 1281px) {
      section.welcome .calendar {
        display: inline-block;
        vertical-align: top;
        margin: 20px 0 0 130px; } }
    @media (min-width: 1366px) and (max-width: 1366px) and (orientation: landscape) {
      section.welcome .calendar {
        margin: -20px 0 0 90px; } }

section.schedule {
  padding: 50px 0 75px 0;
  background-color: #006857; }
  @media (min-width: 1281px) {
    section.schedule {
      position: relative;
      z-index: 2;
      margin-top: -1px;
      background: url("../img/triangles/schedule-a.png") no-repeat left 35% top -2px, url("../img/triangles/schedule-b.png") no-repeat right 18% top -2px;
      background-size: 30%;
      background-color: #006857;
      padding-bottom: 200px; } }
  @media (min-width: 1281px) {
    section.schedule .text {
      display: inline-block;
      width: 30%;
      padding: 100px 50px 0 0;
      margin-left: 15%; } }
  section.schedule .copy {
    display: none; }
    @media (min-width: 1281px) {
      section.schedule .copy {
        color: #ffffff;
        font-family: "Archer-Book", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
        display: block;
        font-weight: lighter;
        font-size: 24px; } }
  section.schedule h2 {
    color: #ffffff;
    padding-top: 35px; }
    @media (min-width: 1281px) {
      section.schedule h2 {
        text-align: left;
        font-size: 64px; } }
  @media (min-width: 1281px) {
    section.schedule .schedule {
      display: inline-block;
      margin: 300px 0 0 10%;
      vertical-align: top; } }
  @media (min-width: 1366px) and (max-width: 1366px) and (orientation: landscape) {
    section.schedule .schedule {
      margin: 320px 0 0 0; } }
  section.schedule .schedule ul {
    margin: 0;
    list-style: none; }
    section.schedule .schedule ul li {
      vertical-align: top;
      height: 95px;
      text-align: center;
      position: relative;
      z-index: 1; }
      section.schedule .schedule ul li:last-child .icon::after {
        content: none; }
      section.schedule .schedule ul li .date {
        font-weight: bold;
        font-family: "GothamNarrow-Bold", "Arial Black", "Arial Bold", Gadget, sans-serif;
        font-size: 13px;
        line-height: 55px;
        display: inline-block;
        color: #74C8B6;
        margin-right: 10px; }
        @media (min-width: 1281px) {
          section.schedule .schedule ul li .date {
            font-size: 18px;
            text-align: center;
            margin: 0 100px 10px -15px; } }
      section.schedule .schedule ul li .icon {
        position: relative;
        vertical-align: middle;
        display: inline-block;
        width: 95px;
        height: 55px;
        background: url("../img/schedule-icon.png") center no-repeat; }
        section.schedule .schedule ul li .icon::after {
          content: "";
          height: 50px;
          width: 6px;
          background-color: #74C8B6;
          position: absolute;
          right: 44px;
          top: 51px;
          z-index: -1; }
        @media (min-width: 1281px) {
          section.schedule .schedule ul li .icon {
            display: block; }
            section.schedule .schedule ul li .icon::after {
              content: "";
              height: 6px;
              width: 190px;
              background-color: #74C8B6;
              position: absolute;
              right: -155px;
              top: 23px;
              z-index: -1; } }
      section.schedule .schedule ul li .copy {
        width: 100px;
        line-height: 20px;
        vertical-align: middle;
        margin-left: 10px;
        text-align: left;
        font-size: 13px;
        color: #ffffff;
        display: inline-block; }
        @media (min-width: 1281px) {
          section.schedule .schedule ul li .copy {
            width: 130px;
            font-size: 18px;
            text-align: center;
            margin: 20px 100px 0 -15px; } }
      @media (min-width: 1281px) {
        section.schedule .schedule ul li {
          display: inline-block; } }

@media (min-width: 1281px) {
  section.resources {
    position: relative;
    z-index: 2;
    margin-top: 0;
    padding-bottom: 200px;
    background: url("../img/triangles/resources.png") no-repeat left 29% top -2px; } }
@media (min-width: 1281px) {
  section.resources .text {
    display: inline-block;
    width: 30%;
    padding: 100px 50px 0 0;
    margin-left: 15%; } }
section.resources .copy {
  display: none; }
  @media (min-width: 1281px) {
    section.resources .copy {
      color: #006857;
      font-family: "Archer-Book", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
      display: block;
      font-weight: lighter;
      font-size: 24px; } }
section.resources h2 {
  color: #006857; }
  @media (min-width: 1281px) {
    section.resources h2 {
      margin: 100px 0 0 0;
      text-align: left;
      font-size: 64px; } }
section.resources ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  @media (min-width: 1281px) {
    section.resources ul {
      margin-left: 10%;
      display: inline-block; } }
  section.resources ul li {
    margin: 60px 0; }
    section.resources ul li.forest .icon {
      background: url("../img/doc-icon-forest.png") center no-repeat; }
    section.resources ul li.aqua .icon {
      background: url("../img/doc-icon-aqua.png") center no-repeat; }
    section.resources ul li.grass .icon {
      background: url("../img/doc-icon-grass.png") center no-repeat; }
    section.resources ul li .icon {
      height: 120px;
      width: 80px;
      margin: 20px auto; }
    section.resources ul li .title {
      font-size: 18px;
      font-family: "GothamNarrow-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: bold;
      color: #006857; }
    section.resources ul li .download {
      font-family: "GothamNarrow-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #006857; }
      section.resources ul li .download a {
        text-decoration: none;
        font-family: "GothamNarrow-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
        color: #006857; }
    @media (min-width: 1281px) {
      section.resources ul li {
        display: inline-block;
        margin: 0 50px; } }

section.feedback {
  margin: 50px; }
  @media (min-width: 1281px) {
    section.feedback {
      margin: 0;
      position: relative;
      z-index: 2;
      background: url("../img/triangles/feedback-l.png") no-repeat bottom -2px left, url("../img/triangles/feedback-r.png") no-repeat bottom -2px right;
      background-size: contain; }
      section.feedback form {
        margin: 0 auto 0;
        padding-bottom: 100px;
        width: 25%; } }
  section.feedback h1 {
    margin: 0;
    font-size: 55px;
    font-family: "Archer-Book", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    color: #1D9A7D;
    text-align: center;
    font-weight: lighter;
    line-height: 50px; }
    @media (min-width: 1281px) {
      section.feedback h1 {
        font-size: 80px;
        line-height: 80px;
        width: 25%;
        margin: 200px auto 0; } }
  section.feedback h3 {
    margin: 15px 0 20px 0;
    font-size: 21px;
    font-family: "GothamNarrow-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #1D9A7D;
    text-align: center; }
    @media (min-width: 1281px) {
      section.feedback h3 {
        font-size: 24px;
        margin: 20px auto 60px; } }
  section.feedback label {
    font-family: "GothamNarrow-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #1D9A7D;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    width: 80%; }
    @media (min-width: 1281px) {
      section.feedback label {
        margin: 20px auto 0; } }
    @media (min-width: 768px) and (orientation: portrait) {
      section.feedback label {
        width: 50%;
        margin: 0 auto; } }
  section.feedback textarea {
    height: 100px;
    resize: none; }
  section.feedback input, section.feedback textarea {
    border: 1px solid #1D9A7D;
    margin: 10px auto 30px;
    width: 80%;
    display: block; }
    @media (min-width: 1281px) {
      section.feedback input, section.feedback textarea {
        display: block;
        margin: 0 auto; } }
    @media (min-width: 768px) and (orientation: portrait) {
      section.feedback input, section.feedback textarea {
        width: 50%;
        display: block;
        margin: 0 auto; } }
  section.feedback button {
    margin: 20px auto 0;
    font-size: 12px;
    padding: 5px 10px;
    text-transform: uppercase;
    background-color: #1D9A7D;
    color: #ffffff;
    border: none;
    display: block; }
    section.feedback button:hover {
      background-color: #cce171; }
    @media (min-width: 768px) and (orientation: portrait) {
      section.feedback button {
        display: block;
        margin: 20px auto 0; } }
    @media (min-width: 1281px) {
      section.feedback button {
        margin: 20px 0 0 47px; } }
  section.feedback #thankyou_message {
    color: #1D9A7D; }

footer {
  height: 75px;
  background-color: #006857; }
  footer div {
    text-align: center;
    padding-top: 25px; }
    footer div span {
      font-weight: bold;
      font-family: "GothamNarrow-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #74C8B6;
      font-size: 12px; }
      @media (min-width: 1281px) {
        footer div span {
          font-size: 16px; } }
      @media (min-width: 768px) and (orientation: portrait) {
        footer div span {
          font-size: 16px; } }
    footer div a {
      font-weight: bold;
      font-family: "GothamNarrow-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #ffffff;
      text-decoration: none;
      font-size: 12px; }
      @media (min-width: 1281px) {
        footer div a {
          font-size: 16px; } }
      @media (min-width: 768px) and (orientation: portrait) {
        footer div a {
          font-size: 16px; } }
      footer div a:hover {
        text-decoration: underline; }

/*
 * End Sasaki Styles
 */
/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=main.css.map */
