Difference between revisions of "Team:Harvard BioDesign/Notebook"

Line 1: Line 1:
<!--
+
@import url("font-awesome.min.css");
 +
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,600");
 +
 
 +
/*
 
   Prologue by HTML5 UP
 
   Prologue by HTML5 UP
 
   html5up.net | @n33co
 
   html5up.net | @n33co
 
   Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
 
   Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
+
*/
 +
 
 +
/* Reset */
 +
 
 +
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
 +
    margin: 0;
 +
    padding: 0;
 +
    border: 0;
 +
    font-size: 100%;
 +
    vertical-align: baseline;
 +
  }
 +
 
 +
  li {
 +
    margin: 0px 5px 0px 5px;
 +
    padding: 0;
 +
    border: 0;
 +
    font-size: 100%;
 +
    vertical-align: baseline;
 +
  }
 +
 
 +
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 +
    display: block;
 +
  }
 +
 
 +
#grouppartstable {
 +
  margin-left: 30px;
 +
  margin-right: 30px;
 +
}
 +
 
 +
#groupparts table th{
 +
  background-color: #d7c483;
 +
}
 +
 
 +
#groupparts table td{
 +
  background-color: #e8e8e8;
 +
}
 +
 
 +
#groupparts table tbody tr td a {
 +
  color: #505050 !important;
 +
  /*color: #e8793b !important;*/
 +
}
 +
 
 +
#content {
 +
  width: 100vw;
 +
  border:none;
 +
}
 +
 
 +
 
 +
  ol, ul {
 +
    list-style: none;
 +
  }
 +
 
 +
  blockquote, q {
 +
    quotes: none;
 +
  }
 +
 
 +
  blockquote:before, blockquote:after, q:before, q:after {
 +
    content: '';
 +
    content: none;
 +
  }
 +
 
 +
  table {
 +
    border-collapse: collapse;
 +
    border-spacing: 0;
 +
  }
 +
 
 +
  body {
 +
    -webkit-text-size-adjust: none;
 +
  }
 +
 
 +
/* Box Model */
 +
 
 +
  *, *:before, *:after {
 +
    -moz-box-sizing: border-box;
 +
    -webkit-box-sizing: border-box;
 +
    box-sizing: border-box;
 +
  }
 +
 
 +
/* Notebook */
 +
 
 +
.inner-container {
 +
  margin-top: 100px;
 +
  margin-right: 15%;
 +
  margin-left: 15%;
 +
  text-align: left;
 +
}
 +
 
 +
.noterow {
 +
  margin-left: -20px;
 +
  margin-right: -20px;
 +
}
 +
 
 +
.col-md-12 {
 +
  position: relative;
 +
  min-height: 1px;
 +
  padding-left: 15px;
 +
  padding-right: 15px;
 +
}
 +
 
 +
.entry {
 +
    border-left-style: solid;
 +
    border-color: #639FAB;
 +
    border-width: 2px;
 +
    margin: 0px;
 +
    padding: 10px 0 0 25px;
 +
    position: relative;
 +
    z-index: 0;
 +
}
 +
 
 +
 
 +
 
 +
/* Containers */
 +
 
 +
  .container {
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
  }
 +
 
 +
  .container.\31 25\25 {
 +
    width: 100%;
 +
    max-width: 1750px;
 +
    min-width: 1400px;
 +
  }
 +
 
 +
  .container.\37 5\25 {
 +
    width: 1050px;
 +
  }
 +
 
 +
  .container.\35 0\25 {
 +
    width: 700px;
 +
  }
 +
 
 +
  .container.\32 5\25 {
 +
    width: 350px;
 +
  }
 +
 
 +
  .container {
 +
    width: 1400px;
 +
  }
 +
 
 +
  @media screen and (min-width: 961px) and (max-width: 1880px) {
 +
 
 +
    .container.\31 25\25 {
 +
      width: 100%;
 +
      max-width: 1500px;
 +
      min-width: 1200px;
 +
    }
 +
 
 +
    .container.\37 5\25 {
 +
      width: 900px;
 +
    }
 +
 
 +
    .container.\35 0\25 {
 +
      width: 600px;
 +
    }
 +
 
 +
    .container.\32 5\25 {
 +
      width: 300px;
 +
    }
 +
 
 +
    .container {
 +
      width: 1200px;
 +
    }
 +
 
 +
  }
 +
 
 +
  @media screen and (min-width: 961px) and (max-width: 1620px) {
 +
 
 +
    .container.\31 25\25 {
 +
      width: 100%;
 +
      max-width: 1200px;
 +
      min-width: 960px;
 +
    }
 +
 
 +
    .container.\37 5\25 {
 +
      width: 720px;
 +
    }
 +
 
 +
    .container.\35 0\25 {
 +
      width: 480px;
 +
    }
 +
 
 +
    .container.\32 5\25 {
 +
      width: 240px;
 +
    }
 +
 
 +
    .container {
 +
      width: 960px;
 +
    }
 +
 
 +
  }
 +
 
 +
  @media screen and (min-width: 961px) and (max-width: 1320px) {
 +
 
 +
    .container.\31 25\25 {
 +
      width: 100%;
 +
      max-width: 125%;
 +
      min-width: 100%;
 +
    }
 +
 
 +
    .container.\37 5\25 {
 +
      width: 75%;
 +
    }
 +
 
 +
    .container.\35 0\25 {
 +
      width: 50%;
 +
    }
 +
 
 +
    .container.\32 5\25 {
 +
      width: 25%;
 +
    }
 +
 
 +
    .container {
 +
      width: 100%;
 +
    }
 +
 
 +
  }
 +
 
 +
  @media screen and (max-width: 960px) {
 +
 
 +
    .container.\31 25\25 {
 +
      width: 100%;
 +
      max-width: 125%;
 +
      min-width: 100%;
 +
    }
 +
 
 +
    .container.\37 5\25 {
 +
      width: 75%;
 +
    }
 +
 
 +
    .container.\35 0\25 {
 +
      width: 50%;
 +
    }
 +
 
 +
    .container.\32 5\25 {
 +
      width: 25%;
 +
    }
 +
 
 +
    .container {
 +
      width: 100%;
 +
    }
 +
  }
 +
 
 +
#top_menu_inside #bars_item {
 +
left:100%;
 +
}
 +
 
 +
#top_menu_inside #user_item {
 +
margin-right:10%;
 +
}
 +
 
 +
#top_menu_inside {
 +
width:80%;
 +
}
 +
 
 +
/*
 +
  #top_menu_14 {
 +
    background-color: transparent;
 +
    color: transparent;
 +
    border-bottom: none;}
 +
 
 +
  #top_menu_14:hover {
 +
    background-color: #383838;
 +
  }
 +
 
 +
  #top_menu_inside {
 +
    border: none;
 +
min-width: 360px;
 +
    opacity: 1;
 +
  }
 +
 
 +
  #top_menu_under{
 +
    border: none;
 +
  }
 +
 
 +
 
 +
  #top_menu_inside:hover {
 +
    opacity: 0;
 +
  }*/
 +
 
 +
  /*Removes Wiki default template*/
 +
  contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo, .printfooter {
 +
    display:none;
 +
  }
 +
 
 +
  @media screen and (max-width: 736px) {
 +
 
 +
    .container.\31 25\25 {
 +
      width: 100%;
 +
      max-width: 125%;
 +
      min-width: 100%;
 +
    }
 +
 
 +
    .container.\37 5\25 {
 +
      width: 75%;
 +
    }
 +
 
 +
    .container.\35 0\25 {
 +
      width: 50%;
 +
    }
 +
 
 +
    .container.\32 5\25 {
 +
      width: 25%;
 +
    }
 +
 
 +
    .container {
 +
      width: 100% !important;
 +
    }
 +
 
 +
  }
 +
 
 +
