@charset "utf-8";
/* CSS Document */

* { box-sizing: border-box; }

/* force scrollbar */
html { overflow-y: scroll; }

body {
  font-family: sans-serif;
}
/*-------------------------------------------------------
 isotope Button Styles and Media Queries
-------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 480px) { 

	/* istope button styles
------------------------- */

.button {
  padding: 5px 5px;
  margin-bottom: 0px;
  background-color: #F8F8F8;
  background-image: linear-gradient( hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.1) );
  border: 1px solid #CCC;
  font-size: 16px;
  line-height: 2;	
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
  .button-group .btn.btn-default.dropdown-toggle {
  display: inline-block;
  padding: 5px 5px;
  margin-bottom: 0px;
  background-color: #F8F8F8;
  background-image: linear-gradient( hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.1) );
  border: 1px solid #CCC;
  font-size: 30px;
  line-height: 2;
  float: none;
  width: 100%;	
	}
	
.button:enabled {
  cursor: pointer;
}

.button:enabled:hover {
  background-color: #8CF;
}

.button.is-checked,
.button.is-selected {
  background-color: #19F;
  color: white;
}

.button:active {
  color: white;
  background-color: #59F;
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}
/* ---- isotope button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
  position: relative;
  vertical-align: middle;
}
.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: -1px;
  position: relative;
  display: none;
}
	
 .button-group .btn-group.filter .button {
  position: relative;
  display: block;
  padding: 5px 5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;	 
  background-color: #F8F8F8;
  background-image: linear-gradient( hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.1) );
  border: 1px solid #CCC;
  font-size: 16px;
  line-height: 2;
  float: none;
  width: 100%;
	}

.button-group .btn-group.sort .button {
  position: relative;
  display: block;
  padding: 5px 5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;	
  background-color: #F8F8F8;
  background-image: linear-gradient( hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.1) );
  border: 1px solid #CCC;
  font-size: 16px;
  line-height: 2;
  float: none;
  width: 100%;  
	}
}

@media (min-width: 320px) and (max-width: 480px) {
	/*-- responsive button group layouts --*/
.container-fluid.filter {
	margin-left: 1% !important;
}
.container-fluid.filter h2 {
		display: none;
	}
.container-fluid.sort {
	margin-left: 1% !important;
}
.container-fluid.sort h2 {
		display: none;
	}
.container-fluid.sort {
	width: 100% !important;
}
.container-fluid.filter {
    width: 100% !important;
  }

}
@media (min-width: 481px) and (max-width: 575px) { 
	
	/* istope button styles
------------------------- */

.button {
  display: inline-block;
  padding: 5px 5px;
  margin-bottom: 10px;
  background-color: #F8F8F8;
  background-image: linear-gradient( hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.1) );
  border: 1px solid #CCC;
  font-size: 14px;
  line-height: 2;	
}
  .button-group .btn.btn-default.dropdown-toggle {
  display: inline-block;
  padding: 5px 5px;
  margin-bottom: 0px;
  background-color: #F8F8F8;
  background-image: linear-gradient( hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.1) );
  border: 1px solid #CCC;
  font-size: 30px;
  line-height: 2;
  float: none;
  width: 100%;
		
	}

.button:enabled {
  cursor: pointer;
}

.button:enabled:hover {
  background-color: #8CF;
}

.button.is-checked,
.button.is-selected {
  background-color: #19F;
  color: white;
}

.button:active {
  color: white;
  background-color: #59F;
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}
/* ---- isotope button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: -1px;
  display: none;
}
.button-group .btn-group.filter .button {
  position: relative;
  display: block;
  padding: 5px 5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;	 
  background-color: #F8F8F8;
  background-image: linear-gradient( hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.1) );
  border: 1px solid #CCC;
  font-size: 16px;
  line-height: 2;
  float: none;
  width: 100%;
	}

.button-group .btn-group.sort .button {
  position: relative;
  display: block;
  padding: 5px 5px;
  margin-bottom: 0px;
  background-color: #F8F8F8;
  background-image: linear-gradient( hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.1) );
  border: 1px solid #CCC;
  font-size: 16px;
  line-height: 2;
  float: none;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  margin-left: -1px;   
	}
}

@media (min-width: 481px) and (max-width: 575px) { 
	/*-- responsive button group layouts --*/
.container-fluid.filter {
	margin-left: 1% !important;
}
.container-fluid.filter h2 {
		display: none;
	}
.container-fluid.sort {
	margin-left: 1% !important;
}
.container-fluid.sort h2 {
		display: none;
	}
.container-fluid.filter {
    width: 100% !important;
  }
