body {
  background-color: #222;
  font-family: "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Futura, sans-serif;
  color: white;

}

/* responsive pages that should not expand past 768px */
div.list-page,
div#devguide-content,
div#about-team-content,
#footer > div,
nav > .container-fluid {
  max-width: 768px;
  margin: auto;
  padding: 0 30px;
}

div#devguide-content.content{
  max-width: 850px;
}

/* fixed width pages */
div.exemplar-page {
  width: 768px;
  margin: auto;
  padding: 0 10px;
}

div.exemplar-page hr {
  border-color: #999;
}

/*:not(.exemplar-page) a { }*/
/*:not(.exemplar-page) a:hover { text-decoration: underline; }*/
/*:not(.exemplar-page) a:visited { }*/

#main-content a,
#main-content a:hover,
#main-content a:visited {
  color: white;
  text-decoration: none;
}

.blue-text,
a {
  color: #49deff;
  text-decoration: none;
}

a:hover {
  color: #66cc99;
  text-decoration: underline;
}

a:visited {
  color: #aa8dff;
  text-decoration: none;
}


div.exemplar-page a {
  color: #0000b0;
  text-decoration: none;
}

div.exemplar-page  a:hover {
  color: #005504;
  text-decoration: underline;
}

div.exemplar-page  a:visited {
  color: #5c469f;
  text-decoration: none;
}



#footer {
  background: black;
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-right: 0;
  margin-left: 0;
  border-top: grey 2px solid;
  border-bottom: grey 2px solid;
}


#footer > div > div:first-child {
  max-width: 400px;
  display: inline-block;
}

#footer > div > :last-child {
  float: right;
  text-align: right;
  vertical-align: bottom;
}

#footer > div > :last-child > span {
  display: block;
  text-align: right;
  width: 100%;
  max-width: none;
}

/** when footer breaks into rows on smaller breakpoints, this spaces the rows **/
#footer div.row div {
  padding-top: 20px;
  padding-bottom: 20px;
}

/** vertically center img in col **/
#footer span {
  display: inline-block;
  margin: auto 5px;
  max-width: 25%;
}

/** make sure footer img are correctly proportioned and not too large **/
#footer img {
  width: 100%;
  max-width: 200px;
}

#navbar .navbar-inverse{
  background-color: black;
}
#navbar div.navbar-brand span img {
  height: 100%;
}

#navbar .navbar .divider-vertical {
  height: 20px;
  margin-top: 6px;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

#navbar .navbar-inverse .navbar-nav > li > a {
  color: #bbbbbb;
  font-size: 16px;
  padding: 6px 9px;
}

#navbar .nav > li > a {
  padding: 6px 0;
}

#about-team-content #director img {
  max-width: 200px;
}

#about-team-content img {
  max-width: 144px;
  width: 92%;
}

#about-team-content #team-members div.team-member {
  min-height: 400px;
  padding: 10px 5px;
}

#about-team-content #student-assistants div.team-member {
  min-height: 200px;
  padding: 10px 5px;
}

#about-team-content .team-member img {
  width: 50%;
  max-width: 200px;
}

#about-team-content .collaborator {
  min-height: 100px;
  padding: 10px 5px;
}

#about-team-content .title,
#about-team-content .role,
#about-team-content .organization,
#about-team-content .keywords {
  font-variant: small-caps;
  text-transform: capitalize;
}

div.list-page {
  color: #bbbbbb;
}

#devguide-content p{
  color:#bbbbbb;
}

#devguide-content dd{
  margin-left:40px;
}


#virtual-lab-content th,
#virtual-lab-content td {
  text-align: center;
}

#virtual-lab-content th:nth-child(1) {
  width: 10%;
}

#virtual-lab-content th:nth-child(2) {
  width: 16%;
}

#virtual-lab-content th:nth-child(3) {
  width: 16%;
}

#virtual-lab-content th:nth-child(4) {
  width: 16%;
}

#virtual-lab-content th:nth-child(5) {
  width: 82px;
}

#virtual-lab-content th:nth-child(6) {
  width: 10%;
}

#virtual-lab-content img.thumbnail {
  display: inline;
  margin-right: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
}

#virtual-lab-content input[type=checkbox], input[type=radio] {
  -ms-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -o-transform: scale(1.25);
}

input[type=radio] {
  margin: 1px 0 0 ;
}

div.list-page button {
  float: right;
  font-size: 1.3em;
}

button.btn.btn-primary.demo-button:hover {
  background-color: #337ab7;
}

button.btn.btn-primary.demo-button {
  margin-bottom: 5px;
  background: #18a5e7;
  padding-top: 9px;
  border: #18a5e7;
  color: white;
  padding-bottom: 9px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-weight: bold;
}

#devguide-content {
  margin: 0 -10px;
}

div.list-page div span.row-eq-height > span {
  margin: auto;
}

div.list-page img {
  width: 180%;
  max-width: 65px;
}

div.list-page h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 0;
}

div.list-page h1 {
  color: white;
}

div.list-page h2 {
  color: white;
}

div.list-page h3 {
  color: white;
}

div.list-page h4 {
  color: white;
}

div.list-page p,
div.list-page li {
  font-size: 16px;
}

div.list-page hr {
  margin-top: 5px;
  margin-bottom: 20px;
  border-color: #c0c0c0;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.exemplar-page {
  background-color: white;
  width: 100%;
  height: 100%;
}

div.exemplar-page polygon {
  fill: #18a5e7;
}

.exemplar-body {
  background-color: white;
  color: black
}

.virtual-lab-textbox {
  color: black;
}

div#customization-content p.virtual-lab-textbox > span {
  font-weight: bold;
}

div.exemplar-page div.sim-container {
  display: inline-block;
  width: 500px;
  margin-right: 20px;
  vertical-align: top;
  padding-bottom: 10px;
}