/* Grid */
 +
 
 +
  .row {
 +
    border-bottom: solid 1px transparent;
 +
    -moz-box-sizing: border-box;
 +
    -webkit-box-sizing: border-box;
 +
    box-sizing: border-box;
 +
  }
 +
 
 +
  .row > * {
 +
    float: left;
 +
    -moz-box-sizing: border-box;
 +
    -webkit-box-sizing: border-box;
 +
    box-sizing: border-box;
 +
  }
 +
 
 +
  .row:after, .row:before {
 +
    content: '';
 +
    display: block;
 +
    clear: both;
 +
    height: 0;
 +
  }
 +
 
 +
  .row.uniform > * > :first-child {
 +
    margin-top: 0;
 +
  }
 +
 
 +
  .row.uniform > * > :last-child {
 +
    margin-bottom: 0;
 +
  }
 +
 
 +
  .row.\30 \25 > * {
 +
    padding: 0px 0 0 0px;
 +
  }
 +
 
 +
  .row.\30 \25 {
 +
    margin: 0px 0 -1px 0px;
 +
  }
 +
 
 +
  .row.uniform.\30 \25 > * {
 +
    padding: 0px 0 0 0px;
 +
  }
 +
 
 +
  .row.uniform.\30 \25 {
 +
    margin: 0px 0 -1px 0px;
 +
  }
 +
 
 +
  .row > * {
 +
    padding: 40px 0 0 40px;
 +
  }
 +
 
 +
  .row {
 +
    margin: -40px 0 -1px -40px;
 +
  }
 +
 
 +
  .row.uniform > * {
 +
    padding: 40px 0 0 40px;
 +
  }
 +
 
 +
  .row.uniform {
 +
    margin: -40px 0 -1px -40px;
 +
  }
 +
 
 +
  .row.\32 00\25 > * {
 +
    padding: 80px 0 0 80px;
 +
  }
 +
 
 +
  .row.\32 00\25 {
 +
    margin: -80px 0 -1px -80px;
 +
  }
 +
 
 +
  .row.uniform.\32 00\25 > * {
 +
    padding: 80px 0 0 80px;
 +
  }
 +
 
 +
  .row.uniform.\32 00\25 {
 +
    margin: -80px 0 -1px -80px;
 +
  }
 +
 
 +
  .row.\31 50\25 > * {
 +
    padding: 60px 0 0 60px;
 +
  }
 +
 
 +
  .row.\31 50\25 {
 +
    margin: -60px 0 -1px -60px;
 +
  }
 +
 
 +
  .row.uniform.\31 50\25 > * {
 +
    padding: 60px 0 0 60px;
 +
  }
 +
 
 +
  .row.uniform.\31 50\25 {
 +
    margin: -60px 0 -1px -60px;
 +
  }
 +
 
 +
  .row.\35 0\25 > * {
 +
    padding: 20px 0 0 20px;
 +
  }
 +
 
 +
  .row.\35 0\25 {
 +
    margin: -20px 0 -1px -20px;
 +
  }
 +
 
 +
  .row.uniform.\35 0\25 > * {
 +
    padding: 20px 0 0 20px;
 +
  }
 +
 
 +
  .row.uniform.\35 0\25 {
 +
    margin: -20px 0 -1px -20px;
 +
  }
 +
 
 +
  .row.\32 5\25 > * {
 +
    padding: 10px 0 0 10px;
 +
  }
 +
 
 +
  .row.\32 5\25 {
 +
    margin: -10px 0 -1px -10px;
 +
  }
 +
 
 +
  .row.uniform.\32 5\25 > * {
 +
    padding: 10px 0 0 10px;
 +
  }
 +
 
 +
  .row.uniform.\32 5\25 {
 +
    margin: -10px 0 -1px -10px;
 +
  }
 +
 
 +
  .\31 2u, .\31 2u\24 {
 +
    width: 100%;
 +
    clear: none;
 +
    margin-left: 0;
 +
  }
 +
 
 +
  .\31 1u, .\31 1u\24 {
 +
    width: 91.6666666667%;
 +
    clear: none;
 +
    margin-left: 0;
 +
  }
 +
 
 +
  .\31 0u, .\31 0u\24 {
 +
    width: 83.3333333333%;
 +
    clear: none;
 +
    margin-left: 0;
 +
  }
 +
 
 +
  .\39 u, .\39 u\24 {
 +
    width: 75%;
 +
    clear: none;
 +
    margin-left: 0;
 +
  }
 +
 
 +
  .\38 u, .\38 u\24 {
 +
    width: 66.6666666667%;
 +
    clear: none;
 +
    margin-left: 0;
 +
  }
 +
 
 +
  .\37 u, .\37 u\24 {
 +
    width: 58.3333333333%;
 +
    clear: none;
 +
    margin-left: 0;
 +
  }
 +
 
 +
  .\36 u, .\36 u\24 {
 +
    width: 50%;
 +
    clear: none;
 +
    margin-left: 0;
 +
  }
 +
 
 +
  .\35 u, .\35 u\24 {
 +
    width: 41.6666666667%;
 +
    clear: none;
 +
    margin-left: 0;
 +
  }
 +
 
 +
  .\34 u, .\34 u\24 {
 +
    width: 33.3333333333%;
 +
    clear: none;
 +
    margin-left: 0;
 +
  }
 +
 
 +
  .\33 u, .\33 u\24 {
 +
    width: 25%;
 +
    clear: none;
 +
    margin-left: 0;
 +
  }
 +
 
 +
  .\32 u, .\32 u\24 {
 +
    width: 16.6666666667%;
 +
    clear: none;
 +
    margin-left: 0;
 +
  }
 +
 
 +
  .\31 u, .\31 u\24 {
 +
    width: 8.3333333333%;
 +
    clear: none;
 +
    margin-left: 0;
 +
  }
 +
 
 +
  .\31 2u\24 + *,
 +
  .\31 1u\24 + *,
 +
  .\31 0u\24 + *,
 +
  .\39 u\24 + *,
 +
  .\38 u\24 + *,
 +
  .\37 u\24 + *,
 +
  .\36 u\24 + *,
 +
  .\35 u\24 + *,
 +
  .\34 u\24 + *,
 +
  .\33 u\24 + *,
 +
  .\32 u\24 + *,
 +
  .\31 u\24 + * {
 +
    clear: left;
 +
  }
 +
 
 +
  .\-11u {
 +
    margin-left: 91.66667%;
 +
  }
 +
 
 +
  .\-10u {
 +
    margin-left: 83.33333%;
 +
  }
 +
 
 +
  .\-9u {
 +
    margin-left: 75%;
 +
  }
 +
 
 +
  .\-8u {
 +
    margin-left: 66.66667%;
 +
  }
 +
 
 +
  .\-7u {
 +
    margin-left: 58.33333%;
 +
  }
 +
 
 +
  .\-6u {
 +
    margin-left: 50%;
 +
  }
 +
 
 +
  .\-5u {
 +
    margin-left: 41.66667%;
 +
  }
 +
 
 +
  .\-4u {
 +
    margin-left: 33.33333%;
 +
  }
 +
 
 +
  .\-3u {
 +
    margin-left: 25%;
 +
  }
 +
 
 +
  .\-2u {
 +
    margin-left: 16.66667%;
 +
  }
 +
 
 +
  .\-1u {
 +
    margin-left: 8.33333%;
 +
  }
 +
 
 +
  @media screen and (min-width: 961px) and (max-width: 1880px) {
 +
 
 +
    .row > * {
 +
      padding: 40px 0 0 40px;
 +
    }
 +
 
 +
    .row {
 +
      margin: -40px 0 -1px -40px;
 +
    }
 +
 
 +
    .row.uniform > * {
 +
      padding: 40px 0 0 40px;
 +
    }
 +
 
 +
    .row.uniform {
 +
      margin: -40px 0 -1px -40px;
 +
    }
 +
 
 +
    .row.\32 00\25 > * {
 +
      padding: 80px 0 0 80px;
 +
    }
 +
 
 +
    .row.\32 00\25 {
 +
      margin: -80px 0 -1px -80px;
 +
    }
 +
 
 +
    .row.uniform.\32 00\25 > * {
 +
      padding: 80px 0 0 80px;
 +
    }
 +
 
 +
    .row.uniform.\32 00\25 {
 +
      margin: -80px 0 -1px -80px;
 +
    }
 +
 
 +
    .row.\31 50\25 > * {
 +
      padding: 60px 0 0 60px;
 +
    }
 +
 
 +
    .row.\31 50\25 {
 +
      margin: -60px 0 -1px -60px;
 +
    }
 +
 
 +
    .row.uniform.\31 50\25 > * {
 +
      padding: 60px 0 0 60px;
 +
    }
 +
 
 +
    .row.uniform.\31 50\25 {
 +
      margin: -60px 0 -1px -60px;
 +
    }
 +
 
 +
    .row.\35 0\25 > * {
 +
      padding: 20px 0 0 20px;
 +
    }
 +
 
 +
    .row.\35 0\25 {
 +
      margin: -20px 0 -1px -20px;
 +
    }
 +
 
 +
    .row.uniform.\35 0\25 > * {
 +
      padding: 20px 0 0 20px;
 +
    }
 +
 
 +
    .row.uniform.\35 0\25 {
 +
      margin: -20px 0 -1px -20px;
 +
    }
 +
 
 +
    .row.\32 5\25 > * {
 +
      padding: 10px 0 0 10px;
 +
    }
 +
 
 +
    .row.\32 5\25 {
 +
      margin: -10px 0 -1px -10px;
 +
    }
 +
 
 +
    .row.uniform.\32 5\25 > * {
 +
      padding: 10px 0 0 10px;
 +
    }
 +
 
 +
    .row.uniform.\32 5\25 {
 +
      margin: -10px 0 -1px -10px;
 +
    }
 +
 
 +
    .\31 2u\28wide\29, .\31 2u\24\28wide\29 {
 +
      width: 100%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\31 1u\28wide\29, .\31 1u\24\28wide\29 {
 +
      width: 91.6666666667%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\31 0u\28wide\29, .\31 0u\24\28wide\29 {
 +
      width: 83.3333333333%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\39 u\28wide\29, .\39 u\24\28wide\29 {
 +
      width: 75%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\38 u\28wide\29, .\38 u\24\28wide\29 {
 +
      width: 66.6666666667%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\37 u\28wide\29, .\37 u\24\28wide\29 {
 +
      width: 58.3333333333%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\36 u\28wide\29, .\36 u\24\28wide\29 {
 +
      width: 50%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\35 u\28wide\29, .\35 u\24\28wide\29 {
 +
      width: 41.6666666667%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\34 u\28wide\29, .\34 u\24\28wide\29 {
 +
      width: 33.3333333333%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\33 u\28wide\29, .\33 u\24\28wide\29 {
 +
      width: 25%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\32 u\28wide\29, .\32 u\24\28wide\29 {
 +
      width: 16.6666666667%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\31 u\28wide\29, .\31 u\24\28wide\29 {
 +
      width: 8.3333333333%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\31 2u\24\28wide\29 + *,
 +
    .\31 1u\24\28wide\29 + *,
 +
    .\31 0u\24\28wide\29 + *,
 +
    .\39 u\24\28wide\29 + *,
 +
    .\38 u\24\28wide\29 + *,
 +
    .\37 u\24\28wide\29 + *,
 +
    .\36 u\24\28wide\29 + *,
 +
    .\35 u\24\28wide\29 + *,
 +
    .\34 u\24\28wide\29 + *,
 +
    .\33 u\24\28wide\29 + *,
 +
    .\32 u\24\28wide\29 + *,
 +
    .\31 u\24\28wide\29 + * {
 +
      clear: left;
 +
    }
 +
 
 +
    .\-11u\28wide\29 {
 +
      margin-left: 91.66667%;
 +
    }
 +
 
 +
    .\-10u\28wide\29 {
 +
      margin-left: 83.33333%;
 +
    }
 +
 
 +
    .\-9u\28wide\29 {
 +
      margin-left: 75%;
 +
    }
 +
 
 +
    .\-8u\28wide\29 {
 +
      margin-left: 66.66667%;
 +
    }
 +
 
 +
    .\-7u\28wide\29 {
 +
      margin-left: 58.33333%;
 +
    }
 +
 
 +
    .\-6u\28wide\29 {
 +
      margin-left: 50%;
 +
    }
 +
 
 +
    .\-5u\28wide\29 {
 +
      margin-left: 41.66667%;
 +
    }
 +
 
 +
    .\-4u\28wide\29 {
 +
      margin-left: 33.33333%;
 +
    }
 +
 
 +
    .\-3u\28wide\29 {
 +
      margin-left: 25%;
 +
    }
 +
 
 +
    .\-2u\28wide\29 {
 +
      margin-left: 16.66667%;
 +
    }
 +
 
 +
    .\-1u\28wide\29 {
 +
      margin-left: 8.33333%;
 +
    }
 +
 
 +
  }
 +
 
 +
  @media screen and (min-width: 961px) and (max-width: 1620px) {
 +
 
 +
    .row > * {
 +
      padding: 40px 0 0 40px;
 +
    }
 +
 
 +
    .row {
 +
      margin: -40px 0 -1px -40px;
 +
    }
 +
 
 +
    .row.uniform > * {
 +
      padding: 40px 0 0 40px;
 +
    }
 +
 
 +
    .row.uniform {
 +
      margin: -40px 0 -1px -40px;
 +
    }
 +
 
 +
    .row.\32 00\25 > * {
 +
      padding: 80px 0 0 80px;
 +
    }
 +
 
 +
    .row.\32 00\25 {
 +
      margin: -80px 0 -1px -80px;
 +
    }
 +
 
 +
    .row.uniform.\32 00\25 > * {
 +
      padding: 80px 0 0 80px;
 +
    }
 +
 
 +
    .row.uniform.\32 00\25 {
 +
      margin: -80px 0 -1px -80px;
 +
    }
 +
 
 +
    .row.\31 50\25 > * {
 +
      padding: 60px 0 0 60px;
 +
    }
 +
 
 +
    .row.\31 50\25 {
 +
      margin: -60px 0 -1px -60px;
 +
    }
 +
 
 +
    .row.uniform.\31 50\25 > * {
 +
      padding: 60px 0 0 60px;
 +
    }
 +
 
 +
    .row.uniform.\31 50\25 {
 +
      margin: -60px 0 -1px -60px;
 +
    }
 +
 
 +
    .row.\35 0\25 > * {
 +
      padding: 20px 0 0 20px;
 +
    }
 +
 
 +
    .row.\35 0\25 {
 +
      margin: -20px 0 -1px -20px;
 +
    }
 +
 
 +
    .row.uniform.\35 0\25 > * {
 +
      padding: 20px 0 0 20px;
 +
    }
 +
 
 +
    .row.uniform.\35 0\25 {
 +
      margin: -20px 0 -1px -20px;
 +
    }
 +
 
 +
    .row.\32 5\25 > * {
 +
      padding: 10px 0 0 10px;
 +
    }
 +
 
 +
    .row.\32 5\25 {
 +
      margin: -10px 0 -1px -10px;
 +
    }
 +
 
 +
    .row.uniform.\32 5\25 > * {
 +
      padding: 10px 0 0 10px;
 +
    }
 +
 
 +
    .row.uniform.\32 5\25 {
 +
      margin: -10px 0 -1px -10px;
 +
    }
 +
 
 +
    .\31 2u\28normal\29, .\31 2u\24\28normal\29 {
 +
      width: 100%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\31 1u\28normal\29, .\31 1u\24\28normal\29 {
 +
      width: 91.6666666667%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\31 0u\28normal\29, .\31 0u\24\28normal\29 {
 +
      width: 83.3333333333%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\39 u\28normal\29, .\39 u\24\28normal\29 {
 +
      width: 75%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\38 u\28normal\29, .\38 u\24\28normal\29 {
 +
      width: 66.6666666667%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\37 u\28normal\29, .\37 u\24\28normal\29 {
 +
      width: 58.3333333333%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\36 u\28normal\29, .\36 u\24\28normal\29 {
 +
      width: 50%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\35 u\28normal\29, .\35 u\24\28normal\29 {
 +
      width: 41.6666666667%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\34 u\28normal\29, .\34 u\24\28normal\29 {
 +
      width: 33.3333333333%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\33 u\28normal\29, .\33 u\24\28normal\29 {
 +
      width: 25%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\32 u\28normal\29, .\32 u\24\28normal\29 {
 +
      width: 16.6666666667%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\31 u\28normal\29, .\31 u\24\28normal\29 {
 +
      width: 8.3333333333%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\31 2u\24\28normal\29 + *,
 +
    .\31 1u\24\28normal\29 + *,
 +
    .\31 0u\24\28normal\29 + *,
 +
    .\39 u\24\28normal\29 + *,
 +
    .\38 u\24\28normal\29 + *,
 +
    .\37 u\24\28normal\29 + *,
 +
    .\36 u\24\28normal\29 + *,
 +
    .\35 u\24\28normal\29 + *,
 +
    .\34 u\24\28normal\29 + *,
 +
    .\33 u\24\28normal\29 + *,
 +
    .\32 u\24\28normal\29 + *,
 +
    .\31 u\24\28normal\29 + * {
 +
      clear: left;
 +
    }
 +
 
 +
    .\-11u\28normal\29 {
 +
      margin-left: 91.66667%;
 +
    }
 +
 
 +
    .\-10u\28normal\29 {
 +
      margin-left: 83.33333%;
 +
    }
 +
 
 +
    .\-9u\28normal\29 {
 +
      margin-left: 75%;
 +
    }
 +
 
 +
    .\-8u\28normal\29 {
 +
      margin-left: 66.66667%;
 +
    }
 +
 
 +
    .\-7u\28normal\29 {
 +
      margin-left: 58.33333%;
 +
    }
 +
 
 +
    .\-6u\28normal\29 {
 +
      margin-left: 50%;
 +
    }
 +
 
 +
    .\-5u\28normal\29 {
 +
      margin-left: 41.66667%;
 +
    }
 +
 
 +
    .\-4u\28normal\29 {
 +
      margin-left: 33.33333%;
 +
    }
 +
 
 +
    .\-3u\28normal\29 {
 +
      margin-left: 25%;
 +
    }
 +
 
 +
    .\-2u\28normal\29 {
 +
      margin-left: 16.66667%;
 +
    }
 +
 
 +
    .\-1u\28normal\29 {
 +
      margin-left: 8.33333%;
 +
    }
 +
 
 +
  }
 +
 
 +
  @media screen and (min-width: 961px) and (max-width: 1320px) {
 +
 
 +
    .row > * {
 +
      padding: 20px 0 0 20px;
 +
    }
 +
 
 +
    .row {
 +
      margin: -20px 0 -1px -20px;
 +
    }
 +
 
 +
    .row.uniform > * {
 +
      padding: 20px 0 0 20px;
 +
    }
 +
 
 +
    .row.uniform {
 +
      margin: -20px 0 -1px -20px;
 +
    }
 +
 
 +
    .row.\32 00\25 > * {
 +
      padding: 40px 0 0 40px;
 +
    }
 +
 
 +
    .row.\32 00\25 {
 +
      margin: -40px 0 -1px -40px;
 +
    }
 +
 
 +
    .row.uniform.\32 00\25 > * {
 +
      padding: 40px 0 0 40px;
 +
    }
 +
 
 +
    .row.uniform.\32 00\25 {
 +
      margin: -40px 0 -1px -40px;
 +
    }
 +
 
 +
    .row.\31 50\25 > * {
 +
      padding: 30px 0 0 30px;
 +
    }
 +
 
 +
    .row.\31 50\25 {
 +
      margin: -30px 0 -1px -30px;
 +
    }
 +
 
 +
    .row.uniform.\31 50\25 > * {
 +
      padding: 30px 0 0 30px;
 +
    }
 +
 
 +
    .row.uniform.\31 50\25 {
 +
      margin: -30px 0 -1px -30px;
 +
    }
 +
 
 +
    .row.\35 0\25 > * {
 +
      padding: 10px 0 0 10px;
 +
    }
 +
 
 +
    .row.\35 0\25 {
 +
      margin: -10px 0 -1px -10px;
 +
    }
 +
 
 +
    .row.uniform.\35 0\25 > * {
 +
      padding: 10px 0 0 10px;
 +
    }
 +
 
 +
    .row.uniform.\35 0\25 {
 +
      margin: -10px 0 -1px -10px;
 +
    }
 +
 
 +
    .row.\32 5\25 > * {
 +
      padding: 5px 0 0 5px;
 +
    }
 +
 
 +
    .row.\32 5\25 {
 +
      margin: -5px 0 -1px -5px;
 +
    }
 +
 
 +
    .row.uniform.\32 5\25 > * {
 +
      padding: 5px 0 0 5px;
 +
    }
 +
 
 +
    .row.uniform.\32 5\25 {
 +
      margin: -5px 0 -1px -5px;
 +
    }
 +
 
 +
    .\31 2u\28narrow\29, .\31 2u\24\28narrow\29 {
 +
      width: 100%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\31 1u\28narrow\29, .\31 1u\24\28narrow\29 {
 +
      width: 91.6666666667%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\31 0u\28narrow\29, .\31 0u\24\28narrow\29 {
 +
      width: 83.3333333333%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\39 u\28narrow\29, .\39 u\24\28narrow\29 {
 +
      width: 75%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\38 u\28narrow\29, .\38 u\24\28narrow\29 {
 +
      width: 66.6666666667%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\37 u\28narrow\29, .\37 u\24\28narrow\29 {
 +
      width: 58.3333333333%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\36 u\28narrow\29, .\36 u\24\28narrow\29 {
 +
      width: 50%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\35 u\28narrow\29, .\35 u\24\28narrow\29 {
 +
      width: 41.6666666667%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\34 u\28narrow\29, .\34 u\24\28narrow\29 {
 +
      width: 33.3333333333%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\33 u\28narrow\29, .\33 u\24\28narrow\29 {
 +
      width: 25%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\32 u\28narrow\29, .\32 u\24\28narrow\29 {
 +
      width: 16.6666666667%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\31 u\28narrow\29, .\31 u\24\28narrow\29 {
 +
      width: 8.3333333333%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\31 2u\24\28narrow\29 + *,
 +
    .\31 1u\24\28narrow\29 + *,
 +
    .\31 0u\24\28narrow\29 + *,
 +
    .\39 u\24\28narrow\29 + *,
 +
    .\38 u\24\28narrow\29 + *,
 +
    .\37 u\24\28narrow\29 + *,
 +
    .\36 u\24\28narrow\29 + *,
 +
    .\35 u\24\28narrow\29 + *,
 +
    .\34 u\24\28narrow\29 + *,
 +
    .\33 u\24\28narrow\29 + *,
 +
    .\32 u\24\28narrow\29 + *,
 +
    .\31 u\24\28narrow\29 + * {
 +
      clear: left;
 +
    }
 +
 
 +
    .\-11u\28narrow\29 {
 +
      margin-left: 91.66667%;
 +
    }
 +
 
 +
    .\-10u\28narrow\29 {
 +
      margin-left: 83.33333%;
 +
    }
 +
 
 +
    .\-9u\28narrow\29 {
 +
      margin-left: 75%;
 +
    }
 +
 
 +
    .\-8u\28narrow\29 {
 +
      margin-left: 66.66667%;
 +
    }
 +
 
 +
    .\-7u\28narrow\29 {
 +
      margin-left: 58.33333%;
 +
    }
 +
 
 +
    .\-6u\28narrow\29 {
 +
      margin-left: 50%;
 +
    }
 +
 
 +
    .\-5u\28narrow\29 {
 +
      margin-left: 41.66667%;
 +
    }
 +
 
 +
    .\-4u\28narrow\29 {
 +
      margin-left: 33.33333%;
 +
    }
 +
 
 +
    .\-3u\28narrow\29 {
 +
      margin-left: 25%;
 +
    }
 +
 
 +
    .\-2u\28narrow\29 {
 +
      margin-left: 16.66667%;
 +
    }
 +
 
 +
    .\-1u\28narrow\29 {
 +
      margin-left: 8.33333%;
 +
    }
 +
 
 +
  }
 +
 
 +
  @media screen and (max-width: 960px) {
 +
 
 +
    .row > * {
 +
      padding: 20px 0 0 20px;
 +
    }
 +
 
 +
    .row {
 +
      margin: -20px 0 -1px -20px;
 +
    }
 +
 
 +
    .row.uniform > * {
 +
      padding: 20px 0 0 20px;
 +
    }
 +
 
 +
    .row.uniform {
 +
      margin: -20px 0 -1px -20px;
 +
    }
 +
 
 +
    .row.\32 00\25 > * {
 +
      padding: 40px 0 0 40px;
 +
    }
 +
 
 +
    .row.\32 00\25 {
 +
      margin: -40px 0 -1px -40px;
 +
    }
 +
 
 +
    .row.uniform.\32 00\25 > * {
 +
      padding: 40px 0 0 40px;
 +
    }
 +
 
 +
    .row.uniform.\32 00\25 {
 +
      margin: -40px 0 -1px -40px;
 +
    }
 +
 
 +
    .row.\31 50\25 > * {
 +
      padding: 30px 0 0 30px;
 +
    }
 +
 
 +
    .row.\31 50\25 {
 +
      margin: -30px 0 -1px -30px;
 +
    }
 +
 
 +
    .row.uniform.\31 50\25 > * {
 +
      padding: 30px 0 0 30px;
 +
    }
 +
 
 +
    .row.uniform.\31 50\25 {
 +
      margin: -30px 0 -1px -30px;
 +
    }
 +
 
 +
    .row.\35 0\25 > * {
 +
      padding: 10px 0 0 10px;
 +
    }
 +
 
 +
    .row.\35 0\25 {
 +
      margin: -10px 0 -1px -10px;
 +
    }
 +
 
 +
    .row.uniform.\35 0\25 > * {
 +
      padding: 10px 0 0 10px;
 +
    }
 +
 
 +
    .row.uniform.\35 0\25 {
 +
      margin: -10px 0 -1px -10px;
 +
    }
 +
 
 +
    .row.\32 5\25 > * {
 +
      padding: 5px 0 0 5px;
 +
    }
 +
 
 +
    .row.\32 5\25 {
 +
      margin: -5px 0 -1px -5px;
 +
    }
 +
 
 +
    .row.uniform.\32 5\25 > * {
 +
      padding: 5px 0 0 5px;
 +
    }
 +
 
 +
    .row.uniform.\32 5\25 {
 +
      margin: -5px 0 -1px -5px;
 +
    }
 +
 
 +
    .\31 2u\28narrower\29, .\31 2u\24\28narrower\29 {
 +
      width: 100%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\31 1u\28narrower\29, .\31 1u\24\28narrower\29 {
 +
      width: 91.6666666667%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\31 0u\28narrower\29, .\31 0u\24\28narrower\29 {
 +
      width: 83.3333333333%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\39 u\28narrower\29, .\39 u\24\28narrower\29 {
 +
      width: 75%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\38 u\28narrower\29, .\38 u\24\28narrower\29 {
 +
      width: 66.6666666667%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\37 u\28narrower\29, .\37 u\24\28narrower\29 {
 +
      width: 58.3333333333%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\36 u\28narrower\29, .\36 u\24\28narrower\29 {
 +
      width: 50%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\35 u\28narrower\29, .\35 u\24\28narrower\29 {
 +
      width: 41.6666666667%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\34 u\28narrower\29, .\34 u\24\28narrower\29 {
 +
      width: 33.3333333333%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\33 u\28narrower\29, .\33 u\24\28narrower\29 {
 +
      width: 25%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\32 u\28narrower\29, .\32 u\24\28narrower\29 {
 +
      width: 16.6666666667%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\31 u\28narrower\29, .\31 u\24\28narrower\29 {
 +
      width: 8.3333333333%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\31 2u\24\28narrower\29 + *,
 +
    .\31 1u\24\28narrower\29 + *,
 +
    .\31 0u\24\28narrower\29 + *,
 +
    .\39 u\24\28narrower\29 + *,
 +
    .\38 u\24\28narrower\29 + *,
 +
    .\37 u\24\28narrower\29 + *,
 +
    .\36 u\24\28narrower\29 + *,
 +
    .\35 u\24\28narrower\29 + *,
 +
    .\34 u\24\28narrower\29 + *,
 +
    .\33 u\24\28narrower\29 + *,
 +
    .\32 u\24\28narrower\29 + *,
 +
    .\31 u\24\28narrower\29 + * {
 +
      clear: left;
 +
    }
 +
 
 +
    .\-11u\28narrower\29 {
 +
      margin-left: 91.66667%;
 +
    }
 +
 
 +
    .\-10u\28narrower\29 {
 +
      margin-left: 83.33333%;
 +
    }
 +
 
 +
    .\-9u\28narrower\29 {
 +
      margin-left: 75%;
 +
    }
 +
 
 +
    .\-8u\28narrower\29 {
 +
      margin-left: 66.66667%;
 +
    }
 +
 
 +
    .\-7u\28narrower\29 {
 +
      margin-left: 58.33333%;
 +
    }
 +
 
 +
    .\-6u\28narrower\29 {
 +
      margin-left: 50%;
 +
    }
 +
 
 +
    .\-5u\28narrower\29 {
 +
      margin-left: 41.66667%;
 +
    }
 +
 
 +
    .\-4u\28narrower\29 {
 +
      margin-left: 33.33333%;
 +
    }
 +
 
 +
    .\-3u\28narrower\29 {
 +
      margin-left: 25%;
 +
    }
 +
 
 +
    .\-2u\28narrower\29 {
 +
      margin-left: 16.66667%;
 +
    }
 +
 
 +
    .\-1u\28narrower\29 {
 +
      margin-left: 8.33333%;
 +
    }
 +
 
 +
  }
 +
 
 +
  @media screen and (max-width: 736px) {
 +
 
 +
    .row > * {
 +
      padding: 20px 0 0 20px;
 +
    }
 +
 
 +
    .row {
 +
      margin: -20px 0 -1px -20px;
 +
    }
 +
 
 +
    .row.uniform > * {
 +
      padding: 20px 0 0 20px;
 +
    }
 +
 
 +
    .row.uniform {
 +
      margin: -20px 0 -1px -20px;
 +
    }
 +
 
 +
    .row.\32 00\25 > * {
 +
      padding: 40px 0 0 40px;
 +
    }
 +
 
 +
    .row.\32 00\25 {
 +
      margin: -40px 0 -1px -40px;
 +
    }
 +
 
 +
    .row.uniform.\32 00\25 > * {
 +
      padding: 40px 0 0 40px;
 +
    }
 +
 
 +
    .row.uniform.\32 00\25 {
 +
      margin: -40px 0 -1px -40px;
 +
    }
 +
 
 +
    .row.\31 50\25 > * {
 +
      padding: 30px 0 0 30px;
 +
    }
 +
 
 +
    .row.\31 50\25 {
 +
      margin: -30px 0 -1px -30px;
 +
    }
 +
 
 +
    .row.uniform.\31 50\25 > * {
 +
      padding: 30px 0 0 30px;
 +
    }
 +
 
 +
    .row.uniform.\31 50\25 {
 +
      margin: -30px 0 -1px -30px;
 +
    }
 +
 
 +
    .row.\35 0\25 > * {
 +
      padding: 10px 0 0 10px;
 +
    }
 +
 
 +
    .row.\35 0\25 {
 +
      margin: -10px 0 -1px -10px;
 +
    }
 +
 
 +
    .row.uniform.\35 0\25 > * {
 +
      padding: 10px 0 0 10px;
 +
    }
 +
 
 +
    .row.uniform.\35 0\25 {
 +
      margin: -10px 0 -1px -10px;
 +
    }
 +
 
 +
    .row.\32 5\25 > * {
 +
      padding: 5px 0 0 5px;
 +
    }
 +
 
 +
    .row.\32 5\25 {
 +
      margin: -5px 0 -1px -5px;
 +
    }
 +
 
 +
    .row.uniform.\32 5\25 > * {
 +
      padding: 5px 0 0 5px;
 +
    }
 +
 
 +
    .row.uniform.\32 5\25 {
 +
      margin: -5px 0 -1px -5px;
 +
    }
 +
 
 +
    .\31 2u\28mobile\29, .\31 2u\24\28mobile\29 {
 +
      width: 100%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\31 1u\28mobile\29, .\31 1u\24\28mobile\29 {
 +
      width: 91.6666666667%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\31 0u\28mobile\29, .\31 0u\24\28mobile\29 {
 +
      width: 83.3333333333%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\39 u\28mobile\29, .\39 u\24\28mobile\29 {
 +
      width: 75%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\38 u\28mobile\29, .\38 u\24\28mobile\29 {
 +
      width: 66.6666666667%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\37 u\28mobile\29, .\37 u\24\28mobile\29 {
 +
      width: 58.3333333333%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\36 u\28mobile\29, .\36 u\24\28mobile\29 {
 +
      width: 50%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\35 u\28mobile\29, .\35 u\24\28mobile\29 {
 +
      width: 41.6666666667%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\34 u\28mobile\29, .\34 u\24\28mobile\29 {
 +
      width: 33.3333333333%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\33 u\28mobile\29, .\33 u\24\28mobile\29 {
 +
      width: 25%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\32 u\28mobile\29, .\32 u\24\28mobile\29 {
 +
      width: 16.6666666667%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\31 u\28mobile\29, .\31 u\24\28mobile\29 {
 +
      width: 8.3333333333%;
 +
      clear: none;
 +
      margin-left: 0;
 +
    }
 +
 
 +
    .\31 2u\24\28mobile\29 + *,
 +
    .\31 1u\24\28mobile\29 + *,
 +
    .\31 0u\24\28mobile\29 + *,
 +
    .\39 u\24\28mobile\29 + *,
 +
    .\38 u\24\28mobile\29 + *,
 +
    .\37 u\24\28mobile\29 + *,
 +
    .\36 u\24\28mobile\29 + *,
 +
    .\35 u\24\28mobile\29 + *,
 +
    .\34 u\24\28mobile\29 + *,
 +
    .\33 u\24\28mobile\29 + *,
 +
    .\32 u\24\28mobile\29 + *,
 +
    .\31 u\24\28mobile\29 + * {
 +
      clear: left;
 +
    }
 +
 
 +
    .\-11u\28mobile\29 {
 +
      margin-left: 91.66667%;
 +
    }
 +
 
 +
    .\-10u\28mobile\29 {
 +
      margin-left: 83.33333%;
 +
    }
 +
 
 +
    .\-9u\28mobile\29 {
 +
      margin-left: 75%;
 +
    }
 +
 
 +
    .\-8u\28mobile\29 {
 +
      margin-left: 66.66667%;
 +
    }
 +
 
 +
    .\-7u\28mobile\29 {
 +
      margin-left: 58.33333%;
 +
    }
 +
 
 +
    .\-6u\28mobile\29 {
 +
      margin-left: 50%;
 +
    }
 +
 
 +
    .\-5u\28mobile\29 {
 +
      margin-left: 41.66667%;
 +
    }
 +
 
 +
    .\-4u\28mobile\29 {
 +
      margin-left: 33.33333%;
 +
    }
 +
 
 +
    .\-3u\28mobile\29 {
 +
      margin-left: 25%;
 +
    }
 +
 
 +
    .\-2u\28mobile\29 {
 +
      margin-left: 16.66667%;
 +
    }
 +
 
 +
    .\-1u\28mobile\29 {
 +
      margin-left: 8.33333%;
 +
    }
 +
 
 +
  }
 +
 
 +
/* Basic */
 +
 
 +
  body {
 +
    background: #fff;
 +
    font-family: 'Source Sans Pro', sans-serif;
 +
    font-size: 19pt;
 +
    font-weight: 300;
 +
    line-height: .7em;
 +
    color: #888;
 +
    /*overflow: hidden;*/
 +
  }
 +
 
 +
    body.is-loading * {
 +
      -moz-transition: none !important;
 +
      -webkit-transition: none !important;
 +
      -ms-transition: none !important;
 +
      transition: none !important;
 +
      -moz-animation: none !important;
 +
      -webkit-animation: none !important;
 +
      -ms-animation: none !important;
 +
      animation: none !important;
 +
    }
 +
 
 +
  input, textarea, select {
 +
    font-family: 'Source Sans Pro', sans-serif;
 +
    font-size: 19pt;
 +
    font-weight: 300;
 +
    line-height: 1.75em;
 +
    color: #888;
 +
  }
 +
 
 +
  h1, h2, h3, h4, h5, h6 {
 +
    font-weight: 300;
 +
    color: #666;
 +
    line-height: 1.5em;
 +
  }
 +
 
 +
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
 +
    color: inherit;
 +
    text-decoration: none;
 +
  }
 +
 
 +
    h1 a strong, h2 a strong, h3 a strong, h4 a strong, h5 a strong, h6 a strong {
 +
      color: #333;
 +
    }
 +
 
 +
  h2 {
 +
    font-size: 2em;
 +
    letter-spacing: -1px;
 +
  }
 +
 
 +
    h2.alt {
 +
      color: #666;
 +
    }
 +
 
 +
      h2.alt strong {
 +
        color: #444;
 +
      }
 +
 
 +
  h3 {
 +
    font-size: 1.5em;
 +
  }
 +
 
 +
  header {
 +
    margin: 0 0 1.5em 0;
 +
  }
 +
 
 +
    header > p {
 +
      margin: 1em 0 0 0;
 +
    }
 +
 
 +
  footer {
 +
    margin: 0.3em 0 0 0;
 +
  }
 +
 
 +
  strong, b {
 +
    font-weight: 300;
 +
    color: #333;
 +
  }
 +
 
 +
  em, i {
 +
    font-style: italic;
 +
  }
 +
 
 +
  a {
 +
    text-decoration: none;
 +
    color: inherit;
 +
    border-bottom: 0;
 +
    outline: 0;
 +
  }
 +
 
 +
    a:hover {
 +
      color: #E27689;
 +
      border-bottom-color: rgba(255, 255, 255, 0);
 +
    }
 +
 
 +
  sub {
 +
    position: relative;
 +
    top: 0.5em;
 +
    font-size: 0.8em;
 +
  }
 +
 
 +
  sup {
 +
    position: relative;
 +
    top: -0.5em;
 +
    font-size: 0.8em;
 +
  }
 +
 
 +
  hr {
 +
    border: 0;
 +
    border-top: solid 1px #ddd;
 +
  }
 +
 
 +
  blockquote {
 +
    border-left: solid 0.5em #ddd;
 +
    padding: 1em 0 1em 2em;
 +
    font-style: italic;
 +
  }
 +
 
 +
  p, ul, ol, dl, table {
 +
    margin-bottom: 0em;
 +
  }
 +
 
 +
  br.clear {
 +
    clear: both;
 +
  }
 +
 
 +
/* Sections/Article */
 +
 
 +
  section, article {
 +
    margin-bottom: 3em;
 +
  }
 +
 
 +
    section > :last-child,
 +
    section > .container, section:last-child, article > :last-child,
 +
    article > .container, article:last-child {
 +
      margin-bottom: 0;
 +
    }
 +
 
 +
    .row > section, .row > article {
 +
      margin-bottom: 0;
 +
    }
 +
 
 +
/* Image */
 +
 
 +
  .image {
 +
    display: inline-block;
 +
    border: 0;
 +
  }
 +
 
 +
    .image img {
 +
      display: block;
 +
      width: 100%;
 +
    }
 +
 
 +
    .image.avatar48 {
 +
      width: 48px;
 +
      height: 48px;
 +
      background: #f00;
 +
    }
 +
 
 +
      .image.avatar48 img {
 +
        width: 48px;
 +
        height: 48px;
 +
      }
 +
 
 +
    .image.fit {
 +
      display: block;
 +
      width: 100%;
 +
    }
 +
 
 +
    .image.featured {
 +
      display: block;
 +
      width: 100%;
 +
      margin: 0 0 2em 0;
 +
    }
 +
 
 +
    .image.left {
 +
      float: left;
 +
      margin: 0 2em 2em 0;
 +
    }
 +
 
 +
    .image.right {
 +
      float: right;
 +
      margin: 0 0 2em 2em;
 +
    }
 +
 
 +
    .image.centered {
 +
      display: block;
 +
      margin: 0 0 2em 0;
 +
    }
 +
 
 +
      .image.centered img {
 +
        margin: 0 auto;
 +
        width: auto;
 +
      }
 +
 
 +
/* List */
 +
 
 +
  ul.default {
 +
    list-style: disc;
 +
    padding-left: 1em;
 +
  }
 +
 
 +
    ul.default li {
 +
      padding-left: 0.5em;
 +
    }
 +
 
 +
  ul.icons {
 +
    cursor: default;
 +
  }
 +
 
 +
    ul.icons li {
 +
      display: inline-block;
 +
    }
 +
 
 +
    ul.icons a {
 +
      display: inline-block;
 +
      width: 2em;
 +
      height: 2em;
 +
      line-height: 2em;
 +
      text-align: center;
 +
      border: 0;
 +
    }
 +
 
 +
  ol.default {
 +
    list-style: decimal;
 +
    padding-left: 1.25em;
 +
  }
 +
 
 +
    ol.default li {
 +
      padding-left: 0.25em;
 +
    }
 +
 
 +
/* Form */
 +
 
 +
  form label {
 +
    display: block;
 +
    text-align: left;
 +
    margin-bottom: 0.5em;
 +
  }
 +
 
 +
  form input[type="text"],
 +
  form input[type="email"],
 +
  form input[type="password"],
 +
  form select,
 +
  form textarea {
 +
    position: relative;
 +
    -webkit-appearance: none;
 +
    display: block;
 +
    border: 0;
 +
    outline: 0;
 +
    background: #fff;
 +
    background: rgba(255, 255, 255, 0.75);
 +
    width: 100%;
 +
    border-radius: 0.35em;
 +
    padding: 0.75em 1em 0.75em 1em;
 +
    box-shadow: inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.05);
 +
    border: solid 1px rgba(0, 0, 0, 0.15);
 +
    -moz-transition: all 0.35s ease-in-out;
 +
    -webkit-transition: all 0.35s ease-in-out;
 +
    -ms-transition: all 0.35s ease-in-out;
 +
    transition: all 0.35s ease-in-out;
 +
  }
 +
 
 +
    form input[type="text"]:focus,
 +
    form input[type="email"]:focus,
 +
    form input[type="password"]:focus,
 +
    form select:focus,
 +
    form textarea:focus {
 +
      box-shadow: 0 0 2px 1px #8ebebc;
 +
      background: #fff;
 +
    }
 +
 
 +
  form input[type="text"],
 +
  form input[type="email"],
 +
  form input[type="password"],
 +
  form select {
 +
    line-height: 1.25em;
 +
  }
 +
 
 +
  form textarea {
 +
    min-height: 14em;
 +
  }
 +
 
 +
  form .formerize-placeholder {
 +
    color: #555 !important;
 +
  }
 +
 
 +
  form ::-webkit-input-placeholder {
 +
    color: #555 !important;
 +
  }
 +
 
 +
  form :-moz-placeholder {
 +
    color: #555 !important;
 +
  }
 +
 
 +
  form ::-moz-placeholder {
 +
    color: #555 !important;
 +
  }
 +
 
 +
  form :-ms-input-placeholder {
 +
    color: #555 !important;
 +
  }
 +
 
 +
  form ::-moz-focus-inner {
 +
    border: 0;
 +
  }
 +
 
 +
/* Table */
 +
 
 +
  table {
 +
    width: 100%;
 +
  }
 +
 
 +
    table.default {
 +
      width: 100%;
 +
      text-align: left;
 +
    }
 +
 
 +
      table.default tbody tr:nth-child(2n+2) {
 +
        background: #f4f4f4;
 +
      }
 +
 
 +
      table.default td {
 +
        padding: 0.5em 1em 0.5em 1em;
 +
      }
 +
 
 +
      table.default th {
 +
        text-align: left;
 +
        padding: 0.5em 1em 0.5em 1em;
 +
        color: #fff;
 +
        background: #222729 url("images/overlay.png");
 +
      }
 +
 
 +
      table.default thead {
 +
        background: #444;
 +
        color: #fff;
 +
      }
 +
 
 +
      table.default tfoot {
 +
        background: #eee;
 +
      }
 +
 
 +
/* Wrap for Spinny Button */
 +
 
 +
  .wrap{
 +
    position: relative;
 +
    width: 80px;
 +
    height: 80px;
 +
    margin: 15px auto 15px auto;
 +
  }
 +
 
 +
/* Circle for Spinny Button*/
 +
 
 +
  .circle{
 +
    position: relative;
 +
    text-align: center;
 +
    border-radius: 0px;
 +
    right: 23px;
 +
    top: 15px;
 +
    width: 120px;
 +
    height: 120px;
 +
    z-index: 1;
 +
    }
 +
 
 +
/* Button */
 +
 
 +
  input[type="button"],
 +
  input[type="submit"],
 +
  input[type="reset"],
 +
  button,
 +
  .button {
 +
    /* For Spinny Button: */
 +
    background-color: #fff; /***/
 +
    outline: none;
 +
    font-weight: 300;
 +
    position:absolute; /**/
 +
    cursor: pointer;
 +
    padding: 0;
 +
    border: none;
 +
    height: 100px;
 +
    width: 100px;
 +
    right: -7px;
 +
    top: 25px;
 +
    border-radius: 100px;
 +
    line-height: 0.9em;
 +
    z-index: 2;
 +
    /* For Rectangular Button:
 +
    position: relative;
 +
    display: inline-block;
 +
    border-radius: 0.35em;
 +
    color: #fff !important;
 +
    text-decoration: none;
 +
    padding: 0.75em 2.5em 0.75em 2.5em;
 +
    background-color: #8ebebc;
 +
    border: 0;
 +
    cursor: pointer;
 +
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), url("images/overlay.png");
 +
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), url("images/overlay.png");
 +
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), url("images/overlay.png");
 +
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), url("images/overlay.png");
 +
    -moz-transition: background-color 0.35s ease-in-out;
 +
    -webkit-transition: background-color 0.35s ease-in-out;
 +
    -ms-transition: background-color 0.35s ease-in-out;
 +
    transition: background-color 0.35s ease-in-out;
 +
    */
 +
  }
 +
 
 +
    /* For Rectangular Button:
 +
    input[type="button"]:hover,
 +
    input[type="submit"]:hover,
 +
    input[type="reset"]:hover,
 +
    button:hover,
 +
    .button:hover {
 +
      background-color: #9ececc;
 +
      text-decoration: none;
 +
    }
 +
    */
 +
 
 +
    input[type="button"]:active,
 +
    input[type="submit"]:active,
 +
    input[type="reset"]:active,
 +
    button:active,
 +
    .button:active {
 +
      /* For Spinny Button: */
 +
      transform: translate(0, 1px);
 +
      height: 98px;
 +
      /*box-shadow: 0px 1px 0 0 rgb(190,190,190) inset;*/
 +
      /* For Rectangular Button:
 +
      background-color: #7eaeac;
 +
      */
 +
    }
 +
 
 +
    /* Hover graphix stuff for Spinny Button */
 +
    .button:hover + .circle, .button:active + .circle {
 +
      animation: rotator linear .4s infinite;
 +
    }
 +
 
 +
    @keyframes rotator{
 +
      from{ transform: rotate(0deg); }
 +
      to{ transform: rotate(360deg); }
 +
    }
 +
 
 +
    .angled{
 +
      background-image: linear-gradient(45deg,
 +
                transparent 0%,
 +
                transparent 30%,
 +
                rgb(20,190,235) 30%,
 +
                rgb(20,190,235) 70%,
 +
                transparent 70%,
 +
                transparent 100%);
 +
      }
 +
    }
 +
    /* Graphix end here */
 +
 
 +
/* Item */
 +
 
 +
  .item {
 +
    box-shadow: 0 0.05em 0.15em 0 rgba(0, 0, 0, 0.05);
 +
    margin-bottom: 40px;
 +
  }
 +
 
 +
    .item header {
 +
      background: #fff;
 +
      margin: 0;
 +
      padding: 1em 0 1em 0;
 +
      font-size: 0.8em;
 +
    }
 +
 
 +
      .item header h3 {
 +
        font-size: 1em;
 +
      }
 +
 
 +
/* Icons */
 +
 
 +
  .icon {
 +
    text-decoration: none;
 +
  }
 +
 
 +
    .icon:before {
 +
      display: inline-block;
 +
      font-family: FontAwesome;
 +
      font-size: 1.25em;
 +
      text-decoration: none;
 +
      font-style: normal;
 +
      font-weight: normal;
 +
      line-height: 1;
 +
      -webkit-font-smoothing: antialiased;
 +
      -moz-osx-font-smoothing: grayscale;
 +
    }
 +
 
 +
    .icon > .label {
 +
      display: none;
 +
    }
 +
 
 +
/* Header */
 +
 
 +
  #header {
 +
    position: fixed;
 +
    top: 0;
 +
    left: 0;
 +
    width: 375px;
 +
    height: 100%;
 +
    color: #fff;
 +
    background: #222629 url("images/overlay.png");
 +
    box-shadow: inset -0.25em 0 0.25em 0 rgba(0, 0, 0, 0.1);
 +
    text-align: right;
 +
  }
 +
 
 +
    #header .top {
 +
      position: absolute;
 +
      left: 0;
 +
      top: 0;
 +
      width: 100%;
 +
    }
 +
 
 +
    #header .bottom {
 +
      position: absolute;
 +
      left: 0;
 +
      bottom: 0;
 +
      width: 100%;
 +
    }
 +
 
 +
    #header .icons {
 +
      font-size: 0.8em;
 +
      margin: 1em 0 1em 0;
 +
      text-align: center;
 +
    }
 +
 
 +
      #header .icons a {
 +
        color: #41484c;
 +
        -moz-transition: color 0.35s ease-in-out;
 +
        -webkit-transition: color 0.35s ease-in-out;
 +
        -ms-transition: color 0.35s ease-in-out;
 +
        transition: color 0.35s ease-in-out;
 +
      }
 +
 
 +
        #header .icons a:hover {
 +
          color: #fff;
 +
        }
 +
 
 +
  #logo {
 +
    position: relative;
 +
    margin: 1.75em 1.5em 1.5em 1.5em;
 +
    min-height: 48px;
 +
    cursor: default;
 +
  }
 +
 
 +
    #logo h1 {
 +
      position: relative;
 +
      color: #fff;
 +
      font-weight: 600;
 +
      font-size: 1em;
 +
      line-height: 1em;
 +
    }
 +
 
 +
    #logo p {
 +
      position: relative;
 +
      display: block;
 +
      font-size: 0.6em;
 +
      color: rgba(255, 255, 255, 0.5);
 +
      line-height: 1.25em;
 +
      margin: 0.5em 0 0 0;
 +
    }
 +
 
 +
    #logo .image {
 +
      position: absolute;
 +
      left: 0;
 +
      top: 0;
 +
    }
 +
 
 +
  #nav ul li a {
 +
    display: block;
 +
    padding: 0.5em 1.5em 0.5em 1.5em;
 +
    color: rgba(255, 255, 255, 0.5);
 +
    text-decoration: none;
 +
    outline: 0;
 +
    border: 0;
 +
    -moz-transition: none;
 +
    -webkit-transition: none;
 +
    -ms-transition: none;
 +
    transition: none;
 +
    -moz-transition: background-color 0.20s ease-in-out;
 +
    -webkit-transition: background-color 0.20s ease-in-out;
 +
    -ms-transition: background-color 0.20s ease-in-out;
 +
    transition: background-color 0.20s ease-in-out;
 +
  }
 +
 
 +
    #nav ul li a:hover{
 +
      background-color: #318CE7;
 +
      color: #000000;
 +
    }
 +
 
 +
    #nav ul li a span {
 +
      position: relative;
 +
      display: block;
 +
      font-size: 0.9em;
 +
    }
 +
 
 +
      #nav ul li a span:before {
 +
        position: absolute;
 +
        left: 0;
 +
        color: #41484c;
 +
        text-align: center;
 +
        width: 1.25em;
 +
        line-height: 1.75em;
 +
      }
 +
 
 +
    #nav ul li a.curPage{
 +
      background: rgba(0, 0, 0, 0.15);
 +
      box-shadow: inset 0 0 0.25em 0 rgba(0, 0, 0, 0.125);
 +
      color: #fff;
 +
    }
 +
 
 +
    #nav ul li a.active {
 +
      background: rgba(0, 0, 0, 0.15);
 +
      box-shadow: inset 0 0 0.25em 0 rgba(0, 0, 0, 0.125);
 +
      color: #fff;
 +
    }
 +
 
 +
      #nav ul li a.active span:before {
 +
        color: #e27689;
 +
      }
 +
 
 +
      #nav h4 {
 +
        padding: 0.5em 2.5em 0.5em 0em;
 +
        color: #318CE7;
 +
      }
 +
 
 +
/* Footer */
 +
 
 +
  #footer {
 +
    margin-left: 75px;
 +
    text-align: center;
 +
    background-color: #dce3e2;
 +
    padding: 3em 0 3.5em 0;
 +
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05), inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.025);
 +
    font-size: 0.8em;
 +
  }
 +
 
 +
    #footer .copyright {
 +
      cursor: default;
 +
      margin: 0;
 +
    }
 +
 
 +
      #footer .copyright li {
 +
        display: inline-block;
 +
        line-height: 1em;
 +
        border-left: solid 1px rgba(128, 128, 128, 0.35);
 +
        padding: 0 0 0 0.5em;
 +
        margin: 0 0 0 0.5em;
 +
      }
 +
 
 +
        #footer .copyright li:first-child {
 +
          border-left: 0;
 +
          padding-left: 0;
 +
          margin-left: 0;
 +
        }
 +
 
 +
/* Main */
 +
 
 +
  #main {
 +
    margin-left: 75px;
 +
    margin-top: -50px;
 +
    margin-bottom: -100px;
 +
 
 +
  }
 +
 
 +
    #main > section {
 +
      margin: 0;
 +
      overflow: hidden;
 +
      padding: 4em 0;
 +
      box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05), inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.025);
 +
      text-align: center;
 +
      background-image: url("images/overlay.png");
 +
    }
 +
 
 +
      #main > section.dark {
 +
        color: #ddd;
 +
        color: rgba(255, 255, 255, 0.75);
 +
      }
 +
 
 +
        #main > section.dark h2, #main > section.dark h3, #main > section.dark h4, #main > section.dark h5, #main > section.dark h6 {
 +
          color: inherit;
 +
        }
 +
 
 +
        #main > section.dark strong {
 +
          color: #fff;
 +
          border-color: inherit;
 +
        }
 +
 
 +
        #main > section.dark a {
 +
          color: #fff;
 +
          border-color: inherit;
 +
        }
 +
 
 +
          #main > section.dark a:hover {
 +
            border-bottom-color: rgba(255, 255, 255, 0);
 +
          }
 +
 
 +
      #main > section.cover {
 +
        padding: 6em 0;
 +
        background-size: cover;
 +
        background-position: center center;
 +
      }
 +
/*
 +
A5DEFF
 +
9DE3E8
 +
B9FFEE
 +
9DE8BD
 +
ADFFB7
 +
 
 +
CDFCFF
 +
C1E8DE
 +
E1FFEE
 +
C1E8C5
 +
E0FFD5
 +
*/
 +
 
 +
      #main > section.one {
 +
        background-color: #9DE8BD;
 +
        /*background-image: url("../../images/banner.jpg");*/
 +
      }
 +
 
 +
      #main > section.two {
 +
        background-color: #C1E8C5;
 +
      }
 +
 
 +
      #main > section.three {
 +
        background-color: #A5DEFF;
 +
      }
 +
 
 +
      #main > section.four {
 +
        background-color: #CDFCFF;
 +
      }
 +
 
 +
      #main > section.five {
 +
        background-color: #ADFFB7;
 +
      }
 +
 
 +
      #main > section.six {
 +
        background-color: #E0FFD5;
 +
      }
 +
 
 +
      #main > section.seven {
 +
        background-color: #B9FFEE;
 +
      }
 +
 
 +
      #main > section.eight {
 +
        background-color: #E1FFEE;
 +
      }
 +
 
 +
      #main > section.nine {
 +
        background-color: #9DE3E8;
 +
      }
 +
 
 +
      #main > section.ten {
 +
        background-color: #C1E8DE;
 +
      }
 +
 
 +
/* Wide */
 +
 
 +
  @media screen and (min-width: 961px) and (max-width: 1880px) {
 +
 
 +
    /* Basic */
 +
 
 +
      body, input, textarea, select {
 +
        font-size: 17pt;
 +
      }
 +
 
 +
    /* Header */
 +
 
 +
      #header {
 +
        width: 300px;
 +
      }
 +
 
 +
    /* Footer */
 +
 
 +
      #footer {
 +
        margin-left: 300px;
 +
      }
 +
 
 +
  }
 +
 
 +
/* Normal */
 +
 
 +
  @media screen and (min-width: 961px) and (max-width: 1620px) {
 +
 
 +
    /* Main */
 +
 
 +
      #main > section {
 +
        padding: 3em 0;
 +
      }
 +
 
 +
      #main section.cover {
 +
        padding: 5em 0;
 +
      }
 +
 
 +
  }
 +
 
 +
/* Narrow */
 +
 
 +
  @media screen and (min-width: 961px) and (max-width: 1320px) {
 +
 
 +
    /* Basic */
 +
 
 +
      body, input, textarea, select {
 +
        font-size: 16pt;
 +
      }
 +
 
 +
      .container {
 +
        padding: 0 2em 0 2em;
 +
      }
 +
 
 +
    /* List */
 +
 
 +
      ul.icons li a {
 +
        width: 1.75em;
 +
      }
 +
 
 +
    /* Item */
 +
 
 +
      .item {
 +
        margin-bottom: 20px;
 +
      }
 +
 
 +
    /* Header */
 +
 
 +
      #header {
 +
        width: 20%;
 +
      }
 +
 
 +
      #logo .image {
 +
        position: relative;
 +
        margin: 0 0 0.5em 0;
 +
      }
 +
 
 +
      #nav ul li a {
 +
        font-size: 0.8em;
 +
        padding-top: 0.5em;
 +
        padding-bottom: 0.5em;
 +
      }
 +
 
 +
        #nav ul li a span {
 +
          /*padding-right: 2.25em;*/
 +
        }
 +
 
 +
          #nav ul li a span:before {
 +
            left: 100%;
 +
            margin-left: -1.25em;
 +
            line-height: 2.25em;
 +
          }
 +
 
 +
    /* Footer */
 +
 
 +
      #footer {
 +
        margin-left: 20%;
 +
      }
 +
 
 +
    /* Main */
 +
 
 +
      #main {
 +
        margin-left: 20%;
 +
      }
 +
 
 +
  }
 +
 
 +
/* Narrower */
 +
 
 +
  #headerToggle {
 +
    display: none;
 +
  }
 +
 
 +
  @media screen and (max-width: 1880px) {
 +
 
 +
    /* Basic */
 +
 
 +
      html, body {
 +
        overflow-x: hidden;
 +
      }
 +
 
 +
      body, input, textarea, select {
 +
        font-size: 16pt;
 +
      }
 +
 
 +
      header br {
 +
        display: none;
 +
      }
 +
 
 +
      .container {
 +
        padding: 0 2em 0 2em;
 +
      }
 +
 
 +
    /* Item */
 +
 
 +
      .item {
 +
        margin-bottom: 15px;
 +
      }
 +
 
 +
    /* List */
 +
 
 +
      ul.icons a {
 +
        width: 1.75em;
 +
        font-size: 1.25em;
 +
      }
 +
 
 +
    /* Header */
 +
 
 +
      #header {
 +
        -moz-backface-visibility: hidden;
 +
        -webkit-backface-visibility: hidden;
 +
        -ms-backface-visibility: hidden;
 +
        backface-visibility: hidden;
 +
        -moz-transform: translateX(-275px);
 +
        -webkit-transform: translateX(-275px);
 +
        -ms-transform: translateX(-275px);
 +
        transform: translateX(-275px);
 +
        -moz-transition: -moz-transform 0.5s ease;
 +
        -webkit-transition: -webkit-transform 0.5s ease;
 +
        -ms-transition: -ms-transform 0.5s ease;
 +
        transition: transform 0.5s ease;
 +
        display: block;
 +
        height: 100%;
 +
        left: 0;
 +
        overflow: hidden; /**/
 +
        position: fixed;
 +
        top: 0;
 +
        width: 275px;
 +
        z-index: 4;
 +
        width: 275px;
 +
        background: #222729 url("images/overlay.png");
 +
        box-shadow: inset -0.25em 0 0.25em 0 rgba(0, 0, 0, 0.125);
 +
      }
 +
 
 +
        #header .top {
 +
          position: relative;
 +
        }
 +
 
 +
        #header .inner {
 +
          height: 650px; /**/
 +
          overflow: auto; /**/
 +
          margin:0px -300px 0px 0px;
 +
          padding-right: 300px; /**/
 +
        }
 +
 
 +
        #header .innertwo {
 +
          position: relative;
 +
          padding: 0.5em 0em 0.5em 0em;
 +
          left: 20px;
 +
        }
 +
 
 +
        #header .bottom {
 +
          border-top: solid 1px rgba(255, 255, 255, 0.05);
 +
          box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15);
 +
          padding-top: 2em;
 +
          margin-top: 1em;
 +
          position: relative;
 +
        }
 +
 
 +
      #logo {
 +
        margin: 1.5em 1.25em 1.25em 1.25em;
 +
      }
 +
 
 +
      #nav ul li a {
 +
        padding: 0.5em 1.25em 0.5em 1.25em;
 +
      }
 +
 
  