.container-fluid.sort {
    width: 100% !important;
  }

}
@media (min-width: 576px) and (max-width: 767px) {                       


	/* istope button styles
------------------------- */
	.button {
  display: inline-block;
  padding: 5px 5px;
  margin-bottom: 10px;
  background-color: #F8F8F8;
  background-image: linear-gradient( hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.1) );
  border: 1px solid #CCC;
  font-size: 14px;
  line-height: 2;	
}

.button-group .btn.btn-default.dropdown-toggle {
  display: none;
	}
.btn-group.sort .button {
		display: none;
	}
.button:enabled {
  cursor: pointer;
}

.button:enabled:hover {
  background-color: #8CF;
}

.button.is-checked,
.button.is-selected {
  background-color: #19F;
  color: white;
}

.button:active {
  color: white;
  background-color: #59F;
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}
/* ---- isotope button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: -1px;
}


}

@media (min-width: 576px) and (max-width: 767px) { 
/*-- responsive button group layouts --*/
.container-fluid.filter {
	margin-left: 1% !important;
}
.container-fluid.sort {
	margin-left: 1% !important;
}
.container-fluid.filter {
    width: 100% !important;
  }
}
	
@media (min-width: 768px) and (max-width: 991px) {                       


	/* istope button styles
------------------------- */

.button {
  display: inline-block;
  padding: 5px 5px;
  margin-bottom: 10px;
  background-color: #F8F8F8;
  background-image: linear-gradient( hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.1) );
  border: 1px solid #CCC;
  font-size: 14px;
  line-height: 2;	
}

.button-group .btn.btn-default.dropdown-toggle {
  display: none;
	}
.btn-group.sort .button {
		display: none;
	}
.button:enabled {
  cursor: pointer;
}

.button:enabled:hover {
  background-color: #8CF;
}

.button.is-checked,
.button.is-selected {
  background-color: #19F;
  color: white;
}

.button:active {
  color: white;
  background-color: #59F;
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}
/* ---- isotope button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: -1px;
}


}
@media (min-width: 768px) and (max-width: 991px) { 
/*-- responsive button group layouts --*/
.container-fluid.filter {
	margin-left: 1% !important;
}
.container-fluid.sort {
	margin-left: 1% !important;
}
.container-fluid.filter {
    width: 100% !important;
  }
}
	
@media (min-width: 992px) and (max-width: 1199px) {                       


	/* istope button styles
------------------------- */

.button {
  display: inline-block;
  padding: 5px 5px;
  margin-bottom: 10px;
  background-color: #F8F8F8;
  background-image: linear-gradient( hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.1) );
  border: 1px solid #CCC;
  border-radius: 5px;
  font-size: 12px;
  line-height: 2;	
}
.button-group .btn.btn-default.dropdown-toggle {
  display: none;
	}
.btn-group.sort .button {
		display: none;
	}
.button:enabled {
  cursor: pointer;
}

.button:enabled:hover {
  background-color: #8CF;
}

.button.is-checked,
.button.is-selected {
  background-color: #19F;
  color: white;
}

.button:active {
  color: white;
  background-color: #59F;
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}
/* ---- isotope button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: -1px;
}

.button-group .button:first-child { border-radius: 5px 0 0 5px; }
.button-group .button:last-child { border-radius: 0 5px 5px 0; }
}
@media (min-width: 992px) and (max-width: 1199px) { 
/*-- responsive button group layouts --*/
.container-fluid.filter {
	margin-left: 1% !important;
}
.container-fluid.sort {
	margin-left: 1% !important;
}
.container-fluid.filter {
    width: 100% !important;
  }
}
	
	
@media (min-width: 1200px) {
	/* istope button styles
------------------------- */

.button {
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 10px;
  background-color: #F8F8F8;
  background-image: linear-gradient( hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.1) );
  border: 1px solid #CCC;
  border-radius: 5px;
}
.button-group .btn.btn-default.dropdown-toggle {
  display: none;
	}
.btn-group.sort .button {
		display: none;
	}
.button:enabled {
  cursor: pointer;
}

.button:enabled:hover {
  background-color: #8CF;
}

.button.is-checked,
.button.is-selected {
  background-color: #19F;
  color: white;
}

.button:active {
  color: white;
  background-color: #59F;
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}
/* ---- isotope button-group ---- */
.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: -1px;
}

.button-group .button:first-child { border-radius: 5px 0 0 5px; }
.button-group .button:last-child { border-radius: 0 5px 5px 0; }
}
@media (min-width: 1200px) {
/*-- responsive button group layouts --*/
.container-fluid.filter {
	margin-left: 5%;
}
.container-fluid.sort {
	margin-left: 5%;
}
}
/* ---- isotope ---- */

