/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

/**** Base styles ****/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  padding: 20px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Arial', 'sans-serif';
  font-size: 13px;
  line-height: 1.7em;
  background: #ABAA99;
  color: #EEE;
}

h1, h2, h3, p, ul, ol, pre, dl {
  margin-bottom: 1.0em;
}

h1, h2, #super-list, .element, .tagline, #index-list, 
.super-list .link {
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

h1, h2, h3 { font-weight: bold; }

h1 {
  font-size: 32px;
  line-height: 1.1em;
}

h2 {
  font-size: 24px;
  line-height: 1.1em;
}

ul, ol {
  margin-left: 1.5em;
}

a,
a code {
  color: #202020;
  text-decoration: none;
}

a:hover,
a:hover code { 
/*  color: #4BF; */ 
  color: #1FB;  
}

a:active,
a:active code {
  color: #1FB;
  background: black;
}

a img { border: none; }

em, i { font-style: italic; }
strong, b { font-weight: bold; }

blockquote {
  padding-left: 1.0em;
  margin-left: 1.0em;
  border-left: 1px solid #333;
  font-style: italic;
}

/**** Isotope styles ****/

/* required for containers to inherit vertical size from window */
html,
body {
  height: 100%;
}

#container {
  border: 1px solid #666;
  padding: 5px;
  margin-bottom: 20px;
}

.element {
  width: 237px;
  height: 230px;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  float: left;
  overflow: hidden;
  position: relative;
  background: #888;
/*  color: #222;
  -webkit-border-top-right-radius: 1.2em;
      -moz-border-radius-topright: 1.2em;
          border-top-right-radius: 1.2em;*/
}
/*
.element.education       { background: hsl( 351, 80%, 25%);}
.element.job             { background: hsl(  203, 93%, 25%); }
.element.milestone      { background: hsl(  281, 85%, 27%); }
.element.revelation        {  background: hsl( 300, 48%, 25%); }
.element.personal      {  background: hsl( 93, 60%, 25%); }
*/

/* .element.education       { background: hsla( 0, 80%, 25%,.6);}
.element.revelation             { background: hsla( 72, 80%, 25%,.3); }
.element.milestone       { background: hsla( 144, 80%, 25%,.5); }
.element.job      { background: hsla( 216, 80%, 25%,.6); }
.element.personal        { background: hsla( 288, 80%, 25%,.3); } */
.element.milestone       { background: #440044}
.element.revelation       { background: #440044}
/*.element.job       { background: #145214} */
.element.job       { background: #003300}
.element.education       { background: #700000}
.element.personal        { background: #000066}
/*.element.personal        { background: #000099} */

.element * {
/*  position: absolute; */
  margin: 3px;
}

.element .title {
  font-size: 2.8em;
  line-height: 1.0em;50
  color: #FFF;
}

.element .when {
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1em;
  color:  #9ba1a1;
  margin-left: 20px;
}

.element .content {
  height: 65%;
  font-size: 1.1em;
  line-height: 1em;
  color:  #9ba1a1;
  margin-left: 25px;
  margin-top: 15px;
}

.element .content .datapoint {
  height: 100%;
}

.element .content .datapoint .ital{
  font-style: italic;
}

.element .name {
  left: 0.5em;
  bottom: 1.6em;
  font-size: 1.05em;
}

.element .weight {
  font-size: 0.9em;
  left: 0.5em;
  bottom: 0.5em;
}

.element .number {
  font-size: 1.25em;
  font-weight: bold;
  color: hsla(0,0%,0%,.5);
  right: 0.5em;
  top: 0.5em;
}

.variable-sizes .element.width2 { width: 230px; }

.variable-sizes .element.height2 { height: 230px; }

.variable-sizes .element.width2.height2 {
  font-size: 2.0em;
}
/*
.element.large,
.variable-sizes .element.large,
.variable-sizes .element.large.width2.height2 {
  font-size: 2.2em;
  width: 730px; 
  width: 480px; 
  width: 615px;
  height: 470px;
  z-index: 100;
}*/

.element.large1 {
  font-size: 2.2em;
/*  width: 730px; 
  width: 480px; */
  width: 355px;
  height: 350px;
  z-index: 100;
}

.element.large2 {
  font-size: 2.2em;
  width: 486px; 
  height: 350px;  
  z-index: 100;
}

.element.large3 {
  font-size: 2.2em;
  width: 612px; 
  height: 470px;  
  z-index: 100;
}

.element.large4 {
  font-size: 2.2em;
  width: 736px; 
  height: 470px;  
  z-index: 100;
}

.element.large1 .title,
.element.large2 .title,
.element.large3 .title,
.element.large4 .title{
    font-size: 1.6em;
}
.element.large1 .location-date,
.element.large2 .location-date,
.element.large3 .location-date,
.element.large4 .location-date {
    font-size: .5em;
    color: #9ba1a1;
    line-height: 1em;
    margin-top: .3em;
    margin-bottom: 1.5em;
    margin-left: 30px;
}
.element.large1 .accordian-text,
.element.large2 .accordian-text,
.element.large3 .accordian-text,
.element.large4 .accordian-text {
    line-height: 1em;
    margin-bottom: .6em;
}
.element.large1 .thumb,
.element.large2 .thumb,
.element.large3 .thumb,
.element.large4 .thumb {
    display: none;
}
.element.large1 .xpndo,
.element.large2 .xpndo,
.element.large3 .xpndo,
.element.large4 .xpndo {
    display: block;
    height: 100%;
}

.element .thumb{
    display: block;
}
.element .xpndo{
    display: none;
}
.element .xpndo a {
  color: rgb(17, 102, 255);
}
.element .xpndo a:hover {
  color: white;
}
.res_head {
    text-align: center;
    margin-bottom: 2em;
}

.res_head h2 {
    margin-bottom: .3em;
    color: #000000;
}
.res_head p {
    margin-bottom: 0;
    line-height: 100%;
    margin-top: 0;
    color: #000000;
}



.clickable .element:hover {
  cursor: pointer;
}
/*
.clickable .element:hover h3 {
  text-shadow:
    0 0 10px white,
    0 0 10px white
  ;
} */

.clickable .element:hover h2 {
  color: white;
}

/**** Example Options ****/

#options {
  padding-bottom: 1.0em;
}

#options h3 {
  margin-bottom: 0.2em;
  font-size: 15px;
}

#options h4 { 
  font-weight: bold;
}

#options table tr td {
    text-align: center;
    width: 100%;
}

#options ul {
  margin: 0;
  /* margin-bottom: .5em; */
  list-style: none;
}