<html>
+
      #headerToggle {
  <head>
+
        -moz-backface-visibility: hidden;
    <title>Prologue by HTML5 UP</title>
+
        -webkit-backface-visibility: hidden;
    <meta charset="utf-8" />
+
        -ms-backface-visibility: hidden;
    <meta name="viewport" content="width=device-width, initial-scale=1" />
+
        backface-visibility: hidden;
    <!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
+
        -moz-transition: -moz-transform 0.5s ease;
    <link rel="stylesheet" type="text/css" href="https://2015.igem.org/Template:Harvard_BioDesign/CSS_Scroll0?action=raw&ctype=text/css" />
+
        -webkit-transition: -webkit-transform 0.5s ease;
    <!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
+
        -ms-transition: -ms-transform 0.5s ease;
    <!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
+
        transition: transform 0.5s ease;
 +
        display: block;
 +
        height: 2.25em;
 +
        left: 0;
 +
        position: fixed;
 +
        top: 0;
 +
        width: 3.25em;
 +
        z-index: 3;
 +
      }
  
 +
        #headerToggle .toggle {
 +
          position: absolute;
 +
          left: 0;
 +
          top: 0;
 +
          width: 100%;
 +
          height: 100%;
 +
          outline: 0;
 +
          border: 0;
 +
        }
  
  </head>