.grid {
  background: #DDD;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* force vertical scrollbar */
html {
  overflow-y: scroll;
}

body {
  margin: 0;
  font-family: sans-serif;
}

.grid {
  background: none;
}

/* items are not quite 1/3 wide */
.grid-sizer,
.element-item {
  width: 33.2%;
}
/*--grid sizer media queries--*/
@media (max-width: 575px) {
.grid-sizer,
.element-item {
  width: 100%;
	
}
}
@media (min-width: 576px) and (max-width: 855px) { 
.grid-sizer,
.element-item {
  width: 50%;
}
/*-- universal element item properties --*/	
.element-item {
  float: left;
}

/* images cover up the gap */
.element-item img {
  display: block;
  width: 100.5%;	
}
/* animate-item-size-item
------------------------- */

.animate-item-size-item {
  float: left;
}

/* animate-item-size-item is invisible, but used for layout */
.animate-item-size-item,
.animate-item-size-item__content {
  width: 60px;
  height: 60px;
}

/* animate-item-size-item__content is visible, and transitions size */
.animate-item-size-item__content {
  background: #8DF;
  border: 2px solid #333;
  border-color: hsla(0, 0%, 0%, 0.7);
  -webkit-transition: width 0.4s, height 0.4s;
     -moz-transition: width 0.4s, height 0.4s;
       -o-transition: width 0.4s, height 0.4s;
          transition: width 0.4s, height 0.4s;
}

.animate-item-size-item:hover .animate-item-size-item__content {
  border-color: white;
  background: #4BF;
  cursor: pointer;
}

/* both animate-item-size-item and animate-item-size-item content change size */
.animate-item-size-item.is-expanded,
.animate-item-size-item.is-expanded .animate-item-size-item__content {
  width: 180px;
  height: 120px;
}

.animate-item-size-item.is-expanded {
  z-index: 2;
}

.animate-item-size-item.is-expanded .animate-item-size-item__content {
  background: #F90;
}

/* ---- responsive ---- */

.grid--animate-item-size-responsive .animate-item-size-item,
.grid--animate-item-size-responsive .grid-sizer {
  width: 20%;
}

.grid--animate-item-size-responsive .animate-item-size-item__content,
.grid--animate-item-size-responsive .animate-item-size-item.is-expanded .animate-item-size-item__content {
  width: 100%;
  height: 100%;
}

/* item has expanded size */
.grid--animate-item-size-responsive .animate-item-size-item.is-expanded {
  width: 60%;
}

/* bootstrap 3
------------------------- */

.bootstrap-3__grid-item-content {
  height: 100px;
  background: #e6e5e4;
  border: 2px solid #b6b5b4;
  border-color: hsla(0, 0%, 0%, 0.4);
}

/* container
------------------------- */

.container {
  margin-left: 10px;
  margin-right: 10px;
  max-width: 1200px;
}

.main .container > * {
  max-width: 700px;
}

.main .container .go-wide,
.main .container .example {
  max-width: none;
}

/* tablet-ish */
@media screen and (min-width: 768px) {

  .container {
    margin-left: 220px;
  }

  .main .container > * {
    max-width: 900px;
  }

}
/**	@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

/* desktop */
@media screen and (min-width: 960px) {

  .container {
    margin-right: 6%;
  }

}

/* ---- fluid-5-col ---- */

.grid--fluid-5-col .element-item,
.grid--fluid-5-col .grid-sizer { width: 20%; }

.grid--fluid-5-col .grid-item--width2 { width: 40%; }
/*2 columns */
.grid-item--width2 { width: 40%; }

/* element-item
------------------------- */
.element-item > * {
  margin: 0;
  padding: 0;
}
.element-item .date {
  position: absolute;
  left: 10px;
  top: 150px;
}
.element-item .category {
  position: absolute;
  left: 10px;
  top: 180px;
  
}

.element-item .client {
  position: absolute;
  left: 10px;
  top: 210px;
  
}
.element-item .name {
	position: absolute;
	left: 10px;
	text-align: left;
}

	

.element-item.alkali          { background: none; background: none; }
.element-item.alkaline-earth  { background: none; background: none; }
.element-item.lanthanoid      { background: none; background: none; }
.element-item.actinoid        { background: none; background: none; }
.element-item.transition      { background: none; background: none; }
.element-item.post-transition { background: none; background: none; }
.element-item.metalloid       { background: none; background: none; }
.element-item.diatomic        { background: none; background: none; }
.element-item.halogen         { background: none; background: none; }
.element-item.noble-gas       { background: none; background: none; }
.element-item.curriculuminstruction         { background: none; background: none; }
.element-item.instructionaldesign         { background: none; background: none; }
.element-item.science         { background: none; background: none; }
.element-item.technology        { background: none; background: none; }
.element-item.research         { background: none; background: none; }

/*--- Text Shadows and effects ---*/