#options ul ul {
  margin-left: 1.5em;
}

#options li {
  float: left;
  margin-bottom: 0;
}

#options li a {
  display: block;
  margin-left: .5em;
  padding: 0 0.4em 0 0.4em;
  /* background-color: #DDD;*/

  font-weight: bold;
}

#options li a:hover {
  /*background-color: #5BF;*/
}

#options li a:active {
/*  background-color: #39D;
  -webkit-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
     -moz-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
       -o-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
          box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 ); */
}

#options li a {
  /*border-left:  1px solid hsla( 0, 0%, 100%, 0.3 );
  border-right: 1px solid hsla( 0, 0%,   0%, 0.2 );
  border-radius: 10px 10px 10px 10px;*/
}

#options li:first-child {
    width: 130px;
    text-align: right;
    font-weight: bold;
    font-size: 110%;
}

#options li.groupHead  {
    width: 110px;
    text-align: left;
    font-weight: bold;
    font-size: 110%;
    margin-left: 143px;
}
/*
#options li:last-child a {
  border-radius: 0 7px 7px 0;
}
*/
#options li a.selected {
  /* background-color: #13F; 
  background-color: black;*/
  text-shadow: none;
  color: #0000CC;
}

/* Combination filter options*/

#options .option-combo {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

#options .option-combo ul {
  margin-right: 20px;
  display: inline-block;
}

#options .option-combo h2,
#options .option-combo h4 {
  line-height: 34px;
  margin-bottom: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}

/* Color shapes */

.color-shape {
  width: 70px;
  height: 70px;
  margin: 5px;
  float: left;
}
 
.color-shape.round {
  -webkit-border-radius: 35px;
     -moz-border-radius: 35px;
          border-radius: 35px;
}
 
.color-shape.big.round {
  -webkit-border-radius: 75px;
     -moz-border-radius: 75px;
          border-radius: 75px;
}
 
.color-shape.red { background: red; }
.color-shape.blue { background: blue; }
.color-shape.yellow { background: yellow; }
 
.color-shape.wide, .color-shape.big { width: 150px; }
.color-shape.tall, .color-shape.big { height: 150px; }

.color-shape a {
  display: block;
  height: 100%;
}

.color-shape a:hover {
  background: white;
  background: hsla( 0, 0%, 100%, 0.5 );
}

/**** Horizontal ****/

.horizontal #container {
  height: 80%;
}

#copy {
  max-width: 640px;
}


/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