+
          #headerToggle .toggle:before {
  <body>
+
            font-family: FontAwesome;
 +
            text-decoration: none;
 +
            font-style: normal;
 +
            font-weight: normal;
 +
            -webkit-font-smoothing: antialiased;
 +
            -moz-osx-font-smoothing: grayscale;
 +
            content: url(https://static.igem.org/mediawiki/2015/b/b2/Harvard2015FlaskMenu.png);
 +
            color: #fff;
 +
            font-size: 18px;
 +
            line-height: 2.25em;
 +
            /*background: rgba(128, 136, 144, 0.5);*/
 +
            border-radius: 0.1em;
 +
            text-align: center;
 +
            position: absolute;
 +
            left: 0em;
 +
            top: 2em;
 +
            display: block;
 +
            width: 0em;
 +
            height: 2.25em;
 +
          }
  
 +
      body.header-visible #main {
 +
        -moz-transform: translateX(275px);
 +
        -webkit-transform: translateX(275px);
 +
        -ms-transform: translateX(275px);
 +
        transform: translateX(275px);
 +
      }
  
    <!-- header -->
+
      body.header-visible #headerToggle {
      <div id="header">
+
         -moz-transform: translateX(275px);
         <div class="inner">
+
         -webkit-transform: translateX(275px);
         <div class="top">