div.exemplar-page div.callouts {
  max-width: 191px;
  display: inline-block;
  width: 19%;
}

div.exemplar-page div.callouts > div > button {
  margin-left: 79px;
  width: 150px;
}

div.exemplar-page svg.triangle-left {
  margin-top: 7px;
}

.exemplar-page .virtual-lab-textbox {
  border-style: solid;
  border-color: #18a5e7;
  border-width: 1px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 200px;
  padding: 10px;
  margin-left: 30px;
  margin-bottom: 5px;
}

.exemplar-page .virtual-lab-box-with-left-arrow {
  margin-bottom: 15px;
}

.exemplar-page textarea {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
}

.pagination li a {
  color: #444;
  border: none;
}

.pagination li a:hover {
  color: #444;
}

.pagination li.active a {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.pagination li.active a:hover {
  color: #fff;
  background-color: #888;
  border-color: #888;
}

.pagination li a polygon {
  fill: #444
}

.pagination li a:hover polygon {
  fill: #888
}

.pagination li.arrow a {
  background-color: #fff;
}

.pagination li.arrow a:hover {
  background-color: #fff;
}

div#exemplar-header {
  background: black;
  color: white;
  height: 80px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px
}

div#exemplar-header > div {
  width: 768px;
  margin: auto;
  padding: 10px;
}

div#exemplar-header > div > span {
  float: left;
  display: inline-block;
  width: 33.33%;
}

div#exemplar-header > div > span > p {
  text-align: center;
  padding-top: 20px;
  font-size: 16px;
}

div#exemplar-header > div > span:first-child img {
  width: 70%;
  float: left;
}

div#exemplar-header > div > span:last-child img {
  width: 70%;
  float: right;
  padding-top: 10px
}

#integrate-content .callouts span,
#integrate-content .callouts textarea {
  vertical-align: middle;
}

#integrate-content .callouts textarea {
  height: 27px;
  width: 120px;
  float: right;
  resize: none;
}

#integrate-content .callouts input[type="text"] {
  height: 27px;
  width: 120px;
  float: right;
  resize: none;
}

#integrate-content div.callouts > div {
  width: 161%;
}

#integrate-content div.callouts > div > div.value-container {
  height: 35px;
}

#integrate-content div.radio {
  margin-left: 27px;
}

#integrate-content div.radio label {
  font-weight: bold;
}

#integrate-content .virtual-lab-box-with-left-arrow {
  margin-bottom: 40px;
}

#integrate-content .radio-container {
  background: #71c8f0;
  border: #71c8f0;
  color: black;
  width: 150px;
  padding: 1px 10px;
  border-radius: 4px;
  margin-left: 79px;
}

#integrate-content .callouts span {
  font-weight: bold;
}

#assess-content .callouts span,
#assess-content .callouts textarea {
  vertical-align: middle;
}

#assess-content .callouts textarea {
  height: 27px;
  width: 130px;
  float: right;
  resize: none;
}

#assess-content div.callouts > div {
  width: 161%;
}

#assess-content div.callouts > div > div.value-container {
  height: 35px;
}

#assess-content div.radio {
  margin-left: 42px;
}

#assess-content .virtual-lab-box-with-left-arrow {
  margin-bottom: 40px;
}

#assess-content .radio-container {
  background: #71c8f0 url('/assets/img/icons/io-icon-black.png') 10px 20px/25px no-repeat;
  border: #71c8f0;
  color: black;
  width: 150px;
  padding: 1px 10px;
  border-radius: 4px;
  margin-left: 79px;
}

#assess-content .callouts span {
  font-weight: bold;
}

#solute-table,
#online-homework-content #solute-table th {
  border: 1px solid black;
}

#online-homework-content #solute-table td {
  border-left: 1px solid black;
}

#online-homework-content #solute-table th:first-child {
  width: 250px;
}

#online-homework-content #solute-table th:last-child {
  width: 160px;
}

#online-homework-content #solute-table td:last-child,
#online-homework-content #solute-table th {
  text-align: center;
}

#online-homework-content #solute-table td:first-child {
  padding-left: 10px
}

#online-homework-content h6 {
  font-size: 10px
}

#online-homework-content div.activity-container {
  width: calc(100% + 10px);
}

#online-homework-content div.activity-container div.left {
  width: 55%;
  float: left;
  display: inline-block;
  position: relative;
}

#online-homework-content div.activity-container div.right {
  width: 44%;
  float: right;
  display: inline-block;
  position: relative;
}

#online-homework-content #answer-text {
  width: 400px;
  height: 100px;
  resize: none;
}

#online-homework-content div.sim-container {
  position: relative;
  height: 400px;
}

#online-homework-content div.sim-container p {
  position: absolute;
  bottom: 0;
}

#online-homework-content #event-text {
  width: 229px;
  height: 100px;
  resize: none;
}

#partnerships-content.list-page img {
  max-width: none;
}

#partnerships-content li {
  margin-bottom: 5px;
}

#about-content div#awards img{
  max-width: 100%;
  width: initial;
}

#partnerships-content span.row.row-eq-height > span:first-child{
  width: 150px;
  text-align: left;
  margin: 0 auto;
  margin: 0 auto;
}
#about-content div#awards > span > span:first-child {
  width: 150px;
  text-align: right;
  margin: 0 auto;
  margin: 0 auto;
}

#partnerships-content span.row.row-eq-height > span:last-child,
#about-content div#awards > span > span:last-child {
  width: 515px;
}

#about-content div#awards > span > span {
  display: inline-block;
  margin-bottom: 40px;
}

#about-content div#awards {
  margin-right: -15px;
  margin-left: -15px;
}

#io-features-content > div {
  margin-bottom: 30px;
}