+
        -ms-transform: translateX(275px);
          <!-- Logo -->
+
        transform: translateX(275px);
            <div id="logo">
+
      }
              <span class="harvardLogo"><a href="https://2015.igem.org/Team:Harvard_BioDesign"><img src="https://static.igem.org/mediawiki/2015/9/94/HarvardBioDesign2015Logo2.png"alt="Harvard Logo" style="width:212px;height:144px;"/></a>  </span>
+
            <!-- <h1 id="title">Harvard BioDesign 2015</h1>-->
+
            </div><!-- #Logo -->
+
  
          <!-- Nav -->
+
      body.header-visible #header {
            <nav id="nav">
+
        -moz-transform: translateX(0);
              <!--
+
        -webkit-transform: translateX(0);
 +
        -ms-transform: translateX(0);
 +
        transform: translateX(0);
 +
      }
  
                Prologue's nav expects links in one of two formats:
+
    /* Footer */
  
                1. Hash link (scrolls to a different section within the page)
+
      #footer {
 +
        margin-left: 0;
 +
      }
  
                  <li><a href="#foobar" id="foobar-link" class="icon fa-whatever-icon-you-want skel-layers-ignoreHref"><span class="label">Foobar</span></a></li>
+
    /* Main */
  
                2. Standard link (sends the user to another page/site)
+
      #main {
 +
        -moz-backface-visibility: hidden;
 +
        -webkit-backface-visibility: hidden;
 +
        -ms-backface-visibility: hidden;
 +
        backface-visibility: hidden;
 +
        -moz-transition: -moz-transform 0.5s ease;
 +
        -webkit-transition: -webkit-transform 0.5s ease;
 +
        -ms-transition: -ms-transform 0.5s ease;
 +
        transition: transform 0.5s ease;
 +
        padding-bottom: 1px;
 +
        margin-left: 0;
 +
      }
  
                  <li><a href="http://foobar.tld" id="foobar-link" class="icon fa-whatever-icon-you-want"><span class="label">Foobar</span></a></li>
+
        #main > section {
 +
          padding: 3em 0;
 +
        }
  
              -->
+
        #main section.cover {
           <!-- Subsections -->
+
           padding: 4em 0;
</nav>
+
        }
</div><!--#top-->       
+
  
        <div class="bottom">
+
  }
<nav id="nav"> <!-- Main Menu --> <h4><div class="innertwo">Main Pages</div></h4>
+
<ul>
+
<li><a href="https://2015.igem.org/Team:Harvard_BioDesign">Home</a></li>
+
<li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Project">Project</a></li>
+
<li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Results">Results</a></li>
+
<li><a class="curPage" href="https://2015.igem.org/Team:Harvard_BioDesign/Notebook">Notebook</a></li>
+
<li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Parts">Parts</a></li>
+
<li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Practices">Practices</a></li>
+
<li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Safety">Safety</a></li>
+
<li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Collaborations">Collaborations</a></li>
+
<li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Team">Team</a></li> 
+
<li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Attributions">Attributions</a></li>
+
</ul> 
+
</nav>
+
  
 +
/* Mobile */
  
 +
  @media screen and (max-width: 736px) {
  
          <!-- Social Icons -->
+
    /* Basic */
            <ul class="icons">
+
  
              <li><a href="https://www.facebook.com/harvardigem2015" target="_blank">
+
      body, input, textarea, select {
                    <img src="https://static.igem.org/mediawiki/2015/e/ed/Harvard2015Facebookwhite.png"alt="Facebook Logo" style="width:51px;height:51px;"></a></li>
+
        font-size: 14pt;
              <li><a href="https://twitter.com/HarvardiGEM2015" target="_blank">
+
       }
                    <img src="https://static.igem.org/mediawiki/2015/6/64/Harvard2015Twitterlogowhite.png"alt="Twitter Logo" style="width:51px;height:51px;"></a></li>
+
              <li><a href="mailto:harvardigem2015@gmail.com">
+
                    <img src="https://static.igem.org/mediawiki/2015/9/98/Harvard2015Emaillogowhite.png" alt="Email Logo" style="width:51px;height:51px;"></a></li>
+
            </ul>
+
        </div><!--#bottom-->
+
        </div><!--#inner-->
+
       </div><!--#header-->
+
  
    <!-- Main -->
+
      h2 {
       <div id="main">
+
        font-size: 1.5em;
 +
        letter-spacing: 0;
 +
        font-weight: 300;
 +
       }
  
         <!-- Intro -->
+
      .container {
          <section id="top" class="one dark cover">
+
         padding: 0 15px 0 15px;
            <div class="container">
+
      }
  
              <header>
+
    /* List */
<img src="https://static.igem.org/mediawiki/2015/5/53/Harvard2015_Notebook.png"/>
+
                <h2 class="alt">Our <strong>2015 Lab Notebook</strong>!<br /></h2>
+
              </header>
+
  
            </div>
+
      ul.icons a {
          </section>
+
        width: 1.75em;
 +
        font-size: 1.5em;
 +
      }
  
<section id="notes" class="two">
+
    /* Main */
<div class="container">
+
  
</div></section>
+
      #main > section {
 +
        padding: 2em 0;
 +
      }
  
       </div>
+
       #main section.cover {
 +
        padding: 4em 0em;
 +
      }
  
    <!-- Footer -->
+
        #main section.cover header {
      <div id="footer">
+
          padding: 0 1em;
 +
        }
  
      <ul class="copyright">
+
    /* Footer */
          <li><a href="https://static.igem.org/mediawiki/2015/c/ce/Harvard2015SiteMap.png" target="_blank">Site Map</a></li><li>Site template designed by: <a href="http://html5up.net">HTML5 UP</a></li>
+
          </ul>
+
  
       </div>
+
       #footer .copyright li {
 +
        display: block;
 +
        line-height: 1.25em;
 +
        border: 0;
 +
        padding: 0;
 +
        margin: 1em 0 0 0;
 +
      }
  
    <!-- Scripts -->
+
        #footer .copyright li:first-child {
      <script type="text/javascript" src="https://2015.igem.org/Template:Harvard_BioDesign/JS_Scroll1?action=raw&ctype=text/javascript"></script>
+
          margin-top: 0;
      <script type="text/javascript" src="https://2015.igem.org/Template:Harvard_BioDesign/JS_Scroll2?action=raw&ctype=text/javascript"></script>
+
        }
      <script type="text/javascript" src="https://2015.igem.org/Template:Harvard_BioDesign/JS_Scroll3?action=raw&ctype=text/javascript"></script>
+
      <script type="text/javascript" src="https://2015.igem.org/Template:Harvard_BioDesign/JS_Scroll4?action=raw&ctype=text/javascript"></script>
+
      <script type="text/javascript" src="https://2015.igem.org/Template:Harvard_BioDesign/JS_Scroll5?action=raw&ctype=text/javascript"></script>
+
      <!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
+
      <script type="text/javascript" src="https://2015.igem.org/Template:Harvard_BioDesign/JS_Scroll0?action=raw&ctype=text/javascript"></script>
+
  
   </body>
+
   }
</html>
+

Revision as of 21:14, 18 September 2015

@import url("font-awesome.min.css"); @import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,600");

/*

 Prologue by HTML5 UP
 html5up.net | @n33co
 Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
  • /

/* Reset */

 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   vertical-align: baseline;
 }
 li {
   margin: 0px 5px 0px 5px;
   padding: 0;
   border: 0;
   font-size: 100%;
   vertical-align: baseline;
 }
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
   display: block;
 }
  1. grouppartstable {
 margin-left: 30px;
 margin-right: 30px;

}

  1. groupparts table th{
 background-color: #d7c483;

}

  1. groupparts table td{
 background-color: #e8e8e8;

}

  1. groupparts table tbody tr td a {
 color: #505050 !important;
 /*color: #e8793b !important;*/

}

  1. content {
  width: 100vw;
  border:none;

}


 ol, ul {
   list-style: none;
 }
 blockquote, q {
   quotes: none;
 }
 blockquote:before, blockquote:after, q:before, q:after {
   content: ;
   content: none;
 }
 table {
   border-collapse: collapse;
   border-spacing: 0;
 }
 body {
   -webkit-text-size-adjust: none;
 }

/* Box Model */

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

/* Notebook */

.inner-container {

 margin-top: 100px;
 margin-right: 15%;
 margin-left: 15%;
 text-align: left;

}

.noterow {

 margin-left: -20px;
 margin-right: -20px;

}

.col-md-12 {

 position: relative;
 min-height: 1px;
 padding-left: 15px;
 padding-right: 15px;

}

.entry {

   border-left-style: solid;
   border-color: #639FAB;
   border-width: 2px;
   margin: 0px;
   padding: 10px 0 0 25px;
   position: relative;
   z-index: 0;

}


/* Containers */

 .container {
   margin-left: auto;
   margin-right: auto;
 }
 .container.\31 25\25 {
   width: 100%;
   max-width: 1750px;
   min-width: 1400px;
 }
 .container.\37 5\25 {
   width: 1050px;
 }
 .container.\35 0\25 {
   width: 700px;
 }
 .container.\32 5\25 {
   width: 350px;
 }
 .container {
   width: 1400px;
 }
 @media screen and (min-width: 961px) and (max-width: 1880px) {
   .container.\31 25\25 {
     width: 100%;
     max-width: 1500px;
     min-width: 1200px;
   }
   .container.\37 5\25 {
     width: 900px;
   }
   .container.\35 0\25 {
     width: 600px;
   }
   .container.\32 5\25 {
     width: 300px;
   }
   .container {
     width: 1200px;
   }
 }
 @media screen and (min-width: 961px) and (max-width: 1620px) {
   .container.\31 25\25 {
     width: 100%;
     max-width: 1200px;
     min-width: 960px;
   }
   .container.\37 5\25 {
     width: 720px;
   }
   .container.\35 0\25 {
     width: 480px;
   }
   .container.\32 5\25 {
     width: 240px;
   }
   .container {
     width: 960px;
   }
 }
 @media screen and (min-width: 961px) and (max-width: 1320px) {
   .container.\31 25\25 {
     width: 100%;
     max-width: 125%;
     min-width: 100%;
   }
   .container.\37 5\25 {
     width: 75%;
   }
   .container.\35 0\25 {
     width: 50%;
   }
   .container.\32 5\25 {
     width: 25%;
   }
   .container {
     width: 100%;
   }
 }
 @media screen and (max-width: 960px) {
   .container.\31 25\25 {
     width: 100%;
     max-width: 125%;
     min-width: 100%;
   }
   .container.\37 5\25 {
     width: 75%;
   }
   .container.\35 0\25 {
     width: 50%;
   }
   .container.\32 5\25 {
     width: 25%;
   }
   .container {
     width: 100%;
   }
 }
  1. top_menu_inside #bars_item {

left:100%; }

  1. top_menu_inside #user_item {

margin-right:10%; }

  1. top_menu_inside {

width:80%; }

/*

 #top_menu_14 {
   background-color: transparent;
   color: transparent;
   border-bottom: none;}
 #top_menu_14:hover {
   background-color: #383838;
 }
 #top_menu_inside {
   border: none;
min-width: 360px;
   opacity: 1;
 }
 #top_menu_under{
   border: none;
 }


 #top_menu_inside:hover {
   opacity: 0;
 }*/
 /*Removes Wiki default template*/
 contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo, .printfooter {
   display:none;
 }
 @media screen and (max-width: 736px) {
   .container.\31 25\25 {
     width: 100%;
     max-width: 125%;
     min-width: 100%;
   }
   .container.\37 5\25 {
     width: 75%;
   }
   .container.\35 0\25 {
     width: 50%;
   }
   .container.\32 5\25 {
     width: 25%;
   }
   .container {
     width: 100% !important;
   }
 }

/* Grid */

 .row {
   border-bottom: solid 1px transparent;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }
 .row > * {
   float: left;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }
 .row:after, .row:before {
   content: ;
   display: block;
   clear: both;
   height: 0;
 }
 .row.uniform > * > :first-child {
   margin-top: 0;
 }
 .row.uniform > * > :last-child {
   margin-bottom: 0;
 }
 .row.\30 \25 > * {
   padding: 0px 0 0 0px;
 }
 .row.\30 \25 {
   margin: 0px 0 -1px 0px;
 }
 .row.uniform.\30 \25 > * {
   padding: 0px 0 0 0px;
 }
 .row.uniform.\30 \25 {
   margin: 0px 0 -1px 0px;
 }
 .row > * {
   padding: 40px 0 0 40px;
 }
 .row {
   margin: -40px 0 -1px -40px;
 }
 .row.uniform > * {
   padding: 40px 0 0 40px;
 }
 .row.uniform {
   margin: -40px 0 -1px -40px;
 }
 .row.\32 00\25 > * {
   padding: 80px 0 0 80px;
 }
 .row.\32 00\25 {
   margin: -80px 0 -1px -80px;
 }
 .row.uniform.\32 00\25 > * {
   padding: 80px 0 0 80px;
 }
 .row.uniform.\32 00\25 {
   margin: -80px 0 -1px -80px;
 }
 .row.\31 50\25 > * {
   padding: 60px 0 0 60px;
 }
 .row.\31 50\25 {
   margin: -60px 0 -1px -60px;
 }
 .row.uniform.\31 50\25 > * {
   padding: 60px 0 0 60px;
 }
 .row.uniform.\31 50\25 {
   margin: -60px 0 -1px -60px;
 }
 .row.\35 0\25 > * {
   padding: 20px 0 0 20px;
 }
 .row.\35 0\25 {
   margin: -20px 0 -1px -20px;
 }
 .row.uniform.\35 0\25 > * {
   padding: 20px 0 0 20px;
 }
 .row.uniform.\35 0\25 {
   margin: -20px 0 -1px -20px;
 }
 .row.\32 5\25 > * {
   padding: 10px 0 0 10px;
 }
 .row.\32 5\25 {
   margin: -10px 0 -1px -10px;
 }
 .row.uniform.\32 5\25 > * {
   padding: 10px 0 0 10px;
 }
 .row.uniform.\32 5\25 {
   margin: -10px 0 -1px -10px;
 }
 .\31 2u, .\31 2u\24 {
   width: 100%;
   clear: none;
   margin-left: 0;
 }
 .\31 1u, .\31 1u\24 {
   width: 91.6666666667%;
   clear: none;
   margin-left: 0;
 }
 .\31 0u, .\31 0u\24 {
   width: 83.3333333333%;
   clear: none;
   margin-left: 0;
 }
 .\39 u, .\39 u\24 {
   width: 75%;
   clear: none;
   margin-left: 0;
 }
 .\38 u, .\38 u\24 {
   width: 66.6666666667%;
   clear: none;
   margin-left: 0;
 }
 .\37 u, .\37 u\24 {
   width: 58.3333333333%;
   clear: none;
   margin-left: 0;
 }
 .\36 u, .\36 u\24 {
   width: 50%;
   clear: none;
   margin-left: 0;
 }
 .\35 u, .\35 u\24 {
   width: 41.6666666667%;
   clear: none;
   margin-left: 0;
 }
 .\34 u, .\34 u\24 {
   width: 33.3333333333%;
   clear: none;
   margin-left: 0;
 }
 .\33 u, .\33 u\24 {
   width: 25%;
   clear: none;
   margin-left: 0;
 }
 .\32 u, .\32 u\24 {
   width: 16.6666666667%;
   clear: none;
   margin-left: 0;
 }
 .\31 u, .\31 u\24 {
   width: 8.3333333333%;
   clear: none;
   margin-left: 0;
 }
 .\31 2u\24 + *,
 .\31 1u\24 + *,
 .\31 0u\24 + *,
 .\39 u\24 + *,
 .\38 u\24 + *,
 .\37 u\24 + *,
 .\36 u\24 + *,
 .\35 u\24 + *,
 .\34 u\24 + *,
 .\33 u\24 + *,
 .\32 u\24 + *,
 .\31 u\24 + * {
   clear: left;
 }
 .\-11u {
   margin-left: 91.66667%;
 }
 .\-10u {
   margin-left: 83.33333%;
 }
 .\-9u {
   margin-left: 75%;
 }
 .\-8u {
   margin-left: 66.66667%;
 }
 .\-7u {
   margin-left: 58.33333%;
 }
 .\-6u {
   margin-left: 50%;
 }
 .\-5u {
   margin-left: 41.66667%;
 }
 .\-4u {
   margin-left: 33.33333%;
 }
 .\-3u {
   margin-left: 25%;
 }
 .\-2u {
   margin-left: 16.66667%;
 }
 .\-1u {
   margin-left: 8.33333%;
 }
 @media screen and (min-width: 961px) and (max-width: 1880px) {
   .row > * {
     padding: 40px 0 0 40px;
   }
   .row {
     margin: -40px 0 -1px -40px;
   }
   .row.uniform > * {
     padding: 40px 0 0 40px;
   }
   .row.uniform {
     margin: -40px 0 -1px -40px;
   }
   .row.\32 00\25 > * {
     padding: 80px 0 0 80px;
   }
   .row.\32 00\25 {
     margin: -80px 0 -1px -80px;
   }
   .row.uniform.\32 00\25 > * {
     padding: 80px 0 0 80px;
   }
   .row.uniform.\32 00\25 {
     margin: -80px 0 -1px -80px;
   }
   .row.\31 50\25 > * {
     padding: 60px 0 0 60px;
   }
   .row.\31 50\25 {
     margin: -60px 0 -1px -60px;
   }
   .row.uniform.\31 50\25 > * {
     padding: 60px 0 0 60px;
   }
   .row.uniform.\31 50\25 {
     margin: -60px 0 -1px -60px;
   }
   .row.\35 0\25 > * {
     padding: 20px 0 0 20px;
   }
   .row.\35 0\25 {
     margin: -20px 0 -1px -20px;
   }
   .row.uniform.\35 0\25 > * {
     padding: 20px 0 0 20px;
   }
   .row.uniform.\35 0\25 {
     margin: -20px 0 -1px -20px;
   }
   .row.\32 5\25 > * {
     padding: 10px 0 0 10px;
   }
   .row.\32 5\25 {
     margin: -10px 0 -1px -10px;
   }
   .row.uniform.\32 5\25 > * {
     padding: 10px 0 0 10px;
   }
   .row.uniform.\32 5\25 {
     margin: -10px 0 -1px -10px;
   }
   .\31 2u\28wide\29, .\31 2u\24\28wide\29 {
     width: 100%;
     clear: none;
     margin-left: 0;
   }
   .\31 1u\28wide\29, .\31 1u\24\28wide\29 {
     width: 91.6666666667%;
     clear: none;
     margin-left: 0;
   }
   .\31 0u\28wide\29, .\31 0u\24\28wide\29 {
     width: 83.3333333333%;
     clear: none;
     margin-left: 0;
   }
   .\39 u\28wide\29, .\39 u\24\28wide\29 {
     width: 75%;
     clear: none;
     margin-left: 0;
   }
   .\38 u\28wide\29, .\38 u\24\28wide\29 {
     width: 66.6666666667%;
     clear: none;
     margin-left: 0;
   }
   .\37 u\28wide\29, .\37 u\24\28wide\29 {
     width: 58.3333333333%;
     clear: none;
     margin-left: 0;
   }
   .\36 u\28wide\29, .\36 u\24\28wide\29 {
     width: 50%;
     clear: none;
     margin-left: 0;
   }
   .\35 u\28wide\29, .\35 u\24\28wide\29 {
     width: 41.6666666667%;
     clear: none;
     margin-left: 0;
   }
   .\34 u\28wide\29, .\34 u\24\28wide\29 {
     width: 33.3333333333%;
     clear: none;
     margin-left: 0;
   }
   .\33 u\28wide\29, .\33 u\24\28wide\29 {
     width: 25%;
     clear: none;
     margin-left: 0;
   }
   .\32 u\28wide\29, .\32 u\24\28wide\29 {
     width: 16.6666666667%;
     clear: none;
     margin-left: 0;
   }
   .\31 u\28wide\29, .\31 u\24\28wide\29 {
     width: 8.3333333333%;
     clear: none;
     margin-left: 0;
   }
   .\31 2u\24\28wide\29 + *,
   .\31 1u\24\28wide\29 + *,
   .\31 0u\24\28wide\29 + *,
   .\39 u\24\28wide\29 + *,
   .\38 u\24\28wide\29 + *,
   .\37 u\24\28wide\29 + *,
   .\36 u\24\28wide\29 + *,
   .\35 u\24\28wide\29 + *,
   .\34 u\24\28wide\29 + *,
   .\33 u\24\28wide\29 + *,
   .\32 u\24\28wide\29 + *,
   .\31 u\24\28wide\29 + * {
     clear: left;
   }
   .\-11u\28wide\29 {
     margin-left: 91.66667%;
   }
   .\-10u\28wide\29 {
     margin-left: 83.33333%;
   }
   .\-9u\28wide\29 {
     margin-left: 75%;
   }
   .\-8u\28wide\29 {
     margin-left: 66.66667%;
   }
   .\-7u\28wide\29 {
     margin-left: 58.33333%;
   }
   .\-6u\28wide\29 {
     margin-left: 50%;
   }
   .\-5u\28wide\29 {
     margin-left: 41.66667%;
   }
   .\-4u\28wide\29 {
     margin-left: 33.33333%;
   }
   .\-3u\28wide\29 {
     margin-left: 25%;
   }
   .\-2u\28wide\29 {
     margin-left: 16.66667%;
   }
   .\-1u\28wide\29 {
     margin-left: 8.33333%;
   }
 }
 @media screen and (min-width: 961px) and (max-width: 1620px) {
   .row > * {
     padding: 40px 0 0 40px;
   }
   .row {
     margin: -40px 0 -1px -40px;
   }
   .row.uniform > * {
     padding: 40px 0 0 40px;
   }
   .row.uniform {
     margin: -40px 0 -1px -40px;
   }
   .row.\32 00\25 > * {
     padding: 80px 0 0 80px;
   }
   .row.\32 00\25 {
     margin: -80px 0 -1px -80px;
   }
   .row.uniform.\32 00\25 > * {
     padding: 80px 0 0 80px;
   }
   .row.uniform.\32 00\25 {
     margin: -80px 0 -1px -80px;
   }
   .row.\31 50\25 > * {
     padding: 60px 0 0 60px;
   }
   .row.\31 50\25 {
     margin: -60px 0 -1px -60px;
   }
   .row.uniform.\31 50\25 > * {
     padding: 60px 0 0 60px;
   }
   .row.uniform.\31 50\25 {
     margin: -60px 0 -1px -60px;
   }
   .row.\35 0\25 > * {
     padding: 20px 0 0 20px;
   }
   .row.\35 0\25 {
     margin: -20px 0 -1px -20px;
   }
   .row.uniform.\35 0\25 > * {
     padding: 20px 0 0 20px;
   }
   .row.uniform.\35 0\25 {
     margin: -20px 0 -1px -20px;
   }
   .row.\32 5\25 > * {
     padding: 10px 0 0 10px;
   }
   .row.\32 5\25 {
     margin: -10px 0 -1px -10px;
   }
   .row.uniform.\32 5\25 > * {
     padding: 10px 0 0 10px;
   }
   .row.uniform.\32 5\25 {
     margin: -10px 0 -1px -10px;
   }
   .\31 2u\28normal\29, .\31 2u\24\28normal\29 {
     width: 100%;
     clear: none;
     margin-left: 0;
   }
   .\31 1u\28normal\29, .\31 1u\24\28normal\29 {
     width: 91.6666666667%;
     clear: none;
     margin-left: 0;
   }
   .\31 0u\28normal\29, .\31 0u\24\28normal\29 {
     width: 83.3333333333%;
     clear: none;
     margin-left: 0;
   }
   .\39 u\28normal\29, .\39 u\24\28normal\29 {
     width: 75%;
     clear: none;
     margin-left: 0;
   }
   .\38 u\28normal\29, .\38 u\24\28normal\29 {
     width: 66.6666666667%;
     clear: none;
     margin-left: 0;
   }
   .\37 u\28normal\29, .\37 u\24\28normal\29 {
     width: 58.3333333333%;
     clear: none;
     margin-left: 0;
   }
   .\36 u\28normal\29, .\36 u\24\28normal\29 {
     width: 50%;
     clear: none;
     margin-left: 0;
   }
   .\35 u\28normal\29, .\35 u\24\28normal\29 {
     width: 41.6666666667%;
     clear: none;
     margin-left: 0;
   }
   .\34 u\28normal\29, .\34 u\24\28normal\29 {
     width: 33.3333333333%;
     clear: none;
     margin-left: 0;
   }
   .\33 u\28normal\29, .\33 u\24\28normal\29 {
     width: 25%;
     clear: none;
     margin-left: 0;
   }
   .\32 u\28normal\29, .\32 u\24\28normal\29 {
     width: 16.6666666667%;
     clear: none;
     margin-left: 0;
   }
   .\31 u\28normal\29, .\31 u\24\28normal\29 {
     width: 8.3333333333%;
     clear: none;
     margin-left: 0;
   }
   .\31 2u\24\28normal\29 + *,
   .\31 1u\24\28normal\29 + *,
   .\31 0u\24\28normal\29 + *,
   .\39 u\24\28normal\29 + *,
   .\38 u\24\28normal\29 + *,
   .\37 u\24\28normal\29 + *,
   .\36 u\24\28normal\29 + *,
   .\35 u\24\28normal\29 + *,
   .\34 u\24\28normal\29 + *,
   .\33 u\24\28normal\29 + *,
   .\32 u\24\28normal\29 + *,
   .\31 u\24\28normal\29 + * {
     clear: left;
   }
   .\-11u\28normal\29 {
     margin-left: 91.66667%;
   }
   .\-10u\28normal\29 {
     margin-left: 83.33333%;
   }
   .\-9u\28normal\29 {
     margin-left: 75%;
   }
   .\-8u\28normal\29 {
     margin-left: 66.66667%;
   }
   .\-7u\28normal\29 {
     margin-left: 58.33333%;
   }
   .\-6u\28normal\29 {
     margin-left: 50%;
   }
   .\-5u\28normal\29 {
     margin-left: 41.66667%;
   }
   .\-4u\28normal\29 {
     margin-left: 33.33333%;
   }
   .\-3u\28normal\29 {
     margin-left: 25%;
   }
   .\-2u\28normal\29 {
     margin-left: 16.66667%;
   }
   .\-1u\28normal\29 {
     margin-left: 8.33333%;
   }
 }
 @media screen and (min-width: 961px) and (max-width: 1320px) {
   .row > * {
     padding: 20px 0 0 20px;
   }
   .row {
     margin: -20px 0 -1px -20px;
   }
   .row.uniform > * {
     padding: 20px 0 0 20px;
   }
   .row.uniform {
     margin: -20px 0 -1px -20px;
   }
   .row.\32 00\25 > * {
     padding: 40px 0 0 40px;
   }
   .row.\32 00\25 {
     margin: -40px 0 -1px -40px;
   }
   .row.uniform.\32 00\25 > * {
     padding: 40px 0 0 40px;
   }
   .row.uniform.\32 00\25 {
     margin: -40px 0 -1px -40px;
   }
   .row.\31 50\25 > * {
     padding: 30px 0 0 30px;
   }
   .row.\31 50\25 {
     margin: -30px 0 -1px -30px;
   }
   .row.uniform.\31 50\25 > * {
     padding: 30px 0 0 30px;
   }
   .row.uniform.\31 50\25 {
     margin: -30px 0 -1px -30px;
   }
   .row.\35 0\25 > * {
     padding: 10px 0 0 10px;
   }
   .row.\35 0\25 {
     margin: -10px 0 -1px -10px;
   }
   .row.uniform.\35 0\25 > * {
     padding: 10px 0 0 10px;
   }
   .row.uniform.\35 0\25 {
     margin: -10px 0 -1px -10px;
   }
   .row.\32 5\25 > * {
     padding: 5px 0 0 5px;
   }
   .row.\32 5\25 {
     margin: -5px 0 -1px -5px;
   }
   .row.uniform.\32 5\25 > * {
     padding: 5px 0 0 5px;
   }
   .row.uniform.\32 5\25 {
     margin: -5px 0 -1px -5px;
   }
   .\31 2u\28narrow\29, .\31 2u\24\28narrow\29 {
     width: 100%;
     clear: none;
     margin-left: 0;
   }
   .\31 1u\28narrow\29, .\31 1u\24\28narrow\29 {
     width: 91.6666666667%;
     clear: none;
     margin-left: 0;
   }
   .\31 0u\28narrow\29, .\31 0u\24\28narrow\29 {
     width: 83.3333333333%;
     clear: none;
     margin-left: 0;
   }
   .\39 u\28narrow\29, .\39 u\24\28narrow\29 {
     width: 75%;
     clear: none;
     margin-left: 0;
   }
   .\38 u\28narrow\29, .\38 u\24\28narrow\29 {
     width: 66.6666666667%;
     clear: none;
     margin-left: 0;
   }
   .\37 u\28narrow\29, .\37 u\24\28narrow\29 {
     width: 58.3333333333%;
     clear: none;
     margin-left: 0;
   }
   .\36 u\28narrow\29, .\36 u\24\28narrow\29 {
     width: 50%;
     clear: none;
     margin-left: 0;
   }
   .\35 u\28narrow\29, .\35 u\24\28narrow\29 {
     width: 41.6666666667%;
     clear: none;
     margin-left: 0;
   }
   .\34 u\28narrow\29, .\34 u\24\28narrow\29 {
     width: 33.3333333333%;
     clear: none;
     margin-left: 0;
   }
   .\33 u\28narrow\29, .\33 u\24\28narrow\29 {
     width: 25%;
     clear: none;
     margin-left: 0;
   }
   .\32 u\28narrow\29, .\32 u\24\28narrow\29 {
     width: 16.6666666667%;
     clear: none;
     margin-left: 0;
   }
   .\31 u\28narrow\29, .\31 u\24\28narrow\29 {
     width: 8.3333333333%;
     clear: none;
     margin-left: 0;
   }
   .\31 2u\24\28narrow\29 + *,
   .\31 1u\24\28narrow\29 + *,
   .\31 0u\24\28narrow\29 + *,
   .\39 u\24\28narrow\29 + *,
   .\38 u\24\28narrow\29 + *,
   .\37 u\24\28narrow\29 + *,
   .\36 u\24\28narrow\29 + *,
   .\35 u\24\28narrow\29 + *,
   .\34 u\24\28narrow\29 + *,
   .\33 u\24\28narrow\29 + *,
   .\32 u\24\28narrow\29 + *,
   .\31 u\24\28narrow\29 + * {
     clear: left;
   }
   .\-11u\28narrow\29 {
     margin-left: 91.66667%;
   }
   .\-10u\28narrow\29 {
     margin-left: 83.33333%;
   }
   .\-9u\28narrow\29 {
     margin-left: 75%;
   }
   .\-8u\28narrow\29 {
     margin-left: 66.66667%;
   }
   .\-7u\28narrow\29 {
     margin-left: 58.33333%;
   }
   .\-6u\28narrow\29 {
     margin-left: 50%;
   }
   .\-5u\28narrow\29 {
     margin-left: 41.66667%;
   }
   .\-4u\28narrow\29 {
     margin-left: 33.33333%;
   }
   .\-3u\28narrow\29 {
     margin-left: 25%;
   }
   .\-2u\28narrow\29 {
     margin-left: 16.66667%;
   }
   .\-1u\28narrow\29 {
     margin-left: 8.33333%;
   }
 }
 @media screen and (max-width: 960px) {
   .row > * {
     padding: 20px 0 0 20px;
   }
   .row {
     margin: -20px 0 -1px -20px;
   }
   .row.uniform > * {
     padding: 20px 0 0 20px;
   }
   .row.uniform {
     margin: -20px 0 -1px -20px;
   }
   .row.\32 00\25 > * {
     padding: 40px 0 0 40px;
   }
   .row.\32 00\25 {
     margin: -40px 0 -1px -40px;
   }
   .row.uniform.\32 00\25 > * {
     padding: 40px 0 0 40px;
   }
   .row.uniform.\32 00\25 {
     margin: -40px 0 -1px -40px;
   }
   .row.\31 50\25 > * {
     padding: 30px 0 0 30px;
   }
   .row.\31 50\25 {
     margin: -30px 0 -1px -30px;
   }
   .row.uniform.\31 50\25 > * {
     padding: 30px 0 0 30px;
   }
   .row.uniform.\31 50\25 {
     margin: -30px 0 -1px -30px;
   }
   .row.\35 0\25 > * {
     padding: 10px 0 0 10px;
   }
   .row.\35 0\25 {
     margin: -10px 0 -1px -10px;
   }
   .row.uniform.\35 0\25 > * {
     padding: 10px 0 0 10px;
   }
   .row.uniform.\35 0\25 {
     margin: -10px 0 -1px -10px;
   }
   .row.\32 5\25 > * {
     padding: 5px 0 0 5px;
   }
   .row.\32 5\25 {
     margin: -5px 0 -1px -5px;
   }
   .row.uniform.\32 5\25 > * {
     padding: 5px 0 0 5px;
   }
   .row.uniform.\32 5\25 {
     margin: -5px 0 -1px -5px;
   }
   .\31 2u\28narrower\29, .\31 2u\24\28narrower\29 {
     width: 100%;
     clear: none;
     margin-left: 0;
   }
   .\31 1u\28narrower\29, .\31 1u\24\28narrower\29 {
     width: 91.6666666667%;
     clear: none;
     margin-left: 0;
   }
   .\31 0u\28narrower\29, .\31 0u\24\28narrower\29 {
     width: 83.3333333333%;
     clear: none;
     margin-left: 0;
   }
   .\39 u\28narrower\29, .\39 u\24\28narrower\29 {
     width: 75%;
     clear: none;
     margin-left: 0;
   }
   .\38 u\28narrower\29, .\38 u\24\28narrower\29 {
     width: 66.6666666667%;
     clear: none;
     margin-left: 0;
   }
   .\37 u\28narrower\29, .\37 u\24\28narrower\29 {
     width: 58.3333333333%;
     clear: none;
     margin-left: 0;
   }
   .\36 u\28narrower\29, .\36 u\24\28narrower\29 {
     width: 50%;
     clear: none;
     margin-left: 0;
   }
   .\35 u\28narrower\29, .\35 u\24\28narrower\29 {
     width: 41.6666666667%;
     clear: none;
     margin-left: 0;
   }
   .\34 u\28narrower\29, .\34 u\24\28narrower\29 {
     width: 33.3333333333%;
     clear: none;
     margin-left: 0;
   }
   .\33 u\28narrower\29, .\33 u\24\28narrower\29 {
     width: 25%;
     clear: none;
     margin-left: 0;
   }
   .\32 u\28narrower\29, .\32 u\24\28narrower\29 {
     width: 16.6666666667%;
     clear: none;
     margin-left: 0;
   }
   .\31 u\28narrower\29, .\31 u\24\28narrower\29 {
     width: 8.3333333333%;
     clear: none;
     margin-left: 0;
   }
   .\31 2u\24\28narrower\29 + *,
   .\31 1u\24\28narrower\29 + *,
   .\31 0u\24\28narrower\29 + *,
   .\39 u\24\28narrower\29 + *,
   .\38 u\24\28narrower\29 + *,
   .\37 u\24\28narrower\29 + *,
   .\36 u\24\28narrower\29 + *,
   .\35 u\24\28narrower\29 + *,
   .\34 u\24\28narrower\29 + *,
   .\33 u\24\28narrower\29 + *,
   .\32 u\24\28narrower\29 + *,
   .\31 u\24\28narrower\29 + * {
     clear: left;
   }
   .\-11u\28narrower\29 {
     margin-left: 91.66667%;
   }
   .\-10u\28narrower\29 {
     margin-left: 83.33333%;
   }
   .\-9u\28narrower\29 {
     margin-left: 75%;
   }
   .\-8u\28narrower\29 {
     margin-left: 66.66667%;
   }
   .\-7u\28narrower\29 {
     margin-left: 58.33333%;
   }
   .\-6u\28narrower\29 {
     margin-left: 50%;
   }
   .\-5u\28narrower\29 {
     margin-left: 41.66667%;
   }
   .\-4u\28narrower\29 {
     margin-left: 33.33333%;
   }
   .\-3u\28narrower\29 {
     margin-left: 25%;
   }
   .\-2u\28narrower\29 {
     margin-left: 16.66667%;
   }
   .\-1u\28narrower\29 {
     margin-left: 8.33333%;
   }
 }
 @media screen and (max-width: 736px) {
   .row > * {
     padding: 20px 0 0 20px;
   }
   .row {
     margin: -20px 0 -1px -20px;
   }
   .row.uniform > * {
     padding: 20px 0 0 20px;
   }
   .row.uniform {
     margin: -20px 0 -1px -20px;
   }
   .row.\32 00\25 > * {
     padding: 40px 0 0 40px;
   }
   .row.\32 00\25 {
     margin: -40px 0 -1px -40px;
   }
   .row.uniform.\32 00\25 > * {
     padding: 40px 0 0 40px;
   }
   .row.uniform.\32 00\25 {
     margin: -40px 0 -1px -40px;
   }
   .row.\31 50\25 > * {
     padding: 30px 0 0 30px;
   }
   .row.\31 50\25 {
     margin: -30px 0 -1px -30px;
   }
   .row.uniform.\31 50\25 > * {
     padding: 30px 0 0 30px;
   }
   .row.uniform.\31 50\25 {
     margin: -30px 0 -1px -30px;
   }
   .row.\35 0\25 > * {
     padding: 10px 0 0 10px;
   }
   .row.\35 0\25 {
     margin: -10px 0 -1px -10px;
   }
   .row.uniform.\35 0\25 > * {
     padding: 10px 0 0 10px;
   }
   .row.uniform.\35 0\25 {
     margin: -10px 0 -1px -10px;
   }
   .row.\32 5\25 > * {
     padding: 5px 0 0 5px;
   }
   .row.\32 5\25 {
     margin: -5px 0 -1px -5px;
   }
   .row.uniform.\32 5\25 > * {
     padding: 5px 0 0 5px;
   }
   .row.uniform.\32 5\25 {
     margin: -5px 0 -1px -5px;
   }
   .\31 2u\28mobile\29, .\31 2u\24\28mobile\29 {
     width: 100%;
     clear: none;
     margin-left: 0;
   }
   .\31 1u\28mobile\29, .\31 1u\24\28mobile\29 {
     width: 91.6666666667%;
     clear: none;
     margin-left: 0;
   }
   .\31 0u\28mobile\29, .\31 0u\24\28mobile\29 {
     width: 83.3333333333%;
     clear: none;
     margin-left: 0;
   }
   .\39 u\28mobile\29, .\39 u\24\28mobile\29 {
     width: 75%;
     clear: none;
     margin-left: 0;
   }
   .\38 u\28mobile\29, .\38 u\24\28mobile\29 {
     width: 66.6666666667%;
     clear: none;
     margin-left: 0;
   }
   .\37 u\28mobile\29, .\37 u\24\28mobile\29 {
     width: 58.3333333333%;
     clear: none;
     margin-left: 0;
   }
   .\36 u\28mobile\29, .\36 u\24\28mobile\29 {
     width: 50%;
     clear: none;
     margin-left: 0;
   }
   .\35 u\28mobile\29, .\35 u\24\28mobile\29 {
     width: 41.6666666667%;
     clear: none;
     margin-left: 0;
   }
   .\34 u\28mobile\29, .\34 u\24\28mobile\29 {
     width: 33.3333333333%;
     clear: none;
     margin-left: 0;
   }
   .\33 u\28mobile\29, .\33 u\24\28mobile\29 {
     width: 25%;
     clear: none;
     margin-left: 0;
   }
   .\32 u\28mobile\29, .\32 u\24\28mobile\29 {
     width: 16.6666666667%;
     clear: none;
     margin-left: 0;
   }
   .\31 u\28mobile\29, .\31 u\24\28mobile\29 {
     width: 8.3333333333%;
     clear: none;
     margin-left: 0;
   }
   .\31 2u\24\28mobile\29 + *,
   .\31 1u\24\28mobile\29 + *,
   .\31 0u\24\28mobile\29 + *,
   .\39 u\24\28mobile\29 + *,
   .\38 u\24\28mobile\29 + *,
   .\37 u\24\28mobile\29 + *,
   .\36 u\24\28mobile\29 + *,
   .\35 u\24\28mobile\29 + *,
   .\34 u\24\28mobile\29 + *,
   .\33 u\24\28mobile\29 + *,
   .\32 u\24\28mobile\29 + *,
   .\31 u\24\28mobile\29 + * {
     clear: left;
   }
   .\-11u\28mobile\29 {
     margin-left: 91.66667%;
   }
   .\-10u\28mobile\29 {
     margin-left: 83.33333%;
   }
   .\-9u\28mobile\29 {
     margin-left: 75%;
   }
   .\-8u\28mobile\29 {
     margin-left: 66.66667%;
   }
   .\-7u\28mobile\29 {
     margin-left: 58.33333%;
   }
   .\-6u\28mobile\29 {
     margin-left: 50%;
   }
   .\-5u\28mobile\29 {
     margin-left: 41.66667%;
   }
   .\-4u\28mobile\29 {
     margin-left: 33.33333%;
   }
   .\-3u\28mobile\29 {
     margin-left: 25%;
   }
   .\-2u\28mobile\29 {
     margin-left: 16.66667%;
   }
   .\-1u\28mobile\29 {
     margin-left: 8.33333%;
   }
 }

/* Basic */

 body {
   background: #fff;
   font-family: 'Source Sans Pro', sans-serif;
   font-size: 19pt;
   font-weight: 300;
   line-height: .7em;
   color: #888;
   /*overflow: hidden;*/
 }
   body.is-loading * {
     -moz-transition: none !important;
     -webkit-transition: none !important;
     -ms-transition: none !important;
     transition: none !important;
     -moz-animation: none !important;
     -webkit-animation: none !important;
     -ms-animation: none !important;
     animation: none !important;
   }
 input, textarea, select {
   font-family: 'Source Sans Pro', sans-serif;
   font-size: 19pt;
   font-weight: 300;
   line-height: 1.75em;
   color: #888;
 }
 h1, h2, h3, h4, h5, h6 {
   font-weight: 300;
   color: #666;
   line-height: 1.5em;
 }
 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
   color: inherit;
   text-decoration: none;
 }
   h1 a strong, h2 a strong, h3 a strong, h4 a strong, h5 a strong, h6 a strong {
     color: #333;
   }
 h2 {
   font-size: 2em;
   letter-spacing: -1px;
 }
   h2.alt {
     color: #666;
   }
     h2.alt strong {
       color: #444;
     }
 h3 {
   font-size: 1.5em;
 }
 header {
   margin: 0 0 1.5em 0;
 }
   header > p {
     margin: 1em 0 0 0;
   }
 footer {
   margin: 0.3em 0 0 0;
 }
 strong, b {
   font-weight: 300;
   color: #333;
 }
 em, i {
   font-style: italic;
 }
 a {
   text-decoration: none;
   color: inherit;
   border-bottom: 0;
   outline: 0;
 }
   a:hover {
     color: #E27689;
     border-bottom-color: rgba(255, 255, 255, 0);
   }
 sub {
   position: relative;
   top: 0.5em;
   font-size: 0.8em;
 }
 sup {
   position: relative;
   top: -0.5em;
   font-size: 0.8em;
 }
 hr {
   border: 0;
   border-top: solid 1px #ddd;
 }
 blockquote {
   border-left: solid 0.5em #ddd;
   padding: 1em 0 1em 2em;
   font-style: italic;
 }
 p, ul, ol, dl, table {
   margin-bottom: 0em;
 }
 br.clear {
   clear: both;
 }

/* Sections/Article */

 section, article {
   margin-bottom: 3em;
 }
   section > :last-child,
   section > .container, section:last-child, article > :last-child,
   article > .container, article:last-child {
     margin-bottom: 0;
   }
   .row > section, .row > article {
     margin-bottom: 0;
   }

/* Image */

 .image {
   display: inline-block;
   border: 0;
 }
   .image img {
     display: block;
     width: 100%;
   }
   .image.avatar48 {
     width: 48px;
     height: 48px;
     background: #f00;
   }
     .image.avatar48 img {
       width: 48px;
       height: 48px;
     }
   .image.fit {
     display: block;
     width: 100%;
   }
   .image.featured {
     display: block;
     width: 100%;
     margin: 0 0 2em 0;
   }
   .image.left {
     float: left;
     margin: 0 2em 2em 0;
   }
   .image.right {
     float: right;
     margin: 0 0 2em 2em;
   }
   .image.centered {
     display: block;
     margin: 0 0 2em 0;
   }
     .image.centered img {
       margin: 0 auto;
       width: auto;
     }

/* List */

 ul.default {
   list-style: disc;
   padding-left: 1em;
 }
   ul.default li {
     padding-left: 0.5em;
   }
 ul.icons {
   cursor: default;
 }
   ul.icons li {
     display: inline-block;
   }
   ul.icons a {
     display: inline-block;
     width: 2em;
     height: 2em;
     line-height: 2em;
     text-align: center;
     border: 0;
   }
 ol.default {
   list-style: decimal;
   padding-left: 1.25em;
 }
   ol.default li {
     padding-left: 0.25em;
   }

/* Form */

 form label {
   display: block;
   text-align: left;
   margin-bottom: 0.5em;
 }
 form input[type="text"],
 form input[type="email"],
 form input[type="password"],
 form select,
 form textarea {
   position: relative;
   -webkit-appearance: none;
   display: block;
   border: 0;
   outline: 0;
   background: #fff;
   background: rgba(255, 255, 255, 0.75);
   width: 100%;
   border-radius: 0.35em;
   padding: 0.75em 1em 0.75em 1em;
   box-shadow: inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.05);
   border: solid 1px rgba(0, 0, 0, 0.15);
   -moz-transition: all 0.35s ease-in-out;
   -webkit-transition: all 0.35s ease-in-out;
   -ms-transition: all 0.35s ease-in-out;
   transition: all 0.35s ease-in-out;
 }
   form input[type="text"]:focus,
   form input[type="email"]:focus,
   form input[type="password"]:focus,
   form select:focus,
   form textarea:focus {
     box-shadow: 0 0 2px 1px #8ebebc;
     background: #fff;
   }
 form input[type="text"],
 form input[type="email"],
 form input[type="password"],
 form select {
   line-height: 1.25em;
 }
 form textarea {
   min-height: 14em;
 }
 form .formerize-placeholder {
   color: #555 !important;
 }
 form ::-webkit-input-placeholder {
   color: #555 !important;
 }
 form :-moz-placeholder {
   color: #555 !important;
 }
 form ::-moz-placeholder {
   color: #555 !important;
 }
 form :-ms-input-placeholder {
   color: #555 !important;
 }
 form ::-moz-focus-inner {
   border: 0;
 }

/* Table */

 table {
   width: 100%;
 }
   table.default {
     width: 100%;
     text-align: left;
   }
     table.default tbody tr:nth-child(2n+2) {
       background: #f4f4f4;
     }
     table.default td {
       padding: 0.5em 1em 0.5em 1em;
     }
     table.default th {
       text-align: left;
       padding: 0.5em 1em 0.5em 1em;
       color: #fff;
       background: #222729 url("images/overlay.png");
     }
     table.default thead {
       background: #444;
       color: #fff;
     }
     table.default tfoot {
       background: #eee;
     }

/* Wrap for Spinny Button */

 .wrap{
   position: relative;
   width: 80px;
   height: 80px;
   margin: 15px auto 15px auto;
 }

/* Circle for Spinny Button*/

 .circle{
   position: relative;
   text-align: center;
   border-radius: 0px;
   right: 23px;
   top: 15px;
   width: 120px;
   height: 120px;
   z-index: 1;
   }

/* Button */

 input[type="button"],
 input[type="submit"],
 input[type="reset"],
 button,
 .button {
   /* For Spinny Button: */
   background-color: #fff; /***/
   outline: none;
   font-weight: 300;
   position:absolute; /**/
   cursor: pointer;
   padding: 0;
   border: none;
   height: 100px;
   width: 100px;
   right: -7px;
   top: 25px;
   border-radius: 100px;
   line-height: 0.9em;
   z-index: 2;
   /* For Rectangular Button:
   position: relative;
   display: inline-block;
   border-radius: 0.35em;
   color: #fff !important;
   text-decoration: none;
   padding: 0.75em 2.5em 0.75em 2.5em;
   background-color: #8ebebc;
   border: 0;
   cursor: pointer;
   background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), url("images/overlay.png");
   background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), url("images/overlay.png");
   background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), url("images/overlay.png");
   background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), url("images/overlay.png");
   -moz-transition: background-color 0.35s ease-in-out;
   -webkit-transition: background-color 0.35s ease-in-out;
   -ms-transition: background-color 0.35s ease-in-out;
   transition: background-color 0.35s ease-in-out;
   */
 }
   /* For Rectangular Button:
   input[type="button"]:hover,
   input[type="submit"]:hover,
   input[type="reset"]:hover,
   button:hover,
   .button:hover {
     background-color: #9ececc;
     text-decoration: none;
   }
   */
   input[type="button"]:active,
   input[type="submit"]:active,
   input[type="reset"]:active,
   button:active,
   .button:active {
     /* For Spinny Button: */
     transform: translate(0, 1px);
     height: 98px;
     /*box-shadow: 0px 1px 0 0 rgb(190,190,190) inset;*/
     /* For Rectangular Button:
     background-color: #7eaeac;
     */
   }
   /* Hover graphix stuff for Spinny Button */
   .button:hover + .circle, .button:active + .circle {
     animation: rotator linear .4s infinite;
   }
   @keyframes rotator{
     from{ transform: rotate(0deg); }
     to{ transform: rotate(360deg); }
   }
   .angled{
     background-image: linear-gradient(45deg,
               transparent 0%,
               transparent 30%,
               rgb(20,190,235) 30%,
               rgb(20,190,235) 70%,
               transparent 70%,
               transparent 100%);
     }
   }
   /* Graphix end here */

/* Item */

 .item {
   box-shadow: 0 0.05em 0.15em 0 rgba(0, 0, 0, 0.05);
   margin-bottom: 40px;
 }
   .item header {
     background: #fff;
     margin: 0;
     padding: 1em 0 1em 0;
     font-size: 0.8em;
   }
     .item header h3 {
       font-size: 1em;
     }

/* Icons */

 .icon {
   text-decoration: none;
 }
   .icon:before {
     display: inline-block;
     font-family: FontAwesome;
     font-size: 1.25em;
     text-decoration: none;
     font-style: normal;
     font-weight: normal;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
   }
   .icon > .label {
     display: none;
   }

/* Header */

 #header {
   position: fixed;
   top: 0;
   left: 0;
   width: 375px;
   height: 100%;
   color: #fff;
   background: #222629 url("images/overlay.png");
   box-shadow: inset -0.25em 0 0.25em 0 rgba(0, 0, 0, 0.1);
   text-align: right;
 }
   #header .top {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
   }
   #header .bottom {
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
   }
   #header .icons {
     font-size: 0.8em;
     margin: 1em 0 1em 0;
     text-align: center;
   }
     #header .icons a {
       color: #41484c;
       -moz-transition: color 0.35s ease-in-out;
       -webkit-transition: color 0.35s ease-in-out;
       -ms-transition: color 0.35s ease-in-out;
       transition: color 0.35s ease-in-out;
     }
       #header .icons a:hover {
         color: #fff;
       }
 #logo {
   position: relative;
   margin: 1.75em 1.5em 1.5em 1.5em;
   min-height: 48px;
   cursor: default;
 }
   #logo h1 {
     position: relative;
     color: #fff;
     font-weight: 600;
     font-size: 1em;
     line-height: 1em;
   }
   #logo p {
     position: relative;
     display: block;
     font-size: 0.6em;
     color: rgba(255, 255, 255, 0.5);
     line-height: 1.25em;
     margin: 0.5em 0 0 0;
   }
   #logo .image {
     position: absolute;
     left: 0;
     top: 0;
   }
 #nav ul li a {
   display: block;
   padding: 0.5em 1.5em 0.5em 1.5em;
   color: rgba(255, 255, 255, 0.5);
   text-decoration: none;
   outline: 0;
   border: 0;
   -moz-transition: none;
   -webkit-transition: none;
   -ms-transition: none;
   transition: none;
   -moz-transition: background-color 0.20s ease-in-out;
   -webkit-transition: background-color 0.20s ease-in-out;
   -ms-transition: background-color 0.20s ease-in-out;
   transition: background-color 0.20s ease-in-out;
 }
   #nav ul li a:hover{
     background-color: #318CE7;
     color: #000000;
   }
   #nav ul li a span {
     position: relative;
     display: block;
     font-size: 0.9em;
   }
     #nav ul li a span:before {
       position: absolute;
       left: 0;
       color: #41484c;
       text-align: center;
       width: 1.25em;
       line-height: 1.75em;
     }
   #nav ul li a.curPage{
     background: rgba(0, 0, 0, 0.15);
     box-shadow: inset 0 0 0.25em 0 rgba(0, 0, 0, 0.125);
     color: #fff;
   }
   #nav ul li a.active {
     background: rgba(0, 0, 0, 0.15);
     box-shadow: inset 0 0 0.25em 0 rgba(0, 0, 0, 0.125);
     color: #fff;
   }
     #nav ul li a.active span:before {
       color: #e27689;
     }
     #nav h4 {
       padding: 0.5em 2.5em 0.5em 0em;
       color: #318CE7;
     }

/* Footer */

 #footer {
   margin-left: 75px;
   text-align: center;
   background-color: #dce3e2;
   padding: 3em 0 3.5em 0;
   box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05), inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.025);
   font-size: 0.8em;
 }
   #footer .copyright {
     cursor: default;
     margin: 0;
   }
     #footer .copyright li {
       display: inline-block;
       line-height: 1em;
       border-left: solid 1px rgba(128, 128, 128, 0.35);
       padding: 0 0 0 0.5em;
       margin: 0 0 0 0.5em;
     }
       #footer .copyright li:first-child {
         border-left: 0;
         padding-left: 0;
         margin-left: 0;
       }

/* Main */

 #main {
   margin-left: 75px;
   margin-top: -50px;
   margin-bottom: -100px;
 }
   #main > section {
     margin: 0;
     overflow: hidden;
     padding: 4em 0;
     box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05), inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.025);
     text-align: center;
     background-image: url("images/overlay.png");
   }
     #main > section.dark {
       color: #ddd;
       color: rgba(255, 255, 255, 0.75);
     }
       #main > section.dark h2, #main > section.dark h3, #main > section.dark h4, #main > section.dark h5, #main > section.dark h6 {
         color: inherit;
       }
       #main > section.dark strong {
         color: #fff;
         border-color: inherit;
       }
       #main > section.dark a {
         color: #fff;
         border-color: inherit;
       }
         #main > section.dark a:hover {
           border-bottom-color: rgba(255, 255, 255, 0);
         }
     #main > section.cover {
       padding: 6em 0;
       background-size: cover;
       background-position: center center;
     }

/* A5DEFF 9DE3E8 B9FFEE 9DE8BD ADFFB7

CDFCFF C1E8DE E1FFEE C1E8C5 E0FFD5

  • /
     #main > section.one {
       background-color: #9DE8BD;
       /*background-image: url("../../images/banner.jpg");*/
     }
     #main > section.two {
       background-color: #C1E8C5;
     }
     #main > section.three {
       background-color: #A5DEFF;
     }
     #main > section.four {
       background-color: #CDFCFF;
     }
     #main > section.five {
       background-color: #ADFFB7;
     }
     #main > section.six {
       background-color: #E0FFD5;
     }
     #main > section.seven {
       background-color: #B9FFEE;
     }
     #main > section.eight {
       background-color: #E1FFEE;
     }
     #main > section.nine {
       background-color: #9DE3E8;
     }
     #main > section.ten {
       background-color: #C1E8DE;
     }

/* Wide */

 @media screen and (min-width: 961px) and (max-width: 1880px) {
   /* Basic */
     body, input, textarea, select {
       font-size: 17pt;
     }
   /* Header */
     #header {
       width: 300px;
     }
   /* Footer */
     #footer {
       margin-left: 300px;
     }
 }

/* Normal */

 @media screen and (min-width: 961px) and (max-width: 1620px) {
   /* Main */
     #main > section {
       padding: 3em 0;
     }
     #main section.cover {
       padding: 5em 0;
     }
 }

/* Narrow */

 @media screen and (min-width: 961px) and (max-width: 1320px) {
   /* Basic */
     body, input, textarea, select {
       font-size: 16pt;
     }
     .container {
       padding: 0 2em 0 2em;
     }
   /* List */
     ul.icons li a {
       width: 1.75em;
     }
   /* Item */
     .item {
       margin-bottom: 20px;
     }
   /* Header */
     #header {
       width: 20%;
     }
     #logo .image {
       position: relative;
       margin: 0 0 0.5em 0;
     }
     #nav ul li a {
       font-size: 0.8em;
       padding-top: 0.5em;
       padding-bottom: 0.5em;
     }
       #nav ul li a span {
         /*padding-right: 2.25em;*/
       }
         #nav ul li a span:before {
           left: 100%;
           margin-left: -1.25em;
           line-height: 2.25em;
         }
   /* Footer */
     #footer {
       margin-left: 20%;
     }
   /* Main */
     #main {
       margin-left: 20%;
     }
 }

/* Narrower */

 #headerToggle {
   display: none;
 }
 @media screen and (max-width: 1880px) {
   /* Basic */
     html, body {
       overflow-x: hidden;
     }
     body, input, textarea, select {
       font-size: 16pt;
     }
     header br {
       display: none;
     }
     .container {
       padding: 0 2em 0 2em;
     }
   /* Item */
     .item {
       margin-bottom: 15px;
     }
   /* List */
     ul.icons a {
       width: 1.75em;
       font-size: 1.25em;
     }
   /* Header */
     #header {
       -moz-backface-visibility: hidden;
       -webkit-backface-visibility: hidden;
       -ms-backface-visibility: hidden;
       backface-visibility: hidden;
       -moz-transform: translateX(-275px);
       -webkit-transform: translateX(-275px);
       -ms-transform: translateX(-275px);
       transform: translateX(-275px);
       -moz-transition: -moz-transform 0.5s ease;
       -webkit-transition: -webkit-transform 0.5s ease;
       -ms-transition: -ms-transform 0.5s ease;
       transition: transform 0.5s ease;
       display: block;
       height: 100%;
       left: 0;
       overflow: hidden; /**/
       position: fixed;
       top: 0;
       width: 275px;
       z-index: 4;
       width: 275px;
       background: #222729 url("images/overlay.png");
       box-shadow: inset -0.25em 0 0.25em 0 rgba(0, 0, 0, 0.125);
     }
       #header .top {
         position: relative;
       }
       #header .inner {
         height: 650px; /**/
         overflow: auto; /**/
         margin:0px -300px 0px 0px;
         padding-right: 300px; /**/
       }
       #header .innertwo {
         position: relative;
         padding: 0.5em 0em 0.5em 0em;
         left: 20px;
       }
       #header .bottom {
         border-top: solid 1px rgba(255, 255, 255, 0.05);
         box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15);
         padding-top: 2em;
         margin-top: 1em;
         position: relative;
       }
     #logo {
       margin: 1.5em 1.25em 1.25em 1.25em;
     }
     #nav ul li a {
       padding: 0.5em 1.25em 0.5em 1.25em;
     }


     #headerToggle {
       -moz-backface-visibility: hidden;
       -webkit-backface-visibility: hidden;
       -ms-backface-visibility: hidden;
       backface-visibility: hidden;
       -moz-transition: -moz-transform 0.5s ease;
       -webkit-transition: -webkit-transform 0.5s ease;
       -ms-transition: -ms-transform 0.5s ease;
       transition: transform 0.5s ease;
       display: block;
       height: 2.25em;
       left: 0;
       position: fixed;
       top: 0;
       width: 3.25em;
       z-index: 3;
     }
       #headerToggle .toggle {
         position: absolute;
         left: 0;
         top: 0;
         width: 100%;
         height: 100%;
         outline: 0;
         border: 0;
       }
         #headerToggle .toggle:before {
           font-family: FontAwesome;
           text-decoration: none;
           font-style: normal;
           font-weight: normal;
           -webkit-font-smoothing: antialiased;
           -moz-osx-font-smoothing: grayscale;
           content: url(Harvard2015FlaskMenu.png);
           color: #fff;
           font-size: 18px;
           line-height: 2.25em;
           /*background: rgba(128, 136, 144, 0.5);*/
           border-radius: 0.1em;
           text-align: center;
           position: absolute;
           left: 0em;
           top: 2em;
           display: block;
           width: 0em;
           height: 2.25em;
         }
     body.header-visible #main {
       -moz-transform: translateX(275px);
       -webkit-transform: translateX(275px);
       -ms-transform: translateX(275px);
       transform: translateX(275px);
     }
     body.header-visible #headerToggle {
       -moz-transform: translateX(275px);
       -webkit-transform: translateX(275px);
       -ms-transform: translateX(275px);
       transform: translateX(275px);
     }
     body.header-visible #header {
       -moz-transform: translateX(0);
       -webkit-transform: translateX(0);
       -ms-transform: translateX(0);
       transform: translateX(0);
     }
   /* Footer */
     #footer {
       margin-left: 0;
     }
   /* Main */
     #main {
       -moz-backface-visibility: hidden;
       -webkit-backface-visibility: hidden;
       -ms-backface-visibility: hidden;
       backface-visibility: hidden;
       -moz-transition: -moz-transform 0.5s ease;
       -webkit-transition: -webkit-transform 0.5s ease;
       -ms-transition: -ms-transform 0.5s ease;
       transition: transform 0.5s ease;
       padding-bottom: 1px;
       margin-left: 0;
     }
       #main > section {
         padding: 3em 0;
       }
       #main section.cover {
         padding: 4em 0;
       }
 }

/* Mobile */

 @media screen and (max-width: 736px) {
   /* Basic */
     body, input, textarea, select {
       font-size: 14pt;
     }
     h2 {
       font-size: 1.5em;
       letter-spacing: 0;
       font-weight: 300;
     }
     .container {
       padding: 0 15px 0 15px;
     }
   /* List */
     ul.icons a {
       width: 1.75em;
       font-size: 1.5em;
     }
   /* Main */
     #main > section {
       padding: 2em 0;
     }
     #main section.cover {
       padding: 4em 0em;
     }
       #main section.cover header {
         padding: 0 1em;
       }
   /* Footer */
     #footer .copyright li {
       display: block;
       line-height: 1.25em;
       border: 0;
       padding: 0;
       margin: 1em 0 0 0;
     }
       #footer .copyright li:first-child {
         margin-top: 0;
       }
 }